ByClass Method
Search by class name

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim className As String
Dim returnValue As By

returnValue = By.Class(className)

Parameters

className
Type: SystemString
Element class name

Return Value

Type: By
See Also