Action
Verifies that the data-grid row has the focus in the grid.
Syntax
Datagrid.VerifyFocusRow(aDataGridRowExpected [, nTimeout])
Variable
|
Description
|
aDataGridRowExpected
|
Verifies that the expected row has the input focus in a window.
ANYTYPE.
|
nTimeout
|
Optional: The number of seconds to wait for the expected value to be achieved.
NUMBER.
|
Notes
If a timeout is specified with the
nTimeout parameter,
Silk Test Classic calls
VerifyFocusRow() until the condition is verified or the timeout is reached. The time between checks is the value of the window retry interval Agent option,
OPT_WINDOW_RETRY. If the verification fails, an exception is thrown.