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 26 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:02), 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

ncodeR  
Techniques for Automated Classifiers
A set of techniques that can be used to develop, validate, and implement automated classifiers. A po ...
Download / Learn more Package Citations See dependency  
SelvarMix  
Regularization for Variable Selection in Model-Based Clustering and Discriminant Analysis
Performs a regularization approach to variable selection in themodel-based clustering and classifica ...
Download / Learn more Package Citations See dependency  
clinUtils  
General Utility Functions for Analysis of Clinical Data
Utility functions to facilitate the import, the reporting and analysis of clinical data. Example ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
PCADSC  
Tools for Principal Component Analysis-Based Data Structure Comparisons
A suite of non-parametric, visual tools for assessing differences in data structures for two datase ...
Download / Learn more Package Citations See dependency  
RCytoGPS  
Using Cytogenetics Data in R
Defines classes and methods to process text-based cytogenetics using the CytoGPS web site, then imp ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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