Metadata-Version: 2.1
Name: seleniumprocessor
Version: 0.0.3
Summary: A simple library to set up Selenium processes
Home-page: https://github.com/auino/seleniumprocessor
Author: Enrico Cambiaso
Author-email: enrico.cambiaso@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# seleniumprocessor

A simple library to set up Selenium processes

### Description ###

This library allows you to easily set up a process based on [Selenium](https://www.selenium.dev).
Thanks to the use of a specific format, it is possible to easily define processes to be passed to [Selenium](https://www.selenium.dev).

### Installation ###

```
pip install seleniumprocessor
```

### Usage ###

```
import seleniumprocessor

seleniumprocessor.initiate_connection('./chromedriver', 'http://www.google.com', 3)
```

#### Available methods ####

TODO

#### Objects structure ####

TODO

### TODO ###

* Improve code readability
* Extend supported objects structure

### Contacts ###

You can find me on [Twitter](https://twitter.com) as [@auino](https://twitter.com/auino).


