IWebElement GetElementFromPoint( Point point )
'Declaration Function GetElementFromPoint( _ ByVal point As Point _ ) As IWebElement
'Declaration
Function GetElementFromPoint( _ ByVal point As Point _ ) As IWebElement
'Usage Dim instance As IWebDocument Dim point As Point Dim value As IWebElement value = instance.GetElementFromPoint(point)
'Usage
Dim instance As IWebDocument Dim point As Point Dim value As IWebElement value = instance.GetElementFromPoint(point)
IWebDocument Interface IWebDocument Members