Skip to main content

Navigate on web page

Sophie avatar
Written by Sophie
Updated over 2 weeks ago

Definition and Usage

Go back, go forward, refresh or go to another URL from the current web page. This command allows you to perform standard navigation actions within a browser, similar to using browser navigation buttons or entering a new URL in the address bar.


Parameter Values

Input parameters

Parameter

Description

Possible Values

Required

Options / Notes

Web page

Select a variable that contains the web page to work with

Web page variable

Yes

Must be a previously opened web page

Navigate action

Select navigation action on the web page

Navigate to new URL, Go back, Go forward, Reload (Refresh)

Yes

Determines the type of navigation to perform

New URL

Enter target URL to navigate to

Any valid URL

Yes (when "Navigate to new URL" is selected)

Only required when "Navigate to new URL" is selected

Advanced settings

Parameter

Description

Possible Values

Required

Options / Notes

Timeout (s)

Specify the amount of time (in seconds) to wait for the page to load

Positive number

No

Default is 20 seconds; increase for slower connections

Error handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will trigger an error and stop the execution of the entire app.

Retry command

If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process.

Ignore error & continue

When an error occurs, the action will be ignored, and the workflow will continue without interruption.

Variables produced

This action doesn't produce any variables.


Using Variables in Conditions

You can use variables in the "New URL" field by clicking the {x} button to insert previously defined variables. This is useful when you need to navigate to dynamically determined URLs based on previous actions or user inputs. For example, you might combine a base URL variable with specific parameters or paths.


Notes

  • Before using this command, ensure that a web page has already been opened using the "Go to web page" command.

  • The "Go back" and "Go forward" actions function like browser back and forward buttons, navigating through the browsing history.

  • The "Navigate to new URL" action requires a complete URL including the protocol (e.g., https://www.example.com).

  • The "Reload (Refresh)" action will refresh the current page, similar to pressing F5 in a browser.

  • If the navigation fails to complete within the specified timeout period, the command will trigger an error.

Did this answer your question?