Add Click Action

media_1450356507011.png

Performs a click action in the middle of a PageElement.

Click the Click for Options link to bring up the Options dialog.

media_1450356518528.png

Element – the PageElement that will be clicked.

Get Element Child Select

media_1450356466998.png

Returns a child PageSelectElement from a specific PageElement.

Click the Click for Options link to bring up the Options dialog.

media_1450356477846.png

Element – the PageElement being used.
Criteria – the PageSearchCriteria used to retrieve the PageSelectElement.

Result – returns a PageSelectElement.

Get Element Children

media_1450356433900.png

Returns a list of children for a PageElement.

Click the Click for Options link to bring up the Options dialog.

media_1450356444748.png

Element – the PageElement being used.
Criteria – the PageSearchCriteria that will be used to retrieve the children.

Result – returns a list of PageElements that match the search criteria..

Get Element Child

media_1450356401969.png

Returns a child of as specific PageElement.

Click the Click for Options link to bring up the Options dialog.

media_1450356411635.png

Element – the PageElement being used.
Criteria – the PageSearchCriteria used to retrieve the chlid.

Result – returns a PageElement that matches the search criteria.

Check if Selected

media_1450356366591.png

Checks if the PageElement is selected.

Click the Click for Options link to bring up the Options dialog.

media_1450356376221.png

Element – the PageElement being used.

Result – returns true if the PageElement is selected, false if it is not selected.

Check if Enabled

media_1450356333875.png

Checks if a specific PageElement is enabled.

Click the Click for Options link to bring up the Options dialog.

media_1450356343272.png

Element – the PageElement being used.

Result – returns true if the PageElement is enabled, false if it is disabled.

Get Css Property Value

media_1450356302926.png

Returns the value of a specific Css property.

Click the Click for Options link to bring up the Options dialog.

media_1450356312859.png

Element – the PageElement being used.
Property – the Css property with the value to be retrieved.

Result – returns the value for that specific Css property.

Get Attribute Value

media_1450356268929.png

Returns the value of a attribute.

Click the Click for Options link to bring up the Options dialog.

media_1450356278145.png

Element – the PageElement being used.
Attribute – the attribute with the value to be retrieved.

Result – returns the value for that specific attribute.

Attribute Check

media_1450356239401.png

Checks to see if PageElement contains a specific attribute.

Click the Click for Options link to bring up the Options dialog.

media_1450356248666.png

Element – the PageElement being used.
Attribute – the type of attribute to be checked.

Result – returns true if attribute is available, false if it is not.

Get Element Text

media_1450356207980.png

Returns the inner text of a PageElement.

Click the Click for Options link to bring up the Options dialog.

media_1450356218247.png

Element – the PageElement being used.

Result – returns the inner text of the element.