Web Automation

Web Automation helps you to navigate between web pages and read, insert, or extract data from web UI elements.

You can use the available activities to automate web-based activities, such as data entry, screen scraping, extract web data to capture and consolidate information, log into websites and read the data, open a web browser and navigate to a specific website, and switch between web pages or browser windows. Automating such task help you to save time by using a bot to perform time-consuming, tedious, and repetitive task. Web Automation also helps integration between application, such as extracting data from a web page and adding it to a word document or excel spreadsheet.

Review the following recommendations before you create Bots for Web Automation activities:

  1. When you are using Web Element Action in your RPA Model, it is recommended not to use Find Element By Class Name attribute for Element Search Type. As the website or window instance can have multiple elements with the same class name, your bot may fail to complete the necessary task or get the preferred result.
  2. When you are specifying XPath in an action property, check its validity before running the bot. The XPath of a site can change over time, which can lead to your bot failing to complete the necessary task or get the preferred result.

Web Automation Activities

You can use the following activities to design an RPA bot to perform a web-based task: