Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow keys #259

Open
pxwise opened this issue Apr 30, 2015 · 3 comments
Open

Arrow keys #259

pxwise opened this issue Apr 30, 2015 · 3 comments

Comments

@pxwise
Copy link

pxwise commented Apr 30, 2015

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.

@Zarkonnen
Copy link

I shall investigate how to make this work. :)

@Zarkonnen Zarkonnen added this to the Builder 2.4 milestone May 21, 2015
@davidlinse
Copy link

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
#259 (comment)
.

@brownman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants