Members
-
<inner> When we select all rows in table {string}
-
Description
Locates the specified table and selects all visible rows in it.
Parameters
Name Type Description tableNamestring caption of the target table
Examples
When we select all rows in table "Books" -
<inner> When we select row {int} in table {string}
-
Description
Locates the specified table and selects the specified row in it.
Parameters
Name Type Description rowint number of the row to select
tableNamestring caption of the target table
Examples
When we select row 2 in table "Books" -
<inner> When we select rows in table {string} having {string} equal to {string}
-
Description
Locates the specified table and selects the rows where the specified column matches the provided value.
Parameters
Name Type Description tableNamestring caption of the target table
columnNamestring caption of the target column
valuestring value to look for
Examples
When we select rows in table "Books" having "Name" equal to "John Doe" -
<inner> When we select day {string}
-
Description
Selects the specified day in the currently opened calendar.
Parameters
Name Type Description daystring target number of day in a month
Examples
When we select day "15" -
<inner> When we select year {string}
-
Description
Selects the specified year in the currently opened calendar.
Parameters
Name Type Description yearstring target year to select
Examples
When we select year "2030" -
<inner> When we select month {string}
-
Description
Selects the specified month in the currently opened calendar.
Parameters
Name Type Description yearstring target year to select
Examples
When we select month "December" -
<inner> When we roll calendar to {string}
-
Description
Performs the specified action on the currently opened calendar.
Parameters
Name Type Description actionstring action to perform on the calendar: "next month", "next year"
Examples
When we roll calendar to "next month"