v0.89.0
News:
- UI Elements now accept the property
idto be a value between apostrophe
e.g.,- id is '//*[@id="foo"]'
This is useful for not having to escape XPaths that contains quotes, like the above.
Changes:
- Plugin for CodeceptJS + WebDriverIO maximizes the browser window by default.
- CLI option
--save-configdoes not save a generated seed by default.
Fixes:
- Loading of some properties from the configuration file (
.concordiarc)