Selectors failing in select item activity

Hey all,
I have one website in that there is one drop-down field.
My job is to select a particular item from that drop down.
For this i used select item activity but this selectors keeps failing.
Is anyone know how to solve this?

Please mention the error message as well. Like unable to find element based on selector or This control does not support select item etc.
Also show us the full selector for the drop down.

Hello @Steven_ds_55

Sometimes when the dropdown has many items the Select Item seems to not load all.
As an alternative you could replace the Select Item activity with 2 Click activities with InputType=Simulate.
The first Click on the dropdown (to expand it) and the next click on the desired item.
When using Simulate the item does not have to be visual on screen.

Regards
Soren

Hie @Steven_ds_55 so if the select activity not working and i hope you already fine tune the selector and still not able to select the particular item from drop down you can go with Type into activity and in the type into pass the value .for that way you can get the item from the dropdown
cheers Happy automation