Selene

Latest version: v1.0.2

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

Scan your dependencies

Page 14 of 16

1.0.0a7

- fixed 71: weird paths of screenshots for windows
- updated 56: now selene should work with python 3 (but feature is not fully tested)

1.0.0a6

- added selene.tools.wait_to to wait for driver conditions like have.title, have.js_returned_true
- added Title and JsReturnedTrue webdriver conditions
- added selene.tools.execute_script

1.0.0a5

- refactored conditions implementation
- broken support for python 3 (will be fixed in next versions)

1.0.0a4

- added automatic screenshots on failed "should" methods
- by default screenshots are created in {user_home}/.selene/screenshots/{id_of_current_tests_run}
- by default the "previous run" screenshots are not cleared on "next run"
- screenshot can be created manually by `selene.tools.take_screenshot`

1.0.0a3

- improvements:
- error messages are cleaner
- TODO: still lacks proper test coverage of all cases...
- internal
- refactored wait_for implementation, made it cleaner
- TODO: still need to refactor condition implementation

1.0.0a2

- new features:
- automatic driver management (thanks to PR from SergeyPirogov)
- no more need to `set_driver`,
just use any command from `selene.tools`,
like `visit`, `s`, or `ss` and driver will be opened automatically,
and then closed automatically (unless you decide to set it manually via `set_driver`)
- includes automatic installation of needed drivers via [webdriver_manager](https://github.com/SergeyPirogov/webdriver_manager)

Page 14 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.