画面上で指を移動します。
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As TouchScreen
Dim x As Integer
Dim y As Integer
Dim returnValue As TouchScreen
returnValue = instance.Move(x, y)
パラメータ
- x
- 型: SystemInt32
{number} X coordinate on the screen. - y
- 型: SystemInt32
{number} Y coordinate on the screen.
戻り値
型:
TouchScreen
参照