BrowserHelper.IsBrowserWindow Method (String)

Determines whether the specified class represents a Web browser window.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride Function IsBrowserWindow ( _
    className As String _
) As Boolean
public abstract bool IsBrowserWindow(
    string className
)
public:
virtual bool IsBrowserWindow(
    String^ className
) abstract
abstract IsBrowserWindow : 
        className:string -> bool
public abstract function IsBrowserWindow(
    className : String
) : boolean

Parameters

  • className
    Type: String

    The name of a class.

Return Value

Type: Boolean
true if the provided class represents a browser window; otherwise, false.

.NET Framework Security

See Also

Reference

BrowserHelper Class

IsBrowserWindow Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace