How can I include the javastate attribute in my click activity’s selector? UIPath appears to ignore javastate, even though it is available in the “Selected Items” pane of UI Explorer.
<wnd app=‘th*’ cls=‘SunAwt*’ title=‘Watchlist*’ idx=‘*’ />
<java cls=‘PagedFullQuoteTable’ role=‘table’ />
<java role=‘label’ tableCol=‘0’ javastate=‘enabled,focusable,visible,showing,selected,transient’ />
I basically want to right click on a “selected” table row. The only way for the Click to detect a selected row is with the javastate or aastate attribute. A way to get this to work or an alternative method would be helpful.