Metadata-Version: 2.1
Name: screenpy-selenium
Version: 4.0.3
Summary: ScreenPy extension to enable interacting with Selenium.
Home-page: https://github.com/ScreenPyHQ/screenpy_selenium
Author: Perry Goy
Author-email: perry.goy@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: BDD
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

ScreenPy Selenium
=================

```
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](https://screenpy-selenium-docs.readthedocs.io/en/latest/) for the latest information about this module!

You can also read the [ScreenPy Docs](https://screenpy-docs.readthedocs.io/en/latest/) 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. Install [`pre-commit`](https://pre-commit.com/)
1. run `pre-commit install` once.
1. run `tox` to perform tests frequently.

That's it! :)


