Appium-python-client

Latest version: v4.0.0

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

Scan your dependencies

Page 5 of 13

2.1.3

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

Test
~~~~
- Test: update tests to use find_element(by...) (674) [Kazuaki Matsuo]

* test: update find element/s methods

* fix arguments

* fix default value

Other
~~~~~
- Bump 2.1.3. [Kazuaki Matsuo]
- Chore: restrict selenium client version (686) [Kazuaki Matsuo]
- Chore(deps): bump black from 21.12b0 to 22.1.0 (681)
[dependabot[bot]]

Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/22.1.0)

---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
...
- Chore(deps): update pytest requirement from ~=6.2 to ~=7.0 (682)
[dependabot[bot]]

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.0...7.0.0)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
...
- Chore(deps-dev): update pre-commit requirement from ~=2.16 to ~=2.17
(678) [dependabot[bot]]

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0)

---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
...
- Refactor: Update types descriptions for mixin classes (677) [Mykola
Mokhnach]
- Chore: bump mypy (675) [Kazuaki Matsuo]
- Update changelog for 2.1.2. [Kazuaki Matsuo]

2.1.2

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

Fix
~~~
- Default duration in tap (673) [Kazuaki Matsuo]

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

2.1.1

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

New
~~~
- Feat: use 'touch' pointer action (670) [Kazuaki Matsuo]

* chore: specify touch

* comment out touch in drag_and_drop

* fix mypy

* add desctiption of touch action

Test
~~~~
- Ci: remove ==2021.5.29 (653) [Kazuaki Matsuo]

* ci: remove ==2021.5.29

* bump black

Other
~~~~~
- Bump 2.1.1. [Kazuaki Matsuo]
- Chore(deps): bump black from 21.11b1 to 21.12b0 (664)
[dependabot[bot]]

Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
...
- Chore(deps-dev): update pre-commit requirement from ~=2.15 to ~=2.16
(663) [dependabot[bot]]

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
...
- Chore(deps): update pylint requirement from ~=2.11 to ~=2.12 (662)
[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)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.11.0...v2.12.1)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
...
- Chore(deps): update astroid requirement from ~=2.8 to ~=2.9 (661)
[dependabot[bot]]

Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: astroid
dependency-type: direct:production
...
- Update changelog for 2.1.0. [Kazuaki Matsuo]

2.1.0

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

New
~~~
- Feat: add AppiumBy instead of MobileBy (659) [Kazuaki Matsuo]

* feat: add AppiumBy instead of MobileBy

* add class description

* use deprecated::

Other
~~~~~
- Bump 2.1.0. [Kazuaki Matsuo]
- Chore: add deprecated mark for find_element_by* (657) [Kazuaki
Matsuo]
- Chore: relax selenium version control (656) [Kazuaki Matsuo]
- Chore: tweak keyword in metadata. [Kazuaki Matsuo]
- Update changelog for 2.0.0. [Kazuaki Matsuo]

2.0.0

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

New
~~~
- Feat: Change base selenium client version to selenium 4 (636)
[Kazuaki Matsuo]

- Changed base selenium client version to v4
- No longer forceMjsonwp works
- Add strict_ssl option in webdriver.Remote

Test
~~~~
- Ci: set pipenv==2021.5.29 to prevent dependencies error (651)
[Kazuaki Matsuo]

* ci: add --pre

* specify pipenv as same as the previous ok case

* set 2021.5.29 in tox as well

Other
~~~~~
- Bump 2.0.0. [Kazuaki Matsuo]
- Docs: update readme. [Kazuaki Matsuo]
- Chore: add Python 3.9 as metadata. [Kazuaki Matsuo]
- Chore(deps): update isort requirement from ~=5.9 to ~=5.10 (650)
[dependabot[bot]]

Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.0...5.10.0)

---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:production
...
- Update changelog for 2.0.0.rc6. [Kazuaki Matsuo]
- Bump 2.0.0.rc6. [Kazuaki Matsuo]
- Docs: update readme. [Kazuaki Matsuo]
- Chore: adding deprecation mark in touch actions and multi touch (648)
[Kazuaki Matsuo]

* chore: add deprecation mark in touch actions and multi touch

* chore: add deprecated mark in MultiAction class

* docs: update readme
- Chore: deprecate -windows uiautomation (649) [Kazuaki Matsuo]

* chore: add Deprecated for -windows uiautomation

* chore: add logger
- Update changelog for 2.0.0.rc5. [Kazuaki Matsuo]
- Bump 2.0.0.rc5. [Kazuaki Matsuo]
- Chore(deps): update sphinx requirement from <4.0,>=3.0 to >=3.0,<5.0
(603) [Kazuaki Matsuo, dependabot[bot]]

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v4.0.0)
- Update gitchangelog once. [Kazuaki Matsuo]
- Chore(deps): update sphinx-rtd-theme requirement from <1.0 to <2.0
(637) [Kazuaki Matsuo, dependabot[bot]]

Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.1.8...1.0.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
...
- Chore: cleanup no longer needed code in w3c, bump dev Pipfile (646)
[Kazuaki Matsuo]

chore: cleanup no longer needed code in w3c, bump dev Pipfile
- Chore(deps): update pylint requirement from ~=2.10 to ~=2.11 (638)
[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)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.10.0...v2.11.1)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
...
- Chore(deps): update pytest-cov requirement from ~=2.12 to ~=3.0 (641)
[dependabot[bot]]

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
...
- Update changelog for 1.3.0. [Kazuaki Matsuo]

1.3.0

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

New
~~~
- Feat: do not raise an error in case method is already defined (632)
[Kazuaki Matsuo]
- Feat: add satellites in set_location (620) [Kazuaki Matsuo]

* feat: add satellites in set_location

* fix review
- Feat: Add command with `setattr` (615) [Kazuaki Matsuo]

* chore: add placeholder

* move to extention way

* revert pytest

* add todo

* call method_name instead of wrapper

* remove types

* rename a method

* add examples

* add types-python-dateutil as error message

* add example more

* tweak naming

* Explicit Dict

Other
~~~~~
- Bump 1.3.0. [Kazuaki Matsuo]
- Chore(deps): update types-python-dateutil requirement (633)
[dependabot[bot]]

Updates the requirements on [types-python-dateutil](https://github.com/python/typeshed) to permit the latest version.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:production
...
- Chore(deps-dev): update pre-commit requirement from ~=2.13 to ~=2.15
(634) [dependabot[bot]]

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.13.0...v2.15.0)

---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
...
- Chore(deps): update mypy requirement from ~=0.812 to ~=0.910 (616)
[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.812...v0.910)

---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
...
- Chore(deps): update astroid requirement from ~=2.5 to ~=2.7 (629)
[dependabot[bot]]

Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.5...v2.7.2)

---
updated-dependencies:
- dependency-name: astroid
dependency-type: direct:production
...
- Chore(deps): update pylint requirement from ~=2.8 to ~=2.10 (628)
[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)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.8.0...v2.10.2)

---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
...
- Chore(deps): update tox requirement from ~=3.23 to ~=3.24 (619)
[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/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.23.0...3.24.0)

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

Page 5 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.