tidyverse / rvest

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

Select option from list using htmlLIVE #411

Open juansqw opened 4 months ago

juansqw commented 4 months ago

Im currently working with dynamic websites and im using read_html_live for this.

I need to select options from a list. Is there a way where I can do this?

Bellow is one of the sites I'm working on.

sess3 <- read_html_live("https://www.ine.gob.gt/indice-de-precios-al-consumidor/")
sess3$view()