Using legacy Web actions
- Updated: 2022/06/17
In Automation 360, all the commands (except Find broken links and Download files) of Web recorder are migrated to their respective actions within the Legacy Automation package. We do not recommend using the Legacy Automation package for new bot development.
Web actions in the Legacy Automation package
The Legacy Automation package includes the following actions:
Action | Description |
---|---|
Close page | Closes the browser session for an opened browser window or tab. |
Update window title | Updates the window title during migration of bots, from Internet Explorer to
Microsoft Edge with IE mode. On execution of
this action, the window title is changed to
*Microsoft*Edge format. This action
is used only when the window title is determined by a variable
and not when the window title is static. The window title is
updated when the bot is run and not during the
conversion process.
|
Execute java script function | Executes JavaScript internally on a web page in Internet Explorer or Microsoft Edge (IE mode). You can run JavaScript inside a web page by
providing JavaScript as an action input. When you run a
JavaScript function, you can see and edit the properties of
the selected iFrame.
|
Extract data | Extracts data from a specified URL in Internet Explorer or Microsoft Edge (IE mode).
|
Extract pattern data | Extracts pattern-based data from an Internet Explorer page. Use pattern-based data
extraction when the web entries follow a pattern. This feature
recognizes the pattern and extracts the data even if it spans
several pages. The extracted data is saved to a CSV file.
|
Extract source | Extracts the source of an element on a specified webpage and assigns the value to a variable. |
Extract table | Extracts the table from a specified URL and optionally saves
to a new CSV file or appends to an existing CSV file.
|
Go back | Navigates to the previous page. |
Manage web controls | Identifies the properties of a UI control from a specified
website.
|
Navigate to page | Opens a web page in an existing Internet Explorer window.
|
Open page | Opens a web page in Internet Explorer to a
specified URL.
|
Search by caption | Searches the first opened Internet Explorer window for the specified caption and occurrence frequency. You can update the Caption and Occurrence in the bot. |
Configure settings | Set the configuration option for the web actions. You can select one of the following options or all: When you configure this action with the following settings, the settings configured will apply to all the actions under the Web group.
|