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]
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for seleniumPipes4681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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