-
Notifications
You must be signed in to change notification settings - Fork 596
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
TagUI in TURBO mode at 20-30X faster in exchange for reliability - for some users #1034
Comments
Download this zip file turbo_tagui.zip, unzip and copy the 2 files to overwrite what you have in tagui/src folder. Websites and apps are not designed for superhuman speed. Using above will let TagUI's Chrome integration run at max speed, and also change the typing behaviour from character by character to all text at one go. This may cause website validation events to not trigger and work correctly. Running at max speed your laptop CPU will also become pretty hot. Use at your own risk and backup your files beforehand! PS - attached files are based on TagUI v6.21, and the hack target web applications. For a complete walkthrough of the hack and to also hack the speed for desktop apps using visual automation, see this tebelorg/RPA-Python#120 (comment) |
Above turbo_tagui.zip will do both 1 and 2 below -
Below are zip files for the 2 changes separately - (in case 1 of the hack breaks your automation)
|
Closing issue but feel free to post anything here |
Hi @kensoh Instant_Typing.zip was OK After comparing the files i found the part in the none turbo "tagui_header.js" file:
After i added this missing code snipet to the "turbo tagui_header.js" all went fine. So my question is if the missing code snipet was maybe accidentally deleted? |
Hi @Flipsand the zip files here are outdated. The line to enable and disable turbo mode for TagUI human language version is here - Also, I've just added turbo mode as an option officially for my personal project Python version - Next week, I'll be looking to add turbo mode officially for TagUI human language version. |
as above, below attached special version on request of some users
The text was updated successfully, but these errors were encountered: