Package: selenium 0.2.0.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.2.0.9000.tar.gz
selenium_0.2.0.9000.zip(r-4.7)selenium_0.2.0.9000.zip(r-4.6)selenium_0.2.0.9000.zip(r-4.5)
selenium_0.2.0.9000.tgz(r-4.6-any)selenium_0.2.0.9000.tgz(r-4.5-any)
selenium_0.2.0.9000.tar.gz(r-4.7-any)selenium_0.2.0.9000.tar.gz(r-4.6-any)
selenium_0.2.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
selenium/json (API)
NEWS

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

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

Pkgdown/docs site:https://ashbythorpe.github.io

On CRAN:

Conda:

5.20 score 24 stars 33 scripts 365 downloads 22 exports 18 dependencies

Last updated from:cf207181c0. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK130
source / vignettesOK174
linux-release-x86_64OK126
macos-release-arm64OK73
macos-oldrel-arm64OK94
windows-develOK70
windows-releaseOK69
windows-oldrelOK75
wasm-releaseOK104

Exports:actions_mousedownactions_mousemoveactions_mouseupactions_pauseactions_pressactions_releaseactions_scrollactions_streamchrome_optionsedge_optionsfirefox_optionsget_server_statuskey_chordkeysselenium_serverselenium_server_availableSeleniumServerSeleniumSessionShadowRootwait_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
A Selenium Server processSeleniumServer
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