Members


<inner> When we press button {string} in active dialog

Description

Press the specified button in the currently active dialog

Parameters
Name Type Description
label string

the label of the target button as displayed in the browser

Examples
When we press button "Accept" in active dialog

<inner> When we press button {string}

Description

Press the specified button located on the current page

Parameters
Name Type Description
label string

the label of the target button as displayed in the browser

Examples
When we press button "Create"

<inner> When we create new item

Description

Triggers creation of a new item by pressing the "Create" button located on the current page

Examples
When we create new item

<inner> When we create new item for table {string}

Description

Triggers creation of a new item for the specified table located on the current page by pressing its "Create" button

Parameters
Name Type Description
tableName string

the name of the target table as displayed in the browser

Examples
When we create new item for table "Books"

<inner> When we delete selected rows in table {string}

Description

Triggers deletion of selected items for the specified table located on the current page by pressing its "Delete" button

Parameters
Name Type Description
tableName string

the name of the target table as displayed in the browser

Examples
When we delete selected rows in table "Books"

<inner> When we create new item for table in section {string}

Description

Triggers creation of a new item for the table located in the section with the specified name by pressing its "Create" button

Parameters
Name Type Description
sectionName string

the name of the section as displayed in the browser which contais the target table

Examples
When we create new item for table in section "Books"

<inner> When we delete the object instance

Description

Triggers deletion of the current object instance in an ObjectPage by pressing its "Delete" button

Examples
When we delete the object instance

<inner> When we confirm the deletion

Description

Confirms triggered deletion in the currently visible "Delete" dialog by pressing its "Delete" button

Examples
When we confirm the deletion

<inner> When we perform object action {string}

Description

Triggers the specified action of the current object instance located on an ObjectPage by pressing the button with the specified label

Parameters
Name Type Description
label string

the label of the target button as displayed in the browser

Examples
When we perform object action "Reject"

<inner> When we click on text {string}

Description

Locates an element having the specified text and performs a mouse click on it.

Parameters
Name Type Description
text string

the text of the target UI element

Examples
When we click on text "John Doe"

<inner> When we click on link {string}

Description

Locates a link having the specified text and performs a mouse click on it.

Parameters
Name Type Description
text string

the text of the target link

Examples
When we click on link "John Doe"

<inner> When we click on object identifier {string}

Description

Locates an object identifier having the specified text and performs a mouse click on it.

Parameters
Name Type Description
text string

the text of the target object identifier

Examples
When we click on object identifier "John Doe"

<inner> When we tap on text {string}

Description

Locates an element having the specified text and fires a tap event on it.

Parameters
Name Type Description
text string

the text of the target UI element

Examples
When we tap on text "John Doe"

<inner> When we tap on link {string}

Description

Locates a link having the specified text and fires a tap event on it.

Parameters
Name Type Description
text string

the text of the target link

Examples
When we tap on link "John Doe"

<inner> When we tap on object identifier {string}

Description

Locates an object identifier having the specified text and fires a tap event on it.

Parameters
Name Type Description
text string

the text of the target object identifier

Examples
When we tap on object identifier "John Doe"

<inner> When we tap on {string}

Description

Locates a Text or a Link element having the specified text and fires a tap event on it.

Parameters
Name Type Description
text string

the text of the target UI element

Examples
When we tap on "John Doe"

<inner> When we tap on row {int} in table {string}

Description

Locates the target table labeled with that name and fires a tap event on the specified row number.

Parameters
Name Type Description
row int

target row number

tableName string

target table

Examples
When we tap on row 5 in table "Books"

<inner> When we apply the changes

Description

Locates button with label "Apply" in an ObjectPage footer bar and fires a press event on it.

Examples
When we apply the changes