Skip to main content

Web Navigation

Current configuration of the Web Navigation task in the Workflow Designer

The Web Navigation task opens a page, can populate login credentials, and, if required, retrieves the content of a specific page element.

Configuration

FieldDescription
URLPage to open. Dynamic workflow parameters are allowed.
Navigation typeAnonymous or authenticated.
User IDIdentifier of the page element that receives the username.
UserUsername to populate.
Password IDIdentifier of the element that receives the password.
PasswordPassword to populate.
Data retrievalEnables extraction of an element from the page.
Object typeSearch for the element by ID or by ClassName.
Object nameIdentifier or class of the element to acquire.

Authentication fields appear only for authenticated navigation. Object-related fields appear when Data retrieval is enabled.

Usage

  1. Verify that the page is reachable and that its content is compatible with automation.
  2. Choose anonymous navigation or specify the form elements for login.
  3. To acquire data, inspect the page and identify a stable element via ID or class.
  4. Run the workflow with synthetic data and check the result in the logs.

The structure of a web page can change without notice. Prefer stable identifiers and plan for explicit handling of the case where the element is not found.

Results and security

When retrieval is enabled, the task produces the acquired content in the formats made available by the execution. Do not use this function to collect data for which you do not have the necessary authorisations.

Passwords and other sensitive data must not appear in the task name, shared output parameters, or subsequent workflow messages.