You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning with Selenide 5.x WebDriverRunner.getWebDriver() can delivery the wrong webdriver depending on configuration, if multiple browser are used in a single test.
Also screenshot logger crashes trying to make a screenshot when open (=WebDriver.get(url)) function fails to open the browser session correctly.
allure/allure-selenide 2.12.1
Beginning with Selenide 5.x WebDriverRunner.getWebDriver() can delivery the wrong webdriver depending on configuration, if multiple browser are used in a single test.
Also screenshot logger crashes trying to make a screenshot when open (=WebDriver.get(url)) function fails to open the browser session correctly.
Reproducible example for the second case:
https://github.com/vinogradoff/sandbox-selenide/blob/master/src/test/java/org/selenide/allure/SimpleTest.java
The text was updated successfully, but these errors were encountered: