InfoConnect for Airlines VBA Guide
GetElementFromPoint2 Function
Element Coordinates.
Gets the Web element at the point.
Syntax
object.GetElementFromPoint2( _
   ByVal point As Point _
) As _WebElement

Parameters

point
Element Coordinates.

Return Value

WebElement object.
See Also