Selenide v4.2.1 Release Notes

Release Date: 2017-01-01 // over 7 years ago
    • 🛠 fixed problems with int and boolean capability values, now converting automatically
    • ➕ added support for FirefoxProfile over commandline (-Dfirefoxprofile.=,
    • ➕ added support for ChromeOptions (args only) over commandline (-Dchromeoptions.args=,...)
    • 👀 See #426 fix error reporting in method $$().find() - see PR #426
    • 👀 See #443 SelenidePageFactory added to support page object initialization without @FindBy annotation - see PR #443