Selene

Latest version: v1.0.2

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

Scan your dependencies

Page 6 of 16

2.0.0a39

- Upgrade [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) 3.4.1 -> 3.4.2 ([see changes](https://github.com/SergeyPirogov/webdriver_manager/compare/v3.4.1...v.3.4.2))

2.0.0a38

- Upgrade [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) 3.3.0 -> 3.4.1 ([see changes](https://github.com/SergeyPirogov/webdriver_manager/compare/v3.3.0...v.3.4.1))

2.0.0a37

- Upgrade [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) 2.3.0 -> 3.3.0 [#299](https://github.com/yashaka/selene/issues/299)
- New release and publish process of selene [246](https://github.com/yashaka/selene/issues/246#issuecomment-825897200)

2.0.0a36

Contributors release.
- Moved selene from Pipenv to [Poetry](https://python-poetry.org/) as a greater python dependency resolver of 2021 (see #302).
- Moved to a new release process with Poetry: added bash aliases in `./.run/*.sh` (see 304).
- Moved from setup.py and setup.cfg to pyproject.toml config-file.
- Updated README.md "Release process".
- Updated CONTRIBUTING.md with `black` and `pylint` job description.

2.0.0a35

- added command.js.click
- if you set driver for `shared.browser` manually via `browser.config.driver = ...`
now it will automatically close previous driver, if it is alive
- in selene 1.0 if you could do mixed driver management,
like: use automatic driver, then manual, then automatic...
in selene 2.0 this behaviour was broken, and this version fixes this;)
- deprecated `shared.config.quit_driver`; use `shared.config.reset_driver` instead
- actually, you don't need this method,
in most cases you just need `shared.browser.quit()` – use it if you don't know what you do;)
- fixed `browser.switch_to_tab(index_or_name)` when arg is of `int` type

2.0.0a34

- fixed [231](https://github.com/yashaka/selene/issues/225): Need additional option to turn off logging outerHTML
- added `support.shared.config.log_outer_html_on_failure` (`False` by default)

Page 6 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.