tidyverse / rvest

Simple web scraping for R
https://rvest.tidyverse.org
Other
1.49k stars 341 forks source link

Example broken in LiveHTML page #409

Open brunomioto opened 4 months ago

brunomioto commented 4 months ago

The link used in https://rvest.tidyverse.org/reference/LiveHTML.html is broken

library(rvest)

sess <- read_html_live("https://www.bodybuilding.com/exercises/finder")

Error: Chromote: timed out waiting for event Page.loadEventFired

image

r2evans commented 1 month ago

That code worked for me, a subsequent sess$view() produces

image

I'm not a dev, just somebody trying to learn more about the package.