I would like to trigger a touch event with specific x,y coordinates.
This is the javascript version: document.elementFromPoint(x, y).click();
document.elementFromPoint(x, y).click();
I ne