WindowSwitchToWindowByTitle メソッド
Change focus to another window.

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

returnValue = instance.SwitchToWindowByTitle(title, 
	timeout)

パラメータ

title
型: SystemString
Title of the window
timeout(省略可)
型: SystemInt32
省略可。タイムアウト(ミリ秒)。

戻り値

型: Window
参照