Click on element in Drop Down Menu

Hay,
I need to select an item from a drop down menu. I have a menu with names.
The name I need to click is stored in a variable. I manage to click and open the drop down menu, but it doesn’t select a variable. Can anyone help me. I am attaching pictures of how I did it, but isn’t working.


Ty :slight_smile:

1 Like

No worries
did we try with SELECT ITEM activity

Cheers @Tinkerbell

Yes, you can see on pictures. He click and open the menu but he doesn’t click on the variable

1 Like

Fine
kindly remove the [k(enter)] in the select item and have only the variable name alone
–use a separate send hot key with key enter to simulate that

hope this would help you
Cheers @Tinkerbell

Isn’t working, I relay don’t understand where I’m mistaking.

1 Like

no worries
may i know what was the issue we were facing now
–try passing the value directly once and lets check whether it is taking that hardcoded value or not and making a selection in the drop down
Cheers @Tinkerbell

Same, he open the menu but doesn’t click on variable

try mentioning the value directly and check once
and if it gets selected then mention the variable as a string like variablename.ToString
Cheers @Tinkerbell

I try but, isn’t because of variable. Because when I just chose a name from list is the same, he doesn’t click.
It must be something before that.

1 Like

Fine
is the writeline in THEN part are getting executed
the reason is i would like to know whether if condition gives us true or not
Kindly check once with the condition as well
Cheers @Tinkerbell

It is not executed at all