Package: selenium 0.1.4.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.1.4.9000.tar.gz
selenium_0.1.4.9000.zip(r-4.5)selenium_0.1.4.9000.zip(r-4.4)selenium_0.1.4.9000.zip(r-4.3)
selenium_0.1.4.9000.tgz(r-4.4-any)selenium_0.1.4.9000.tgz(r-4.3-any)
selenium_0.1.4.9000.tar.gz(r-4.5-noble)selenium_0.1.4.9000.tar.gz(r-4.4-noble)
selenium_0.1.4.9000.tgz(r-4.4-emscripten)selenium_0.1.4.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')) |
Bug tracker:https://github.com/ashbythorpe/selenium-r/issues
Last updated 2 months agofrom:97167560fa. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 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 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 |
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 |