-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
TreeXPath
-
Methods
-
Select(String)
Select(String) Method
Definition
Selects nodes matching the XPath expression.
public IEnumerable<object> Select(string xpath)
Parameters
- xpath
- String
The XPath expression.
Returns