Reports it cant find text but screenshot shows it (and sees it as text)

Hi,

I have 3 tabs open in chrome: google sheet, u-xer and other app.

When i tell it to click on the googlesheet name (name of the chrome tab), it fails and reports it cant find it. When i take a screenshot, it is there and no misspellings or anything.

BUT…it seems to recognize all tabs als 1 text identifier. I have run scenarios like this before without this issue.

Has something changed? How do i fix this?

This scenario will need to keep switching between the googlesheet and the other app (u-xer is just there for easy of use but I could remove i; doesnt make a difference though).

This issue happens when i have more then one tab open in chrome. It sees all tabs as 1 text identifier.

Cant find a way to run this now.
Screenshot 2024-12-06 at 09.08.25

Hi @4532342 ,
Even if it is found as a single bounding box, it should work. However, if it looks like a “single word” rather then a multiple work it will not work. Could you please share the screenshot for further investigation?

I added it above. Note: there seems to be a general issue. See my other tickets.

What i discovered is that a lot of the time it doesnt see spaces and seperations. When I see “Explore This” it recognizes it as “ExploreThis”. Which is wrong.

Yes, that is true in some cases. We have added different algorithm for OCR to managing spaces better. That is coming in next release.

The screenshot you share will not help. I need to see how Uxer process it on my computer.

for that reason, I need complete screenshot to achieve that. I also need to know what your command is.

Please make sure not to share confidential information publicly.

happy to share more but not here. I dont like sharing stuff publicly on a forum

when is the next release?

btw this has worked better in my previous scenarios (something has changed in the system)

We are working on the new release with lots of features. It is probably release before the end of year. We didn’t change anything on the system for about 3 months.

I’m having the same issue. The workaround i found is use multiple options:

Click Text “Arquivo CSV…” [0] -WhenFails continue
Click Text “ArquivoCSV…” [0] -WhenFails continue

thx for tha suggestion!

Click Text “Arquivo CSV…” [0] -WhenFails continue
Click Text “ArquivoCSV…” [0] -WhenFails continue

This makes sense. @dudupst Thanks for sharing.

Just one more small improvement to this would be changing retry option from 10 (this is the default retry value) to something like 2 or 3. Since one of the steps will 100% fail, you may make the process faster by reducing number of retries.

So it will be like this:

Click Text “Arquivo CSV…” [0] -Retry 3 -WhenFails continue
Click Text “ArquivoCSV…” [0] -Retry 3 -WhenFails continue