Skip to content

Commit

Permalink
Update chromedriver to 119.0.6045.105 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpreviero authored Nov 15, 2023
1 parent 650bd0b commit 895034d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import org.gradle.api.internal.artifacts.transform.UnzipTransform
import org.gradle.internal.os.OperatingSystem

// Latest version: https://chromedriver.storage.googleapis.com/LATEST_RELEASE
val chromeDriverVersion = "117.0.5938.88"
val chromeDriverVersion = "119.0.6045.105"
val ciTeamCityBuild: Boolean by (gradle as ExtensionAware).extra

val os: OperatingSystem = OperatingSystem.current()
Expand Down

0 comments on commit 895034d

Please sign in to comment.