public class Browser
extends java.lang.Object
Constructor and Description |
---|
Browser() |
Modifier and Type | Method and Description |
---|---|
static Page |
fetch(java.lang.String url)
Fetches the page at a specific URL
|
public static Page fetch(java.lang.String url) throws NotFoundException
url
- the url to fetchNotFoundException
- When the page cannot be found