Try clicking on the text input field first.
x.webm
BAS MODULES: browser n script modules
-

"BROWSER" MODULE
Each of these modules helps to solve a specific problem. For example, the browser module allows you to call a "Download" action that loads the site you specify at the URL.
We will analyze all of these modules separately and see what other functions they are intended for. Additional modules are a set of action blocks that you will use as needed and you can do without them if you do not have a specific task for using them.
These include: open/close browser, clipboard, idle emulation, asynchronous function call, image processing, mail, phone confirmation, process control, send email, Telegram, timezone, user interaction, built-in languages, Excel, Database, URL, checksum, archiving, FTP, SQL. For example, the image processing module helps you edit uploaded photos and overlay any text on them. The Telegram module is used to send notifications to a convenient messenger.
The "Browser" module is used to work with actions (action blocks) that do not require a specific element to be applied in the browser. The "Browser" module includes the following actions: load, current URL, previous page, page code, text input, resolution, get permission and cursor position, proxy, javascript, execute on each page load, reset, open file dialog, start dragging the file , prompt window, http authentication, scrolling, screenshot, solve captcha, recaptcha v3,

The "Script Logic" module is used to execute conditions, loops, set local and global variables, sum them up, call functions in 1 or more threads, terminate threads in successful and unsuccessful forms, as well as to interrupt the script. The "Script Logic" module includes the following actions: IF, WHILE, FOR, FOREACH, Break, Continue, Success, Fail, Abort Script, Set Label, Jump to Label, Ignore Errors, Set Variable, Increment Variable, Set Global Variable, Increment Global. variable
Call Function, Get Function Parameter, Return, Call Function in Multiple Threads. You will use this module very often in your automator work, since you will have to work with loops, variables and conditions, as well as with function calls. But don't worry, I'll go into more detail about each action below so you can understand what they're used for and how to use them.
More information in tg chat bas_english
-
@Pavel-Duglas-Bas Great! I will make one for HTTP.
-
@NotWegant welcome