Problem with finding text using Text Image

Hi, I’m currently using TextImage to find word “Enumerate” but Eggplant keep searching for the word “Auto”, is there any way that i can make sure Eggplant is searching the right word?

Can you post the line of code where this search is occurring? I’ve never heard of such behavior and I need to see what’s happening.

I’ve seen similar things to this happen, or it just misses the image recognition entirely on occasion. Here’s some of the things I end up having to do:

  • Set the tolerance to be a little more precise.
  • Shorten the amount of text you’re looking for. I’ve found that if you try to look for more than about 5 characters, the chances of success go down.
  • If it’s a windows SUT, the menu accelerators can cause problems.

Hope this helps.