How to get a Drop Down value using select item with image and selection value as an input

I have problem while selection of a value from the drop down using selectors. I have attached snap for further details. Please support , i have consumed so much time on it.
Captureui

Looks like you are using the wrong selector.

Identify the element using UiExplorer and check for the selector that has tag as ‘SELECT’. It should be under the usual tree right below your ‘SPAN’ selector.

Let me know if it works.

Thanks,
Rammohan B.

Rammohan91 thanks for reply, i m new on Uipath and not cleared about selectors. How i make the right selector that will work for my requirement

used selector is as follows

<html htmlwindowname='WI-Update' title='ACME System 1 - Work Items' />
<webctrl tag='BUTTON' />

Hey @AbuBakar,

Use this selector for your ‘Select Item’ activity,

"<html htmlwindowname='WI-Update' title='ACME System 1 - Work Items' /><webctrl id='newStatus' tag='SELECT' />"

Let me know if it works.

Thanks,
Rammohan B.

1 Like

No it’s still not work. It’s giving error

Cannot find the UI element corresponding to this selector:

<html htmlwindowname='WI-Update' title='ACME System 1 - Work Items' /><webctrl id='newStatus' 
tag='SELECT' />

is my attached picture is ok ?
Captureui

If i use the following selector

<html app='chrome.exe' htmlwindowname='WI-Update' title='ACME System 1 - Work Items' />
<webctrl idx='1' tag='SPAN' /> 

then i face the error like ‘Select item ‘SPAN’ : Attribute not supported by the current UiNode.’

please support i m in deadlock state.

Thanks in advance.

Edit the Select Item in UI Explorer > Open Visual Tree > Click ‘</>Select new Status’.
Code looks like this: <webctrl id='newStatus' tag='SELECT' />
Check the Image Below,