geb.navigator.EmptyNavigatorException.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geb-core Show documentation
Show all versions of geb-core Show documentation
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.
package geb.navigator
class EmptyNavigatorException extends IllegalStateException {
EmptyNavigatorException() {
super("The Navigator instance is empty")
}
}