'DeclarationFunction GetElementFromPoint( _ ByVal point As Point _ ) As IWebElement
'UsageDim instance As IWebDocument Dim point As Point Dim value As IWebElement value = instance.GetElementFromPoint(point)
IWebElement GetElementFromPoint( Point point )
Parameters
- point
- Web element coordinates.
Return Value
WebElement object.