Data scraping, all dropdown values shop up in the result

Hello,

I do a data scraping of a table, but the result shows all values from the dropdown, not the chosen one.
Any idea how to solve this?

image

Edward

Hi @edward.hulleman

I am not sure I got your question correctly. But if you want a single value not the whole table try screen scrapping instead. Get text would work here.

Also if you are doing data scrapping correctly then it will scrape everything that is there in html dom in that particular table. After which you can filter the data what you want

Thanks,
Prankur

Hello @PrankurJoshi,

Thanks for your reaction.
In this case I expected the first row to show ‘60 - AWG’ in the second column, not all possible values from the drop down. But do I understand you correctly that is by design?

Edward