I am trying to use Selenide 5.0.0
with TestContainers 1.9.1
dependencies {
testCompile 'com.codeborne:selenide:5.0.0'
testCompile 'org.testcontainers:selenium:1.9.1'
}
Apparently, these versions are incompatible, cause when I run my test I get:
java: cannot access org.openqa.selenium.WrapsDriver class file for org.openqa.selenium.WrapsDriver
enter code here
Everything works fine with selenide 4.12.3