Metadata-Version: 2.1
Name: py-selenium-auto
Version: 0.3.2
Summary: Selenium for Python
Home-page: https://github.com/Polmik/py-selenium-auto
Author: Egor Ryaboshapko
Author-email: mrpolmik@hotmail.com
Maintainer: Egor Ryaboshapko
Maintainer-email: mrpolmik@hotmail.com
Keywords: testing,selenium,driver,test automation
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Pytest
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyHamcrest ==1.9.0
Requires-Dist: pytest ==7.4.2
Requires-Dist: allure-pytest ==2.13.2
Requires-Dist: selenium ~=4.11.2
Requires-Dist: webdriver-manager ==4.0.0
Requires-Dist: dependency-injector ==4.41.0
Requires-Dist: py-selenium-auto-core ==0.4.1

# Selenium for Python

[![Tests](https://github.com/Polmik/automation-selenium/actions/workflows/tests.yml/badge.svg)](https://github.com/Polmik/automation-selenium/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/Polmik/automation-selenium/branch/main/graph/badge.svg)](https://codecov.io/gh/Polmik/automation-selenium)

### Introduction


### Supported Python Versions

* Python 3.7-3.9

### Installation 

If you have [pip](https://pip.pypa.io/en/stable/) on your system, you can simply install or upgrade the Python bindings:

```bash
pip install -U python-selenium
```

Alternately, you can download the source distribution from [PyPI](https://pypi.org/project/python-selenium/#files), unarchive it, and run:

```bash
python setup.py install
```


### License
Library's source code is made available under the [Apache 2.0 license](https://github.com/Polmik/python-selenium/blob/main/LICENSE).
