BrowserWindow Object Properties

Applies to TestComplete 15.63, last modified on April 23, 2024

The BrowserWindow test object has the following properties:

Property List

Name Description
_NewEnum Returns an enumerator for the collection of children that belong to the object.
ActionMainMenu Returns the Menu object that provides a scripting interface to the main menu created with Borland Action Menu Bar.
C1MainMenu Returns the Menu object that provides a scripting interface to the main menu created with the ComponentOne Menus and Toolbars.
ChildCount Returns the number of child objects of the given object.
ControlId Specifies the control identifier of the window.
EssMainMenu Returns the Menu object that provides a scripting interface to the main menu created with the Syncfusion Essential Tools Menus.
Exists Tells you whether an object exists in the system.
Focused Specifies whether the control has input focus.
FullName Specifies the full name that uniquely identifies the object in TestComplete.
Handle Returns the control’s handle (HWND).
HScroll Returns a ScrollBar object that provides a scripting interface to the control’s horizontal scroll bar.
Id Returns the object’s identifier.
Index Specifies the front-to-back position of the control among other controls that have the same class name and caption, and belong to the same parent window.
JMainMenu Returns the Menu object that provides a scripting interface to the main menu of the Java application.
MainMenu Returns the Menu object that provides scripting interface to the main menu of the window.
MappedName Returns the custom name that is mapped to the original object name and is used to address the object in scripts.
MSAADisp Returns an object that contains methods and properties added to the window by the IAccessible interface.
Name Returns the object name.
NamedChild Returns a child object stored in the Name Mapping repository (by its index).
NamedChildCount Returns the number of child objects of an object stored in the Name Mapping repository.
NodeDescription Returns the description of an object stored in the Name Mapping repository.
ObjectIdentifier Returns the index of the browser window.
ObjectType Returns a string that contains an element type that is used to name objects.
Parent Returns the parent object of the given object.
PopupMenu Returns a Menu object that provides a scripting interface to the control’s context menu (the menu must be opened on screen first).
StripMainMenu Returns the Menu object that provides a scripting interface to the main menu created with Microsoft MenuStrip Class Library.
SystemMenu Returns the Menu object that provides a scripting interface to a window's system menu.
UICtrlsMainMenu Returns the Menu object that provides a scripting interface to the main menu created with the Janus UI Controls.
UltraMainMenu Returns the Menu object that provides a scripting interface to the main menu created with the Infragistics UltraWinToolbars.
Unicode Specifies whether the control is a native Unicode window.
URL This property is only added to those window objects that correspond to WebBrowser controls and to Firefox’s window that display web pages. The property returns the URL of the web page displayed in the browser window.
VScroll Returns a ScrollBar object that provides a scripting interface to the control’s vertical scroll bar.
WndCaption Specifies the caption of a window object.
WndClass Returns the class name of a window object.
WndStyles Returns a value that is a combination of object style constants.
WndStylesEx Returns a combination of constants that specify an extended object style.
wText Returns the text of a console application’s window.
XtraMainMenu Returns the Menu object that provides a scripting interface to the main menu created with the Developer Express XtraBars.

See Also

BrowserWindow Object
BrowserWindow Object Methods

Highlight search results