Other packages > Find by keyword >

selenider  

Concise, Lazy and Reliable Wrapper for 'chromote' and 'selenium'
View on CRAN: Click here


Download and install selenider package within the R console
Install from CRAN:
install.packages("selenider")

Install from Github:
library("remotes")
install_github("cran/selenider")

Install by package version:
library("remotes")
install_version("selenider", "0.4.1")



Attach the package and use:
library("selenider")
Maintained by
Ashby Thorpe
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-10-01
Latest Update: 2025-01-12
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.
How to cite:
Ashby Thorpe (2023). selenider: Concise, Lazy and Reliable Wrapper for 'chromote' and 'selenium'. R package version 0.4.1, https://cran.r-project.org/web/packages/selenider. Accessed 05 Jun. 2026.
Previous versions and publish date:
0.1.2 (2023-10-01 18:30), 0.2.0 (2023-12-02 21:30), 0.3.0 (2024-01-27 16:20), 0.4.0 (2024-04-20 14:12)
Other packages that cited selenider R package
View selenider citation profile
Other R packages that selenider depends, imports, suggests or enhances
Complete documentation for selenider
Functions, R codes and Examples using the selenider R package
Some associated functions: as.list.selenider_elements . as_pretty_dt . back . chromote_options . close_session . create_chromote_session . current_url . elem_ancestors . elem_attr . elem_cache . elem_click . elem_css_property . elem_equal . elem_expect . elem_expect_all . elem_filter . elem_flatten . elem_hover . elem_name . elem_scroll_to . elem_select . elem_set_value . elem_size . elem_submit . elem_text . execute_js_fn . find_element . find_elements . get_actual_element . get_page_source . get_session . has_attr . has_css_property . has_length . has_name . has_text . is_enabled . is_present . is_visible . keys . minimal_selenider_session . open_url . print.selenider_element . read_html.selenider_session . reload . s . selenider-config . selenider-package . selenider_available . selenider_session . take_screenshot . 
Some associated R codes: aaa_env.R . actions.R . api.R . cache.R . children.R . conditions.R . docs.R . elem_filter.R . elem_flatten.R . empty_selenider_elements.R . equal.R . eval_conditions.R . expect.R . expect_all.R . find_actual_element.R . find_browser_and_version.R . find_element.R . find_elements.R . flatmap.R . format.R . get_actual_element.R . global_actions.R . import-standalone-obj-type.R . import-standalone-types-check.R . js.R . keys.R . lazy_list.R . minimal_selenider_session.R . pretty_dt.R . print.R . print_lazy.R . properties.R . retry_with_timeout.R . rvest.R . selector.R . selenider-package.R . selenium.R . session-options.R . session.R . testthat.R . utils-checks.R . utils-chromote.R . utils-errors.R . utils.R .  Full selenider package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA