This module allows to perform actions on a terminal emulator, such as connecting, sending text, sending keys, moving the cursor, etc.
Read this in other languages: English, Português, Español
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
-
Connect
Connect to terminal -
Send Text
Send text to the terminal -
Send Key
Send a key or a secuence of keys to Terminal -
Move Cursor
Move cursor to specific position on Terminal -
Get Text
Get text from Terminal -
Wait
Wait for text on terminal by specific condition -
Disconnect
Disconnect terminal -
End Session
Finish terminal session
- windows
- mac
- linux
- docker