touchMove

Finger move on the screen.

This command is deprecated and will be removed soon. Make sure you don’t use it in your automation/test scripts anymore to avoid errors. Please use the touchPerform command instead.

Usage

1
browser.touchMove(x,y);

Parameters

Param Type Details
x Number coordinate on the screen
y Number coordinate on the screen