Emulated MouseEvent does not have buttons
property in Chrome
#1656
Labels
AREA: client
STATE: Auto-locked
Issues that were automatically locked by the Lock bot
SYSTEM: event simulation
TYPE: bug
The
initMouseEvent
method does not addbuttons
property. It's possible to replaceinitMouseEvent
toMouseEvent
contructor in supported browsers. It'll solve the issueconnected with DevExpress/testcafe#2056
The text was updated successfully, but these errors were encountered: