BrowserWindow Class
Class representing a Browser Window
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.ApplicationBase
Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class BrowserWindow _
Inherits ApplicationUnderTest
[CLSCompliantAttribute(true)]
public class BrowserWindow : ApplicationUnderTest
[CLSCompliantAttribute(true)]
public ref class BrowserWindow : public ApplicationUnderTest
[<CLSCompliantAttribute(true)>]
type BrowserWindow =
class
inherit ApplicationUnderTest
end
public class BrowserWindow extends ApplicationUnderTest
The BrowserWindow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BrowserWindow |
Top
Properties
Name | Description | |
---|---|---|
AllowPopups | ||
AlwaysOnTop | Gets a value that indicates whether the application window always appears on top. (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 | Gets a value that indicates whether the application window has a title bar. (Inherited from ApplicationUnderTest.) | |
Height | (Inherited from UITestControl.) | |
IsTopParent | (Inherited from UITestControl.) | |
Left | (Inherited from UITestControl.) | |
Maximized | Gets or sets a value that indicates whether the application window is maximized. (Inherited from ApplicationUnderTest.) | |
Minimized | Gets or sets a value that indicates whether the application window is minimized. (Inherited from ApplicationUnderTest.) | |
Name | (Inherited from UITestControl.) | |
NativeElement | (Inherited from UITestControl.) | |
Popup | Gets a value that indicates whether the application window is a pop-up window. (Inherited from ApplicationUnderTest.) | |
Process | Gets or sets the underlying Process object. (Inherited from ApplicationUnderTest.) | |
Resizable | Gets a value that indicates whether the application window is resizable. (Inherited from ApplicationUnderTest.) | |
Restored | Gets or sets a value that indicates whether the application window is restored. (Inherited from ApplicationUnderTest.) | |
SearchConfigurations | (Inherited from UITestControl.) | |
SearchProperties | (Inherited from UITestControl.) | |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) | |
ShowInTaskbar | Gets a value that indicates whether the program icon appears in the taskbar. (Inherited from ApplicationUnderTest.) | |
State | (Inherited from UITestControl.) | |
TechnologyName | (Inherited from UITestControl.) | |
Title | Gets or sets the title of the application that is under test. (Inherited from ApplicationUnderTest.) | |
Top | (Inherited from UITestControl.) | |
TopParent | (Inherited from UITestControl.) | |
Transparent | Gets a value that indicates whether the application window is transparent. (Inherited from ApplicationUnderTest.) | |
Uri | ||
Version | ||
Width | (Inherited from UITestControl.) | |
WindowHandle | (Inherited from UITestControl.) | |
WindowTitles | (Inherited from UITestControl.) |
Top
Methods
Top
Remarks
No content here will be updated; please do not add material here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.