I have a website that is a list of audits completed with a basic summary. Then on the right side there is a "view" button which when clicked pops up the audit in more detail. I want to scrape the detail information from the pop-up window but I can't get it to click to pop-up when scraping. When testing using the "data preview" button it works independently but not when running the scrape. To clarify this isn't a new independent window but instead it is more of an overlay over the existing view. (This is a private website requiring a login so unfortunately that won't be much help.)
Thank you for any help offered!
Url: PRIVATE FOR WORK.
Sitemap:
{"_id":"audit_details_screen","startUrl":["https://WEBSITE"],"selectors":[{"id":"view","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"tr:nth-of-type(1) div.t-text-blue","multiple":false,"delay":"2000","clickElementSelector":"tr:nth-of-type(1) div.t-text-blue","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"audit_table","type":"SelectorTable","parentSelectors":["view"],"selector":".audit-modal-table-details div.table-scrollable-wrapper","multiple":true,"columns":[{"header":"Area Name & Type","name":"Area Name & Type","extract":true},{"header":"Location","name":"Location","extract":true},{"header":"Photos","name":"Photos","extract":true},{"header":"Comments","name":"Comments","extract":true},{"header":"To-Dos","name":"To-Dos","extract":true},{"header":"Score","name":"Score","extract":true}],"delay":0,"tableDataRowSelector":"tbody tr","tableHeaderRowSelector":".small-body-text tr"},{"id":"view2","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"tr:nth-of-type(2) div.t-text-blue","multiple":false,"delay":"1000","clickElementSelector":"tr:nth-of-type(2) div.t-text-blue","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueHTML"}]}