Facing issue with dropdown selection

Hi Frnds,

I’m facing difficulty while selecting dropdown value. As I have used click activity for the selection value from the dropdown, I’m getting the below error.Please find the screenshot below

Here I’m selecting the value ‘Private company’ from the dropdown. But, I’m getting the below error

Click ‘list item’: Cannot find the UI element corresponding to this selector:
wnd app=‘filinginformation.exe’ cls=‘ComboLBox’ />
ctrl name=‘Editing Control’ role=‘list’ />
ctrl name=‘Private company’ role=‘list item’ />

May I know what changes do i need to do in the above selector ?

Please help me out. Thanks

Use something like parentclass, tag, parentid or type in your selectors and tick mark on simulate click in properties panel.
If you are not using a attach browser, use it and add click activity inside the attach browser.

1 Like

before using click activity use element exist! and use click activity
Cheers @eshwarsai_ks

thank you @Manish540 will check it and get back . Thank you for quick response

thank you @Pradeep_Shiv will check it and get back . Thank you for quick response

still getting the error
image

It is not a webpage actuallly, it’s a software application…from that i’m selecting a dropdown value

actually, There is no parentclass ,tag or parentid for this dropdown.

Hi @eshwarsai_ks

Try to use Select Item Activity.

Regards,
Kommi Jeevan.

1 Like

okay!
use Select Item Activity

1 Like

Thank you @kommijeevan :slight_smile:

Cheers @eshwarsai_ks if you find it useful mark it as solution and close the thread.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.