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 [tox](https://github.com/tox-dev/tox) to permit the latest version. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @​jugmac00 in tox-dev/tox#3251 Fix...

dependencies

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. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623)...

dependencies

## The problem I have a mobile app which opens in portrait mode and later I need to switch to landscape mode. I have tried all possible solutions but the...

### Do I have the most recent component updates? - [X] I use the most recent available driver/plugin and server versions ### Is the component officially supported by the Appium...

bug

Python client has some interaction short cut such as `scroll`, but probably it is better to prepare a guide about how to build W3C actions for them rather than preparing...

## The problem Briefly describe the issue you are experiencing (or the feature you want to see added to Appium). Tell us what you were trying to do and what...

## The problem Trying to wait for this activity to finish before proceeding with test. Keyword call: `Wait Activity com.android.permissioncontroller.permission.ui.GrantPermissionsActivity` The activity name is correct, but the python client automatically...

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Release notes Sourced from black's releases. 24.1.0 Highlights This release introduces the new 2024 stable style (#4106), stabilizing the following...

dependencies

I didn't find any use of asyncio.

## The problem Not printing context through "print(driver.context)" statement ## Environment Package Version ------------------------- --------- Appium-Python-Client 2.1.4 async-generator 1.10 attrs 22.1.0 certifi 2022.9.24 cffi 1.15.1 charset-normalizer 2.0.12 cryptography 38.0.1 cx-Oracle...

NeedsInfo