Holmium.core

Latest version: v1.1.0

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

Scan your dependencies

Page 5 of 6

0.4.2

------
Release Date: 2013-12-01

* 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

------
Release Date: 2013-11-29

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

0.4

====
Release Date: 2013-11-28

* Old style class names removed (`Deprecated old class names`_)
* Introduced `Facets`_
* Introduced `Cucumber Features`_ integration with `fresher`_.
* General refactoring and code cleanup.

0.3.4

------
Release Date: 2013-11-21

* Added support to ignore ssl certificate errors on chrome, firefox & phantomjs
* code cleanup
* improved test coverage

0.3.3

------
Release Date: 2013-10-29

* Improved back reference access in Config object by allowing variable references
without requiring a prefix of `default` or the environment name. The resolution
order is current environment and then default.

For example, the following config will resolve `login_url` as **http://mysite.com/login**
and `profile_url` as **http://mysite.com/profile/prod_user** respectively, when `holmium.environment`
is set to **production**

.. code-block:: python

config = { "default" : {
"login_url" : "{{url}}/login"
, "profile_url":"{{url}}/profiles/{{username}}"}
, "production": {
"url": "http://mysite.com"
, "username":"prod_user"}
}

0.3.2

------
Release Date: 2013-10-10

* Fluent response from page objects only when page method returns None

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.