How to select value from dropdown?

I have one dropdown in my automation. I have used

  1. 2 click activity to select the value but it is not working
  2. I used Find children activity but the output of this is zero.
    Can any please help e to select the value from dropdown

Hi @vanithavs

You can try the Select Item activity in order to select the dropdown item.

Hope this helps,
Best Regards.

Hi @vanithavs

As @arjunshenoy suggest try with the Select Item activity

If the control the is not supported then you have to try with the clicks only

Hope this may help you

Thanks,
Srini

I have tried with the select item activity also but also not working.

a drop down from a website can technically occur in different ways like:

  • Select / option elements (essential HTML)
  • textfield and datalist
  • WebKits offered controls

When the select item / 2 click is not working then we recommend to analyse more in detail the drop down (e.g. Browser F12 Webtools, UiExplorer)

what was done in detail?

@vanithavs have you checked if recorded activities works correct ? I would record how you click on this dropdown menu, check if it is working under debug mode, if everything is working i would use selectorst from recording sequence in main logic.

@vanithavs

Can you please tell what when wrong whrn using two clicks and are they hardware clicks?

You clicked once to open dropdown?
And othe for selecting item?

Are the selectors proper?

Cheerd