Toolium

Latest version: v3.2.0

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

Scan your dependencies

Page 9 of 14

1.2.4

Not secure
------

*Release date: 2017-03-17*

- Fix NoSuchElementException error finding elements in nested groups

1.2.3

Not secure
------

*Release date: 2017-03-10*

- Save *geckodriver.log* file in output folder
- Fix MagickEngine name error when using an old version of needle
- Add *wait_until_clickable* method to Utils and PageElement classes to search for an element and wait until it is
clickable

1.2.2

Not secure
------

*Release date: 2017-02-01*

- Fix error comparing screenshots in mobile tests
- Fix image size when enlarging a vertical image in visual testing reports
- Move js and css out of visual html report to avoid CSP errors

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

Page 9 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.