Java: Attribute not supported by the current UiNode

Hi there,

I am trying to select from a dropdown box in a Java Application: Retek Merch System.

The Name of the field is: Action

I want to select Edit from the following 3 options in the drop down box:
New
Edit
View

When running my robot I get the following error:

“message”: “Select Item ‘combo box Action’: Attribute not supported by the current UiNode.”,
“level”: “Error”,
“logType”: “Default”,

My selector is: “”

Please help to resolve?

Thank you,
Memre

1 Like

Hi @memrevh

Could you have a look at these topics to possibly find the solution?
https://forum.uipath.com/search?q=%22Attribute%20not%20supported%20by%20the%20current%20UiNode%22%20status%3Asolved

Each topic will contain a post marked as a solution to your exact error message. Note the search phrase for future reference, it saves a lot of time :slight_smile:

1 Like

Fine no worries
we can try with Send Hot Key activity wth key tab and down key with one more send hot key activity
did that work
Cheers @memrevh

1 Like

Personally have problems with combobox activity in 90% of comboboxes.
Most often helps, select item (just to give focus) and type into i.e "New’ or send hotkey (down arrow)+send hot key “enter”.

1 Like