Package: selenider
Title: Concise, Lazy and Reliable Wrapper for 'chromote' and 'selenium'
Version: 0.3.0
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
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: cli, coro, curl, lifecycle, prettyunits, processx, rlang (>=
        1.1.0), utils, vctrs, withr
URL: https://github.com/ashbythorpe/selenider,
        https://ashbythorpe.github.io/selenider/
BugReports: https://github.com/ashbythorpe/selenider/issues
Suggests: chromote, jsonlite, knitr, purrr, rmarkdown, RSelenium,
        rvest, selenium (>= 0.1.3), shiny, shinytest2, showimage,
        testthat (>= 3.0.0), wdman, xml2
Config/testthat/edition: 3
Depends: R (>= 2.10)
Config/Needs/website: rmarkdown
LazyData: true
VignetteBuilder: knitr
Language: en-GB
NeedsCompilation: no
Packaged: 2024-01-27 15:02:16 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-01-27 15:20:02 UTC
