Last Version

Geb 0.5.1

Geb (pronounced with a soft “G” like “Jeb”) is a browser automation solution for the Groovy programming language. It combines the browser driving features of WebDriver (and therefore can work with Internet Explorer, FireFox, Chrome and HTMLUnit) with a jQuery inspired content navigation/inspection API and the expressiveness of Groovy.

License

License

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-grails
Version

Version

0.5.1
Type

Type

jar
Description

Description

Geb
Geb (pronounced with a soft “G” like “Jeb”) is a browser automation solution for the Groovy programming language. It combines the browser driving features of WebDriver (and therefore can work with Internet Explorer, FireFox, Chrome and HTMLUnit) with a jQuery inspired content navigation/inspection API and the expressiveness of Groovy.
Source Code Management

Source Code Management

https://github.com/geb/geb/

Download geb-grails 0.5.1


<!-- https://jarcasting.com/artifacts/org.codehaus.geb/geb-grails/ -->
<dependency>
    <groupId>org.codehaus.geb</groupId>
    <artifactId>geb-grails</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-grails/
implementation 'org.codehaus.geb:geb-grails:0.5.1'
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-grails/
implementation ("org.codehaus.geb:geb-grails:0.5.1")
'org.codehaus.geb:geb-grails:jar:0.5.1'
<dependency org="org.codehaus.geb" name="geb-grails" rev="0.5.1">
  <artifact name="geb-grails" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.geb', module='geb-grails', version='0.5.1')
)
libraryDependencies += "org.codehaus.geb" % "geb-grails" % "0.5.1"
[org.codehaus.geb/geb-grails "0.5.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.codehaus.geb : geb-spock jar 0.5.1
org.codehaus.geb : geb-junit4 jar 0.5.1
org.codehaus.geb : geb-easyb jar 0.5.1
org.codehaus.geb : geb-junit3 jar 0.5.1

provided (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.5.5
org.grails : grails-web jar 1.2.3
org.grails : grails-test jar 1.2.3
org.grails : grails-core jar 1.2.3

Project Modules

There are no modules declared in this project.