Select(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Selects nodes matching the XPath expression, cast to the specified type.

public IEnumerable<T> Select<T>(string xpath)
    where T : class

Type parameters

T
The type to cast results to.

Parameters

xpath
String

The XPath expression.

Returns

IEnumerable<T>
Matching nodes of the specified type.