You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
730 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cri-read-html.R
\name{cri_read_html}
\alias{cri_read_html}
\title{Read HTML from Chrome remote interface javascript-interpreted HTML}
\usage{
cri_read_html(url, as = c("text", "parsed"), cri_host = "localhost",
cri_port = 9222L,
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12")
}
\arguments{
\item{url}{URL to load into Chromium}
\item{as}{text or parsed}
\item{cri_host, cri_port}{host and port Chrome remote interface is running on.}
\item{user_agent}{User-Agent string}
}
\description{
Read HTML from Chrome remote interface javascript-interpreted HTML
}