InfoConnect for Unisys 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.
Example
Dim WDocument As Attachmate.Reflection.Web.Msie.WebDocument
public Property GetElement() As Attachmate.Reflection.Web.Msie.WebElement
Get
Return WDocument.GetElementFromPoint(ByRef new System.Drawing.Point(0,0));
End Get
End Property
See Also

 

 


2015 Attachmate

Send Feedback