python-client
python-client copied to clipboard
Keyboard metastates
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
No, we haven't defined them. https://github.com/appium/appium-uiautomator2-driver?tab=readme-ov-file#mobile-presskey https://github.com/appium/python-client/blob/2605001d5c1952779d289038966577cb4d2298b4/appium/webdriver/extensions/keyboard.py#L87 https://github.com/appium/python-client/blob/2605001d5c1952779d289038966577cb4d2298b4/test/unit/webdriver/device/keyboard_test.py#L71-L76