Skip to main content

Extension of webdriver with less boilerplate

Project description

EnhancedWebdriver

An informal extension of selenium webdriver with more error handling and more complex functions. Like keeping driver up to date with Chrome version

Installation: `

pip install EnhancedWebdriver

`

Code example: `

driver = EnhancedWebdriver.create(
    web_driver = None,
    undetected = False,
    options = None,
    service = None,
    keep_alive = True,
)  # all arguements optional

`

Functions: `

`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enhancedwebdriver-0.1.6.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

EnhancedWebdriver-0.1.6-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page