Package: seleniumPipes
Type: Package
Title: R Client Implementing the W3C WebDriver Specification
Version: 0.3.0
Description: The W3C WebDriver specification defines a way for out-of-process
    programs to remotely instruct the behaviour of web browsers. It is detailed
    at <https://w3c.github.io/webdriver/webdriver-spec.html>. This package provides
    an R client implementing the W3C specification.
Authors@R: c(
    person("John", "Harrison", , "johndharrison0@gmail.com", role = c("aut", "cre")))
Depends: R (>= 3.0.0),httr,jsonlite,xml2,magrittr,whisker
Encoding: UTF-8
License: GPL-3
Suggests: RSelenium, knitr, rmarkdown, testthat, data.table
RoxygenNote: 5.0.1
URL: https://github.com/johndharrison/seleniumPipes
BugReports: https://github.com/johndharrison/seleniumPipes/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-08-24 16:42:57 UTC; john
Author: John Harrison [aut, cre]
Maintainer: John Harrison <johndharrison0@gmail.com>
Repository: CRAN
Date/Publication: 2016-08-24 21:45:54
