Open pxwise opened 9 years ago
I shall investigate how to make this work. :)
may you should also bring back the tests in travis-ci .. ? sorry if they are, didn't checked it but iirc there was an credentials issue with saucelabs..
~david
Am Donnerstag, 21. Mai 2015 schrieb David Stark :
I shall investigate how to make this work. :)
— Reply to this email directly or view it on GitHub https://github.com/SeleniumBuilder/se-builder/issues/259#issuecomment-104238284 .
you should use the unicode value of the key using this table: https://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/value
I need to test the functionality of arrow keys in an HTML5 app. There are javascript keydown listeners in the app that respond to arrow keydown events and change the selected item.
I cannot record arrow key events or find the appropriate sendKeysToElement text value to emulate a keydown event. Please let me know if there is a way to record arrow keydown events or a way to use the sendKeysToElement text value.
If not I'd like to make that feature request. Thanks.