How to make selecting a value from drop-down faster

Hi All,
I automated a flow where I have drop down buttons It is very slow to execute. I am using two click activities for each drop-down to select an item. I tried to use type into and select item activities, but it was not working. Can someone please tell me a way to make it faster.
Thanks

1 Like

Hi

Check this up for multiple ways to select item from drop down

Cheers @harmeet_kaur

@harmeet_kaur

May I know what error are you getting here ?

Is it working ? If yes how much time it’s taking to select the item ?

have you tried using type into, then selecting another element? sometimes this will trigger the change in the dropdown

if its a web drop down you can use javascript to select the value (use inject JS activity)