s

scala-automation-web-signin_2.10

let us add the guardian login cookies to webdriver
https://github.com/guardian/scala-automation-web-signin
Apache V2
com.gu
John Duffell Istvan Pamer
Files download
File Operation
scala-automation-web-signin_2.10-1.1.jar download
scala-automation-web-signin_2.10-1.1.pom download
scala-automation-web-signin_2.10-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>scala-automation-web-signin_2.10</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.gu:scala-automation-web-signin_2.10:1.1'
Gradle Kotlin
implementation("com.gu:scala-automation-web-signin_2.10:1.1")
Scala SBT
libraryDependencies += "com.gu" % "scala-automation-web-signin_2.10" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='scala-automation-web-signin_2.10', version='1.1')
)
Apache Ivy
<dependency org="com.gu" name="scala-automation-web-signin_2.10" rev="1.1" />
Leiningen
[com.gu/scala-automation-web-signin_2.10 "1.1"]
Apache Buildr
'com.gu:scala-automation-web-signin_2.10:jar:1.1'