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:
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
Last updated from:cf207181c0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 130 | ||
| source / vignettes | OK | 174 | ||
| linux-release-x86_64 | OK | 126 | ||
| macos-release-arm64 | OK | 73 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 69 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 104 |
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 page | Topics |
|---|---|
| Press, release or move the mouse | actions_mousedown actions_mousemove actions_mouseup |
| Wait for a period of time | actions_pause |
| Press or release a key | actions_press actions_release |
| Scroll the page | actions_scroll |
| Create a set of actions to be performed | actions_stream |
| Custom browser options | chrome_options edge_options firefox_options |
| Combine special keys | key_chord |
| A list of special keys | keys |
| Download and start the Selenium server. | selenium_server |
| A Selenium Server process | SeleniumServer |
| Start a Selenium Client session | SeleniumSession |
| Create a shadow root | ShadowRoot |
| Is a selenium server instance running? | get_server_status selenium_server_available wait_for_selenium_available wait_for_server |
| Create a live element | WebElement |
