Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Correctly handle mouse event submission #29

Open
uuf6429 opened this issue May 11, 2017 · 0 comments
Open

Correctly handle mouse event submission #29

uuf6429 opened this issue May 11, 2017 · 0 comments

Comments

@uuf6429
Copy link
Owner

uuf6429 commented May 11, 2017

Right now there is a general issue with dispatching mouse events; it's done asynchronously via RemoteDebug and the callback handler is called when the event is sent, not received and processed.

Hence in some cases, for example, we fail to properly detect page state (like navigation).

A possible solution is to bind a mouse handler to the affected element that sets the execution response, instead of relying on the callback handler.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant