Package: selenider Title: Concise, Lazy and Reliable Wrapper for 'chromote' and 'selenium' Version: 0.4.1.9000 Authors@R: person("Ashby", "Thorpe", , "ashbythorpe@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3106-099X")) Description: A user-friendly wrapper for web automation, using either 'chromote' or 'selenium'. Provides a simple and consistent API to make web scraping and testing scripts easy to write and understand. Elements are lazy, and automatically wait for the website to be valid, resulting in reliable and reproducible code, with no visible impact on the experience of the programmer. License: MIT + file LICENSE RoxygenNote: 7.3.2 URL: https://github.com/ashbythorpe/selenider, https://ashbythorpe.github.io/selenider/ BugReports: https://github.com/ashbythorpe/selenider/issues Depends: R (>= 4.1.0) Imports: cli, coro, curl, lifecycle, prettyunits, rlang (>= 1.1.0), utils, vctrs, withr Suggests: chromote (>= 0.5.0), jsonlite, knitr, purrr, rmarkdown, RSelenium, rvest, selenium (>= 0.1.3), shiny, shinytest2, showimage, testthat (>= 3.0.0), wdman, xml2 VignetteBuilder: knitr Config/Needs/website: rmarkdown Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libssl-dev Repository: https://ashbythorpe.r-universe.dev Date/Publication: 2025-09-16 16:21:34 UTC RemoteUrl: https://github.com/ashbythorpe/selenider RemoteRef: HEAD RemoteSha: 0f802fea4d6429786335a9f31ca53b0e941a80de NeedsCompilation: no Packaged: 2026-06-13 06:43:28 UTC; root Author: Ashby Thorpe [aut, cre, cph] (ORCID: ) Maintainer: Ashby Thorpe