When using pressKeys on an element, I got this message :
× firefox on darwin 17.6.0 - User - can press keys (0.448s)
UnknownCommand: [POST http://localhost:4444/wd/hub/session/68f06f64-ba7d-d24e-9d4a-a6cbbb013bf5/keys / {"value":[""]}] sendKeysToActiveElement
Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T15:15:08.936Z'
How to reproduce
In this example, I'm trying to catch the keycode and display it in the div. Note that I got the same error when I simply try to send keys as string in a input element.
This works great on Chrome and Safari.
Using
Current behavior
When using pressKeys on an element, I got this message :
How to reproduce
In this example, I'm trying to catch the keycode and display it in the div. Note that I got the same error when I simply try to send keys as string in a input element. This works great on Chrome and Safari.
index.html
intern.json
test.js