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 tableName
string 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 row
int number of the row to select
tableName
string 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 tableName
string caption of the target table
columnName
string caption of the target column
value
string 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 day
string 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 year
string 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 year
string 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 action
string action to perform on the calendar: "next month", "next year"
Examples
When we roll calendar to "next month"