Package | Description |
---|---|
com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
com.jaunt.component | |
com.jaunt.util |
Modifier and Type | Class and Description |
---|---|
class |
MultipleFound
Represents an error caused by an finding multiple search results where only one was expected.
|
class |
NotFound
Represents an error caused by an inability to locate the target of a search.
|
class |
ResponseException
Represents a connection error or HTTP error.
|
class |
SearchException
Represents an error related to a search function.
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.apply(Object... params)
Applies the specified parameters in succession to the active form's editable (ie, visible and non-disabled) inputs, starting from the input after the most recently edited input (or starting from the first input, if the form has not yet been edited); the "active" form is the form that was most recently edited; if no form is active, the inputs are applied to the first editable form in the document (ie, the first form that has at least one visible, editable, non-disabled input).
|
Constructor and Description |
---|
Cookie(String sourceUrl,
String cookieStr)
Creates a Cookie for the specified sourceUrl from the specified cookieString, which has the following format (optional [] in any order):
|
Modifier and Type | Method and Description |
---|---|
Form |
Form.apply(Object... params)
Applies the specified parameters in succession to the form's editable (ie, visible and non-disabled) inputs, starting from the input after the most recently edited input (or starting from the first input, if the form has not yet been edited).
|
Modifier and Type | Class and Description |
---|---|
class |
CacheException
Represents a caching-related error.
|