Package-level declarations

Contains classes and interfaces for working with navigation.

Contains classes and interfaces for working with navigation.

Types

Link copied to clipboard
public interface LoadUrlParams
public interface LoadUrlParams
The parameters of the load URL request.
Link copied to clipboard
public interface Navigation implements Advisable<P>, Observable<T>
public interface Navigation implements Advisable<P>, Observable<T>
Allows loading resources in the browser instance and working with the navigation history.
Link copied to clipboard
public interface NavigationEntry
public interface NavigationEntry
A navigation history entry.
Link copied to clipboard
public final class NavigationException extends RuntimeException
public final class NavigationException extends RuntimeException
Thrown when navigation to a resource has been failed.
Link copied to clipboard
public final class TimeoutException extends RuntimeException
public final class TimeoutException extends RuntimeException
Thrown when a blocking operation times out.