Drop down issue

Hi,
I wanted to select a value from a dropdown but it is not selecting iam using web scraping.What i did was first i click on the dropdown to open it then pressed the ctrl+shift+s to start web scraping
then i select the item but during test run it says item not found what to do?

Hi,

If the drop down is embedded with option or select tag then you should configure the drop down and use interaction select by text or select by index

If it is custom drop down then you will have to expand dropdown first using click interaction and select a value

Regards,
Amit Anand