Webscraping Website Wont Work

I need to click on each of the "hotel" cards and then click on the "See all _____ reviews" in order to scrape the TEXT of the reviews. I have no idea how to do this/if it is possible with webscraper.io

Website: https://www.hotels.com/Hotel-Search?adults=2&d1=2023-09-29&d2=2023-10-03&destination=Orlando%2C%20Florida%2C%20United%20States%20of%20America&endDate=2023-10-03&flexibility=0_DAY&latLong=28.54129%2C-81.37904&regionId=2693&rooms=1&semdtl=&sort=RECOMMENDED&startDate=2023-09-29&theme=&useRewards=false&userIntent=

I have this sitemap:
{"_id":"hotels-com","startUrl":["https://www.hotels.com/Hotel-Search?adults=2&d1=2023-10-05&d2=2023-10-06&destination=Las%20Vegas%2C%20Nevada%2C%20United%20States%20of%20America&endDate=2023-10-06&latLong=36.17006%2C-115.141376&locale=en_IE&pos=HCOM_EMEA&regionId=2008&rooms=1&semdtl=&siteid=300000025&sort=RECOMMENDED&startDate=2023-10-05&theme=&useRewards=false&userIntent="],"selectors":[{"id":"more","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"button.uitk-button-secondary","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":500,"discardInitialElements":"discard","multiple":true,"selector":"div[data-stid*="lodging-card-responsive"]"},{"id":"element","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div[data-stid*="lodging-card-responsive"]","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div[data-stid*="lodging-card-responsive"]"},{"id":"link","parentSelectors":["element"],"type":"SelectorLink","selector":"a.uitk-card-link","multiple":false,"linkType":"linkFromHref"},{"id":"reviews","parentSelectors":["element"],"type":"SelectorText","selector":"span.is-visually-hidden:contains("review")","multiple":false,"regex":""},{"id":"price","parentSelectors":["element"],"type":"SelectorText","selector":"div.is-visually-hidden","multiple":false,"regex":""}]}

Could anyone help me out?

Oh yes! It did help, but I'm still not able to open each hotel. I tried changing it to element click but it wasn't working still.

Also i need to open the reviews and get the text. I feel like its the same thing as the previous step.