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
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
Built Distribution
Close
Hashes for EnhancedWebdriver-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69d65db2bf705f34ecf1c8c74471648bffba9e7d5f272a85b505a74300e9719a |
|
MD5 | 6b49340bceaf71f4e9837000cc61bdef |
|
BLAKE2b-256 | 5a25728441b458f5666d24833fbf3300dbeec71a118ba85f26cd1dabc25e0100 |