Skip to content

Core Functions

NzBernadine edited this page Feb 10, 2022 · 5 revisions

Core Functions Blocks

These blocks represent the core basic functions for RPA

Initialize

initialised RPA in python to start TagUI
image

Deploy & Update

  1. pack: Deploys the package without internet
  2. update: Update the package without internet choose either one from the dropdown option
    image

Close RPA

Close TagUI, Chrome browser, SikuliX initialize at the beginning of the programme
image

Initialize browser and Visual automatisation

Initialize RPA to open the chrome browser and use visual automation on the current UI shown
image

Visual automation

Initialized RPA for visual automation for any upfront UI, used to look for any element present in the UI.
image

Chrome browser

Initialized RPA to open the chrome browser, mostly used for web automation.
image

Turbo mode

Activate the turbo mode, making the program run 10X faster than the normal human speed.
image