Appium-python-client

Latest version: v5.0.0

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

Scan your dependencies

Page 10 of 15

0.43

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

New
~~~
- Add assertions for w3c (384) [Kazuaki Matsuo]
- Add isort to pre-commit (379) [Mori Atsushi]

* Add isort to pre-commit

* Add isort.conf

* Applied isort for test/unit

* Add current dir to isrot arg

* Add check to ci.sh

* Use exit code for condition check in ci.sh

Fix
~~~
- Fix functional tests failed (android, push_file) (375) [Mori
Atsushi]

* Fix: test_push_file

* Move remove_fs tests

* Move teardown process

* Delete selendroid test

* tweak

* Update along to review comments

* Replace double quote with single quote under android dir

* Remove creating tmp file

* tweak
- Fix functional tests failed (android, ime/multi_action) (372) [Mori
Atsushi]

* Fix test failed: ime_tests, multi_action_tests

* revert change and add impl for python3

* Remove py3 dependency

* Change deepcopy to copy

* Update ime_tests
- Fix functional tests failed (android, touch_action) (374) [Mori
Atsushi]

* Fix: test_drag_and_drop

* Fix: test_long_press

* Fix: long_press_x_y, swipe

* Fix: press_and_wait

* Fix: driver_drag_and_drop

* Tweak

* Add SLEEPY_TIME

* Remove set with sleep and find_element

Other
~~~~~
- Bump 0.43. [Kazuaki Matsuo]
- [RD-34891] Assign w3c property on the command executor. (382)
[Erustus Agutu]
- Get rid of sessionId (383) [Kazuaki Matsuo]
- Divide functional appium tests into each module(android) (378) [Mori
Atsushi]

* Move non test files

* Divide appium_tests into each module tests(android)

* Skip contexts, find_by_image tests

* Removed unnecessary codes
- Introduced pipfile (376) [Mori Atsushi]

* Added Pipfile

Just created by pipenv install -r ci-requirements.txt

* Introduced pipenv

* Add Pipfile.lock to gitignore

* Cover any minor versions for packages
- Move android commands to android package (371) [Mori Atsushi]

* Reorder mobilecommands

* Move android commands to android package

* Update setup.py to include added packages

* Changed find_packages to whitelist style
- Update changelog for 0.42. [Kazuaki Matsuo]

0.42

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

New
~~~
- Add return value. [Atsushi Mori]
- Add set_power_ac unittest. [Atsushi Mori]
- Added set_power_capacity unittest. [Atsushi Mori]

Fix
~~~
- Fix functional tests failed (android, appium_tests) (366) [Mori
Atsushi]

* Fix test failed: test_send_keys, test_screen_record

* Fix test failed: test_update_settings

* Fix test failed: test_start_activity_other_app

* Move and rename helper package

* Update along to review comments

* Add return value to wait_for_element
- Fix poll_url in Python 3 (370) [Kazuaki Matsuo]
- Fix functional tests failed (364) [Mori Atsushi]

* Fix test failed: element_location_in_view, set_text

* Fix test failed: test_push_file

* Merge test_pull_test into test_push_test

* Fix test failed: test_pull_folder

* Enable running by both py2 and py3

* Removed unnecessary codes

* Remove magic number

Other
~~~~~
- Bump 0.42. [Kazuaki Matsuo]
- Support get_performance_data, get_performance_data_types (368) [Mori
Atsushi]

* Support get_performance_data, get_performance_data_types

* Add api doc

* Add performance unittest

* Tweak

* Update api doc
- Support set_gsm_voice (367) [Mori Atsushi]

* Support set_gsm_voice

* Add set_gsm_voice unittest

* Fix typo
- Support get_system_bars (363) [Mori Atsushi]

* Support get_system_bars

* Add api doc

* Add get_system_bars unittest

* Remove FIXME
- Support make_gsm_call (360) [Mori Atsushi]

* Move const to gsm_signal_strength

* Support make_gsm_call

* Add make_gsm_call unittest

* Move const to gsm class

* Move get_dict_const to common.helper

* Rename func

* Use OrderedDict to keep defined order
- Support set_gsm_signal (357) [Mori Atsushi]

* Support set_gsm_signal

* Fix: NONE_OR_UNKNOWN doesn't work

* Add set_gsm_signal unittest

* Use int for signal strength const

* Raise exception when signal strength is out of range

* Fix: wrong class name

* Removed args validation

Since arg validation already done by server side

* Show warning log when arg is out of range

* Some changes for less maintenance
- Mobile:pinchOpen and mobile:pinchClose no longer implemented in appium
drivers (358) [Jonah]
- Remove unnecessary codes. [Atsushi Mori]
- Replace 'on' with AC_ON. [Atsushi Mori]
- Update api doc. [Atsushi Mori]
- Define AC_OFF, AC_ON as const. [Atsushi Mori]
- Skip pylint warnings. [Atsushi Mori]
- Update api doc. [Atsushi Mori]
- Support set_power_ac. [Atsushi Mori]
- Support set_power_capacity. [Atsushi Mori]
- Update changelog for 0.41. [Kazuaki Matsuo]
- Bump 0.41. [Kazuaki Matsuo]

0.41

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

New
~~~
- Add send sms support (351) [Mori Atsushi]

* Support sendSms function

* Added api doc

* Add sms unittest

* Revert unexpected changes

* Update api doc
- Add pixelFormat in docstring (346) [Kazuaki Matsuo]
- Add fingerprint unittest (345) [Mori Atsushi]
- Add shake unittest (344) [Mori Atsushi]

Fix
~~~
- Fix True/False in image settings, add boolean value in settings test
(352) [Kazuaki Matsuo]

* Fix True/False in image settings, add boolean value in settings test

* use is for boolean

Other
~~~~~
- Make keep alive True by default (348) [Kazuaki Matsuo]
- Move settings to mixin classes (347) [Mori Atsushi]
- Update changelog for 0.40. [Kazuaki Matsuo]

0.40

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

Fix
~~~
- Fix RuntimeError: maximum recursion depth exceeded in cmp happened
(343) [Kazuaki Matsuo]

* fix maximum recursion depth exceeded in sub classes

* add docstring

* add comparison of a number of commands

* use issubclass to ensure the class is sub

Other
~~~~~
- Bump 0.40. [Kazuaki Matsuo]
- Update missing changelog in 0.39. [Kazuaki Matsuo]

0.39

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

New
~~~
- Add direct connect flag to be able to handle directConnectXxxxc (338)
[Kazuaki Matsuo]

* add direct connect feature

* rmeove todo

* update readme, extract _update_command_executor

* add logger

* make log level info

* show warning if no directConnectXxxxx in dict

* tweak error message

* tweak message format
- Add datamatcher (335) [Kazuaki Matsuo]

* add datamatcher

* add zero case

* defines search context for driver and element

Other
~~~~~
- Update changelog for 0.38. [Kazuaki Matsuo]
- Bump 0.38. [Kazuaki Matsuo]

0.38

------------------
- Bump 0.38. [Kazuaki Matsuo]
- Remove io.open from getting version code (334) [Kazuaki Matsuo]

* remove io.open

* remove appium module from release script

Page 10 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.