FindByXPath Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns an element using an XPath. This function supports the System.Xml XPath syntax.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public Element ByXPath(
	string xpath
)

Parameters

xpath
Type: SystemString
The XPath string. XPath is case-sensitive.

Return Value

Type: Element
The found element. The function returns null if no element is found.
See Also

Reference