#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.