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 f193429 commit 0a1cec9Copy full SHA for 0a1cec9
testing/build.gradle.kts
@@ -22,7 +22,7 @@ application {
22
dependencies {
23
testImplementation(kotlin("test"))
24
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
25
- testImplementation("org.seleniumhq.selenium:selenium-java:4.12.1")
+ testImplementation("org.seleniumhq.selenium:selenium-java:4.15.0")
26
testImplementation("com.microsoft.playwright:playwright:1.38.0")
27
}
28
0 commit comments