v1.0.0
First stable version after practicing and fixing for serval months. Enjoy it!
- Modify
python_requires
to>=3.9
- Fix type of
by
in__init__
ofEl
andEls
- Import
By
of Selenium innopo.__init__
so that you can usefrom nopo import By
to importBy
.