5.0.0
TestContainers で Selenideを使用しようとしています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