Recording actions in a website
Use the recorder to map web elements from websites based on the actions you take on it and automatically add as equivalent commands to your script.
Before you begin
This procedure assumes that you installed the driver that is needed to record web applications and started the web driver.
Procedure
In the recorder's menu bar, click Recording to enable it. The button turns from gray to blue. After that, go to a website, and do the actions that you want to record.
Results
Once you activate the web recorder in both IBM RPA Studio and your browser, all actions you do in the browser become a new command in your script. The recorder adds the commands at the end of the script's scope. After recording, you can review the commands to remove redundancy and tweak the selectors.