Hi there,
I have a problem with a page with where I load a URL (which luckily has a ProvincialID I can use in a range). But the data I need is on the page after an input type="image" is clicked:
It doesn't seem like the link selector can click it, since it it's not an href and the element-click I can get to partially work.
after a delay it clicks on the input type and the page reloads but then NO DATA scraped
Am I in that situation where the element click won't work for me since the page reloads and the link selector won't work since it's an anchor tag?
Any help would be great! (Amazing tool otherwise)
Sitemap:
{"_id":"opticiansalbertalist","startUrl":["https://www.opticianry.ca/MemberRoster/MemberRosterDetails.aspx?OrgID=ACAO&ProvincialID=2168&FirstGivenName=&BusinessName=&City=Edmonton&Surname=&AreaCode=&PhoneNumber=&PostalCode=&Language=&Specialty="],"selectors":[{"id":"link-locations","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"table.dataGridTable tr:nth-of-type(3) td table","multiple":true,"delay":"2000","clickElementSelector":"input#ctl00_ContentPlaceHolder1_imgPracticeLocations","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"name","type":"SelectorText","parentSelectors":["link-locations"],"selector":"font > b","multiple":false,"regex":"","delay":0},{"id":"title","type":"SelectorText","parentSelectors":["link-locations"],"selector":"td > b b","multiple":false,"regex":"","delay":0},{"id":"location","type":"SelectorText","parentSelectors":["link-locations"],"selector":"tr:contains('Practice Location(s):') td:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}