Я пытаюсь использовать Selenide 5.0.0
с TestContainers 1.9.1
dependencies {
testCompile 'com.codeborne:selenide:5.0.0'
testCompile 'org.testcontainers:selenium:1.9.1'
}
Видимо, эти версии несовместимы, потому что при запуске теста я получаю:
java: cannot access org.openqa.selenium.WrapsDriver class file for org.openqa.selenium.WrapsDriver
enter code here
Все отлично работает с селенидом 4.12.3