Releases: Telefonica/toolium
Releases · Telefonica/toolium
2.0.0
- Remove Python 2.7, 3.3 and 3.4 support
- Update deprecated methods to fix warnings in python3 execution
- Move get_valid_filename and makedirs_safe methods from toolium.path_utils to toolium.utils.path_utils
- Move Utils class from toolium.utils to toolium.utils.driver_utils
- Fix report when an error happens in the Dynamic Environment
- New param [TIMESTAMP] in replace_param method to generate timestamp value of the actual moment
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
- Allow lists in config properties instead of converting them to strings
- Fix typo in documentation for configuration Server logs type
- Include click action in InputText element
- New config property 'automatic_context_selection' in [Driver] section for mobile tests with webview
If it's false, the WebElement is searched using always NATIVE context
If it's true, the WebElement is searched using context NATIVE or WEBVIEW depeding of the webview attribute value
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
sslconfig 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