InfoConnect VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / GetElementFromPoint2 Method
Element Coordinates.
In This Topic
    GetElementFromPoint2 Method
    In This Topic
    Gets the Web element at the point.
    Syntax
    expression.GetElementFromPoint2( _
       ByVal point As Point _
    ) As WebElement object 
    where expression is a variable that represents a WebDocument Object

    Parameters

    point
    Element Coordinates.

    Return Value

    A WebElement object
    See Also