Proxy クラス
HTTP プロキシのホスト・ポート・認証などを指定し、ブラウザ起動時に通信経路へ反映するためのクラスです。
継承階層
SystemObject
  SeleniumProxy

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Proxy

Proxy には次のメンバーが定義されています。

メソッド
  名前説明
公開メソッドSetAutoConfigure
Proxy with automatic configuration from URL.
公開メソッドSetAutodetect
Use proxy with automatic detection.
公開メソッドSetFTPProxy
Use a FTP proxy
公開メソッドSetHttpProxy
Use an HTTP proxy
公開メソッドSetSocksProxy
Use a Sock proxy
公開メソッドSetSSLProxy
Use a SSL proxy
ページ先頭
Dim driver As New FirefoxDriver
driver.Proxy.SetHttpProxy "http://myproxy.com:8273"
driver.Get "http://www..."
参照