diff --git a/NEWS.md b/NEWS.md index 3f668a7..1b0e6d8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # rvest (development version) +* New `read_html_live()` reads HTML into a real, live, HTML browser, meaning + that you can scrape HTML generated by javascript. It returns a `LiveHTML` + object which you can also use to simulate user interactions with the page, + like clicking, typing, and scrolling (#245). + * `html_table()` discards rows without cells (@epiben, #360). # rvest 1.0.3