Search by XPath
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim xpath As String
Dim returnValue As By
returnValue = By.XPath(xpath)
Parameters
- xpath
- Type: SystemString
XPath locator
Return Value
Type:
ByBy object
See Also