Project Info
============

* Project Page: https://github.com/crdoconnor/pyseleniumfox
* Bug Tracking: https://github.com/crdoconnor/pyseleniumfox/issues

Get Started
===========

Install:

pip install pyseleniumfox

Use:

'''
from selenium import webdriver
import pyseleniumfox

driver = webdriver.Firefox(pyseleniumfox.Profile())

# Write your tests
'''

Your preconfigured firefox profile with the selenium IDE in python mode is now usable.
