R/RSeleniumHelpers-package.R

#' Helper Functions to Make Browser Automation with Selenium Easier
#' @docType package
#'
#' @details Browser automation using Selenium Webdriver can involve a lot of repetitive actions -
#'     the goal of this package is to provide some functionality to relieve the repetition, and where
#'     possible, reduce otherwise repetitive tasks to a single function call. These include clearing
#'     all current Selenium sessions, and checking the compatibility of Chrome and Chrome Webdriver.
#'
#'
#' @author Steve Condylios \email{steve.condylios@gmail.com}
#'
#'
#'
#' @name RSeleniumHelpers-package
#'
NULL
stevecondylios/RSeleniumHelpers documentation built on Dec. 31, 2020, 7:34 a.m.