Navigate
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
This command navigates the browser to a specified url. | This command navigates the browser to a specified url. | ||
+ | |||
Navigate is a [[Browser Commands|Browser Command]]. | Navigate is a [[Browser Commands|Browser Command]]. | ||
+ | |||
The command can be used in the [[In New Browser]] command. | The command can be used in the [[In New Browser]] command. | ||
+ | |||
+ | URL: Where your website url is inserted. The command also accepts variables and functions such as [$next list item], [$list item], [$previous list item], and [$table cell] | ||
+ | |||
+ | |||
== Example == | == Example == | ||
<pre> | <pre> |
Revision as of 17:03, 23 April 2013
This command navigates the browser to a specified url.
Navigate is a Browser Command.
The command can be used in the In New Browser command.
URL: Where your website url is inserted. The command also accepts variables and functions such as [$next list item], [$list item], [$previous list item], and [$table cell]
Example
navigate("google.com", "Wait")
Running the command will navigate the main browser to the specified url in the command.