Metadata-Version: 2.1
Name: selenium-essentials
Version: 1.0.1
Summary: Speed up selenium development
Home-page: https://github.com/bloemetjesgordijn/selenium-essentials
Author: Bloemetjesgordijn
Author-email: casbertrams@live.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: selenium

I created this package mainly for personal use containing functions I frequently use when writing selenium python code. 
This package offers functionality to speed up selenium development in python with appropriate error handling.
- checking if elements exist
- waiting for elements to exist
- clicking
- right clicking
- simulating thinking
- scrolling

