
Performs a click action in the middle of a PageElement.
Click the Click for Options link to bring up the Options dialog.

Element – the PageElement that will be clicked.
Profit Tiger Systems Help Documentation
Just another WordPress site
Performs a click action in the middle of a PageElement.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement that will be clicked.
Returns a child PageSelectElement from a specific PageElement.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Criteria – the PageSearchCriteria used to retrieve the PageSelectElement.
Result – returns a PageSelectElement.
Returns a list of children for a PageElement.
Click the Click for Options link to bring up the Options dialog.
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..
Returns a child of as specific PageElement.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Criteria – the PageSearchCriteria used to retrieve the chlid.
Result – returns a PageElement that matches the search criteria.
Checks if the PageElement is selected.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Result – returns true if the PageElement is selected, false if it is not selected.
Checks if a specific PageElement is enabled.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Result – returns true if the PageElement is enabled, false if it is disabled.
Returns the value of a specific Css property.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Property – the Css property with the value to be retrieved.
Result – returns the value for that specific Css property.
Returns the value of a attribute.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Attribute – the attribute with the value to be retrieved.
Result – returns the value for that specific attribute.
Checks to see if PageElement contains a specific attribute.
Click the Click for Options link to bring up the Options dialog.
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.
Returns the inner text of a PageElement.
Click the Click for Options link to bring up the Options dialog.
Element – the PageElement being used.
Result – returns the inner text of the element.