PolymerElements / iron-test-helpers

Utility classes to make testing easier
26 stars 25 forks source link

Add support for modifiers to mouse events. #64

Open nik3daz opened 8 years ago

nik3daz commented 8 years ago

Description

There's no way to send modifiers with mouse events. I'm writing a list with multi-selection and I can't use MockInteractions to send shift + click events. Can we get the functionality that's in keyboardEventFor?