Appium-python-client

Latest version: v5.0.0

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 15

0.49

------------------

New
~~~
- Add IME unittest (475) [Mori Atsushi]
- Add new locator strategy find_elements_by_windows_uiautomation and
test. [Manoj Kumar]
- Add new locator strategy find_element_by_windows_uiautomation. [Manoj
Kumar]

Fix
~~~
- Fix functional test broken by previous commit. [Manoj Kumar]
- Fix CI (Failed iOS) (460) [Mori Atsushi]

* Fix CI (Failed iOS)

* Fix variable name

Other
~~~~~
- Bump 0.49. [Kazuaki Matsuo]
- Move session/execute_mobile commands to mixin class (471) [Mori
Atsushi]

* Fix get_all_sessions

* Revert changes

* Move execute_mobile_command codes to mixin class

* Update docstring

It's same to webdriver.py

* Use /sessions as endpoint for all_sessions

https://github.com/appium/appium-base-driver/blob/master/docs/mjsonwp/protocol-methods.md

* Delete unnecessary codes
- Replace apk for functional test (470) [Mori Atsushi]

* Replace apk for functional test

0.48

------------------

New
~~~
- Add docs on start activity with args. [Manoj Kumar]
- Add unit tests Activate app. [Manoj Kumar]
- Add unit tests for keyboard API (452) [Manoj Kumar]

* Add Unit tests for Keyboard API

* incorporating review comments

* change per review comment
- Feat: Adding getAllSessions (446) [Manoj Kumar]

* Adding getAllSessions

* adjust per lint

* fix comments
- Add downloads badge (441) [Mori Atsushi]

Fix
~~~
- Fix docstring, add getting available port number (448) [Kazuaki
Matsuo]

* fix docstring, add getting available port number

* add WebDriverWait

* define custom wait

* move get available port in another module

* follow python wait condition name
- Fix CI fails (Updated iOS ver) (440) [Mori Atsushi]

* Updated iOS ver to fix CI fails

* Update capability for safari test on ios

* Fix travis CI fails
- Fix CI fails (436) [Mori Atsushi]

* Skip taking the screenshot not in CI

* Skip py38 on travis
- Fix isort behavior for mock (432) [Mori Atsushi]

* Fix isort behavior for mock

* Add guide to add 3rd party modules to isort conf

* Add guide for docstrings

* Delete unnecessary codes
- Fix android flaky tests (413) [Mori Atsushi]

* Fix android flaky tests

* Use androidSdkVer 27 for emulator

* Skip find_by_accessibility_id, find_by_uiautomator

* Changed from https://github.com/ki4070ma/python-client/pull/5

* Add save_appium_log.yml

* Don't run flaky tests on CI

* Rename class name

Test
~~~~
- Test: Add unit tests for application_tests (454) [Manoj Kumar]

* Add unit tests for application_tests

* change body values to be empty
- Test: add Unit tests currentPackage (453) [Manoj Kumar]
- Test: add unit test unlock (450) [Manoj Kumar]
- Ci: try run all scripts and exit 1 when something fails (431)
[Kazuaki Matsuo]

* try run all scripts and exit 1 when something fails

* ignore link in Python 3.7 because of runtime error

Other
~~~~~
- Docs: Minor fix in README (445) [Aliakbar]
- AndroidKey class for Key Codes added. (443) [Aliakbar]

* AndroidKey class for Key Codes added.

AndroidKey enum from java client ported. Instead of using unreadable numbers in code we can use these constant in order to write more readable code.

* Android native key test

Test for native key module which contains key codes for android keys.

* Fixed sign in comment instead of *

* Change returns

Instead of `if` and two return statements.

* Used AndroidKey.XXX instead of numbers in tests

* Make fuctions similar to is_gamepad_button

Used a similar sentence format for similar functions as is_gamepad_button.

* Make function names as is in java-client

* Underscore in the beginning of constant removed
- Run unittest with python3.8 (433) [Mori Atsushi]
- Bump 0.47. [Kazuaki Matsuo]
- Update changelog for 0.47. [Kazuaki Matsuo]

0.47

------------------

New
~~~
- Add events property (429) [Dan Graham]

* add GET_SESSION

* add events property, this property will get the current information of the session and get the events timings

* add method for getting session_capabilities

