Metadata-Version: 2.4
Name: eyes-selenium
Version: 6.4.29
Summary: Applitools Python SDK. Selenium package
Author-email: Applitools Team <team@applitools.com>
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://applitools.com
Keywords: applitools,eyes,eyes_selenium
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Appium-Python-Client<6,>=2
Requires-Dist: eyes-common==6.6.2
Requires-Dist: selenium<5,>=4
Dynamic: license-file

Applitools Eyes Python SDK
==========================
|pypi version| |pypi downloads| |Black Formatter|

Applitools Eyes SDK For Images and Selenium/Appium WebDrivers
Proxy package that additionally installs `selenium` and `Appium-Python-Client` packages.

`Change log`_.

Installation
------------

Install the eyes-selenium SDK.

::

    pip install eyes-selenium

Usage
-----

Please check the applitools website for usage instructions:

-  Selenium Python SDK:
   - Overview: https://applitools.com/tutorials/sdks/selenium-python/
   - Quickstart Guide: https://applitools.com/tutorials/sdks/selenium-python/quickstart

-  Python Appium native example:
   - Quickstart: https://applitools.com/tutorials/quickstart/native-mobile/appium/python

-  Python Appium web example:
   - Quickstart: https://applitools.com/tutorials/sdks/appium-python-web/quickstart

.. _Change log: https://github.com/applitools/eyes.sdk.javascript1/blob/master/python/eyes_images/CHANGELOG.md
.. |Black Formatter| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
.. |pypi version| image:: https://img.shields.io/pypi/v/eyes-selenium
   :target: https://pypi.org/project/eyes-selenium/
.. |pypi downloads| image:: https://img.shields.io/pypi/dw/eyes-selenium
   :target: https://pypi.org/project/eyes-selenium/
