Appium-python-client

Latest version: v4.3.0

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

Scan your dependencies

Page 3 of 14

2.11.1

--------------------
- Revert "chore: remove duplicated clean command" (881) [Kazuaki
Matsuo]

* Revert "chore: remove duplicated clean command (809)"

This reverts commit 2f45ef935c12dec2ab8de044ce6a1c1e0b9aa46f.

* chore: left a comment

* trim spaces
- Update changelog. [Kazuaki Matsuo]

2.11.0

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

New
~~~
- Feat: make the UA format with same as other clients (793) [Kazuaki
Matsuo]

* chore: set version with /

* chore: update comment

* update test

* update tests

Other
~~~~~
- Update changelog for 2.10.2. [Kazuaki Matsuo]

2.10.2

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

Fix
~~~
- Update the constructor for compatibility with python client 4.10
(879) [Mykola Mokhnach]

Test
~~~~
- Ci: add py11 for the unit test (875) [Kazuaki Matsuo]

Other
~~~~~
- Bump 2.10.2. [Kazuaki Matsuo]
- Chore: remove duplicated clean command (809) [Kazuaki Matsuo]

* remove clear

* remove clear more
- Chore(deps-dev): update tox requirement from ~=4.5 to ~=4.6 (877)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
...
- Docs: address version management recommendation in the readme (874)
[Kazuaki Matsuo]

* chore: set the max selenium deps version

* ci: add python 11

* Update unit-test.yml

* add note in the readme

* Update README.md

* docs: merge the matrix pr into README.md
- Docs: Improve usage examples (873) [Mykola Mokhnach]
- Chore(deps-dev): update pytest-cov requirement from ~=4.0 to ~=4.1
(872) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
...
- Chore(deps-dev): update typing-extensions requirement (871)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:development
...
- Chore: nump the version. [Kazuaki Matsuo]
- Update changelog for 2.10.1. [Kazuaki Matsuo]

2.10.1

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

Fix
~~~
- W3C errors to exception classes mapping (869) [Mykola Mokhnach]

* fix: W3C errors to exception classes mapping

* Imports

* Tune

Other
~~~~~
- Chrom: bump the version. [Kazuaki Matsuo]
- Update changelog for 2.10.0. [Kazuaki Matsuo]

2.10.0

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

Fix
~~~
- Update connection manager creation (864) [Mykola Mokhnach]

Other
~~~~~
- Refactor: Move driver-specific commands to use extensions (part2)
(859) [Mykola Mokhnach]
- Chore(deps): update selenium requirement from ~=4.7 to ~=4.9 (852)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.7.0...selenium-4.9.0)

---
updated-dependencies:
- dependency-name: selenium
dependency-type: direct:production
...
- Refactor: Move driver-specific commands to use extensions (part1)
(856) [Mykola Mokhnach]
- Chore(deps-dev): update pylint requirement from ~=2.17.2 to ~=2.17.3
(853) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.3)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.4 to ~=4.5 (854)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=1.1 to ~=1.2 (848)
[dependabot[bot]]
- Chore(deps-dev): update pylint requirement from ~=2.17.1 to ~=2.17.2
(847) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.1...v2.17.2)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore: bump and correct version. [Kazuaki Matsuo]
- Update changelog for 2.9.0. [Kazuaki Matsuo]

2.9.0

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

New
~~~
- Feat: respect the given executor (844) [Kazuaki Matsuo]

* feat: can provide a custom connection

* add tests

* tweak tests

* lint

* tweak

* add comment

* fix lint

* tweak

* add test

* tweak review

Fix
~~~
- Set_value and set_text sent incorrect data (831) [eyJhb]

Other
~~~~~
- Update changelog for 2.8.0. [Kazuaki Matsuo]
- Chore(deps-dev): update pylint requirement from ~=2.17.0 to ~=2.17.1
(843) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.1)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.3 to ~=2.17.0
(838) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.3...v2.17.0)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=1.0 to ~=1.1 (836)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.2 to ~=2.16.3
(834) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.3)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update typing-extensions requirement (830)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.1 to ~=2.16.2
(829) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.16.2)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=0.991 to ~=1.0 (828)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0)

---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.0 to ~=2.16.1
(827) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.0...v2.16.1)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.10 to ~=2.16.0
(826) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.10...v2.16.0)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.3 to ~=4.4 (823)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.3.0...4.4.2)

---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
...
- Update changelog for 2.8.1. [Kazuaki Matsuo]

Page 3 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.