ElementNotFoundException
Last updated
Was this helpful?
Last updated
Was this helpful?
The ElementNotFoundException is thrown by the FindAllInstances, FindAllInstances<T>, ScrollAndFindElement and method, when an could not be found on the SUT with the current parameters.
The ElementNotFoundException inherits from , so the impact on the Test Case execution is the same: The test case is aborted, the step and then the step are executed if available and the Aborted result is reported.
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Object Exception TrioExecutionException Progile.TRIO.BaseModel.ElementNotFoundException
Syntax:
Parameter
Description
element
Type: The element that could not be found, will be logged with its display name.