Hi, the target page is a login based static URL. At the top of it, there is a drop down menu that has a list of 5,000+ project names. When clicking on a project in the drop down, the information in the middle of the page changes to reflect information on that particular project.
I am trying to incorporate an ElementClick selector to click on each project from the drop down and then use text selector to scrape data but I am stuck at finding the right "clickElementSelector that will click each project one after the other.
Sitemap:
{"_id":"Data","startUrl":["Login based"],"selectors":[{"clickActionType":"real","clickElementSelector":"span#select2-Project_UPC-container","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":500,"discardInitialElements":"do-not-discard","id":"projects","multiple":true,"parentSelectors":["_root"],"selector":"parent","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"li.select2-results__option","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","id":"click each project","multiple":true,"parentSelectors":["projects"],"selector":".main-parent > div","type":"SelectorElementClick"}]}
Attached relevant website element below.
Thanks