Recent Releases of nopo

nopo - v1.3.1

Fix: El.is_selected

- Python
Published by DingJunyao almost 3 years ago

nopo - v1.3.0

  • Fix bug when converting to XPath when using CSS selector in El and Els
  • Add Pg class for base page

Full Changelog: https://github.com/DingJunyao/nopo/compare/v1.2.0...v1.3.0

- Python
Published by DingJunyao over 3 years ago

nopo - v1.2.0

  • 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

- Python
Published by DingJunyao about 4 years ago

nopo - v1.1.0

  • Add ElParent class above El and Els
  • Try to add support for Python 3.7 and above

- Python
Published by DingJunyao about 4 years ago

nopo - 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__ of El and Els
  • Import By of Selenium in nopo.__init__ so that you can use from nopo import By to import By.

- Python
Published by DingJunyao about 4 years ago

nopo - v0.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.

- Python
Published by DingJunyao over 4 years ago

nopo - v0.1.5

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

- Python
Published by DingJunyao over 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

nopo - v0.1.3

  • optimize __len__ and __getitem__ of Els
  • modify CRLF to LF

- Python
Published by DingJunyao over 4 years ago

nopo - v0.1.2

Optimize els.

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

- Python
Published by DingJunyao over 4 years ago

nopo - v0.1.1

Fix some typos.

- Python
Published by DingJunyao over 4 years ago

nopo - v0.1.0

The first release.

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

- Python
Published by DingJunyao over 4 years ago