Navigate
From UBot Studio
(Difference between revisions)
(Created page with "This command navigates the browser to a specified url. Navigate is an Windows Command. The command can be used in the In New Browser command. == Examp...") |
|||
Line 1: | Line 1: | ||
This command navigates the browser to a specified url. | This command navigates the browser to a specified url. | ||
− | Navigate is | + | 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. | ||
== Example == | == Example == |
Revision as of 16:40, 7 December 2012
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.
Example
navigate("google.com", "Wait")
Running the command will navigate the main browser to the specified url in the command.