Open
From STIQ
open ( url )
Arguments:
- url - the URL to open; may be relative or absolute
- This accepts both relative and absolute URLs. The "open" command waits for the page to load before proceeding (i.e. the "AndWait" suffix is implicit.)
Note:
- The URL must be on the same site as STIQ due to security restrictions in the browser (Cross Site Scripting).
Example:
- Entered in the Test pane as:
- | open | http://www.google.com | |
- Rendered in the Test pane as:
open http://www.google.com 1
