-
New
read_html_live()
reads HTML into a real, live, HTML browser, meaning
that you can scrape HTML generated by javascript. It returns aLiveHTML
object which you can also use to simulate user interactions with the page,
like clicking, typing, and scrolling (#245).