Metadata-Version: 2.3
Name: jupyterlite-pyodide-lock-webdriver
Version: 0.1.1
Summary: A WebDriver strategy for jupyterlite-pyodide-lock
Author: jupyterlite-pyodide-lock contributors
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Dist: jupyterlite-pyodide-lock ==0.1.1
Requires-Dist: selenium >=4.19
Requires-Dist: pytest >=8,<9 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-html ; extra == "test"
Project-URL: Bug Tracker, https://github.com/deathbeds/jupyterlite-pyodide-lock/issues
Project-URL: Changelog, https://github.com/deathbeds/jupyterlite-pyodide-lock/blob/main/CHANGELOG.md
Project-URL: Documentation, https://jupyterlite-pyodide-lock.rtfd.org
Project-URL: PyPI, https://pypi.org/project/jupyterlite-pyodide-lock
Project-URL: Source, https://github.com/deathbeds/jupyterlite-pyodide-lock/tree/main
Provides-Extra: test

# jupyterlite-pyodide-lock-webdriver

> A `jupyterlite-pyodide-lock` lock strategy using the [WebDriver] standard.

[webdriver]: https://www.w3.org/TR/webdriver

|            docs             |                                          install                                           |                build                 |
| :-------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------: |
| [![docs][docs-badge]][docs] | [![install from pypi][pypi-badge]][pypi] [![install from conda-forge][conda-badge]][conda] | [![build][workflow-badge]][workflow] |

[docs]: https://jupyterlite-pyodide-lock.rtfd.org
[docs-badge]:
  https://readthedocs.org/projects/jupyterlite-pyodide-lock/badge/?version=latest
[conda-badge]:
  https://img.shields.io/conda/vn/conda-forge/jupyterlite-pyodide-lock-webdriver
[conda]: https://anaconda.org/conda-forge/jupyterlite-pyodide-lock-webdriver
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlite-pyodide-lock-webdriver
[pypi]: https://pypi.org/project/jupyterlite-pyodide-lock-webdriver
[workflow-badge]:
  https://github.com/deathbeds/jupyterlite-pyodide-lock/actions/workflows/test.yml/badge.svg?branch=main
[workflow]:
  https://github.com/deathbeds/jupyterlite-pyodide-lock/actions/workflows/test.yml?query=branch%3Amain

View the full documentation on [ReadTheDocs][rtfd].

[rtfd]: https://jupyterlite-pyodide-lock.rtfd.org/en/latest

## Install

```bash
pip install jupyterlite-pyodide-lock-webdriver
```

or

```bash
conda install jupyterlite-pyodide-lock-webdriver
```

## Usage

### Configure

> See the `jupyterlite-pyodide-lock` documentation for more information.

```json
{
  "PyodideLockAddon": { "enabled": true, "locker": "WebDriverLocker" },
  "WebDriverLocker": { "browser': 'firefox" }
}
```

