SOLVED - Not able to identify a selector

Unfortunately you won’t be able to get it in the way you’re hoping for but there could be a workaround. I normally have to do this when working in a Citrix environment.

Place a click right below the image of Bill Number. This should select it. Try to copy the selected text by using Copy Selected Text activity or send hotkey Ctrl+C. Then use Get From Clipboard. If you’re lucky, you’ll have the bill number of the first row. Send hotkey “down”, and if it moves the selector down then do the same thing there. Stop when the clipboard text matches your variable (make sure you match string to string). So now you know you have the right bill number selected you can go about clicking whatever buttons you need in the application.

1 Like