Giter VIP home page Giter VIP logo

relenium's Introduction

Dear relenium users,

We have noticed that other Selenium bindings have been developed and successfully contributed on CRAN (RSelenium). Aleix and me (Lluís) think that it doesn't make much sense to have two Selenium bindings in the R community. As we have failed to contribute relenium and seleniumJars on CRAN, we encourage you to switch to RSelenium. We will be updating Selenium JARS for a while but we will no longer improve relenium or fix any issues, neither try again to contribute it on CRAN. We thank all of you for the comments, improvements and ideas that have been shared with us. We have enjoyed developing relenium and we are happy that a Selenium binding is available in the R community. RSelenium is an rOpenSci package and we are sure that it will be well maintained.


Introduction

Selenium is a popular suite of tools specifically designed for automating web browsers. Selenium allows users to write tests in a number of popular programming languages including Java. The relenium package is intended to provide access to Selenium and use it to boost web navigation and to ease the path for web scraping in R.

Development

Some members of the Barcelona R user group are developing relenium. Right now, relenium is in beta testing. Some errors might be found and documentation is still been improved.

Installation

You can install relenium from github using the devtools package. A recent version of Java Runtime Environment (JRE) and Firefox web browser are required. seleniumJars and rJava R packages are also needed. You can get rJava from CRAN and seleniumJars from github.

install.packages("rJava")

require(devtools)

install_github('seleniumJars', 'LluisRamon')
install_github('relenium', 'LluisRamon')

In case you are using Windows you will also need rtools. In case R is trying to access to the Intenet through a proxy, follow this SO question. If you have trubles with the installation, it is suggested to reinstall Java, rJava and relenium. Check that all of them, including R, correspond to the same version (32 or 64 bits).

Bugs and new features

To report technical problems with relenium, please file an issue on Github with a short reproducible example. Including the ouptut of the following code will make much easier to track any problem.

library(relenium)

sessionInfo()

firefox <- firefoxClass$new()
firefox$getCapabilities()
firefox$getVersion()
firefox$close()

Feedback is welcomed and any new features should be filed as issues as well.

relenium's People

Contributors

lluisramon avatar bcnanalytics avatar andreuvall avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.