do_remDr: Wrapper function to interact with remote driver

Description Usage Arguments Value

View source: R/selenium_fun.R

Description

Wrapper function to do operations with the remote driver. Allows the use of user defined function for a specic link. The idea, is to make the process of remotely interacting with websites, as flexible as possible so that I can pass any function of interest to the scrape or do operations on the link specified.

Usage

1
do_remDr(remDr, link, FUN, FUN_input)

Arguments

remDr

remote driver connection object created with connect_remDr.

link

url for the website to intereact with.

FUN

user-specified functon

FUN_input

input that will go in FUN.

Value

Object generated by FUN.


tijoalca/pigeonscraper documentation built on Sept. 2, 2021, 9:48 a.m.