g

geb-core

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.
http://www.gebish.org
The Apache Software License, Version 2.0
Luke Daley Marcin Erdmann Chris Prior
文件下载
文件名 操作
geb-core-2.0-rc-1.jar 下载
geb-core-2.0-rc-1.pom 下载
geb-core-2.0-rc-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.gebish</groupId>
  <artifactId>geb-core</artifactId>
  <version>2.0-rc-1</version>
</dependency>
Gradle Groovy
implementation 'org.gebish:geb-core:2.0-rc-1'
Gradle Kotlin
implementation("org.gebish:geb-core:2.0-rc-1")
Scala SBT
libraryDependencies += "org.gebish" % "geb-core" % "2.0-rc-1"
Groovy Grape
@Grapes(
  @Grab(group='org.gebish', module='geb-core', version='2.0-rc-1')
)
Apache Ivy
<dependency org="org.gebish" name="geb-core" rev="2.0-rc-1" />
Leiningen
[org.gebish/geb-core "2.0-rc-1"]
Apache Buildr
'org.gebish:geb-core:jar:2.0-rc-1'