Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Open a web page in the current browser session


CommandExamplesExplanation
load page at <URL>load page at http://www.google.com

Loads the page found at the given <URL> in the browser at the top of the session stack. Requires at least one browser session to be open.

The success of this command does not guarantee that the desired page was loaded; often browsers or web sites will display default content (e.g., a 404 page) if the requested page can't be found.

...