We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c145c7d commit 0eaebf6Copy full SHA for 0eaebf6
build.gradle
@@ -213,7 +213,7 @@ testing {
213
test {
214
dependencies {
215
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
216
- implementation('io.github.bonigarcia:webdrivermanager:5.9.3') {
+ implementation('io.github.bonigarcia:webdrivermanager:6.0.0') {
217
exclude group: 'org.seleniumhq.selenium'
218
}
219
@@ -257,7 +257,7 @@ testing {
257
258
implementation project()
259
implementation(sourceSets.test.output)
260
261
262
263
0 commit comments