Exact match error

Hey,

I need your help. I’m making a bot which can do some repetitive actions. I have a list in excel. He takes a cell content and needs to click on exact match, but sometimes he click on wrong item example:
He needs to find and click on word “Transmission”, and in the table there is more options like “Manual Transmission”, “Automatic Transmission”, “Transmission” and he click on the first one, in this example “Manual Transmission”, but I need “Transmission”. How to do exact match in this scenario?
image

Thanks in advance

@Sarunas_Brazauskas

have a look on this thread.

@Sarunas_Brazauskas

this error caused by the selectors ,can u share the selector of the element that youwant to click.

Its in my work program. In the excel there is text “oro filtras” and I need him to click on the text “oro filtras”

  1. Bot click on this one
  2. The item I need him to click on

In this case I need an exact match

image

@Sarunas_Brazauskas

is it a dropdown?

Yeah, its dropdown menu

Use Select Item Activity Instead of Click Text Activity.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.