Package: selenium
Title: Low-Level Browser Automation Interface
Version: 0.1.3
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.2.3
Depends: R (>= 2.10)
Suggests: gitcreds, testthat (>= 3.0.0), withr, xml2
Config/testthat/edition: 3
Imports: 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: 2023-11-28 18:30:13 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: 2023-11-28 18:40:02 UTC
Built: R 4.2.3; ; 2023-11-28 20:45:19 UTC; unix
