Select(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Selects nodes matching the XPath expression.

public IEnumerable<object> Select(string xpath)

Parameters

xpath
String

The XPath expression.

Returns

IEnumerable<Object>
Matching nodes.