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.

License

License

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-grails
Last Version

Last Version

0.5.1
Release Date

Release Date

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

How to add to project

<!-- 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.

Build Status Maven Central

Geb (pronounced “jeb”) is a browser automation solution. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language.

For more information about the project, see the http://www.gebish.org.

How to contribute

Please see CONTRIBUTING.md for contribution guidelines.

Submitting issues

If you'd like to submit an issue against Geb then please use the issue tracker for geb/issues Github project. Please avoid submitting usage questions as issues and use the user mailing list instead.

org.codehaus.geb

Geb

Versions

Version
0.5.1
0.5
0.4