python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Python language bindings for Appium

Results 55 python-client issues
Sort by recently updated
recently updated
newest added

Other bindings which already had `find_element_by_XXX` were removed. (e.g. Java client. Ruby client did not have like this syntax) Python client still has them in selenium repo, so no reason...

enhancement
Selenium v4

## The problem As same as https://github.com/appium/ruby_lib_core/issues/333 , Python selenium client is also going to get Options as capabilities. https://github.com/SeleniumHQ/selenium/blob/64447d4b03f6986337d1ca8d8b6476653570bcc1/py/selenium/webdriver/chromium/options.py I haven't dug the implementation, but potentially this client also...

enhancement
Selenium v4

Current test code inherits `object` and can make them more pytest style. https://github.com/appium/python-client/pull/636#discussion_r729545712

good first issue

The Problem ---------------------- (1)WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up (2)StaleElementReferenceException:...

## The problem (1)WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up (2)StaleElementReferenceException:...

NeedsInfo

the API document is too concise, not enough; for example, there is a start_screen_recording / stop_screen_recording API, but how to use it ? when I try to receive bytes from...

help wanted
Documentation

## The problem After upgrading to Android SDK 30, many tests are failed on CI. But almost tests which is failed on CI are passed in local env. (Same device...

task

## The problem To prevent such like https://github.com/appium/python-client/issues/542 ## Ideas ### Build ``` $python setup.py bdist_wheel -> **NG** because there are not only py.typed but also webdriver.py and so on...

task

## The problem Just published API doc. https://appium.github.io/python-client-sphinx/ However, it is just first revision and could be more user friendly. ## References * https://www.sphinx-doc.org/en/stable/examples.html * https://sphinxcontrib-napoleon.readthedocs.io/en/latest/sphinxcontrib.napoleon.html#sphinxcontrib.napoleon.Config

help wanted
task
Documentation

I haven't been able to find what the final word on scrolling in Android is. According to the python source code, there is a method ``scroll``. But it doesn't work....

Android