A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractInput - Class in geb.module
AbstractNavigator - Class in geb.navigator
AbstractNavigator(Browser, BasicLocator) - Constructor in AbstractNavigator
AbstractNavigatorFactory - Class in geb.navigator.factory
AbstractNavigatorFactory(Browser, InnerNavigatorFactory) - Constructor in AbstractNavigatorFactory
acceptCertificatesFor(HttpsURLConnection) - Method in SelfSignedCertificateHelper
ADAPTER_PROPERTY_NAME - Field in BuildAdapterFactory
The system property used to specify the BuildAdapter implementation (geb.build.adapter).
add(Collection<WebElement>) - Method in AbstractNavigator
add(String) - Method in Module
add(Collection<WebElement>) - Method in Navigator
addListener(ReportingListener) - Method in CompositeReporter
addListener(ReportingListener) - Method in Reporter
Registers an object to be notified when a report is taken.
addListener(ReportingListener) - Method in ReporterSupport
AlertAndConfirmSupport - Interface in geb.js
allElements() - Method in EmptyNavigator
allElements() - Method in Module
allElements() - Method in Navigator
Returns all context elements.
allElements() - Method in NonEmptyNavigator
asBoolean() - Method in AbstractNavigator
asBoolean() - Method in AtVerificationResult
Returns true if errorThrown is null and at verification result is true
asBoolean() - Method in Module
asBoolean() - Method in TemplateDerivedPageContent
asBoolean() - Method in UnknownWaitForEvaluationResult
assembleProviderUrl(String, String) - Method in BrowserStackDriverFactory
assembleProviderUrl(String, String) - Method in CloudDriverFactory
assembleProviderUrl(String, String) - Method in SauceLabsDriverFactory
asType(Class) - Method in TemplateDerivedPageContent
at(T) - Method in Browser
Checks if the browser is at the current page by running the at checker for this page instance
attemptToLoadDriverClass(String) - Method in NameBasedDriverFactory
attr(String) - Method in AbstractNavigator
attr(String) - Method in Module
attr(String) - Method in Navigator
Returns the value of the given attribute of the sole context element or null for empty Navigators.
AttributeAccessingMetaClass - Class in geb.navigator
A delegating meta class implementation that intercepts field access using the .@ operator and sends it to getProperty("@$name")
AttributeAccessingMetaClass(MetaClass) - Constructor in AttributeAccessingMetaClass
AttributeAccessingMetaClassRegisteringTransformation - Class in geb.transform
AttributeAccessingMetaClassRegistrar - Class in geb.transform
AtVerificationResult - Class in geb
AtVerificationResult(boolean, AssertionError) - Constructor in AtVerificationResult

B

Base64 - Class in geb.report
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
BASE_URL_PROPERTY_NAME - Field in SystemPropertiesBuildAdapter
BasicLocator - Interface in geb.navigator
Defines element search operations that are sufficient to be able to implement a Locator on top of.
BindingUpdater - Class in geb.binding
BindingUpdater(Binding, Browser) - Constructor in BindingUpdater
BOOLEAN_ATTRIBUTES - Field in NonEmptyNavigator
Browser - Class in geb
The browser is the centre of Geb.
Browser(Map, Configuration) - Constructor in Browser
Creates a new browser instance backed by the given configuration, then applies props as property overrides on the browser.
browser - Field in GebTest
browser - Field in Module
BrowserBackedNavigatorFactory - Class in geb.navigator.factory
BrowserBackedNavigatorFactory(Browser, InnerNavigatorFactory) - Constructor in BrowserBackedNavigatorFactory
BrowserStackDriverFactory - Class in geb.driver
build(Browser, PageContentContainer, NavigatorFactory, String, Class, Class) - Method in PageContentTemplateBuilder
BuildAdapter - Interface in geb
Used to supply default configuration type values to allow a build system (or anything else) to configure the Geb runtime from the outside.
BuildAdapterFactory - Class in geb.buildadapter
Loads the BuildAdapter implementation class to be used.

C

