0.55
This release includes 2 new steps:
2 Steps have been renamed:
- Assert <by> = <by_value> is displayed -> Assert <by> = <by_value> exists
- Assert <by> = <by_value> is invisible -> Assert <by> = <by_value> does not exist
Selenium and webdriver-manager dependencies were updated.
The cache for downloaded webdrivers has been made configurable with the property driver_cache_days
.
SauceLabs' SauceConnect tunnels now can be opened with the --tunnel-pool
argument, wich is needed for parallel executions. Before there were errors, because every process opens its own tunnel, and without the pool mode they interfere.