WebElementLocationInView Method
Gets the location of an element relative to the origin of the view port.

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 Point

returnValue = instance.LocationInView()

Return Value

Type: Point

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

See Also