Closed jeroencornelissen closed 7 years ago
We would like to have special-key click support to test a multi-select table. I've tried setting syn's ctrlKey to true and then perform a click, but it doesn't work.
syn.key.ctrlKey = true; F('.table__row:even').click();
Can you do something like this? https://github.com/bitovi/syn/blob/master/test/key_test.js#L423
There was a bug in ctrl. It should be fixed in the latest version of Syn
We would like to have special-key click support to test a multi-select table. I've tried setting syn's ctrlKey to true and then perform a click, but it doesn't work.