-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
1.5.0-beta8: Android passing pressKeyCode an integer throwing UnsupportedCommandException #5937
Comments
As of beta11 it looks like I'm no longer getting a run time exception; but the functionality isn't there without adding a metastate. |
I have the same stacktrace when using pressKeyCode in Java client's AndroidDriver. I'm running into a BadParametersError on 1.5.0-beta11. Here are the Appium server logs when this command is sent:
|
As a note, pressKeyCode(AndroidKeyCode.BACK) is working properly on Appium 1.4.16. The Appium server logs for that version show the following:
|
The propblem is in 1.5.0-beta11 still. |
@imurchie |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Calling
or
I've been getting the following:
As a work around, calling
(on the assumption that Num Lock won't affect the back button) is working as expected.
The text was updated successfully, but these errors were encountered: