WebDriverGet メソッド
現在のブラウザセッションで Web ページを読み込みます。Open メソッドと同じです。

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebDriver
Dim url As String
Dim timeout As Integer
Dim raise As Boolean
Dim returnValue As Boolean

returnValue = instance.Get(url, timeout, 
	raise)

パラメータ

url
型: SystemString
URL
timeout(省略可)
型: SystemInt32
省略可。タイムアウト(ミリ秒)。-1 は無限待機を表します。
raise(省略可)
型: SystemBoolean
省略可。True のときタイムアウト後に例外を送出します。

戻り値

型: Boolean
Return true if the url was openned within the timeout, false otherwise
参照