Skip to main content
[Command] Wait for web page to load
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The Wait for web page to load command is used to instruct the workflow to wait a certain amount of time for a web page to complete loading before executing the next command. Unlike the Wait web page content command, the Wait for web page to load command focuses more on the entire web page rather than a specific element or text on a web page.


Parameters Values

Set parameters

Parameter

Definition

Web page

Select the web page that you would like to wait for. There are 2 commands that can be used to generate a web page variable:

  • Go to web page

  • Find web page

Timeout (s)

Enter the number of seconds to wait for the page to load

When timeout

Select an action to proceed when a timeout occurs

  • Correct the error

  • Stop loading

Error handling

Parameter

Definition

When error occurs

Select the action to be performed when an error occurs


Example

The workflow below will go to www.aliexpress.us on the built-in browser, save the page as a variable named "AliExpress", wait for "AliExpress" to complete loading for 10 seconds, and left-click element named "Span_Help" on the page named "AliExpress".

Did this answer your question?