BrowserWindow.Locate Method

Finds a Web browser window by using the window title and returns a corresponding browser window object.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Function Locate ( _
    title As String _
) As BrowserWindow
public static BrowserWindow Locate(
    string title
)
public:
static BrowserWindow^ Locate(
    String^ title
)
static member Locate : 
        title:string -> BrowserWindow 
public static function Locate(
    title : String
) : BrowserWindow

Parameters

  • title
    Type: System.String
    The title of the Web browser window to find.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
The Web browser window object.

.NET Framework Security

See Also

Reference

BrowserWindow Class

Microsoft.VisualStudio.TestTools.UITesting Namespace