1

On the selection screen of an application there is a Search field and Search button enter image description here

Once the bot typed in a specific value from an excel file into the search field then click Search.. The search result/item is highlighted in blue.. I would like the bot to identify the highlighted item and check its associated checkbox.. anyone who has an idea how to? Thanks

Xev
  • 109
  • 1
  • 1
  • 12
  • Have you tried using the "Select Item" Activity? You might find that you can get the result without using the Search bar. – craig157 Jan 28 '22 at 10:16
  • @craig157 it says the indicated target is not a valid element for the SelectItem action. I think it doesn't work on checkbox list – Xev Jan 31 '22 at 05:37
  • 1
    Is this an internal/client application or is it public? Just so I could maybe try and give it a go. You might find that you need to add some wildcards against certain factors of the selector. – craig157 Jan 31 '22 at 09:07
  • If you can search and know that the first result is going to be who you are looking for, then just use a Click Activity, but move the Target Selector from the Standard center of the selector to over the Checkbox. – craig157 Feb 02 '22 at 09:43
  • 1
    Hi @craig157, thanks for the help it's working now.. It worked with Click Image activity, then I just used a dynamic variable on its selector using UI Explorer. – Xev Feb 07 '22 at 09:06

0 Answers0