| WebElementLocationInView Method |
Gets the location of an element relative to the origin of the view port.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim returnValue As Point
returnValue = instance.LocationInView()
Return Value
Type:
Point
See Also