We'd like to reduce a number commands in webdriver.py, since the file has a bunch of commands in one file
example: #307
https://github.com/appium/python-client/blob/master/appium/webdriver/webdriver.py#L741
- LAUNCH_APP, CLOSE_APP
- GET_CURRENT_PACKAGE, END_TEST_COVERAGE, OPEN_NOTIFICATIONS
- SET_IMMEDIATE_VALUE, REPLACE_KEYS, CLEAR
We'd like to reduce a number commands in webdriver.py, since the file has a bunch of commands in one file
example: #307
https://github.com/appium/python-client/blob/master/appium/webdriver/webdriver.py#L741