Exists(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Checks if any nodes match the XPath expression.

public bool Exists(string xpath)

Parameters

xpath
String

The XPath expression.

Returns

Boolean
True if any nodes match.