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
IE (IE11 Win 8.1) uses synthetic mouse events since environmentType.brokenMouseEvents is true. The problem is that (similar to #17) pressMouseButton() and releaseMouseButton() fire synthetic mousedown (and mouseup) events, but not pointerdown (and pointerup) events.
IE (IE11 Win 8.1) uses synthetic mouse events since
environmentType.brokenMouseEvents
is true. The problem is that (similar to #17) pressMouseButton() and releaseMouseButton() fire synthetic mousedown (and mouseup) events, but not pointerdown (and pointerup) events.This is from leadfoot's simulateMouse() code.
See also #83 and #17.
The text was updated successfully, but these errors were encountered: