interface Navigable extends Locator
| Fields inherited from class | Fields |
|---|---|
interface Locator |
MATCH_ALL_SELECTOR |
interface BasicLocator |
DYNAMIC_ATTRIBUTE_NAME |
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Navigator |
$() |
|
abstract Navigator |
$(int index) |
|
abstract Navigator |
$(Range<Integer> range) |
|
abstract Navigator |
$(Navigator[] navigators) |
|
abstract Navigator |
$(WebElement[] elements) |
|
abstract Navigator |
find() |
|
abstract Navigator |
find(int index) |
|
abstract Navigator |
find(Range<Integer> range) |
|
abstract Navigator |
focused() |
<T extends Module> |
abstract T |
module(Class<T> moduleClass)Create and initialize an instance of the given module class. |
<T extends Module> |
abstract T |
module(T module)Initialize a module instance. |
Create and initialize an instance of the given module class.
moduleClass - a class extending ModuleInitialize a module instance.
module - an instance of a class extending ModuleGroovy API Documentation for Geb 8.0.0 - Licensed under the Apache License, Version 2.0 - http://groovy.apache.org/geb/