-
Notifications
You must be signed in to change notification settings - Fork 1
Pro Functions
Sends a Telegram notification, for example, to update on automation completion or exception.
First, message @taguibot to authorise it to send messages to your Telegram.
The id can be an integer or a string.
Enters keystrokes directly
Explicitly sends a mouse event at the current mouse position.
This following block explicitly waits for some time.
The default time is 5 second
- Saves table data to a CSV file, based on the table number on the webpage or its XPath identifier.
- Uploads file to a website, the element identifier(first input) can only be a CSS.
- download from URL to file
- unzip the zip file to the specified location
- set web frame
the filename to save and subframe(second input) are optional.
if destination file omits, download and unzip into the current folder. r.download('http://rpachallenge.com/assets/downloadFiles/challenge.xlsx')
The following block set the context to the web popup tab.
Empty input reset to the main page.
OS command: Runs a command in Command Prompt or Terminal and return the output
code in Dom: Runs a JS code in the browser dom and saves returned value
The box allows you to choose which command you want to perform
Runs Sikuli code.
the input is a Python code for SikuliX
Changes the auto-wait timeout when waiting for web elements to appear. The default time is 10 seconds.
A blank input returns the current timeout