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 1eb424a commit 367775dCopy full SHA for 367775d
build.sbt
@@ -142,7 +142,7 @@ ThisBuild / Test / jsEnv := {
142
new SeleniumJSEnv(options, SeleniumJSEnv.Config().withDriverFactory(factory))
143
case Safari =>
144
val options = new SafariOptions()
145
- new SeleniumJSEnv(options, SeleniumJSEnv.Config().withKeepAlive(true))
+ new SeleniumJSEnv(options, SeleniumJSEnv.Config())
146
}
147
148
0 commit comments