Skip to main content

pytest plugin to manipulate firefox

Project description

pytest-firefox is a plugin for pytest that provides support for running FoxPuppet to control Firefox Web Browser within a test.

Requirements

You will need the following prerequisites in order to use pytest-firefox:

  • Python 2.7, 3.6

  • pytest 3.0 or newer

Installation

To install pytest-firefox:

$ pip install pytest-firefox

Usage

To use pytest-firefox with your tests simply specify firefox as a fixture to your test.

def test_something(firefox):
    firefox.open_window()

This will open a new window.

pytest-firefox also creates a default Selenium WebDriver object named selenium.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-firefox-0.1.1.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

pytest_firefox-0.1.1-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page