Load Page

This action loads a page from a URL obtained either from a link on the current page, or from somewhere else. Note that loading from a link on the current page is usually easier done by using the Click action to perform a click on that link.

Properties

The Load Page action can be configured using the following properties:

Location

This property specifies which URL to open. The URL can be specified in several ways using a URL Selector.

Load Into

This property specifies which window to load the page into. The window can be an existing one or a new one. The following options are available:

  • Automatic specifies that the page should be loaded into the same window as a browser would. If the page is loaded from a URL in the found tag, this will take into account "target" attributes etc. on the found tag.
  • Existing Window specifies that the page should be loaded into a selected existing window (see the discussion on how to identify a window).
  • New Window specifies that the page should be loaded into a new window. An optional name for the new window can be specified, and it can be selected which window should be registered as the opener of the new window (see the discussion on how to identify a window).
Options

The robot's options can be overridden with the step's own options. An option that is marked with an asterisk in the Options Dialog will override the one from the robot's configuration. All other options will be the same as specified for the robot.