We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there some enum for keyboards metastates?
From this https://developer.android.com/reference/android/view/KeyEvent#META_SHIFT_ON
Just like AndroidKey in https://github.com/appium/python-client/blob/master/appium/webdriver/extensions/android/nativekey.py
AndroidKey
The text was updated successfully, but these errors were encountered:
No, we haven't defined them. https://github.com/appium/appium-uiautomator2-driver?tab=readme-ov-file#mobile-presskey
python-client/appium/webdriver/extensions/keyboard.py
Line 87 in 2605001
python-client/test/unit/webdriver/device/keyboard_test.py
Lines 71 to 76 in 2605001
Sorry, something went wrong.
No branches or pull requests
Is there some enum for keyboards metastates?
From this https://developer.android.com/reference/android/view/KeyEvent#META_SHIFT_ON
Just like
AndroidKey
in https://github.com/appium/python-client/blob/master/appium/webdriver/extensions/android/nativekey.pyThe text was updated successfully, but these errors were encountered: