Send comments on this topic.
GetElementFromPoint1 Method
Attachmate.Reflection.Objects Library (Web) > WebDocument Object : GetElementFromPoint1 Method
x
y
Gets a Web element at the point.

Syntax

 
object.GetElementFromPoint1( 
   ByVal x As Integer,
   ByVal y As Integer
) As WebElement

Parameters

x
y

See Also