Visit a URL

wc_go(wc_obj, url)

Arguments

wc_obj

a webclient object

url

URL to retrieve

Value

the webclient object (invisibly)

Note

The caller does not have to assign the output of this function to a variable as the browser state is managed internally by HtmlUnit.

Examples

w <- web_client()
wc_go(w, "https://httpbin.org/")