I'm trying to view a Live HTML object in Google Chrome, but I'm getting an error:
library(rvest)
library(tidyverse)
html <- read_html_live("https://www.fcc.gov/media/engineering/dtvmaps")
html$view()
Error in chromote$url(path) :
path must be NULL or a string that starts with "/"
Created on 2025-04-20 with reprex v2.1.1
Chrome is on the latest version.