Metadata-Version: 2.1
Name: superbrowser
Version: 0.0.5
Summary: selenium browser with extended functionality
Home-page: https://github.com/quintenroets/superbrowser
Author: Quinten Roets
Author-email: quinten.roets@gmail.com
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Superbrowser
Selenium Chromedriver with extended functionality

## Usage

```shell
from browser import Browser

browser = Browser()
with browser:
    do_operations(browser)
```

## Installation

```shell
pip install superbrowser
requires python version >= 3.10
```
