Metadata-Version: 2.1
Name: darlog-selenium-wrapper
Version: 0.0.1
Summary: A simple-to-use wrapper on top of Selenium.
Home-page: https://github.com/Lex-DRL/darlog-selenium-wrapper
Author: Lex Darlog (Lex-DRL)
Maintainer: Lex Darlog (Lex-DRL)
License: LGPL-3.0-only
Keywords: selenium,wrapper,simple
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: attrs
Requires-Dist: fake-useragent
Requires-Dist: python-dotenv
Requires-Dist: selenium
Requires-Dist: webdriver-manager

# [darlog-selenium-wrapper](https://github.com/Lex-DRL/darlog-selenium-wrapper)

A simple-to-use wrapper on top of Selenium.
It provides a few utility classes to handle common tasks with good defaults (like browser-session handling).
