Holmium-core

Latest version: v0.8.5

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

Scan your dependencies

Page 4 of 6

0.6

==============
* Lazy driver initialization. The webdriver is created
when the test first accesses it.
* Support for using multiple browsers (drivers) in test cases. The original
self.driver is still available along with a self.drivers list which lazily
initializes new drivers as they are accessed via index. drivers[0] == driver.
* New environment variable / nose option to force browser(s) to be shutdown and
restarted between tests. (it is disabled by default, but cookies are still
always cleared between tests)
* New assertions added to the TestCase base class
* Documentation cleanups
* Bug fixes for default timeout/only_if arugment for Element/Elements/ElementMap

0.5.2

================
* PyPy support
* Allow customization of WebElements by exposing `ElementEnhancer`_

0.5.1

================
* Re-added python 2.6 support

0.5.0

================
* Python 3.3 now supported and tested.

0.4.2

================
* New parameter **only_if** (callable that accepts the webelement that was
found) accepted by Element, Elements, ElementMap that allows for waiting
for an element to become valid according to the response of **only_if**. The callable will be checked uptil the timeout parameter set
on the Element.

0.4.1

================
* Bug fix for config module being reused between test runs.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.