Can't get a live view of website after read_html_live()

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.