* update docstring

* apply isort
- Add screenrecord unittest (426) [Mori Atsushi]

* Fix wrong docstring

* Add screen_record unittest

* Rename class names

* Move test files

* Fix docstring
- Add videoFilters option documentation (419) [Mykola Mokhnach]
- Add remote_fs unittest (410) [Mori Atsushi]

* Add test_push_file unittest

* Add test_pull_file unittest

* Add remote_fs error cases unittest

Fix
~~~
- CI doesn't fail even if autopep8 makes changes (422) [Mori Atsushi]

* Fix: CI doesn't fail even if autopep8 makes changes

* Fix: CI failure

Other
~~~~~
- Change altitude optional as arg for set_location (415) [Mori Atsushi]

* Change altitude optional as arg for set_location

* Add comments

* review comments
- Update docstring (407) [Mori Atsushi]

* Remove import error on pycharm

And update docstring

* Update docstring

* Update docstring

* Fix import error

* fix

* fix import order

* tweak
- Update changelog for 0.46. [Kazuaki Matsuo]

0.46

------------------
- Bump 0.46. [Kazuaki Matsuo]
- Bug fix joining path in _get_main_script (408) [Nicholas Frederick]
- Update changelog for 0.45. [Kazuaki Matsuo]

0.45

------------------

New
~~~
- Add execute driver (406) [Kazuaki Matsuo]

* add execute driver

* append docstring
- Add how to solve pipenv error to readme (403) [Mori Atsushi]

* Add how to solve pipenv error to readme

* review comments

* tweak

* review comments
- Add autocompletion for pycharm (404) [Mori Atsushi]

* Add autocompletion for pycharm

* Removed flaky tests from running
- Add unit test for open_notifications (398) [tabatask]

Other
~~~~~
- Bump 0.45. [Kazuaki Matsuo]
- Moving reset method from WebDriver to Applications (399) [Mayura]
- Run android functional tests on ci (396) [Mori Atsushi]

* Add android functional test to ci

* Add missing param

* Add run_test template

* Fixed: test running failed

* Fixed

* Fixed

* fixed

* Add run_android_test

* Changed emulator to Nexus6

* Run all android tests

* fixed

* Resolve python-dateutil dependency

* Run on 3 workers

* Add chromedriver installation

* Skip failed test cases on ci

* fixed

* Extend adbExecTimeout

* Add script source to comment

* Run 5 workers for android

* Use Node11

* Extend wait time

* Reduced running android functional tests

* Revert some changes
- Use the same format for docstring (395) [Mori Atsushi]

* Update docstring

* Update docstring

* Update docstring

* tweak

* tweak

* tweak

* tweak

* tweak

* Update docstring

* Update docstring

* Update docstring

* Update docstring

* tweak

* Update
- Publish functional test report (394) [Mori Atsushi]

* Move functional tests to template

* Add publish_test_result

* Fix typo
- Divide functional appium tests into each module(iOS) (391) [Mori
Atsushi]

* Divide ios appium_tests to each module

* Fix test file name

* Add CI status badge
- Run iOS functional tests on azure pipelines (390) [Mori Atsushi]

* Set up CI with Azure Pipelines

* review comments

* update README
- Update changelog for 0.44. [Kazuaki Matsuo]

0.44

------------------

Fix
~~~
- Installed selenium4 when 'setup.py install' (389) [Mori Atsushi]

* Fix: installed selenium4 when setup.py install

* Keep existing comparison operator
- Fix ios functional tests failed (385) [Mori Atsushi]

* Fix safari test(iOS)

* Fix: find_by_ios_predicate

* Delete find_by_uiautomation_tests

since uiautomation is deprecated

* Move non test files

* Replace test app with the latest

* Fix tests failed along to replaced test app

* review comments

Other
~~~~~
- Bump 0.44. [Kazuaki Matsuo]
- Support get_display_density (388) [Mori Atsushi]

* Support get_display_density

* Add get_display_density unittest

* Add api doc

* Add return description to api doc
- Support set_network_speed (386) [Mori Atsushi]

* Support set_nework_speed

* Add set_network_speed unittest

* Add api doc

* revert unexpected change

* revert change
- Update changelog for 0.43. [Kazuaki Matsuo]

Page 9 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.