Released Selenide 5.12.1

Released Selenide 5.12.1

Hot fixes for 5.12.0
25.05.20

Good night!

This is a quickfix release Selenide 5.12.1 with a couple of minor fixes for Selenide 5.12.0

Fixed Concurrent modification exception during webdriver initialization

See issue 1170 and PR 1171.

Fixed merging of “excludeSwitches” settings of different types

It appeared that setting excludeSwitches can have either Array or List type:

  chromeOptions.setExperimentalOption("excludeSwitches", new String[]{"enable-automation", "load-extension"});
  chromeOptions.setExperimentalOption("excludeSwitches", asList("enable-automation", "load-extension"));

Selenide 5.12.0 crashed if both of types were used. Now we fixed it.

See issue 1169 and PR 1174.

News

Andrei Solntsev

selenide.org

25.05.20