I'm trying to extract the html address of each hotel list in tripadvidor. Later , I'll do a post processing with these addresses to extract more information of them.
This will paginate through all pages and then extract the name of the restaurant. You can add any selector you want inside the element select (child). If you want it to visit each listing, add a link selector
Note: do not click "multiple" as this is already inherited by the main element click selector which acts as both a link selector and element selector in one.