Toolium

Latest version: v3.4.0

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

Scan your dependencies

Page 10 of 15

1.2.1

Not secure
------

*Release date: 2017-01-18*

- Fix error installing Toolium when setuptools version is too old

1.2.0

Not secure
------

*Release date: 2017-01-17*

- Refactored reset_object method. Now it has an optional parameter with the driver_wrapper.
- Fix error reading geckodriver logs after test failure
- Fix error downloading videos after failed tests
- Fix error in visual tests when excluding elements in a scrolled page
- New config property 'logs_enabled' in [Server] section to download webdriver logs even if the test passes
- New config property 'save_web_element' in [Driver] section

| If it's false, the WebElement is searched whenever is needed (default value)
| If it's true, the WebElement is saved in PageElement to avoid searching for the same element multiple times. Useful
in mobile testing when searching for an element can take a long time.

- New config property 'restart_driver_fail' in [Driver] section to restart the driver when the test fails even though
the value of *reuse_driver* property is *true*
- System property 'Config_environment' is used to select config files, e.g., to read android-properties.cfg file:

.. code:: console

$ Config_environment=android nose2 web/tests/test_web.py

- Behave user property 'env' is deprecated, use 'Config_environment' instead:

.. code:: console

$ behave -D Config_environment=android

1.1.3

Not secure
------

*Release date: 2016-11-18*

- Video download works in Selenium Grid 3
- New config property 'binary' in [Firefox] section to configure the firefox binary path
- Allow to configure visual baseline directory in ConfigFiles class (default: output/visualtests/baseline)
- Delete IE and Edge cookies after tests
- Fix wait_until_element_visible and wait_until_element_not_visible methods when the page element has a parent element
- Add *imagemagick* as visual engine to have better diff images

1.1.2

Not secure
------

*Release date: 2016-07-19*

- Baseline name property can contain *{Version}* to add actual version capability value to the baseline name
- New config property 'gecko_driver_path' in [Browser] section to configure the Gecko/Marionette driver location

1.1.1

Not secure
------

*Release date: 2016-06-30*

- Save webdriver logs of each driver, not just the first one, and only if test fails

1.1.0

Not secure
------

*Release date: 2016-06-03*

- New MobilePageObject class to test Android and iOS apps with the same base page objects
- Fix visual report links in Windows
- Add no_reset_app, reset_app and full_reset_app behave tags to configure Appium reset capabilities for one scenario
- Add android_only and ios_only behave tags to exclude one scenario from iOS or Android executions
- Add a behave user property named *env* to select config files, e.g., to use android-properties.cfg file:

.. code:: console

$ behave -D env=android

Page 10 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.