Metadata-Version: 2.1
Name: eyes-selenium
Version: 5.10.0
Summary: Applitools Python SDK. Selenium package
Home-page: http://www.applitools.com
Author: Applitools Team
Author-email: team@applitools.com
License: Applitools SDK License
Project-URL: Source, https://github.com/applitools/eyes.sdk.javascript1/tree/master/python/eyes_selenium
Keywords: applitools,eyes,eyes_selenium
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
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: >=2.7, <4
Requires-Dist: attrs (<23,>=19.2.0)
Requires-Dist: eyes-common (==5.0.0)
Requires-Dist: eyes-core (==5.0.0)
Requires-Dist: eyes-universal (<3,>=2.9.11)
Requires-Dist: selenium (<5)
Requires-Dist: six
Requires-Dist: websocket-client (<=0.59)
Requires-Dist: Appium-Python-Client (<1.0.0,>=0.4) ; python_version < "3.0"
Requires-Dist: cattrs (<=1.0.0) ; python_version < "3.0"
Requires-Dist: futures (==3.2.0) ; python_version < "3.0"
Requires-Dist: enum34 (==1.1.6) ; python_version < "3.4"
Requires-Dist: typing (>=3.5.2) ; python_version < "3.5"
Requires-Dist: Appium-Python-Client (<2) ; python_version >= "3.0" and python_version < "3.7"
Requires-Dist: cattrs (<1.1.0) ; python_version >= "3.0" and python_version < "3.7"
Requires-Dist: Appium-Python-Client (<3) ; python_version >= "3.7"
Requires-Dist: cattrs (<1.2,>=1.1.0) ; python_version >= "3.7"

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

Applitools Eyes SDK For Selenium Python WebDriver

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

Install the eyes-selenium SDK.

::

    pip install eyes-selenium

Usage
-----

Please check the applitools website for usage instructions:

-  Selenium Python example:
   https://applitools.com/resources/tutorial/selenium/python#step-2

-  Python Appium native example:
   https://applitools.com/resources/tutorial/appium/native\_python#step-2

-  Python Appium web example:
   https://applitools.com/resources/tutorial/appium/python#step-2

.. |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/


