Share via


BrowserWindow Class

Definition

public ref class BrowserWindow : Microsoft::VisualStudio::TestTools::UITesting::ApplicationUnderTest
[System.CLSCompliant(true)]
public class BrowserWindow : Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
[<System.CLSCompliant(true)>]
type BrowserWindow = class
    inherit ApplicationUnderTest
Public Class BrowserWindow
Inherits ApplicationUnderTest
Inheritance
Attributes

Constructors

Name Description
BrowserWindow()

Properties

Name Description
AllowPopups
AlwaysOnTop (Inherited from ApplicationUnderTest)
BoundingRectangle (Inherited from UITestControl)
ClassName (Inherited from UITestControl)
CloseOnPlaybackCleanup (Inherited from ApplicationBase)
Container (Inherited from UITestControl)
ControlType (Inherited from UITestControl)
CurrentBrowser
CurrentDocumentWindow
Enabled (Inherited from UITestControl)
Exists (Inherited from UITestControl)
FilterProperties (Inherited from UITestControl)
FriendlyName (Inherited from UITestControl)
HasFocus (Inherited from UITestControl)
HasTitleBar (Inherited from ApplicationUnderTest)
Height (Inherited from UITestControl)
IsTopParent (Inherited from UITestControl)
Left (Inherited from UITestControl)
Maximized (Inherited from ApplicationUnderTest)
Minimized (Inherited from ApplicationUnderTest)
Name (Inherited from UITestControl)
NativeElement (Inherited from UITestControl)
Popup (Inherited from ApplicationUnderTest)
Process (Inherited from ApplicationUnderTest)
Resizable (Inherited from ApplicationUnderTest)
Restored (Inherited from ApplicationUnderTest)
SearchConfigurations (Inherited from UITestControl)
SearchProperties (Inherited from UITestControl)
SearchPropertiesSetExplicitly (Inherited from UITestControl)
ShowInTaskbar (Inherited from ApplicationUnderTest)
State (Inherited from UITestControl)
TechnologyName (Inherited from UITestControl)
Title (Inherited from ApplicationUnderTest)
Top (Inherited from UITestControl)
TopParent (Inherited from UITestControl)
Transparent (Inherited from ApplicationUnderTest)
Uri
Version
Width (Inherited from UITestControl)
WindowHandle (Inherited from UITestControl)
WindowTitles (Inherited from UITestControl)

Methods

Name Description
Back()
CaptureImage() (Inherited from UITestControl)
ClearCache()
ClearCookies()
Close()
CopyFrom(UITestControl)
Dispose() (Inherited from ApplicationUnderTest)
Dispose(Boolean)
DrawHighlight() (Inherited from UITestControl)
EnsureClickable() (Inherited from UITestControl)
EnsureClickable(Point) (Inherited from UITestControl)
Equals(Object) (Inherited from UITestControl)
ExecuteScript(String, Object[])
Find() (Inherited from ApplicationUnderTest)
FindMatchingControls() (Inherited from UITestControl)
Forward()
FromProcess(Process)
GetChildren() (Inherited from UITestControl)
GetClickablePoint() (Inherited from UITestControl)
GetHashCode() (Inherited from UITestControl)
GetParent() (Inherited from UITestControl)
GetProperty(String) (Inherited from UITestControl)
GetUITestControlsForSearch() (Inherited from UITestControl)
Launch()
Launch(String[])
Launch(Uri)
Locate(String)
NavigateToHomepage()
NavigateToUrl(Uri)
PerformDialogAction(BrowserDialogAction, Object)
PerformDialogAction(BrowserDialogAction)
Refresh()
SetFocus() (Inherited from UITestControl)
SetProperty(String, Object) (Inherited from UITestControl)
Shutdown() (Inherited from ApplicationUnderTest)
StopPageLoad()
ToString() (Inherited from UITestControl)
TryFind() (Inherited from UITestControl)
TryGetClickablePoint(Point) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>, Int32) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>) (Inherited from UITestControl)
WaitForControlEnabled() (Inherited from UITestControl)
WaitForControlEnabled(Int32) (Inherited from UITestControl)
WaitForControlExist() (Inherited from UITestControl)
WaitForControlExist(Int32) (Inherited from UITestControl)
WaitForControlNotExist() (Inherited from UITestControl)
WaitForControlNotExist(Int32) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object) (Inherited from UITestControl)
WaitForControlReady() (Inherited from UITestControl)
WaitForControlReady(Int32) (Inherited from UITestControl)

Applies to