web_client | R Documentation |
A new HtmlUnit web client (virtual browser) will be created and a webclient
object will be returned.
web_client(
emulate = c("best", "chrome", "firefox", "ie", "edge"),
proxy_host = NULL,
proxy_port = NULL
)
webclient(
emulate = c("best", "chrome", "firefox", "ie", "edge"),
proxy_host = NULL,
proxy_port = NULL
)
emulate |
browser to emulate; one of " |
proxy_host , proxy_port |
the server/port that will act as proxy (default
|
This is part of the htmlunit
DSL interface.s
webclient
object
w <- web_client()
wc_browser_info(w)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.