Releases: Telefonica/toolium
Releases · Telefonica/toolium
1.7.2
- Move utils.py and path_utils.py files to utils folder maintaining backwards compatibility
- Fix input text when element has a shadowroot and text contains quotation marks
- New config property 'logs_types' in [Server] section to configure webdriver log types that should be downloaded
1.7.1
1.7.0
- Fix to allow step's text (context.text) declaration into dynamic environment sections
- Add
ssl
config property in [Server] section to allow using https in Selenium Grid url - Visual testing comparison must fail when baseline does not exist and save mode is disabled
- Update dynamic environment behaviour to work as the behave's one, i.e. after scenario/feature actions are executed even when before scenario/feature actions fail
- Fix unit tests to work without any additional dependencies
1.6.1
1.6.0
-
New config property 'binary' in [Chrome] section to configure the chrome binary path
-
Allow configuration properties with colon in name
For instance, to set a capability with : in name, like:
.. code:: console
goog:loggingPrefs = "{'performance': 'ALL', 'browser': 'ALL', 'driver': 'ALL'}"
Following property should be added in properties.cfg:
.. code:: console
[Capabilities]
goog___loggingPrefs: {'performance': 'ALL', 'browser': 'ALL', 'driver': 'ALL'}
- Add support for python 3.8