Package: selenium 0.1.3.9000

selenium: Low-Level Browser Automation Interface

An implementation of 'W3C WebDriver 2.0' (<https://w3c.github.io/webdriver/>), allowing interaction with a 'Selenium Server' (<https://www.selenium.dev/documentation/grid/>) instance from 'R'. Allows a web browser to be automated from 'R'.

Authors:Ashby Thorpe [aut, cre, cph]

selenium_0.1.3.9000.tar.gz
selenium_0.1.3.9000.zip(r-4.5)selenium_0.1.3.9000.zip(r-4.4)selenium_0.1.3.9000.zip(r-4.3)
selenium_0.1.3.9000.tgz(r-4.4-any)selenium_0.1.3.9000.tgz(r-4.3-any)
selenium_0.1.3.9000.tar.gz(r-4.5-noble)selenium_0.1.3.9000.tar.gz(r-4.4-noble)
selenium_0.1.3.9000.tgz(r-4.4-emscripten)selenium_0.1.3.9000.tgz(r-4.3-emscripten)
selenium.pdf |selenium.html
selenium/json (API)
NEWS

# Install 'selenium' in R:
install.packages('selenium', repos = c('https://ashbythorpe.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ashbythorpe/selenium-r/issues

On CRAN:

21 exports 14 stars 2.32 score 18 dependencies 15 scripts 263 downloads

Last updated 12 days agofrom:a20c6c282c. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 06 2024
R-4.5-winOKSep 06 2024
R-4.5-linuxOKSep 06 2024
R-4.4-winOKSep 06 2024
R-4.4-macOKSep 06 2024
R-4.3-winOKSep 06 2024
R-4.3-macOKSep 06 2024

Exports:actions_mousedownactions_mousemoveactions_mouseupactions_pauseactions_pressactions_releaseactions_scrollactions_streamchrome_optionsedge_optionsfirefox_optionsget_server_statuskey_chordkeysselenium_serverselenium_server_availableSeleniumSessionShadowRootwait_for_selenium_availablewait_for_serverWebElement

Dependencies:askpassbase64encclicurlgluehttr2jsonlitelifecyclemagrittropensslprocessxpsR6rappdirsrlangsysvctrswithr

Readme and manuals

Help Manual

Help pageTopics
Press, release or move the mouseactions_mousedown actions_mousemove actions_mouseup
Wait for a period of timeactions_pause
Press or release a keyactions_press actions_release
Scroll the pageactions_scroll
Create a set of actions to be performedactions_stream
Custom browser optionschrome_options edge_options firefox_options
Combine special keyskey_chord
A list of special keyskeys
Download and start the Selenium server.selenium_server
Start a Selenium Client sessionSeleniumSession
Create a shadow rootShadowRoot
Is a selenium server instance running?get_server_status selenium_server_available wait_for_selenium_available wait_for_server
Create a live elementWebElement