Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text not found - maybe that TEST element is really not found, pending details #1367

Closed
Kellesc opened this issue Dec 23, 2023 · 2 comments
Closed
Labels

Comments

@Kellesc
Copy link

Kellesc commented Dec 23, 2023

Hello,

first of all thank you for this great library. I am trying to click on specific text that changes with a variable. Whatever text I input id does not find it.

the command it passes is: echo "[RPA][5] - exist_result = exist('TEST').toString()" with this page open:
2023-12-23 12_30_42-_new 3 - Notepad

it returns "[RPA][ERROR] - cannot find TEST"

am I doing anything wrong? I couls not find anything related.
I am using rpa package that calls tagui(#509)

Thanks

@kensoh
Copy link
Member

kensoh commented Aug 19, 2024

Hi @Kellesc for rpa package you can raise issue at https://github.com/tebelorg/RPA-Python/issues

Above looks like there is really no element with the name, XPath, CSS selector TEST so it returns False

@kensoh kensoh added the query label Aug 19, 2024
@kensoh kensoh changed the title Text not found Text not found - maybe that TEST element is really not found, pending details Aug 19, 2024
@kensoh kensoh closed this as completed Aug 19, 2024
@kensoh
Copy link
Member

kensoh commented Aug 19, 2024

If you are referring to using OCR visual automation to click on TEST word on the screen, the syntax is

r.click('TEST.png')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants