Hi,
I'm trying to scrape a website that needs to you accept the use of cookies before showing any data.
i.e. www.marinetraffic.com
how can I best proceed?
previously I used:
VSL_Name <- WEBSITE_URL_TO_SPECIFIC_VESSEL %>% html_nodes(xpath=VSLName) %>% html_text()
but since the website was updated this approach does not work anymore
Thanks for your help
Patrick