Appium-python-client

Latest version: v4.3.0

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

Scan your dependencies

Page 9 of 14

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]

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]

Page 9 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.