desktop » saveLocatorCount(var,locator)
Description
This command instructs Nexial to count the number of elements matching to the specified locator
. If no element is
found, 0
will be saved to the specified var
.
It is not common that a GUI element might not be rendered (present) until some time has passed. It is also possible that
the matching count for the specified locator
might change over time. For these reasons, this command will utilize the
nexial.pollWaitMs
value to determine the amount of time to wait. One
might want to adjust the value of this System variable to ensure appropriate count is timely captured.
Parameters
- var - this parameter is the variable of the locator count.
- locator - this parameter is the locator of the element.