- modify wait methods from checking first selector to checking XPath of `El` - add support for `By.LINK_TEXT` and `By.PARTIAL_LINK_TEXT` in `single_selector_to_xpath` method
1.1.0
- Add `ElParent` class above `El` and `Els` - Try to add support for Python 3.7 and above
1.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__` of `El` and `Els` - Import `By` of Selenium in `nopo.__init__` so that you can use `from nopo import By` to import `By`.
0.1.6
Fix requirements.
Sorry for not including them in previous versions. I never found the mistake until two days ago, but I didn't correct it until now.