-
Notifications
You must be signed in to change notification settings - Fork 1
Core Functions
NzBernadine edited this page Feb 10, 2022
·
5 revisions
These blocks represent the core basic functions for RPA
initialised RPA in python to start TagUI
- pack: Deploys the package without internet
- update: Update the package without internet
choose either one from the dropdown option
Close TagUI, Chrome browser, SikuliX initialize at the beginning of the programme
Initialize RPA to open the chrome browser and use visual automation on the current UI shown
Initialized RPA for visual automation for any upfront UI, used to look for any element present in the UI.
Initialized RPA to open the chrome browser, mostly used for web automation.
Activate the turbo mode, making the program run 10X faster than the normal human speed.