Skip to content

Commit

Permalink
Update selenium chrome driver to 98.0.4758.48
Browse files Browse the repository at this point in the history
(cherry picked from commit 98dbfe9)
  • Loading branch information
Schahen authored and Oleksandr Karpovich committed Feb 10, 2022
1 parent e69be89 commit 86d9ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
import java.io.File
import java.net.URL

private val CHROME_DRIVER_VERSION = "96.0.4664.45"
private val CHROME_DRIVER_VERSION = "98.0.4758.48"
private val GECKO_DRIVER_VERSION = "0.30.0"

private fun download(url: String, file: File) {
Expand Down

0 comments on commit 86d9ad1

Please sign in to comment.