WebDriver server support for Flask applications
Project description
Driver8: WireProtocol support for Python Flask apps
Installation
Use it as Blueprint in your Flask application:
```python
from flask_driver8 import driver8_blueprint
app = Flask(__name__)
app.register_blueprint(driver8_blueprint.driver8_blueprint)
if __name__ == "__main__":
app.run(host='0.0.0.0', debug=True, port=80)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-Driver8-0.0.3.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Flask-Driver8-0.0.3.tar.gz.
File metadata
- Download URL: Flask-Driver8-0.0.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
570611487bc05cbaf2336bafaccc195fa06888227bac54b6577d023a312860a7
|
|
| MD5 |
b90efcd508caaf2993ee56577606e498
|
|
| BLAKE2b-256 |
4368668ba05d7b11f3e39b636ff67d415f6fd53b08f4d5ec90aeaeb0ba83e0d5
|
File details
Details for the file Flask_Driver8-0.0.3-py3-none-any.whl.
File metadata
- Download URL: Flask_Driver8-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afd628470da83db05293e358cf045bd48110098915ad19348ba78c5dc4637ccf
|
|
| MD5 |
4cac639c24120edc533e8ed679337a7b
|
|
| BLAKE2b-256 |
5938ae1bc537b7b65fbfffc7a9d3ea7a8172c6952c236e6fe96eafcdf31b7cf2
|