Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-07 | 2013-05-14 | ||
| Converting to .NET Assembly (martin) | syntax and remarks headings (martin) | ||
| Line 1: | Line 1: | ||
| ====== open ====== | ====== open ====== | ||
| Establishes new connection. | Establishes new connection. | ||
| + | |||
| + | ===== Syntax ===== | ||
| open <session_url> | open <session_url> | ||
| open <site> | open <site> | ||
| + | |||
| + | ===== Remarks ===== | ||
| Establishes connection to given host. Use [[session_url|session URL]] or name of the [[session_configuration#site|site]] (stored session) &beta. To open site, stored in folder, use path syntax “folder/site”. Using session URL is preferred as it makes your script independent on the persisted configuration. | Establishes connection to given host. Use [[session_url|session URL]] or name of the [[session_configuration#site|site]] (stored session) &beta. To open site, stored in folder, use path syntax “folder/site”. Using session URL is preferred as it makes your script independent on the persisted configuration. | ||