Skip to content

ScreenPyHQ/screenpy_selenium

Repository files navigation

ScreenPy Selenium

Build Status Build Status

Supported Versions Checked with mypy Code style: black Imports: isort Ruff

TITLE CARD:
                              "ScreenPy Selenium"                               
TITLE DISAPPEARS.
                                                                      FADE IN:
EXT. DOCUMENTATION - AFTERNOON, CLOUDY

AUDIENCE appears through a wrought-iron gate, looking around. NARRATOR's
muffled voice can be heard growing louder as AUDIENCE approaches center.
Inside is a menagerie of loud, exotic-looking birds and animals. NARRATOR
speaks louder to be heard over the din.

                              NARRATOR (V.O.)
            You've wandered into ScreenPy Selenium. It allows
            Actors to test web applications using Selenium.

                              AUDIENCE
                              (shouting)
            What?? I can barely hear you!! Speak up! Why are there
            so many??

                              NARRATOR (V.O.)
            Selenium was the first extension for ScreenPy, so it is
            the most mature, and the largest.

                              AUDIENCE
                              (shouting, louder)
            I still can't hear you!! I'm going to find somewhere
            quieter!

                              NARRATOR (V.O.)
            Lead the way...

                                                                      FADE OUT

Installation

pip install screenpy_selenium

or

pip install screenpy[selenium]

Documentation

Please check out the Read The Docs documentation for the latest information about this module!

You can also read the ScreenPy Docs for more information about ScreenPy in general.

Contributing

You want to contribute? Great! Here are the things you should do before submitting your PR:

  1. Fork the repo and git clone your fork.
  2. dev install the project package:
    1. pip install -e .[dev]
    2. Optional (poetry users):
      1. poetry install --extras dev
  3. Run pre-commit install once.
  4. Run tox to perform tests frequently.
  5. Create pull-request from your branch.

That's it! :)

About

Extension for ScreenPy that enables Actors to use Selenium.

Resources

License

Stars

Watchers

Forks

Packages

No packages published