- From: Andreas Tolfsen <ato@mozilla.com>
- Date: Wed, 9 Sep 2015 12:56:25 +0100
- To: public-browser-tools-testing <public-browser-tools-testing@w3.org>
As far as I can tell there’s no added value from simulating key
presses for setting user prompt’s text since there are no generated
key events from it, and no scripting environment that would affect it.
To reflect this I’ve submitted a PR:
https://github.com/w3c/webdriver/pull/255
The background is that the Send Alert Text command expects the same
input as Element Send Keys, which is an array of single-character
strings:
https://w3c.github.io/webdriver/webdriver-spec.html#dfn-send-alert-text
Received on Wednesday, 9 September 2015 11:56:56 UTC