ByName Method
Search by name attribute

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

returnValue = By.Name(name)

Parameters

name
Type: SystemString
Element name

Return Value

Type: By
By object
See Also