get_page_source: Get htlm page source

View source: R/selenium_fun.R

get_page_sourceR Documentation

Get htlm page source

Description

Function to instruct loaded remote driver to connect to url and download page source. Note that indiviual download of source html wihthin each specific query is handled diferently.

Usage

get_page_source(remDr, link)

Arguments

remDr

remote driver connection

link

link to the desired webpage

Value

parsed html file.


tijoalca/pigeonscraper documentation built on June 2, 2025, 2:13 a.m.