Browser Activities

Last modified by admin on 2022/05/18 09:28

The Browser activities package contains all the basic activities used for creating Web automation projects.

These activities enable the robots to:

  • Simulate human interaction, such as performing mouse and keyboard commands or typing and extracting text, for basic web automation.
  • Create triggers based on application behavior, thus enabling the Robot to execute certain actions when specific events occur on a machine.
  • Perform web manipulation.

Pick Target Element

The activities that perform actions on UI elements can be configured at design time by using the Pick target element button present in the body of the activities in designer.

Note: 
You have to Install web extension in order to Indicate element on Web browser.

Click the Pick target element button opens Selector Editor wizard.

image-20220509131533-1.png

After click Pick target element button, the Indicate field specifies what you are indicating at the moment. When the wizard is opened for the first time, the Target needs to be indicated. For each possible target, the wizard automatically selects an anchor, if one is available.

Here is an example result after indicate element on web: 

image-20220509131542-2.png

See also:

  
Navigation