WindowSwitchToWindowByName Method
Change focus to another window.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Window
Dim name As String
Dim timeout As Integer
Dim returnValue As Window

returnValue = instance.SwitchToWindowByName(name, 
	timeout)

Parameters

name
Type: SystemString
Name of the window
timeout (Optional)
Type: SystemInt32
Optional timeout in milliseconds

Return Value

Type: Window

[Missing <returns> documentation for "M:Selenium.Window.SwitchToWindowByName(System.String,System.Int32)"]

See Also