Nopo

Latest version: v1.3.1

Safety actively analyzes 688917 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.5

- Add select methods and switch in method;
- Fix typos

0.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.

0.1.3

- optimize `__len__` and `__getitem__` of `Els`
- modify CRLF to LF

0.1.2

Optimize els.

Notice: nopo is still in development, so the API is currently unstable.

0.1.1

Fix some typos.

0.1.0

The first release.

Notice: nopo is still in development, so the API is currently unstable.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.