We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec3fc0 commit 64e3600Copy full SHA for 64e3600
1 file changed
appium/webdriver/extensions/android/nativekey.py
@@ -19,6 +19,7 @@ class AndroidKeyMetastate:
19
These constants can be combined with bitwise OR and passed to
20
Keyboard.press_keycode or Keyboard.long_press_keycode as metastate.
21
Values are based on android.view.KeyEvent.
22
+ https://developer.android.com/reference/android/view/KeyEvent
23
"""
24
25
# No modifiers.
0 commit comments