CachingDriverFactory - Class in geb.driver
calculate(Module, NavigatorFactory, Map) - Method in ModuleBaseCalculator
calculateTimeoutFrom(Date) - Method in Wait
calculateTimeoutFromNow() - Method in Wait
CallbackDriverFactory - Class in geb.driver
CallbackDriverFactory(Closure) - Constructor in CallbackDriverFactory
changeMetaClassImplementation(ClassNode) - Method in AttributeAccessingMetaClassRegisteringTransformation
check() - Method in Checkbox
Checkbox - Class in geb.module
checkIfAtAnUnexpectedPage(Page) - Method in Browser
Check if at one of the pages configured to be unexpected.
children(Map<String, Object>, String) - Method in EmptyNavigator
children() - Method in Module
children(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all the child elements of the current context elements that match the selector and given attributes.
children(Map<String, Object>, String) - Method in NonEmptyNavigator
classes() - Method in EmptyNavigator
classes() - Method in Module
classes() - Method in Navigator
Returns an alphabetically sorted list of class names present on the sole context element or an empty list for empty Navigators.
classes() - Method in NonEmptyNavigator
cleanReportGroupDir() - Method in Browser
Removes the directory returned by getReportGroupDir() from the filesystem if it exists.
cleanup() - Method in GebReportingSpec
cleanup() - Method in GebSpec
cleanupSpec() - Method in GebSpec
clearCache() - Method in CachingDriverFactory
clearCacheAndQuitDriver() - Method in CachingDriverFactory
clearCacheCache() - Method in CachingDriverFactory
clearCookies() - Method in Browser
Clears all cookies for the current domain that the browser has.
clearCookiesQuietly() - Method in Browser
Clears all cookies that the browser currently has, suppressing any webdriver exceptions.
click(List, Wait) - Method in EmptyNavigator
click() - Method in InteractDelegate
@see Actions#click()
click() - Method in Module
click(List, Wait) - Method in Navigator
Clicks on the sole context element, finds the first page from the list for which the at checker is defined and sets it as the current page.
click(List, Wait) - Method in NonEmptyNavigator
click() - Method in TemplateDerivedPageContent
clickAndHold() - Method in InteractDelegate
@see Actions#clickAndHold()
close() - Method in Browser
Closes the current driver window.
closest(Map<String, Object>, String) - Method in EmptyNavigator
closest(Map<String, Object>) - Method in Module
closest(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing the first ancestor element of each of the current context elements that match the selector and given attributes.
closest(Map<String, Object>, String) - Method in NonEmptyNavigator
ClosureInnerNavigatorFactory - Class in geb.navigator.factory
ClosureInnerNavigatorFactory(Closure<Navigator>) - Constructor in ClosureInnerNavigatorFactory
CloudDriverFactory - Class in geb.driver
collectChildren(Closure) - Method in NonEmptyNavigator
collectElements(Closure) - Method in NonEmptyNavigator
collectFollowingSiblings(Closure) - Method in NonEmptyNavigator
collectParents(Closure) - Method in NonEmptyNavigator
collectPreviousSiblings(Closure) - Method in NonEmptyNavigator
collectRelativeElements(String, Closure) - Method in NonEmptyNavigator
collectSiblings(Closure) - Method in NonEmptyNavigator
collectUntil(Collection<WebElement>, Map<String, Object>, String) - Method in NonEmptyNavigator
CompositeReporter - Class in geb.report
Delegates to one or more other reporters.
CompositeReporter(Reporter) - Constructor in CompositeReporter
Configuration - Class in geb
Represents a particular configuration of Geb.
Configuration(ConfigObject, Properties, BuildAdapter, ClassLoader) - Constructor in Configuration
ConfigurationLoader - Class in geb
Manages the process of creating Configuration objects, which control the runtime behaviour of Geb.
ConfigurationLoader(String, Properties, GroovyClassLoader) - Constructor in ConfigurationLoader
Sets the loader environment.
configureCapabilities(DesiredCapabilities) - Method in BrowserStackDriverFactory
configureCapabilities(DesiredCapabilities) - Method in CloudDriverFactory
contains(Pattern) - Method in TextMatchingSupport
containsWord(Pattern) - Method in TextMatchingSupport
ContentCountOutOfBoundsException - Class in geb.error
ContentCountOutOfBoundsException(Object, String, String) - Constructor in ContentCountOutOfBoundsException
contextClick() - Method in InteractDelegate
@see Actions#contextClick()
contextElements - Field in NonEmptyNavigator
convert(String) - Method in ExceptionToPngConverter
convertToPath(Object) - Method in Page
Converts the arguments to a path to be appended to this page's url.
create(String, String, String, String, Map<String, Object>) - Method in BrowserStackDriverFactory
create(String, String, String, Map<String, Object>) - Method in CloudDriverFactory
createBase() - Method in BrowserBackedNavigatorFactory
createBrowser() - Method in GebSpec
createBrowser() - Method in GebTest
createBrowser() - Method in GebTestTrait
createBuildAdapter(GroovyClassLoader) - Method in ConfigurationLoader
Uses the build adapter factory to load a build adapter with the classLoader passed in.
createConf(ConfigObject, GroovyClassLoader) - Method in ConfigurationLoader
Creates a new Configuration backed by rawConfig with the properties we were constructed with, the classLoader passed in and a build adapter.
createConf() - Method in GebSpec
createConf() - Method in GebTest
createConf() - Method in GebTestTrait
createDefaultReporter() - Method in Configuration
createDriver() - Method in Configuration
createFromNavigators(Iterable<Navigator>) - Method in AbstractNavigatorFactory
createFromNavigators(Iterable<Navigator>) - Method in NavigatorFactory
Create a navigator, backed by the given navigators.
createFromWebElements(Iterable<WebElement>) - Method in AbstractNavigatorFactory
createFromWebElements(Iterable<WebElement>) - Method in NavigatorFactory
Create a navigator, backed by the given web elements.
createNavigator(Browser, List<WebElement>) - Method in ClosureInnerNavigatorFactory
createNavigator(Browser, List<WebElement>) - Method in DefaultInnerNavigatorFactory
If {@code elements !
createNavigator(Browser, List<WebElement>) - Method in InnerNavigatorFactory
Create a Navigator instance for the given web elements.
createNavigatorFactory() - Method in Browser
Called to create the navigator factory, the first time it is requested.
createNavigatorFactory(Browser) - Method in Configuration
Creates the navigator factory to be used.
createPage(Class<T>) - Method in Browser
Creates a new instance of the given page type and initialises it.
createPageChangeListener(Binding, Browser) - Method in BindingUpdater
createReportLabel(String) - Method in GebReportingSpec
createSelectFor(WebElement) - Method in SelectFactory
createSlurper() - Method in ConfigurationLoader
Creates a config slurper with environment we were constructed with (if any).
css(String) - Method in AbstractNavigator
css(String) - Method in Module
css(String) - Method in Navigator
Gets the value of a given CSS property of the sole context element or null for empty Navigators.
css(String) - Method in NonEmptyNavigator
CssSelector - Class in geb.navigator

D

DateInput - Class in geb.module
decode(String) - Method in Base64
Decodes a BASE64 encoded String.
decodeFast(String) - Method in Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
DEFAULT_RETRY_INTERVAL - Field in Wait
100 milliseconds
DEFAULT_TIMEOUT - Field in Wait
5 seconds
DefaultAlertAndConfirmSupport - Class in geb.js
DefaultAlertAndConfirmSupport(Closure, Configuration) - Constructor in DefaultAlertAndConfirmSupport
DefaultDownloadSupport - Class in geb.download
Provides methods to directly download content into the running program using HttpURLConnection.
DefaultDownloadSupport(Browser) - Constructor in DefaultDownloadSupport
DefaultDriverFactory - Class in geb.driver
DefaultDriverFactory(ClassLoader) - Constructor in DefaultDriverFactory
DefaultFrameSupport - Class in geb.frame
DefaultFrameSupport(Browser) - Constructor in DefaultFrameSupport
DefaultInnerNavigatorFactory - Class in geb.navigator.factory
Default implementation of InnerNavigatorFactory.
DefaultInteractionsSupport - Class in geb.interaction
DefaultInteractionsSupport(Browser) - Constructor in DefaultInteractionsSupport
DefaultLocator - Class in geb.navigator
DefaultLocator(BasicLocator) - Constructor in DefaultLocator
DefaultPageContentSupport - Class in geb.content
DefaultPageContentSupport(PageContentContainer, Map<String, PageContentTemplate>, NavigatorFactory, Navigator) - Constructor in DefaultPageContentSupport
DefaultWaitingSupport - Class in geb.waiting
A mixin style class that adds support for waiting for different things.
DefaultWaitingSupport(Configuration) - Constructor in DefaultWaitingSupport
determineScreenshotDriver(Browser) - Method in ScreenshotReporter
doGetConf(String) - Method in ConfigurationLoader
doGetConfFromClass(String) - Method in ConfigurationLoader
doubleClick() - Method in InteractDelegate
@see Actions#doubleClick()
download(String) - Method in DefaultDownloadSupport
download(String) - Method in DownloadSupport
Calls download with the single option 'uri' as the given value.
download(String) - Method in UninitializedDownloadSupport
downloadBytes(String, Closure) - Method in DefaultDownloadSupport
Opens a url connection via download(String) and returns the raw bytes.
downloadBytes(String, Closure) - Method in DownloadSupport
Opens a url connection via download(String) and returns the raw bytes.
downloadBytes(String, Closure) - Method in UninitializedDownloadSupport
downloadContent(Closure) - Method in DefaultDownloadSupport
downloadContent(Closure) - Method in DownloadSupport
Opens a url connection via download(String) and returns the content object.
downloadContent(Closure) - Method in UninitializedDownloadSupport
DownloadException - Class in geb.download
DownloadException(HttpURLConnection, CharSequence, Throwable) - Constructor in DownloadException
downloadStream(Closure) - Method in DefaultDownloadSupport
downloadStream(Closure) - Method in DownloadSupport
Opens a url connection via download(Map) and returns the response input stream.
downloadStream(Closure) - Method in UninitializedDownloadSupport
DownloadSupport - Interface in geb.download
downloadText(Closure) - Method in DefaultDownloadSupport
downloadText(Closure) - Method in DownloadSupport
Opens a url connection via download(Map) and returns the response text, if the content type was textual.
downloadText(Closure) - Method in UninitializedDownloadSupport
dragAndDrop(Navigator, Navigator) - Method in InteractDelegate
@see Actions#dragAndDrop(org.openqa.selenium.WebElement, org.openqa.selenium.WebElement)
dragAndDropBy(Navigator, int, int) - Method in InteractDelegate
@see Actions#dragAndDropBy(org.openqa.selenium.WebElement, int, int)
drive(Browser, Closure) - Method in Browser
Executes the closure with browser as its delegate.
DRIVER_SEPARATOR - Field in NameBasedDriverFactory
DriverCreationException - Class in geb.driver
DriverCreationException(Object, Throwable) - Constructor in DriverCreationException
DriverFactory - Interface in geb.driver
DriverRegistry - Class in geb.driver

E

effectiveReportLabel(String) - Method in GebReportingTest
ELEMENTS_WITH_MUTABLE_VALUE - Field in NonEmptyNavigator
EmailInput - Class in geb.module
EmptyNavigator - Class in geb.navigator
Implementation of an empty Navigator object - helps keep the other code simple.
EmptyNavigator(Browser) - Constructor in EmptyNavigator
EmptyNavigatorException - Class in geb.navigator
EmptyNavigatorException() - Constructor in EmptyNavigatorException
encodeToByte(byte[], boolean) - Method in Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Method in Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Method in Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
endsWith(Pattern) - Method in TextMatchingSupport
ensureAtMostOneBaseElement() - Method in FormElement
ensureContainsSingleElement(String, Class<?>) - Method in NonEmptyNavigator
ensureTagIn(List<String>, String) - Method in NonEmptyNavigator
ensureWithinBounds(int, int) - Method in TemplateDerivedPageContent
eq(int) - Method in AbstractNavigator
eq(int) - Method in Module
eq(int) - Method in Navigator
Gets the wrapped element at the given index.
equals(Object) - Method in EmptyNavigator
equals(Object) - Method in Module
equals(Object) - Method in NonEmptyNavigator
equals(Object) - Method in TemplateDerivedPageContent
equals(def) - Method in Wait
error(ErrorInfo) - Method in OnFailureReporter
escape(String) - Method in CssSelector
escapeFileName(String) - Method in ReporterSupport
Replaces all non word chars with underscores to avoid using reserved characters in file paths
ExceptionToPngConverter - Class in geb.report
ExceptionToPngConverter(Throwable) - Constructor in ExceptionToPngConverter
exec(Object) - Method in JavascriptInterface

F

failed(Throwable, FrameworkMethod) - Method in FailureTracker
failed(Throwable, Description) - Method in ReportingFailureWatcher
FailureTracker - Class in geb.junit4.rule
failureWatcher - Field in GebReportingTest
FileInput - Class in geb.module
filter(Map<String, Object>, String) - Method in AbstractNavigator
filter(Map<String, Object>) - Method in EmptyNavigator
filter(Map<String, Object>) - Method in Module
filter(Map<String, Object>, String) - Method in Navigator
filter(Map<String, Object>) - Method in NonEmptyNavigator
find(By, Range<Integer>) - Method in AbstractNavigator
find(Map<String, Object>, String) - Method in BasicLocator
Selects elements by both CSS selector and attributes.
find(Map<String, Object>) - Method in DefaultLocator
find(Map<String, Object>, String, Range<Integer>) - Method in Locator
Creates a new Navigator instance containing the elements matching the given CSS selector.
find(By, Range<Integer>) - Method in Module
find(Range<Integer>) - Method in Navigable
find(Map<String, Object>, String, Range<Integer>) - Method in NavigableSupport
find(By, Range<Integer>) - Method in Page
find(Map<String, Object>, String) - Method in SearchContextBasedBasicLocator
find(Map<String, Object>, String, Range<Integer>) - Method in UninitializedNavigableSupport
findAll(Closure) - Method in AbstractNavigator
findAll(Closure) - Method in Module
findAll(Closure) - Method in Navigator
Overrides the standard Groovy findAll so that the object returned is a Navigator rather than a Collection.
findUsingByIfPossible(Map<String, Object>, String) - Method in SearchContextBasedBasicLocator
first() - Method in EmptyNavigator
first() - Method in Module
first() - Method in Navigator
Creates a new Navigator instance containing only the first context element (wrapped).
first() - Method in NonEmptyNavigator
firstElement() - Method in AbstractNavigator
firstElement() - Method in Module
firstElement() - Method in Navigator
Returns the first context element (not wrapped).
firstElementInContext(Closure) - Method in NonEmptyNavigator
FormElement - Class in geb.module
A module that can be used to access common properties of form elements.
FORWARDED_BROWSER_METHODS - Field in BindingUpdater
FramesSourceReporter - Class in geb.report
Writes the source content of each top level frame of the browser's current page as a html files.
FrameSupport - Interface in geb.frame

G

GebAssertionError - Class in geb.error
GebAssertionError(Object, Throwable) - Constructor in GebAssertionError
GebException - Class in geb.error
GebException(Throwable) - Constructor in GebException
GebReportingSpec - Class in geb.spock
GebReportingTest - Class in geb.junit3
gebReportingTestTestName - Field in GebReportingTest
GebReportingTestTrait - Trait in geb.testng
GebSpec - Class in geb.spock
GebTest - Class in geb.junit3
GebTestTrait - Trait in geb.testng
get(Object) - Method in PageContentTemplate
getAt(Collection) - Method in EmptyNavigator
getAt(int) - Method in Module
getAt(Collection) - Method in Navigator
Gets the wrapped elements at the given indexes.
getAt(Collection) - Method in NonEmptyNavigator
getAtCheckWaiting() - Method in Configuration
getAttribute(Object, String) - Method in AttributeAccessingMetaClass
getAttribute(String) - Method in EmptyNavigator
getAttribute(String) - Method in Module
getAttribute(String) - Method in Navigator
Returns the value of the given attribute of the sole context element or null for empty Navigators.
getAttribute(String) - Method in NonEmptyNavigator
getAtVerificationResult(boolean) - Method in Page
Executes this page's "at checker" and captures the result wrapping up any AssertionError that might have been thrown.
getAugmentedDriver(WebDriver) - Method in RemoteDriverOperations
If the driver is a remote driver, a proxy will be returned that implements the feature interfaces of the actual driver on the remote side.
getAvailableWindows() - Method in Browser
Retrieves all available windows
getBase() - Method in BrowserBackedNavigatorFactory
getBase() - Method in NavigatorFactory
The base navigator for this factory.
getBaseNavigatorWaiting() - Method in Configuration
getBaseUrl() - Method in Browser
The url to resolve all relative urls against.
getBaseUrl() - Method in BuildAdapter
Provides the default baseUrl to use when no value has been configured.
getBaseUrl() - Method in Configuration
Returns the config value baseUrl, or BuildAdapter.getBaseUrl.
getBaseUrl() - Method in SystemPropertiesBuildAdapter
Returns the system property geb.build.baseUrl.
getBaseXPathExpression() - Method in BrowserBackedNavigatorFactory
getBooleanAttribute(WebElement, String) - Method in NonEmptyNavigator
This works around an inconsistency in some of the WebDriver implementations.
getBrowser() - Method in AbstractNavigatorFactory
getBrowser() - Method in GebReportingTest
getBrowser() - Method in GebSpec
getBrowser() - Method in GebTest
getBrowser() - Method in GebTestTrait
getBrowser() - Method in Page
The browser that the page is connected to.
getBrowser() - Method in TemplateDerivedPageContent
getBuildAdapter(ClassLoader) - Method in BuildAdapterFactory
The build adapter to use.
getChecked() - Method in RadioButtons
getCheckedLabel() - Method in RadioButtons
getClassLoaderToUse() - Method in SelectFactory
getConf(Class, GroovyClassLoader) - Method in ConfigurationLoader
Creates a config backed by a given class.
getConfFromClass(String) - Method in ConfigurationLoader
getConfig() - Method in Browser
Provides access to the configuration object assoicated with this browser.
getConfig() - Method in PageContentTemplate
getConnection() - Method in DownloadException
getContent(String, Object) - Method in DefaultPageContentSupport
getContent(String, Object) - Method in PageContentSupport
getContent() - Method in RequiredPageContentNotPresent
getContent(String, Object) - Method in UninitializedPageContentSupport
getCurrentUrl() - Method in Browser
Retrieves the current url
getCurrentWindow() - Method in Browser
Retrieves current window
getDate() - Method in DateInput
getDefaultConf() - Method in ConfigurationLoader
Result of this method is used as the default configuration when there is no configuration script or class.
getDefaultConfigClassName() - Method in ConfigurationLoader
This implementation returns "GebConfig"
getDefaultConfigScriptResourcePath() - Method in ConfigurationLoader
This implementation returns "GebConfig.groovy"
getDefaultEnvironment() - Method in ConfigurationLoader
This implementation returns System.properties["geb.env"]
getDefaultProperties() - Method in ConfigurationLoader
This implementation returns System.properties
getDefaultSpecialClassLoader() - Method in ConfigurationLoader
This implementation returns a new GroovyClassLoader which uses the Thread.currentThread ( ) .contextClassLoader as the parent.
getDefaultWait() - Method in Configuration
getDefaultWaitRetryInterval() - Method in Configuration
The default retryInterval value to use for waiting (i.e. if unspecified).
getDefaultWaitTimeout() - Method in Configuration
The default timeout value to use for waiting (i.e. if unspecified).
getDownloadConfig() - Method in Configuration
Returns the default configuration closure to be applied before the user- supplied config closure when using the download support.
getDriver() - Method in Browser
The driver implementation used to automate the actual browser.
getDriver() - Method in CachingDriverFactory
getDriver() - Method in CallbackDriverFactory
getDriver() - Method in Configuration
getDriver() - Method in DriverFactory
getDriver() - Method in NameBasedDriverFactory
getDriver() - Method in Page
The driver of the browser that the page is connected to.
getDriver() - Method in TemplateDerivedPageContent
getDriverConf() - Method in Configuration
Returns the configuration value for the driver.
getDriverFactory(def) - Method in Configuration
getElement(int) - Method in AbstractNavigator
Gets the element at the given index.
getElement(int) - Method in EmptyNavigator
getElement(int) - Method in NonEmptyNavigator
getElements(Collection) - Method in AbstractNavigator
Gets the elements at the given indexes.
getElements(Collection) - Method in EmptyNavigator
getElements(Collection) - Method in NonEmptyNavigator
getErrorMessage() - Method in SelectFactory
getFile(File, String, String) - Method in ReporterSupport
Gets a file reference for the object with the given name and extension within the dir.
getHeight() - Method in AbstractNavigator
getHeight() - Method in Module
getHeight() - Method in Navigator
Returns the height of the sole element the navigator matches or 0 if it matches nothing.
getHeight() - Method in NonEmptyNavigator
getIncludeCauseInWaitTimeoutExceptionMessage() - Method in Configuration
Returns Either the value at config path waiting.includeCauseInMessage or false if there is none.
getInitializedNavigator() - Method in Module
getInnerNavigatorFactory() - Method in Configuration
Returns the inner navigatory factory, that turns WebElements into Navigators.
getInputType() - Method in AbstractInput
getInputValue(WebElement) - Method in NonEmptyNavigator
getInputValues(Collection<WebElement>) - Method in NonEmptyNavigator
getJquery() - Method in AbstractNavigator
getJquery() - Method in Module
getJquery() - Method in Navigator
Returns an adapter for calling jQuery methods on the elements in this navigator.
getJs() - Method in Browser
Returns a newly created javascript interface connected to this browser.
getJs() - Method in Module
getJs() - Method in Page
Provides access to the browser object's JavaScript interface.
getKnownDriverClassNamesInPreferenceOrder() - Method in DriverRegistry
getLastEvaluationValue() - Method in WaitTimeoutException
getLocator() - Method in NavigatorBackedNavigatorFactory
getLocator() - Method in NavigatorFactory
The locator used for all content lookups from this factory.
getNavigator() - Method in DefaultPageContentSupport
getNavigator() - Method in PageContentSupport
getNavigator() - Method in UninitializedPageContentSupport
getNavigatorFactory() - Method in Browser
Returns the factory that creates navigator instances for this browser.
getOwner() - Method in DefaultPageContentSupport
getOwner() - Method in PageContentSupport
getOwner() - Method in UninitializedPageContentSupport
getPage() - Method in Browser
Provides access to the current page object.
getPageFragment() - Method in Page
Returns the fragment part of the url to this page.
getPageLevelAtCheckWaiting() - Method in Page
getPageSource(Browser) - Method in PageSourceReporter
getPageSourceFileExtension(Browser) - Method in PageSourceReporter
Here to allow smarter calculation of the extension if necessary
getPageUrl(String) - Method in Page
Returns the url to this page, with path appended to it.
getPotentialDriverClassNames() - Method in NameBasedDriverFactory
getRawBrowser() - Method in GebTestTrait
getRemoteWebDriverClass() - Method in RemoteDriverOperations
getReporter() - Method in Configuration
Returns the reporter implementation to use for taking snapshots of the browser's state.
getReportFile(ReportState) - Method in PageSourceReporter
getReportGroupDir() - Method in Browser
The directory that will be used for the method.
getReportingListener() - Method in Configuration
getReportsDir() - Method in BuildAdapter
Provides the default location to write report files.
getReportsDir() - Method in Configuration
Returns the config value reportsDir, or BuildAdapter.getReportsDir.
getReportsDir() - Method in SystemPropertiesBuildAdapter
Returns a File constructed with the system property geb.build.reportsDir, or null if not set.
getSelected() - Method in MultipleSelect
getSelected() - Method in Select
getSelectedText() - Method in MultipleSelect
getSelectedText() - Method in Select
getStringRepresentation() - Method in AbstractNavigator
getStringRepresentation() - Method in Module
getStringRepresentation() - Method in Navigator
Provides the text to be returned from toString() as well as to be used as part of the value returned from toString() if this navigator backs a template derived content element.
getStringRepresentation() - Method in StringRepresentationProvider
getStringRepresentation() - Method in TemplateDerivedContentStringRepresentationProvider
getTemplate() - Method in RequiredPageValueNotPresent
getTemplateParams() - Method in TemplateDerivedPageContent
getText() - Method in Textarea
getText() - Method in TextLikeInput
getTitle() - Method in Page
Returns the title of the current browser window.
getUnexpectedPages() - Method in Configuration
getValue(WebElement) - Method in NonEmptyNavigator
getWait(Double) - Method in Configuration
getWaitForParam(def) - Method in Configuration
getWaitPreset(String) - Method in Configuration
getWidth() - Method in AbstractNavigator
getWidth() - Method in Module
getWidth() - Method in Navigator
Returns the width of the sole element the navigator matches or 0 if it matches nothing.
getWidth() - Method in NonEmptyNavigator
getX() - Method in AbstractNavigator
getX() - Method in Module
getX() - Method in Navigator
Returns the x coordinate (from the top left corner) of the sole element the navigator matches or 0 if it matches nothing.
getX() - Method in NonEmptyNavigator
getY() - Method in AbstractNavigator
getY() - Method in Module
getY() - Method in Navigator
Returns the y coordinate (from the top left corner) of the sole element the navigator matches or 0 if it matches nothing.
getY() - Method in NonEmptyNavigator
global(DriverFactory, boolean) - Method in CachingDriverFactory
go(Map, String, UrlFragment) - Method in Browser
Sends the browser to the given url with the given query params and fragment.

H

has(Map<String, Object>, By) - Method in AbstractNavigator
has(Map<String, Object>, String) - Method in Module
has(Map<String, Object>, By) - Method in Navigator
Filters the set of elements represented by this Navigator to include only that have one or more descendants that match the bySelector and attributes as defined in the predicate.
hasClass(String) - Method in EmptyNavigator
hasClass(String) - Method in Module
hasClass(String) - Method in Navigator
Returns true if the sole context element has the given class or false for empty Navigators.
hasClass(String) - Method in NonEmptyNavigator
hashCode() - Method in EmptyNavigator
hashCode() - Method in Module
hashCode() - Method in NonEmptyNavigator
hashCode() - Method in TemplateDerivedPageContent
hashCode() - Method in Wait
hasNot(Map<String, Object>, By) - Method in AbstractNavigator
hasNot(Map<String, Object>, By) - Method in Module
hasNot(Map<String, Object>, By) - Method in Navigator
Filters the set of elements represented by this Navigator to exclude that have one or more descendants that match the bySelector and attributes as defined in the predicate.
hasStringValueForKey(Map<String, Object>, String) - Method in SearchContextBasedBasicLocator
head() - Method in EmptyNavigator
head() - Method in Module
head() - Method in Navigator
Creates a new Navigator instance containing only the first context element (wrapped).
head() - Method in NonEmptyNavigator

I

iContains(Pattern) - Method in TextMatchingSupport
iContainsWord(Pattern) - Method in TextMatchingSupport
iEndsWith(Pattern) - Method in TextMatchingSupport
init(PageContentTemplate, Object) - Method in Module
init(Browser) - Method in Page
Initialises this page instance, connecting it to the browser.
Initializable - Interface in geb
initialize() - Method in BindingUpdater
Populates the binding and starts the updater updating the binding as necessary.
initialized() - Method in AbstractInput
initialized() - Method in FormElement
initialized() - Method in Module
initialized() - Method in MultipleSelect
initialized() - Method in RadioButtons
initialized() - Method in Select
initialized() - Method in Textarea
initReportGroupDir() - Method in GebReportingTestTrait
InnerNavigatorFactory - Interface in geb.navigator.factory
Creates Navigator instances from zero or more WebElement instances.
iNotContains(Pattern) - Method in TextMatchingSupport
iNotContainsWord(Pattern) - Method in TextMatchingSupport
iNotEndsWith(Pattern) - Method in TextMatchingSupport
iNotStartsWith(Pattern) - Method in TextMatchingSupport
interact(Closure) - Method in DefaultInteractionsSupport
interact(Closure) - Method in InteractionsSupport
interact(Closure) - Method in UninitializedInteractionSupport
InteractDelegate - Class in geb.interaction
InteractDelegate(WebDriver) - Constructor in InteractDelegate
InteractionsSupport - Interface in geb.interaction
intercept(IMethodInvocation) - Method in OnFailureReporter
InvalidCssSelectorException - Class in geb.error
InvalidCssSelectorException(String, Throwable) - Constructor in InvalidCssSelectorException
InvalidGebConfiguration - Class in geb.error
InvalidGebConfiguration(Object, Throwable) - Constructor in InvalidGebConfiguration
InvalidModuleBaseException - Class in geb.error
InvalidModuleBaseException(Object) - Constructor in InvalidModuleBaseException
InvalidPageContent - Class in geb.error
InvalidPageContent(PageContentContainer, String, Object) - Constructor in InvalidPageContent
is(String) - Method in EmptyNavigator
is(String) - Method in Module
is(String) - Method in Navigator
Returns true if the sole context element tag name matches the string passed as the argument or false for empty Navigators.
is(String) - Method in NonEmptyNavigator
isAt(Page, boolean) - Method in Browser
Checks if the browser is at the given page by running the at checker for this page instance, suppressing assertion errors.
isAttributeAccessEnabledClass(ClassNode) - Method in AttributeAccessingMetaClassRegisteringTransformation
isAutoClearCookies() - Method in Configuration
Whether or not to automatically clear the browser's cookies automatically.
isCacheDriver() - Method in Configuration
Should the created driver be cached if there is no existing cached driver, of if there is a cached driver should it be used instead of creating a new one.
isCacheDriverPerThread() - Method in Configuration
The driver is to be cached, this setting controls whether or not the driver is cached per thread, or per
isChecked() - Method in Checkbox
isDisabled() - Method in FormElement
Allows to check if the first element of base navigator for this module is disabled based on the value of it's disabled attribute.
isDisplayed() - Method in EmptyNavigator
isDisplayed() - Method in Module
isDisplayed() - Method in Navigator
Returns true if the sole context element is displayed or false for empty Navigators.
isDisplayed() - Method in NonEmptyNavigator
isEditable() - Method in FormElement
Shorthand for {@code !
isEmpty() - Method in EmptyNavigator
isEmpty() - Method in Module
isEmpty() - Method in Navigator
Returns true when there are no context elements.
isEmpty() - Method in NonEmptyNavigator
isEnabled() - Method in FormElement
Shorthand for {@code !
isFocused() - Method in EmptyNavigator
isFocused() - Method in Module
isFocused() - Method in Navigator
Checks if the sole element of this navigator is focused by comparing it to the element returned from TargetLocator.activeElement.
isFocused() - Method in NonEmptyNavigator
isFocused() - Method in TemplateDerivedPageContent
isNotAllowed(PageContentContainer, String) - Method in PageContentNames
isPresent() - Method in TemplateDerivedPageContent
isQuitCachedDriverOnShutdown() - Method in Configuration
If a cached driver is being used, should it be automatically quit when the JVM exits.
isReadOnly() - Method in FormElement
Allows to check if the first element of base navigator for this module is read-only based on the value of it's readonly attribute.
isRemoteDriverAvailable() - Method in RemoteDriverOperations
isReportOnTestFailureOnly() - Method in Configuration
iStartsWith(Pattern) - Method in TextMatchingSupport
isTypeValid(String) - Method in AbstractInput
isTypeValid(String) - Method in DateInput
isUnchecked() - Method in Checkbox
iterator() - Method in AbstractNavigator
iterator() - Method in Module
iterator() - Method in Navigator

J

JavascriptInterface - Class in geb.js
JavascriptInterface(Browser) - Constructor in JavascriptInterface
JQueryAdapter - Class in geb.js
JQueryAdapter(Navigator) - Constructor in JQueryAdapter

K

keyDown(Navigator, Keys) - Method in InteractDelegate
@see Actions#keyDown(org.openqa.selenium.WebElement, org.openqa.selenium.Keys)
keyUp(Navigator, Keys) - Method in InteractDelegate
@see Actions#keyUp(org.openqa.selenium.WebElement, org.openqa.selenium.Keys)

L

labelFor(WebElement) - Method in NonEmptyNavigator
last() - Method in EmptyNavigator
last() - Method in Module
last() - Method in Navigator
Creates a new Navigator instance containing only the last context element (wrapped).
last() - Method in NonEmptyNavigator
lastElement() - Method in AbstractNavigator
lastElement() - Method in Module
lastElement() - Method in Navigator
Returns the last context element (not wrapped).
lastEvaluationValue - Field in WaitTimeoutException
leftShift(def) - Method in EmptyNavigator
leftShift(def) - Method in Module
leftShift(def) - Method in Navigator
leftShift(def) - Method in NonEmptyNavigator
loadRawConfig(ConfigSlurper, Class) - Method in ConfigurationLoader
loadSelectClass() - Method in SelectFactory
Locator - Interface in geb.navigator
Allows to create Navigators by selecting WebElements using different criteria (CSS selectors, attribute maps, indexes, ranges and By selectors).

M

MATCH_ALL_SELECTOR - Field in Locator
matches(WebElement, String) - Method in CssSelector
matches(String) - Method in NegatedTextMatcher
matches(Collection<String>, TextMatcher) - Method in NonEmptyNavigator
matches(String) - Method in PatternTextMatcher
matches(String) - Method in TextMatcher
methodMissing(String, def) - Method in Browser
Delegates the method call directly to the current page object.
methodMissing(String, def) - Method in EmptyNavigator
methodMissing(String, def) - Method in GebSpec
methodMissing(String, def) - Method in GebTest
methodMissing(String, def) - Method in GebTestTrait
methodMissing(String, def) - Method in JavascriptInterface
methodMissing(String, def) - Method in JQueryAdapter
methodMissing(String, def) - Method in Module
methodMissing(String, def) - Method in NonEmptyNavigator
methodMissing(String, def) - Method in PageContentSupport
methodMissing(String, def) - Method in PageContentTemplateBuilder
methodMissing(String, def) - Method in PageContentTemplateFactoryDelegate
methodMissing(String, def) - Method in TemplateDerivedPageContent
methodMissing(String, def) - Method in WithFrameDelegate
Module - Class in geb
module(T) - Method in AbstractNavigator
module(T) - Method in Module
module(T) - Method in Navigable
Initialize a module instance.
module(T) - Method in NavigableSupport
module(T) - Method in Navigator
Initialize a module instance using this as its base.
module(T) - Method in Page
module(Map, Class<? extends Module>, Navigator) - Method in PageContentTemplateFactoryDelegate
module(T) - Method in UninitializedNavigableSupport
ModuleBaseCalculator - Class in geb.content
ModuleBaseDefinitionDelegate - Class in geb.content
ModuleBaseDefinitionDelegate(Module, NavigatorFactory, Map) - Constructor in ModuleBaseDefinitionDelegate
ModuleInstanceNotInitializedException - Class in geb.error
ModuleInstanceNotInitializedException(String) - Constructor in ModuleInstanceNotInitializedException
moduleList(Closure<T>) - Method in AbstractNavigator
moduleList(Closure<T>) - Method in Module
moduleList(Closure<T>) - Method in Navigator
Create a list of module instances using the provided factory and initialize them using navigators created from web elements which make up this navigator as their bases.
moduleList(Class, Navigator, def) - Method in PageContentTemplateFactoryDelegate
moveByOffset(int, int) - Method in InteractDelegate
@see Actions#moveByOffset(int, int)
moveToElement(Navigator, int, int) - Method in InteractDelegate
@see Actions#moveToElement(org.openqa.selenium.WebElement, int, int)
MultipleSelect - Class in geb.module

N

NameBasedDriverFactory - Class in geb.driver
NameBasedDriverFactory(ClassLoader, String) - Constructor in NameBasedDriverFactory
Navigable - Interface in geb.content
NavigableSupport - Class in geb.content
NavigableSupport(NavigatorFactory) - Constructor in NavigableSupport
Navigator - Interface in geb.navigator
Navigator is a jQuery-style DOM traversal tool that wraps a set of WebDriver WebElements.
navigator - Field in Module
NavigatorBackedNavigatorFactory - Class in geb.navigator.factory
NavigatorBackedNavigatorFactory(Navigator, InnerNavigatorFactory) - Constructor in NavigatorBackedNavigatorFactory
NavigatorFactory - Interface in geb.navigator.factory
The object that produces Navigator objects.
navigatorFor(Collection<WebElement>) - Method in NonEmptyNavigator
navigatorFor(Collection<WebElement>) - Method in SearchContextBasedBasicLocator
NegatedTextMatcher - Class in geb.textmatching
NegatedTextMatcher(TextMatcher) - Constructor in NegatedTextMatcher
next(Map<String, Object>, String) - Method in EmptyNavigator
next() - Method in Module
next(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing the next sibling elements of the current context elements, matching the selector and given attributes.
next(Map<String, Object>, String) - Method in NonEmptyNavigator
nextAll(Map<String, Object>, String) - Method in EmptyNavigator
nextAll() - Method in Module
nextAll(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all following sibling elements of the current context elements, matching the selector and given attributes.
nextAll(Map<String, Object>, String) - Method in NonEmptyNavigator
nextUntil(Map<String, Object>, String) - Method in EmptyNavigator
nextUntil(Map<String, Object>) - Method in Module
nextUntil(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all following sibling elements of the current context elements up to, but not including, the first to match the selector and given attributes.
nextUntil(Map<String, Object>, String) - Method in NonEmptyNavigator
NO_PAGE_SOURCE_SUBSTITUTE - Field in PageSourceReporter
NoBaseUrlDefinedException - Class in geb.error
NoBaseUrlDefinedException() - Constructor in NoBaseUrlDefinedException
NonEmptyNavigator - Class in geb.navigator
NonEmptyNavigator(Browser, Collection<? extends WebElement>) - Constructor in NonEmptyNavigator
NoNewWindowException - Class in geb.error
NoNewWindowException(String) - Constructor in NoNewWindowException
not(Map<String, Object>) - Method in EmptyNavigator
not(Map<String, Object>) - Method in Module
not(Map<String, Object>) - Method in Navigator
Returns a new Navigator instance containing all elements of the current Navigator that do not match the attributes as defined in the predicate.
not(Map<String, Object>) - Method in NonEmptyNavigator
notContains(Pattern) - Method in TextMatchingSupport
notContainsWord(Pattern) - Method in TextMatchingSupport
notEndsWith(Pattern) - Method in TextMatchingSupport
notifyListeners(ReportState, List<File>) - Method in ReporterSupport
notStartsWith(Pattern) - Method in TextMatchingSupport

O

of(Map<?, ?>) - Method in UrlFragment
A factory method that creates a url fragment using form encoded representation of the Map passed as the argument.
OnFailureReporter - Class in geb.spock
onLoad(Page) - Method in Page
Lifecycle method called when the page is connected to the browser.
onReport(Reporter, ReportState, List<File>) - Method in ReportingListener
Called when a report is taken.
onUnload(Page) - Method in Page
Lifecycle method called when this page is being replaced as the browser's page instance.
optimizeSelector(String, Map<String, Object>) - Method in SearchContextBasedBasicLocator
Optimizes the selector by translating attributes map into a css attribute selector if possible.

P

Page - Class in geb
The Page type is the basis of the Page Object pattern in Geb.
page(Page) - Method in Browser
Changes the browser's page to be an instance of the first given instance whose at checker returns a true value.
PageChangeListener - Interface in geb
Mechanism for 3rd parties to receive notification when a browser page instance changes
pageChangeListener - Field in BindingUpdater
PageChangeListenerAlreadyRegisteredException - Class in geb.error
PageChangeListenerAlreadyRegisteredException(Browser, PageChangeListener) - Constructor in PageChangeListenerAlreadyRegisteredException
PageContentContainer - Interface in geb.content
Marker interface for anything that has content, i.e. pages and modules.
PageContentNames - Class in geb.content
PageContentSupport - Class in geb.content
PageContentTemplate - Class in geb.content
PageContentTemplate(Browser, PageContentContainer, String, Map<String, ?>, Closure, NavigatorFactory) - Constructor in PageContentTemplate
PageContentTemplateBuilder - Class in geb.content
PageContentTemplateBuilder(Browser, PageContentContainer, NavigatorFactory) - Constructor in PageContentTemplateBuilder
PageContentTemplateFactoryDelegate - Class in geb.content
PageContentTemplateFactoryDelegate(PageContentTemplate, Object) - Constructor in PageContentTemplateFactoryDelegate
PageContentTemplateParams - Class in geb.content
PageContentTemplateParams(PageContentTemplate, String, Map<String, ?>) - Constructor in PageContentTemplateParams
PageInstanceNotInitializedException - Class in geb.error
PageInstanceNotInitializedException(String) - Constructor in PageInstanceNotInitializedException
PageSourceReporter - Class in geb.report
Writes the source content of the browser's current page as a html file.
pageWillChange(Browser, Page, Page) - Method in PageChangeListener
Called first when the listener is registered, with oldPage as null and newPage as the current page at time of registration, then each time the browser's page instance changes.
parent(Map<String, Object>, String) - Method in EmptyNavigator
parent() - Method in Module
parent(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing the direct parent elements of the current context elements that match the selector and given attributes.
parent(Map<String, Object>, String) - Method in NonEmptyNavigator
parents(Map<String, Object>, String) - Method in EmptyNavigator
parents() - Method in Module
parents(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all the ancestor elements of the current context elements that match the given attributes.
parents(Map<String, Object>, String) - Method in NonEmptyNavigator
parentsUntil(Map<String, Object>, String) - Method in EmptyNavigator
parentsUntil(Map<String, Object>) - Method in Module
parentsUntil(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all the ancestor elements of the current context elements up to but not including the first that matches the selector and given attributes.
parentsUntil(Map<String, Object>, String) - Method in NonEmptyNavigator
PatternTextMatcher - Class in geb.textmatching
PatternTextMatcher(CharSequence) - Constructor in PatternTextMatcher
perform() - Method in InteractDelegate
perThread(DriverFactory, boolean) - Method in CachingDriverFactory
plus(Navigator) - Method in AbstractNavigator
plus(Navigator) - Method in Module
plus(Navigator) - Method in Navigator
Merges the Navigator instance with the current instance to create a new Navigator instance containing the context elements of both.
prevAll(Map<String, Object>, String) - Method in EmptyNavigator
prevAll() - Method in Module
prevAll(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all preceding sibling elements of the current context elements, matching the selector and given attributes.
prevAll(Map<String, Object>, String) - Method in NonEmptyNavigator
previous(Map<String, Object>, String) - Method in EmptyNavigator
previous() - Method in Module
previous(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing the previous sibling elements of the current context elements, matching the selector and given attributes.
previous(Map<String, Object>, String) - Method in NonEmptyNavigator
prevUntil(Map<String, Object>, String) - Method in EmptyNavigator
prevUntil(Map<String, Object>) - Method in Module
prevUntil(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all preceding sibling elements of the current context elements up to, but not including the first matching the selector and given attributes.
prevUntil(Map<String, Object>, String) - Method in NonEmptyNavigator
propertyMissing(String, def) - Method in Browser
Delegates the property assignment directly to the current page object.
propertyMissing(String) - Method in EmptyNavigator
propertyMissing(String, def) - Method in GebSpec
propertyMissing(String, def) - Method in GebTest
propertyMissing(String, def) - Method in GebTestTrait
propertyMissing(String) - Method in JavascriptInterface
propertyMissing(String, def) - Method in Module
propertyMissing(String) - Method in ModuleBaseDefinitionDelegate
propertyMissing(String, def) - Method in NonEmptyNavigator
propertyMissing(String, def) - Method in PageContentSupport
propertyMissing(String) - Method in PageContentTemplateBuilder
propertyMissing(String) - Method in PageContentTemplateFactoryDelegate
propertyMissing(String, def) - Method in TemplateDerivedPageContent
propertyMissing(String, def) - Method in WithFrameDelegate

Q

QUERY_STRING_SEPARATOR - Field in Browser
quit() - Method in Browser
Quits the driver.

R

RadioButtons - Class in geb.module
readValue(ConfigObject, String, def) - Method in Configuration
registerFor(Class) - Method in AttributeAccessingMetaClassRegistrar
registerPageChangeListener(PageChangeListener) - Method in Browser
Allows new page change listeners to be registered with this browser.
relativeTo(Navigator) - Method in AbstractNavigatorFactory
relativeTo(Navigator) - Method in NavigatorFactory
Create a new factory, relative to the given navigator.
release() - Method in InteractDelegate
@see Actions#release()
RemoteDriverOperations - Class in geb.driver
Wraps the operations on remote drivers to avoid a hard dependency on selenium-remote-client.
RemoteDriverOperations(ClassLoader) - Constructor in RemoteDriverOperations
remove() - Method in BindingUpdater
Removes everything from the binding and stops updating it.
remove(int) - Method in EmptyNavigator
remove(int) - Method in Module
remove(int) - Method in Navigator
Creates a new Navigator instance by removing the element at the given index from the context.
remove(int) - Method in NonEmptyNavigator
removePageChangeListener(PageChangeListener) - Method in Browser
Removes the given page change listener.
report(String) - Method in Browser
Writes a snapshot of the browser's state to the current getReportGroupDir() using the config's reporter.
report(String) - Method in GebReportingSpec
report(String) - Method in GebReportingTest
report(String) - Method in GebReportingTestTrait
Reporter - Interface in geb.report
A reporter can take a snapshot of the browser state, using a given name as the base for whatever it produces.
ReporterSupport - Class in geb.report
Common support for reporter implemenations.
reportFailure() - Method in GebReportingSpec
reportGroup(Class) - Method in Browser
Sets the report group to be the full name of the class, replacing "." with "/".
reportingAfter(ITestResult) - Method in GebReportingTestTrait
ReportingFailureWatcher - Class in geb.junit4
ReportingFailureWatcher(GebReportingTest) - Constructor in ReportingFailureWatcher
ReportingListener - Interface in geb.report
Gets notified whenever a report is taken.
ReportingOnFailureExtension - Class in geb.spock
REPORTS_DIR_PROPERTY_NAME - Field in SystemPropertiesBuildAdapter
ReportState - Class in geb.report
ReportState(Browser, String, File) - Constructor in ReportState
require() - Method in TemplateDerivedPageContent
RequiredPageContentNotPresent - Class in geb.error
RequiredPageContentNotPresent(Object) - Constructor in RequiredPageContentNotPresent
RequiredPageValueNotPresent - Class in geb.error
RequiredPageValueNotPresent(PageContentTemplate, Object) - Constructor in RequiredPageValueNotPresent
resetBrowser() - Method in GebSpec
resetBrowser() - Method in GebTest
resetBrowser() - Method in GebTestTrait
rethrowAnyErrors() - Method in AtVerificationResult

S

SauceLabsDriverFactory - Class in geb.driver
saveScreenshotPngBytes(File, String, byte[]) - Method in ScreenshotReporter
ScreenshotReporter - Class in geb.report
Writes the source of the browser's current page as html and takes a PNG screenshot if the underlying driver implementation supports it.
SearchContextBasedBasicLocator - Class in geb.navigator
SearchContextBasedBasicLocator(Collection<? extends SearchContext>, NavigatorFactory) - Constructor in SearchContextBasedBasicLocator
SearchInput - Class in geb.module
Select - Class in geb.module
SELECT_CLASS_NAME - Field in SelectFactory
select(WebElement) - Method in NonEmptyNavigator
SelectFactory - Class in geb.navigator
SelfSignedCertificateHelper - Class in geb.download.helper
SelfSignedCertificateHelper(URL, String) - Constructor in SelfSignedCertificateHelper
sendKeys(Navigator, CharSequence) - Method in InteractDelegate
@see Actions#sendKeys(org.openqa.selenium.WebElement, java.lang.CharSequence ...)
setAtCheckWaiting(Object) - Method in Configuration
setAutoClearCookies(boolean) - Method in Configuration
Sets the auto clear cookies flag explicitly, overwriting any value from the config script.
setBaseNavigatorWaiting(Object) - Method in Configuration
setBaseUrl(String) - Method in Browser
Changes the base url used for resolving relative urls.
setBaseUrl(def) - Method in Configuration
setCacheDriver(boolean) - Method in Configuration
Updates the cacheDriver config entry.
setCacheDriverPerThread(boolean) - Method in Configuration
Updates the cacheDriverPerThread config entry.
setCheckboxValue(WebElement, def) - Method in NonEmptyNavigator
setChecked(String) - Method in RadioButtons
setDate(String) - Method in DateInput
setDefaultWaitRetryInterval(Double) - Method in Configuration
Updates the waiting.retryInterval config entry.
setDefaultWaitTimeout(Double) - Method in Configuration
Updates the waiting.timeout config entry.
setDownloadConfig(Closure) - Method in Configuration
setDriver(WebDriver) - Method in Browser
Set (or change) the webdriver underneath this browser.
setDriver(WebDriver) - Method in Configuration
setDriverConf(def) - Method in Configuration
Sets the driver configuration value.
setFile(File) - Method in FileInput
setIncludeCauseInWaitTimeoutExceptionMessage(boolean) - Method in Configuration
Updates the waiting.includeCauseInMessage config entry.
setInnerNavigatorFactory(InnerNavigatorFactory) - Method in Configuration
Sets the inner navigator factory.
setInputValue(WebElement, String, def, boolean) - Method in NonEmptyNavigator
setInputValues(Collection<WebElement>, def) - Method in NonEmptyNavigator
setQuitCacheDriverOnShutdown(boolean) - Method in Configuration
Sets whether or not the cached driver should be quit when the JVM shuts down.
setReporter(Reporter) - Method in Configuration
Updates the reporter config entry.
setReportingListener(ReportingListener) - Method in Configuration
setReportOnTestFailureOnly(boolean) - Method in Configuration
setReportsDir(File) - Method in Configuration
setSelected(List<String>) - Method in MultipleSelect
setSelected(String) - Method in Select
setSelectValue(WebElement, def) - Method in NonEmptyNavigator
setText(String) - Method in Textarea
setText(String) - Method in TextLikeInput
setUnexpectedPages(Collection<Class<? extends Page>>) - Method in Configuration
setup() - Method in GebReportingSpec
setUp() - Method in GebReportingTest
setupReporting() - Method in GebReportingTest
setupReporting(Method) - Method in GebReportingTestTrait
setupSpec() - Method in GebReportingSpec
setWaitPreset(String, Double, Double) - Method in Configuration
Updates a waiting.preset config entry for a given preset name.
siblings(Map<String, Object>, String) - Method in EmptyNavigator
siblings() - Method in Module
siblings(Map<String, Object>, String) - Method in Navigator
Creates a new Navigator instance containing all the sibling elements of the current context elements that match the selector and given attributes.
siblings(Map<String, Object>, String) - Method in NonEmptyNavigator
singleElement() - Method in AbstractNavigator
singleElement() - Method in Module
singleElement() - Method in Navigator
Returns the sole context element (not wrapped).
singleElement() - Method in NonEmptyNavigator
SingleElementNavigatorOnlyMethodException - Class in geb.error
SingleElementNavigatorOnlyMethodException(Method, int) - Constructor in SingleElementNavigatorOnlyMethodException
size() - Method in EmptyNavigator
size() - Method in Module
size() - Method in Navigator
Returns the number of context elements.
size() - Method in NonEmptyNavigator
sleepForRetryInterval() - Method in Wait
Blocks the caller for the retryInterval
softLoadRemoteDriverClass(String) - Method in RemoteDriverOperations
start() - Method in ReportingOnFailureExtension
startsWith(Pattern) - Method in TextMatchingSupport
stop() - Method in ReportingOnFailureExtension
StringRepresentationProvider - Interface in geb.content
switchToWindow(String) - Method in Browser
SystemPropertiesBuildAdapter - Class in geb.buildadapter
Loads values via system properties.

T

tag() - Method in EmptyNavigator
tag() - Method in Module
tag() - Method in Navigator
Returns the tag name of the sole context element or null for empty Navigators.
tag() - Method in NonEmptyNavigator
tail() - Method in EmptyNavigator
tail() - Method in Module
tail() - Method in Navigator
Creates a new Navigator instance containing all but the first context element (wrapped).
tail() - Method in NonEmptyNavigator
tearDown() - Method in GebReportingTest
tearDown() - Method in GebTest
TelInput - Class in geb.module
TemplateDerivedContentStringRepresentationProvider - Class in geb.content
TemplateDerivedContentStringRepresentationProvider(PageContentTemplate, Object, StringRepresentationProvider) - Constructor in TemplateDerivedContentStringRepresentationProvider
TemplateDerivedPageContent - Class in geb.content
TemplateDerivedPageContent(Browser, PageContentTemplate, Navigator, Object) - Constructor in TemplateDerivedPageContent
text() - Method in EmptyNavigator
text() - Method in Module
text() - Method in Navigator
Returns the visible (i.e. not hidden by CSS) inner text content of the sole context element and its sub-elements or null for empty Navigators.
text() - Method in NonEmptyNavigator
Textarea - Class in geb.module
TextInput - Class in geb.module
TextLikeInput - Class in geb.module
TextMatcher - Interface in geb.textmatching
TextMatchingSupport - Class in geb.textmatching
to(Map, T, UrlFragment, Object) - Method in Browser
Sends the browser to the given page instance url, sets the page to a new instance of the given type and verifies the at checker of that page.
to(Map, UrlFragment, Object) - Method in Page
Sends the browser to this page's url.
toString() - Method in AtVerificationResult
toString() - Method in EmptyNavigator
toString() - Method in Module
toString() - Method in NonEmptyNavigator
toString() - Method in Page
Returns the name of this class.
toString() - Method in PageContentTemplate
toString() - Method in TemplateDerivedPageContent
toString() - Method in UnknownWaitForEvaluationResult
toString() - Method in UrlFragment
toString() - Method in Wait
toTestReportLabel(int, int, String, String) - Method in ReporterSupport
translateFromShortNameIfRequired(String) - Method in DriverRegistry
tryToLoadClass(String, ClassLoader) - Method in ConfigurationLoader

U

UnableToLoadAnyDriversException - Class in geb.error
UnableToLoadAnyDriversException(String) - Constructor in UnableToLoadAnyDriversException
UnableToLoadException - Class in geb.error
UnableToSetElementException - Class in geb.error
uncheck() - Method in Checkbox
UndefinedAtCheckerException - Class in geb.error
UndefinedAtCheckerException(String) - Constructor in UndefinedAtCheckerException
UndefinedPageContentException - Class in geb.error
UndefinedPageContentException(Object, Object) - Constructor in UndefinedPageContentException
UnexpectedPageException - Class in geb.error
UnexpectedPageException(Map<? extends Page, AtVerificationResult>) - Constructor in UnexpectedPageException
UninitializedAlertAndConfirmSupport - Class in geb.js
UninitializedAlertAndConfirmSupport(Initializable) - Constructor in UninitializedAlertAndConfirmSupport
UninitializedDownloadSupport - Class in geb.download
UninitializedDownloadSupport(Initializable) - Constructor in UninitializedDownloadSupport
uninitializedException() - Method in Initializable
uninitializedException() - Method in Module
uninitializedException() - Method in Page
UninitializedFrameSupport - Class in geb.frame
UninitializedFrameSupport(Initializable) - Constructor in UninitializedFrameSupport
UninitializedInteractionSupport - Class in geb.interaction
UninitializedInteractionSupport(Initializable) - Constructor in UninitializedInteractionSupport
UninitializedNavigableSupport - Class in geb.content
UninitializedNavigableSupport(Initializable) - Constructor in UninitializedNavigableSupport
UninitializedPageContentSupport - Class in geb.content
UninitializedPageContentSupport(Initializable) - Constructor in UninitializedPageContentSupport
UninitializedWaitingSupport - Class in geb.waiting
UninitializedWaitingSupport(Initializable) - Constructor in UninitializedWaitingSupport
unique() - Method in EmptyNavigator
unique() - Method in Module
unique() - Method in Navigator
Creates a new Navigator instance containing all elements of this instance with duplicate elements removed
unique() - Method in NonEmptyNavigator
UnknownDriverShortNameException - Class in geb.error
UnknownDriverShortNameException(String, String) - Constructor in UnknownDriverShortNameException
UnknownWaitForEvaluationResult - Class in geb.waiting
A wrapper that is always falsey when evaluated and holds a Throwable that was returned from last closure evaluation in a waitFor() call.
UnknownWaitForEvaluationResult(Throwable) - Constructor in UnknownWaitForEvaluationResult
unselect(WebElement) - Method in NonEmptyNavigator
UnsupportedFilteringCssSelectorException - Class in geb.error
UnsupportedFilteringCssSelectorException(String, String) - Constructor in UnsupportedFilteringCssSelectorException
UrlFragment - Class in geb.url
A marker class wrapping around a String that can be used with Page.to for navigating to page urls that contain a fragment identifier.
UTF8 - Field in Browser

V

value(def) - Method in EmptyNavigator
value() - Method in Module
value(def) - Method in Navigator
Sets the value of the form input elements to the given value.
value(def) - Method in NonEmptyNavigator
verifyAt() - Method in Page
Checks if the browser is not at an unexpected page and then executes this page's "at checker".
verifyAtIfPresent(def) - Method in Browser
verifyAtSafely(boolean) - Method in Page
Executes this page's "at checker", suppressing any AssertionError that is thrown and returning false.
verifyNotEmpty() - Method in EmptyNavigator
verifyNotEmpty() - Method in Module
verifyNotEmpty() - Method in Navigator
Throws an exception when the Navigator instance is empty.
verifyNotEmpty() - Method in NonEmptyNavigator
via(Map, T, UrlFragment, Object) - Method in Browser
Sends the browser to the given page instance url and sets the page the given instance.
visit(ASTNode, SourceUnit) - Method in AttributeAccessingMetaClassRegisteringTransformation
visitSpec(SpecInfo) - Method in ReportingOnFailureExtension

W

Wait - Class in geb.waiting
Represents a particular configuration of waiting, but does not encompass what is to be waited on.
Wait(Double, Double, boolean) - Constructor in Wait
wait - Field in WaitTimeoutException
waitFor(Map, Double, Double, Closure<T>) - Method in DefaultWaitingSupport
waitFor(Map, Double, Double, Closure<T>) - Method in Module
waitFor(Map, Double, Double, Closure<T>) - Method in Page
waitFor(Map, Double, Double, Closure<T>) - Method in UninitializedWaitingSupport
waitFor(Closure<T>) - Method in Wait
Invokes the given block every retryInterval seconds until it returns a true value according to the Groovy Truth.
waitFor(Map, Double, Double, Closure<T>) - Method in WaitingSupport
WaitingSupport - Interface in geb.waiting
WaitTimeoutException - Class in geb.waiting
Thrown when a wait operation exceeds its timeout.
WaitTimeoutException(Wait, Throwable, Object) - Constructor in WaitTimeoutException
withAlert(Map, Closure) - Method in AlertAndConfirmSupport
withAlert(Map, Closure) - Method in DefaultAlertAndConfirmSupport
withAlert(Map, Closure) - Method in UninitializedAlertAndConfirmSupport
withConfirm(Map, boolean, Closure) - Method in AlertAndConfirmSupport
withConfirm(Map, boolean, Closure) - Method in DefaultAlertAndConfirmSupport
withConfirm(Map, boolean, Closure) - Method in UninitializedAlertAndConfirmSupport
withFrame(TemplateDerivedPageContent, Closure<T>) - Method in DefaultFrameSupport
withFrame(TemplateDerivedPageContent, Closure<T>) - Method in FrameSupport
withFrame(TemplateDerivedPageContent, Closure<T>) - Method in UninitializedFrameSupport
WithFrameDelegate - Class in geb.frame
WithFrameDelegate(Browser) - Constructor in WithFrameDelegate
withNewWindow(Closure, Closure) - Method in Browser
Expects the first closure argument to open a new window and calls the second closure argument in the context of the newly opened window.
withNoAlert(Closure) - Method in AlertAndConfirmSupport
withNoAlert(Closure) - Method in DefaultAlertAndConfirmSupport
withNoAlert(Closure) - Method in UninitializedAlertAndConfirmSupport
withNoConfirm(Closure) - Method in AlertAndConfirmSupport
withNoConfirm(Closure) - Method in DefaultAlertAndConfirmSupport
withNoConfirm(Closure) - Method in UninitializedAlertAndConfirmSupport
withWindow(Map, String, Closure) - Method in Browser
Executes a closure within the context of a window specified by a name
wrapDriverFactoryInCachingIfNeeded(DriverFactory) - Method in Configuration
writeGebReport() - Method in GebReportingTest
writePageSource(File, Browser) - Method in PageSourceReporter
writeReport(ReportState) - Method in CompositeReporter
writeReport(ReportState) - Method in FramesSourceReporter
writeReport(ReportState) - Method in PageSourceReporter
writeReport(ReportState) - Method in Reporter
Takes a snapshot of the given browser's state, using the given name as the base name for anything (e.g. file) that is produced.
writeReport(ReportState) - Method in ScreenshotReporter

X

Y

Z

_

_navigator - Field in TemplateDerivedPageContent
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _