Conversation
When setting the value in an input of type number, set it the same way as a text, so that we get events(keydown, keypressed, keyup) for each "char" in the number when it is converted to a string
|
I wonder what would be other drivers default behaviour on this. It definitely needs a test in case we want to merge it. |
|
Revisited this — thanks for the patch. Unfortunately removing
Final value ends up The underlying goal (firing real per-keystroke Ideally I'd like Cuprite to send real events like Selenium theoretically does but this is a research field to find and compare. |
When setting the value in an input of type number, set it the same way as a text, so that we get events(keydown, keypressed, keyup) for each "char" in the number when it is converted to a string