Web

Web

Web namespace

Classes

AgGrid
AgGridTO
Area
AreaTO
AudioControl
AudioControlTO
Browser
BrowserFilter
BrowserTO
Button
ButtonTO
CheckBox
CheckBoxTO
Edit
EditTO
Element
ElementTO
Event
FileField
FileFieldTO
Frame
FrameTO
Image
ImageTO
Link
LinkTO
ListBox
ListBoxTO
Menu
MenuTO
MouseEvent
NumericField
NumericFieldTO
Page
PageTO
RadioGroup
RadioGroupTO
Slider
SliderTO
Table
TableCell
TableTO
TabStrip
TabStripTO
TreeView
TreeViewTO
UiGrid
UiGridTO
VideoControl
VideoControlTO

Type Definitions

BrowserType

Supported browser types.
Type:
  • Object
Properties:
NameTypeDescription
ChromestringGoogle Chrome
IEstringMicrosoft Internet Explorer
FirefoxstringMozilla Firefox
EdgestringMicrosoft Edge
EdgeChromiumstring

Microsoft Edge Chromium

SafaristringApple Safari
PhantomJSstringThe PhantomJS headless browser
MobileCenterBrowserstringThe Digital Lab (UFT Mobile) web browser
HeadlessChromestringHeadless Chrome

BrowserVersion

Type:
  • Object
Properties:
NameTypeDescription
typestringThe type of browser.
versionstringThe browser version.

DialogButton

Possible dialog button types
Type:
  • Object
Properties:
NameTypeDescription
okstringThe ok button type.
cancelstringThe cancel button type.

FullScreenMode

Values for the FullScreen(mode) parameter.
Type:
  • Object
Properties:
NameTypeDescription
offstringExits Full Screen mode. Does nothing if the browser is already in normal mode.
onstringSets the browser to full screen mode. Does nothing if the browser is already in full screen mode.
togglestringSwitches a full screen browser to normal mode or a normal mode browser to full screen.

ImageTypes

Supported image types. Used for conversions of image type.
Type:
  • Object
Properties:
NameTypeDescription
normalstringA normal image without any special meaning.
buttonstringAn image contained in an input element (input type="image").
clientImageMapstringAn image that is part of a client-side image map (relevant for area objects).
clientAndServerImageMapstringAn image that is both a client image map and a server image map.
serverImageMapstringAn image defined as a server-side image map.
linkstringAn image contained in an anchor element.

TreeConfiguration

The configuration options for the tree operations. The tree test object has a default implementation for these options that work with most trees. For trees whose default implementation does not find the right HTML element to use, you should specify an XPath to help find the element.
Properties:
NameTypeAttributes

Default

Description
selectorstringoptional The XPath used to find the internal tree element used for selecting a tree node.
expanderstringoptional The XPath value used to find the internal tree element used to expand and collapse a tree node.
collapserstringoptionaluse expanderThe XPath value used to find the internal tree element used to collapse a node. The collapser should be specified only if it is different from the expander.
forceExpandWithDoubleClickbooleanoptionalfalseA value used to decide if expand or collapse operations should only use a double click. If false, then the tree tries to use a single click; if the node is not collapsed/expanded it will use a double click.