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.

Лицензия

Лицензия

Категории

Категории

Grails Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.codehaus.geb
Идентификатор

Идентификатор

geb-grails
Последняя версия

Последняя версия

0.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Система контроля версий

Система контроля версий

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

Скачать geb-grails

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.5.1
0.5
0.4