-
Notifications
You must be signed in to change notification settings - Fork 585
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
or & and in if condition, using ocr in exist() - added 'using ocr' to exist() & present() #834
Comments
Sorry Vince, I was away the past few months - tebelorg/RPA-Python#144 Below is an example of using
The exist() and present() functions are not designed to take in text search using ocr. Let me review if that can be added in. |
Above commits adds 'using ocr' search to present() and exist(). To use it, you can download the latest copy of the code from here and unzip to overwrite your existing installation (please drag the folders under tagui\src to overwrite your existing installation) - https://github.com/kelaberetiv/TagUI/archive/master.zip In the next release, this will become part of the packaged zip files. Thanks for raising this! |
Closing issue since the latest packaged release TagUI v6.14 is out. Release notes - https://github.com/kelaberetiv/TagUI/releases/tag/v6.14.0 |
Hi, kelaberetiv, I can not find the way for using OR and AND example in tagui in document. Is any way I can add operator?
Also I can not use exist() to find text by using ocr,
if exist('abc using ocr')
is not work. Could you help me?Thank you.
The text was updated successfully, but these errors were encountered: