Metadata-Version: 1.1
Name: pyseleniumfox
Version: 0.1
Summary: Create a firefox profile for use in selenium tests that includes a preconfigured selenium IDE, so that you can debug and write tests on the fly.
Home-page: UNKNOWN
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: MIT
Description: 
        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.
        
Keywords: firefox selenium ide tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
