WebElementClickByOffset Method
Clicks at the element offset.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim offset_x As Integer
Dim offset_y As Integer

instance.ClickByOffset(offset_x, offset_y)

Parameters

offset_x
Type: SystemInt32
Offset X
offset_y
Type: SystemInt32
Offset Y
See Also