Recent Releases of nopo
nopo - v1.0.0
First stable version after practicing and fixing for serval months. Enjoy it!
- Modify
python_requiresto>=3.9 - Fix type of
byin__init__ofElandEls - Import
Byof Selenium innopo.__init__so that you can usefrom nopo import Byto importBy.
- Python
Published by DingJunyao about 4 years ago
nopo - v0.1.4
Add force mode for clear:
python
el.clear(force=False) # Clear the element. Use force=True to ensure the element can be cleared to deal with some situation.
el.send_keys(keys, clear=False, force_clear=False) # Send keys to element. If clear is True, clear the element before sending. If clear and force are True, clear will be in force mode.
el.csk(keys, force_clear=False) # Clear and send keys to element. If force_clear is True, clear will be in force mode.
el.nn_csk(keys, force_clear=False) # Clear and send keys if keys is not None. If force_clear is True, clear will be in force mode.
- Python
Published by DingJunyao over 4 years ago