All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geb.navigator.EmptyNavigatorException.groovy Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 0.7.2
Show newest version
package geb.navigator

class EmptyNavigatorException extends IllegalStateException {

	EmptyNavigatorException() {
		super("The Navigator instance is empty")
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy