Drv_fetchpage {Rcrawler}R Documentation

Fetch page using web driver/Session

Description

Fetch page using web driver/Session

Usage

Drv_fetchpage(url, browser)

Arguments

url

character, web page URL to retreive

browser

Object returned by run_browser

Value

return a list of three elements, the first is a list containing the web page details (url, encoding-type, content-type, content ... etc), the second is a character-vector containing the list of retreived internal urls and the third is a vetcor of external Urls.

Author(s)

salim khalil


[Package Rcrawler version 0.1.9-1 Index]