WebElementGetHashCode Method
Returns the hash code for this element

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim returnValue As Integer

returnValue = instance.GetHashCode()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Selenium.WebElement.GetHashCode"]

See Also