Exist Element
The "Exist Element" tool is used to check the existence of an element on a web page or within an application.
Parameters
XPath: The XPath expression used to locate the element. Type : String
Result: A variable or parameter to store the result of the existence check. The result will be a boolean value (
true
orfalse
). Type : Boolean
Usage
Drag and drop the ExistElement component into your sequence or workflow.
Specify the XPath expression that identifies the element you want to check.
Provide a variable or parameter in the Result field to store the result of the existence check.