From 5bf52ca991ccf71bd142bd66f5c99221ae09afca Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Thu, 1 Feb 2024 17:06:39 -0600 Subject: [PATCH] Add news bullet --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) 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