Package: selenium
Title: Low-Level Browser Automation Interface
Version: 0.1.4
Authors@R: 
    person("Ashby", "Thorpe", , "ashbythorpe@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-3106-099X"))
Description: An implementation of 'W3C WebDriver 2.0'
  (<https://w3c.github.io/webdriver/>), allowing interaction
  with a 'Selenium Server' (<https://www.selenium.dev/documentation/grid/>)
  instance from 'R'. Allows a web browser to be automated from 'R'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: R (>= 2.10)
Suggests: gitcreds, testthat (>= 3.0.0), withr, xml2
Config/testthat/edition: 3
Imports: base64enc, httr2, jsonlite, lifecycle, processx, R6, rappdirs,
        rlang (>= 1.1.0)
URL: https://ashbythorpe.github.io/selenium-r/,
        https://github.com/ashbythorpe/selenium-r
Config/Needs/website: rmarkdown
BugReports: https://github.com/ashbythorpe/selenium-r/issues
Language: en-GB
NeedsCompilation: no
Packaged: 2024-09-23 14:48:35 UTC; ashbythorpe
Author: Ashby Thorpe [aut, cre, cph] (<https://orcid.org/0000-0003-3106-099X>)
Maintainer: Ashby Thorpe <ashbythorpe@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-23 15:10:02 UTC
