Action
Finds all objects specified by an XPath locator. Returns all objects
that match the locator. As long as no object matches the locator, the agent
tries to find an object until the default timeout, which is specified by the
option
Options.ObjectResolveTimeout, expires.
Syntax
C#
TestObjectList=FindAll(locator)
VB
TestObjectList=FindAll(locator)
Variable
|
Description
|
locator
|
The XPath locator. Defines which object to find.
String.
|