Other packages > Find by keyword >

seleniumPipes  

R Client Implementing the W3C WebDriver Specification
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("seleniumPipes", "0.3.7")



Attach the package and use:
library("seleniumPipes")
Maintained by
John Harrison
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-08-24
Latest Update: 2016-10-01
Description:
The W3C WebDriver specification defines a way for out-of-process programs to remotely instruct the behaviour of web browsers. It is detailed at . This package provides an R client implementing the W3C specification.
How to cite:
John Harrison (2016). seleniumPipes: R Client Implementing the W3C WebDriver Specification. R package version 0.3.7, https://cran.r-project.org/web/packages/seleniumPipes. Accessed 07 Nov. 2024.
Previous versions and publish date:
0.3.0 (2016-08-24 21:46)
Other packages that cited seleniumPipes R package
View seleniumPipes citation profile
Other R packages that seleniumPipes depends, imports, suggests or enhances
Complete documentation for seleniumPipes
Functions, R codes and Examples using the seleniumPipes R package
Some associated functions: acceptAlert . acceptAlertOld . addCookie . back . checkResponse . closeWindow . deleteAllCookies . deleteCookie . deleteSession . dismissAlert . dismissAlertOld . elementClear . elementClick . elementSendKeys . errorContent . errorResponse . executeAsyncScript . executeAsyncScriptOld . executeScript . executeScriptOld . findElement . findElementFromElement . findElements . findElementsFromElement . forward . fullscreenWindow . getActiveElement . getAlertText . getAlertTextOld . getAllCookies . getCurrentUrl . getElementAttribute . getElementCssValue . getElementProperty . getElementRect . getElementTagName . getElementText . getNamedCookie . getPageSource . getTitle . getWindowHandle . getWindowHandleOld . getWindowHandles . getWindowHandlesOld . getWindowPosition . getWindowPositionOld . getWindowSize . getWindowSizeOld . go . isElementEnabled . isElementSelected . maximizeWindow . maximizeWindowOld . newSession . performActions . queryDriver . refresh . releasingActions . remoteDr . retry . selKeys . seleniumPipes . sendAlertText . sendAlertTextOld . setTimeout . setWindowPosition . setWindowPositionOld . setWindowSize . setWindowSizeOld . switchToFrame . switchToParentFrame . switchToWindow . takeElementScreenshot . takeScreenshot . wbElement . 
Some associated R codes: commandContexts.R . commandContextsDoc.R . cookies.R . cookiesDoc.R . documentHandling.R . documentHandlingDoc.R . elementInteraction.R . elementInteractionDoc.R . elementRetrieval.R . elementRetrievalDoc.R . elementState.R . elementStateDoc.R . init.R . interactions.R . interactionsDoc.R . navigation.R . navigationDoc.R . oldMethods.R . oldMethodsDoc.R . screenCapture.R . screenCaptureDoc.R . sessions.R . sessionsDoc.R . userPrompts.R . userPromptsDoc.R . utils.R . zzz.R .  Full seleniumPipes package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
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  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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