Hi there,
I have the need to create a loop in where I need to click on all of the options in a dropdown list, which is dynamic based on the folder i have selected, so I need some help on how to do that.
So i have tried using the extract data from web page, and right-clicking the dropdown list and tried option, but it only ever records the 1st option for example "Add Document Type" is the selected option, and it only stores that in the variable.
I also found a post that used the extranct data from webpage element where you click advanced, select list in the dropdown and then in the CSS box put the following select[ddlDocType="searchDropDownDescription"] option, where ddlDocType is the ID of the select list, but that is not working. I am sure i am missing something, but not sure what it is.
All of the other tutorials that i have found about web scraping are talking about tutorials for a list of books or items displayed on a web page, but cannot find anything for a select dropdown list, that has worked for me.
Can anyone out there help me?
Element in inspector

dropdown list example
