Navigate
From UBot Studio
(Difference between revisions)
Line 5: | Line 5: | ||
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] | + | 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]] |
Revision as of 17:04, 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.