Questions tagged [rselenium]

The goal of RSelenium is to make it easy to connect to a Selenium Server/ Remote Selenium Server from within R. RSelenium provides R bindings for the Selenium Webdriver API. Selenium is a project focused on automating web browsers. RSelenium allows you to carry out unit testing and regression testing on your webapps and webpages across a range of browser/OS combinations.

The goal of RSelenium is to make it easy to connect to a Selenium Server/ Remote Selenium Server from within R. RSelenium provides R bindings for the Selenium Webdriver API.

Selenium is a project focused on automating web browsers. See http://docs.seleniumhq.org/

RSelenium allows you to carry out unit testing and regression testing on your webapps and webpages across a range of browser/OS combinations. This allows us to integrate from within R testing and manipulation of popular projects such as shiny, sauceLabs.

Selenium Server is a standalone java program which allows you to run HTML test suites in a range of different browsers, plus extra options like reporting.

See vignette for more details- http://cran.r-project.org/web/packages/RSelenium/vignettes/RSelenium-basics.html

944 questions
-1
votes
3 answers

How to find an xpath of element?

I am trying to find the xpath of svg next to "//label[@class='btn btn-light p-1']/input[@value='star'] https://9qrcode.com/#link then select Design
Mohamed
  • 95
  • 7
-1
votes
1 answer

How to scrape hrefs embedded in a dropdown list of a web table using rselenium R

I'm trying to scrape links to all minutes and agenda provided in this website: https://www.charleston-sc.gov/AgendaCenter/ I've managed to scrape section IDs associated with each category (and years for each category) to loop through the contents…
Les D
  • 63
  • 6
-1
votes
1 answer

RSelenium: clicking a link within another link

I have this RSelenium script: library(tidyverse) library(RSelenium) # running through docker library(rvest) library(httr) remDr <- remoteDriver(port = 4445L, browserName = "chrome") remDr$open() remDr$navigate("https://books.google.com/") books…
papelr
  • 468
  • 1
  • 11
  • 42
-1
votes
1 answer

Selecting textarea of popup

I am trying to select the textbox of a popup: