touchDown
Finger down 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.touchDown(x,y); |
Parameters
Param | Type | Details |
---|---|---|
x | Number | X coordinate on the screen |
y | Number | Y coordinate on the screen |