Learn R Programming

decapitated (version 0.3.0)

gep_render_har: Render a page in a javascript context and serialize to HAR

Description

TODO: Modify the puppeteer-har node module to allow for saving content

Usage

gep_render_har(gep, url, width = 1440, height = 5000)

Arguments

gep

a gepetto connection object

url

the URL to fetch and render

width, height

viewport width/height

Value

HAR

Examples

Run this code
# NOT RUN {
gepetto(port=3000) %>%
  gep_render_har("https://r-project.org/")
# }

Run the code above in your browser using DataLab