Package | Description |
---|---|
com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
Modifier and Type | Method and Description |
---|---|
Elements |
Element.findEach(String query)
Searches child/descendant elements and retrieves elements that were found to match the query, not including those elements that are children/descendants of any matching elements.
|
Elements |
Element.findEvery(String query)
Searches all child/descendant elements and retrieves all elements that were found to match the query.
|
Elements |
Element.getEach(String query)
Searches only child elements (not all descendants) and retrieves those that
were found to match the query.
|