WebElementClickByOffset メソッド
Clicks at the element offset.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebElement
Dim offset_x As Integer
Dim offset_y As Integer

instance.ClickByOffset(offset_x, offset_y)

パラメータ

offset_x
型: SystemInt32
Offset X
offset_y
型: SystemInt32
Offset Y
参照