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

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Sometimes `webdriver.Remote` will hang, and it will timeout at any point....

bug

## The problem I have a test scenario. I need to use Java and Python to test appium on a device. Java has applied for a SessionID, and Python cannot...

## The problem The problem i'm facing here is im getting the following error [`**urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=4723): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError(': Failed to establish a...

Hello, I have following issue when trying to install appium library : pip install Appium-Python-Client Looking in indexes: http://nexus-proxy.groupe.generali.fr/python/repository/pypi-all/simple Collecting Appium-Python-Client Using cached http://nexus-proxy.groupe.generali.fr/python/repository/pypi-all/packages/appium-python-client/2.8.1/Appium-Python-Client-2.8.1.tar.gz (3.4 MB) Preparing metadata (setup.py) ......

After update environment to Selenium 4 and Appium-Python-Client 2 android tests (UIAutomator2) began to run about 6 times slower. Tests on XCUITest works stably. Try in Appium v1.22.3 and v2.0...

## The problem I have been using Appium to run automation testing against our Android app on devices for more than a year now. Just till recently we kept come...

## The problem I am finding some web driver exception when I update the python package dependency Appium Python Client to 2.7.1. PFA the screenshot of the same. It works...

NeedsInfo

My python code is not recognizing the appium library, I suspect that's because I got errors while installing the client. I've tried the following: ``` pip install Appium-Python-Client git clone...

NeedsInfo

Appium was not starting on Mac with python3.7 via code Solution: Made a change at if not(self.is_running or (timeout_ms > 0 and not poll_url(host, port, status_url_path, timeout_ms))): //added brackets after...

like https://github.com/appium/java-client/pull/1603/

enhancement