Selene

Latest version: v1.0.2

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

Scan your dependencies

Page 11 of 16

2.0.0a9

- enhanced migratability of 2.*:
- temporally added deprecated modules
- selene.elements
- selene.browsers
- selene.driver
- ensured proper config can be imported from selene (`from selene import config`)
- ensured everything potentially needed in real use is available after `from selene.api import *`
- it includes mentioned below selene.api.base.* and selene.api.shared.* imports
- added selene.api.base for "hardcore" users
- with `from selene.api.base import *`
- included only Browser + Config for manual driver creation
- and by, be, have for extra selectors and conditions
- added selene.api.shared for "easy tests with selene" with automatic driver creation
- with `from selene.api.shared import *`
- you can get browser.* and config.* for automatically created driver,
- with customization through config.*
- added also all usually needed imports to selene.*
- yet unsure what imports will be left in the end :) thinking...

2.0.0a8

- fixed config.* setters (timeout, base_url, etc...)

2.0.0a7

- removed some deprecation markings
- from selene.common.helpers warn helpers
- from selene.condition.not_, selene.condition.Conditionnot_
- from be.clickable

2.0.0a6

- fixed `entity.with_(...)`
- where entity = browser | element | collection

2.0.0a5

- enhanced migratability of 2.*:
- reflected all "old and redundant" SeleneElement methods as deprecated in Element
- added corresponding conditions
- reflected all "old and redundant" SeleneCollection methods as deprecated in Collection
- did not add methods that were already deprecated in 1.*
- temporally added selene.browser module to reflect browser.* methods from 1.* as deprecated
- moved jquery_style_selectors.py module back to selene.support
- fixed autocomplete for *.should methods
- fixed browser.switch_to
- added `entity.with_(timeout=6)` style in addition to `entity.with_(Config(timeout=6))`
- where entity = browser | element | collection

known issues:
- entity.with_ does not work in case of shared browser :(
- where entity = browser | element | collection

2.0.0a4

- fixed default browser_name handling in shared config; implemented some old opts in config

Page 11 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.