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

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 8.0.2 (released Jul 30,...

dependencies

https://github.com/appium/python-client/issues/1023 for ios

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits 76bce72 Bump pylint to 3.3.1, update changelog (#9954) 55ee816 Bump astroid to 3.3.4 (#9951) (#9952) 6350dfa Bump pylint to...

dependencies

appium/webdriver/appium_service.py please make timeout for self._process.communicate(timeout=5) ``` def stop(self, timeout=5) -> bool: """Stops Appium service if it is running. The call will be ignored if the service is not running...

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version. Release notes Sourced from selenium's releases. Selenium 4.25.0 Detailed Changelogs by Component Java     |     Python     |     DotNet     |     Ruby     |    ...

dependencies

I wanted to do cleanup to reduce unnecessary e2e test's flakiness before when I moved to GHA from Azure. Moving client-side check to `unit` rather than `functional`. The functional one...

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Changelog Sourced from pytest-cov's changelog. 6.1.0 (2025-04-01) Change terminal output to use full width lines for the coverage header. Contributed...

dependencies
python

I've encountered the build issue when installing Appium-Python-Client without cache to Python 3.12.9 (This is seen on 3.12.8 as well.) How to reproduce? 1. Install Python 3.12.9. 2. `pip install...

appium version ``` Appium v2.15.0 ``` chrome driver version ``` 124.0.6367.207 ``` when i test driver.swipe() on android chrome browser,as follows: ``` screen_size = driver.get_window_size() width = screen_size['width'] height =...