If text is selected in dropdown then bot should not select that text present in dropdown

Hi Team,

I am facing below issue,

If text is selected in dropdown then bot should not select that text present in dropdown. How we can do this by using which activity?

Hi @Smitesh_Aher1 ,

Could you maybe explain a bit more about your case, as the problem statement does lead to confusions.

it is depending on the dropdown

When it is about a classical Web Dropdown formed by a select and options element then we can do:

Get Attribute | Attribute: selecteditems | Target: the Select element and retrieve which option is selected:

1 Like

Hi @Smitesh_Aher1 ,

Can you please use get text activity to check whether value is selected or not, if yes don’t go for a bot to select.

Thanks,
Sandhiya P

Can You please give more information on this so we can give a proper solution for that also if it possible please give the screencapture.

In your case I assume you have a dropdown and text is selected but it’s not reflecting on the web page.
We can achieve this using a simulated click or using the Cromic API option or you can use find children and select the dropdown.

if these are not working then you should use the smooth option in the click, it will behave like how humans interact the same way this will interact.