Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / GetElementFromPoint1 Method
In This Topic
    GetElementFromPoint1 Method
    In This Topic
    Gets a Web element at the point.
    Syntax
    expression.GetElementFromPoint1( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As WebElement object 
    where expression is a variable that represents a WebDocument Object

    Parameters

    x
    y

    Return Value

    A WebElement object
    See Also