Selectorissues

A dropdown menu displays different status options for a submission, including "Open," "Pending," "On-hold," "Bug Fix," and "Solved." (Captioned by AI)

I need to select Open which is present in dropdown.
when I am trying to click on Open since in submit as Open in that also Open is there so its failing to click on Open.
Select item this browser is not supporting .
I am clicking on drop-down and then clicking on Open

How to handle this I am using modern activities pls guide me.

Hi @Gayathri_Mk

Click on dropdown using click activity after that use For each ui element activity then use Click activity

Regards,

Use a check app states to make sure “Open” appears. Using UI Explorer used different attributes which will allow you to obtain the “Open” button

@Gayathri_Mk

The selector of open in the dropdown and beside submit will have different tags…in the selector use tag or any differentiating attribute which is specific to the dropdown element

Cheers

@Gayathri_Mk,

Have you tried Select Item on that ^ button? If not, try that.

Thanks,
Ashok :slight_smile:

Hi @Gayathri_Mk ,

Try Using Find Image Activity that would help you find the ‘Open’ tag and find the appropriate Ui element.
Then this Output can be used to perform click action by passing the Ui element from the above step.

This is a suggestion only when the solutions suggested by my expert friends who have already tried to help in this thread.

Hope this helps you out, Happy Automating.!

Thanks,
Gautham.