Metadata-Version: 2.1
Name: selenium-firefox
Version: 0.5.8
Summary: selenium_firefox
Home-page: https://github.com/kkristof200/selenium_firefox
Author: Kovács Kristóf-Attila
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
Requires-Dist: fake-useragent
Requires-Dist: selenium
Requires-Dist: tldextract

# selenium_firefox
![python_version](https://img.shields.io/static/v1?label=Python&message=3.5%20|%203.6%20|%203.7&color=blue) [![PyPI download month](https://img.shields.io/pypi/dm/selenium-firefox?logo=pypi&logoColor=white)](https://pypi.python.org/pypi/selenium-firefox/) [![PyPI version](https://img.shields.io/pypi/v/selenium-firefox?logo=pypi&logoColor=white)](https://pypi.python.org/pypi/selenium-firefox/)

## Features
- Easily create a firefox selenium webdriver with proxy(host/port), extensions and other settings, such as, full-screen-window,
private session.
- Override user-agent
- Easily save and load cookies for websites

## Install
~~~~
pip3 install selenium-firefox
~~~~

## Dependencies
geckodriver


