I am interested in using selenium with R. I note that the various documentation is described here WebDriver (Selenium 2) API documentation. Has there been any work done on an implementation with R. How would I go about approaching this. In the documentation it notes about running a selenium server and one can query the api using Javascript. Any help would be much appreciated.
Share
Selenium can be accessed using the JsonWireProtocol.
Firstly start up a Selenium server from the command line via:
a new Firefox browser can be opened as follows:
Navigate to google.
get the id of the search box
search for a subject matter
return the search html
get the suggested links
close the session