You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch:
- adds Mouse class which holds mouse state and implements mouse primitives,
such as moving, button down and button up.
- implements high-level mouse api, such as `page.click` and `page.hover`.
References #40, References #89
For tapping: Input.synthesizeTapGesture appears to only work on android Input.dispatchTouchEvent doesn't click events like normal tapping would Input.emulateTouchFromMouseEvent fires mouse events, but only after an undefined delay.
The best way to emulate touch right now appears to be setting the device mode to iPhone, which sends touchStart and touchEnd along with every mouse press.
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: