rawsettings » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2015-02-23 | 2015-04-03 | ||
grammar (martin) | correcting confusing variable name (martin) | ||
Line 63: | Line 63: | ||
<code powershell> | <code powershell> | ||
- | $session.AddRawSettings("ProxyMethod", "3") | + | $sessionOptions.AddRawSettings("ProxyMethod", "3") |
- | $session.AddRawSettings("ProxyHost", "proxy") | + | $sessionOptions.AddRawSettings("ProxyHost", "proxy") |
</code> | </code> | ||