hrbrmstr/htmlunit: Tools to Scrape Dynamic Web Content via the 'HtmlUnit' Java Library

'HtmlUnit' (<https://htmlunit.sourceforge.net/>) is a "'GUI'-Less 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.

Getting started

Package details

MaintainerBob Rudis <bob@rud.is>
LicenseApache License 2.0 | file LICENSE
Version0.5.0
URL https://git.rud.is/hrbrmstr/htmlunit
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("hrbrmstr/htmlunit")
hrbrmstr/htmlunit documentation built on Aug. 19, 2020, 3:05 p.m.