Package: selenium Title: Low-Level Browser Automation Interface Version: 0.2.0.9000 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' (), allowing interaction with a 'Selenium Server' () instance from 'R'. Allows a web browser to be automated from 'R'. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 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 Config/pak/sysreqs: libssl-dev Repository: https://ashbythorpe.r-universe.dev Date/Publication: 2025-06-20 10:19:35 UTC RemoteUrl: https://github.com/ashbythorpe/selenium-r RemoteRef: HEAD RemoteSha: cf207181c01e91f37734e099caabf628a03720bc NeedsCompilation: no Packaged: 2026-06-15 10:38:21 UTC; root Author: Ashby Thorpe [aut, cre, cph] (ORCID: ) Maintainer: Ashby Thorpe