BrowserWindow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Properties
Methods
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