Search by class name
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim className As String
Dim returnValue As By
returnValue = By.Class(className)
Parameters
- className
- Type: SystemString
Element class name
Return Value
Type:
By
See Also