Package: RSelenium
Type: Package
Title: R Bindings for 'Selenium WebDriver'
Version: 1.7.4
Authors@R: c(
    person("John", "Harrison", , "johndharrison0@gmail.com",
    role = "aut", comment = "original author"),
    person("Ju Yeong", "Kim", , "jkim2345@fredhutch.org",
    role = "cre", comment = "rOpenSci maintainer"))
Description: Provides a set of R bindings for the 'Selenium 2.0 WebDriver'
    (see <https://seleniumhq.github.io/docs/wd.html>
    for more information) using the 'JsonWireProtocol' (see
    <https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> for more
    information). 'Selenium 2.0 WebDriver' allows driving a web browser
    natively as a user would either locally or on a remote machine using
    the Selenium server it marks a leap forward in terms of web browser
    automation. Selenium automates web browsers (commonly referred to as
    browsers). Using RSelenium you can automate browsers locally or
    remotely.
License: AGPL-3
URL: http://ropensci.github.io/RSelenium
BugReports: http://github.com/ropensci/RSelenium/issues
Additional_repositories: http://www.omegahat.net/R
Depends: R (>= 3.0.0)
Imports: XML, methods, caTools, tools, utils, openssl, httr, wdman(>=
        0.2.2), binman
Suggests: testthat, knitr, Rcompression, covr, rmarkdown
VignetteBuilder: knitr
LazyData: true
Collate: 'RSelenium.R' 'errorHandler.R' 'remoteDriver.R' 'rsDriver.R'
        'selKeys-data.R' 'util.R' 'webElement.R' 'zzz.R'
Encoding: UTF-8
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-17 18:43:13 UTC; jkim2345
Author: John Harrison [aut] (original author),
  Ju Yeong Kim [cre] (rOpenSci maintainer)
Maintainer: Ju Yeong Kim <jkim2345@fredhutch.org>
Repository: CRAN
Date/Publication: 2018-09-18 08:30:12 UTC
