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
DESCRIPTION |NEWS
card.svg |card.png
selenium/json (API)

# 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:

4.92 score 24 stars 35 scripts 391 downloads 22 exports 18 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-x86_64OK123
source / vignettesOK195
linux-release-x86_64OK118
macos-release-arm64OK90
macos-oldrel-arm64OK114
windows-develOK80
windows-releaseOK71
windows-oldrelOK65
wasm-releaseOK99

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