Tools to Scrape Dynamic Web Content via the ‘HtmlUnit’ Java Library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

Package: htmlunit
Type: Package
5 years ago
Title: Tools to Scrape Dynamic Web Content via the 'HtmlUnit' Java Library
4 years ago
Version: 0.5.0
Date: 2020-07-18
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Everet", "Rummel", email = "everet.rummel@gmail.com", role = "ctb")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: 'HtmlUnit' (<https://htmlunit.sourceforge.net/>) is a "'GUI'-Less
5 years ago
browser for 'Java' programs". It models 'HTML' documents and provides an 'API'
that allows one to invoke pages, fill out forms, click links and more just like
one does in a "normal" browser. The library has fairly good and constantly
improving 'JavaScript' support and is able to work even with quite complex 'AJAX'
libraries, simulating 'Chrome', 'Firefox' or 'Internet Explorer' depending on
the configuration used. It is typically used for testing purposes or to retrieve
information from web sites. Tools are provided to work with this library
at a higher level than provided by the exposed 'Java' libraries in the
'htmlunitjars' package.
URL: https://git.rud.is/hrbrmstr/htmlunit
BugReports: https://git.rud.is/hrbrmstr/htmlunit/issues
Encoding: UTF-8
5 years ago
License: Apache License 2.0 | file LICENSE
5 years ago
Imports:
magrittr
Suggests:
covr, tinytest
Depends:
4 years ago
R (>= 3.6.0),
5 years ago
rJava,
4 years ago
htmlunitjars (>= 2.43.0),
rvest,
xml2
5 years ago
Roxygen: list(markdown = TRUE)
4 years ago
RoxygenNote: 7.1.1
5 years ago
Remotes: gitlab::hrbrmstr/htmlunitjars