Package: selenider
Title: Concise, Lazy and Reliable Wrapper for 'chromote' and 'selenium'
Version: 0.4.1
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 (>= 2.10)
Imports: cli, coro, curl, lifecycle, prettyunits, rlang (>= 1.1.0),
        utils, vctrs, withr
Suggests: chromote, 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
NeedsCompilation: no
Packaged: 2025-01-12 14:28:34 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: 2025-01-12 14:40:01 UTC
Built: R 4.3.3; ; 2025-04-07 01:38:11 UTC; windows
