OpenText™ Functional Testing for Developers JavaScript SDK

Oracle. ListOfValues

new ListOfValues(propsopt) → {ListOfValues}

The description of an Oracle window containing a list of values for selection.
Parameters:
Name Type Attributes Description
props Object <optional>
Initializes an Oracle ListOfValues test object using the supplied property bag.
Returns:
the description object that was initialized.
Type
ListOfValues

Methods

absoluteLocation(locationopt) → {Point|Description}

The object's coordinates relative to the screen in pixels. 0,0 is the top-left corner of the primary monitor.
Parameters:
Name Type Attributes Description
location Point <optional>
When provided, this method acts as a setter and sets the absoluteLocation value.
Returns:
If no parameter is provided, the method acts as a getter and returns the absoluteLocation value; otherwise it returns 'this' for use with the builder pattern.
Type
Point | Description

choicesNumber(choicesNumberopt) → {number|Description}

Number of available choices (taking into account the active filter).
Parameters:
Name Type Attributes Description
choicesNumber number <optional>
When provided, this method acts as a setter and sets the choicesNumber value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored choicesNumber value; otherwise it returns 'this' for use with the builder pattern.
Type
number | Description

classPath(classPathopt) → {string|Description}

The Oracle class hierarchy of the object's Oracle class.
Parameters:
Name Type Attributes Description
classPath string <optional>
When provided, this method acts as a setter and sets the classPath value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored classPath value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

isEnabled(isEnabledopt) → {boolean|Description}

Indicates whether the object is enable.
Parameters:
Name Type Attributes Description
isEnabled boolean <optional>
When provided, this method acts as a setter and sets the isEnabled value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored isEnabled value; otherwise it returns 'this' for use with the builder pattern.
Type
boolean | Description

items(itemsopt) → {Array.<string>|Description}

Content of the object window.
Parameters:
Name Type Attributes Description
items Array.<string> <optional>
When provided, this method acts as a setter and sets the items value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored items value; otherwise it returns 'this' for use with the builder pattern.
Type
Array.<string> | Description

location(locationopt) → {Point|Description}

The object's coordinates relative to the parent's location in pixels.
Parameters:
Name Type Attributes Description
location Point <optional>
When provided, this method acts as a setter and sets the location value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored location value; otherwise it returns 'this' for use with the builder pattern.
Type
Point | Description

objectType(objectTypeopt) → {string|Description}

The general object type.
Parameters:
Name Type Attributes Description
objectType string <optional>
When provided, this method acts as a setter and sets the objectType value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored objectType value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

size(sizeopt) → {Size|Description}

The object's size in pixels.
Parameters:
Name Type Attributes Description
size Size <optional>
When provided, this method acts as a setter and sets the size value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored size value; otherwise it returns 'this' for use with the builder pattern.
Type
Size | Description

title(titleopt) → {string|Description}

The window title.
Parameters:
Name Type Attributes Description
title string <optional>
When provided, this method acts as a setter and sets the title value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored title value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description