Open

Selenium open command that will send the browser to the newly identified url.

Required Attributes
url
the url to open in the currently focused browser window.
Usage Examples
Example #1
<selenium baseurl="http://www.google.com" browser="*firefox">
   
<open url="/" />
</selenium>