g

gif-webdriver

Wrapper on top of webdriver that is able to generate a GIF during the execution of a test
https://github.com/web-innovate/gif-webdriver
MIT
Bogdan Livadariu
Files download
File Operation
gif-webdriver-1.0.2.jar download
gif-webdriver-1.0.2.pom download
gif-webdriver-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bogdanlivadariu</groupId>
  <artifactId>gif-webdriver</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.bogdanlivadariu:gif-webdriver:1.0.2'
Gradle Kotlin
implementation("com.github.bogdanlivadariu:gif-webdriver:1.0.2")
Scala SBT
libraryDependencies += "com.github.bogdanlivadariu" % "gif-webdriver" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bogdanlivadariu', module='gif-webdriver', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.bogdanlivadariu" name="gif-webdriver" rev="1.0.2" />
Leiningen
[com.github.bogdanlivadariu/gif-webdriver "1.0.2"]
Apache Buildr
'com.github.bogdanlivadariu:gif-webdriver:jar:1.0.2'