ByTag Method
Search by tag name

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

returnValue = By.Tag(tagName)

Parameters

tagName
Type: SystemString
Element tag name

Return Value

Type: By
By object
See Also