visualSearch - acts on one of the returned results

To click on a result, you can can use XCLICK instead of visualSearch.

  • XClick | image => click on the best match of image

  • XClick | image@0.8#1 => click on the first match if several images above threshold are found. “First” is counted left to right, top to bottom. <== this is what you need

  • XClick | image@0.8#2 => click on the second match if several images above threshold are found.

See also Click All Matches for xClick - #2 by admin

1 Like