LogonWindow

Oracle.LogonWindow

The description of an Oracle Applications sign-on window.

new LogonWindow(propsopt) → {Object}

Parameters:

NameTypeAttributesDescription
propsObject <optional>
Initializes an LogonWindow test object using the supplied property bag.

Returns:

the description object that was initialized.
Type
Object

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:

NameTypeAttributesDescription
locationPoint <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

location(locationopt) → {Point|Description}

The object's coordinates relative to the parent's location in pixels.

Parameters:

NameTypeAttributesDescription
locationPoint <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:

NameTypeAttributesDescription
objectTypestring <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:

NameTypeAttributesDescription
sizeSize <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