-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
34 lines (34 loc) · 988 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: webdriver
Title: 'WebDriver' Client for 'PhantomJS'
Version: 1.0.6.9001
Author: Ariya Hidayat, Gábor Csárdi, Gabor Torok, Ivan De Marino, Robert Gieseke,
Steven Masala, Winston Chang, Zack Weinberg
Maintainer: Gábor Csárdi <[email protected]>
Description: A client for the 'WebDriver' 'API'. It allows driving a
(probably headless) web browser, and can be used to test web
applications, including 'Shiny' apps. In theory it works with any
'WebDriver' implementation, but it was only tested with 'PhantomJS'.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/rstudio/webdriver
BugReports: https://github.com/rstudio/webdriver/issues
RoxygenNote: 7.1.2
Imports:
callr (>= 3.4.0),
base64enc,
curl (>= 2.0),
debugme,
httr,
jsonlite,
R6,
showimage,
utils,
withr
Suggests:
covr,
pingr,
rprojroot,
servr,
testthat
Encoding: UTF-8
SystemRequirements: PhantomJS (http://phantomjs.org/)