aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-10-13 22:04:33 +0100
committerGitHub <noreply@github.com>2017-10-13 22:04:33 +0100
commit0aefccde05bb737ce21737f5b6048139c2386c84 (patch)
tree33486dfe328e6a1c4595713ea8748839db437b7b
parent681901d9cc9d76db2ee50db4d801cc0240ccfb6a (diff)
downloadpackages-0aefccde05bb737ce21737f5b6048139c2386c84.tar.gz
packages-0aefccde05bb737ce21737f5b6048139c2386c84.zip
Add webdriver package
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1dafc1f..4c3f6d0 100644
--- a/packages.json
+++ b/packages.json
@@ -7426,5 +7426,19 @@
"description": "Base58 encoders and decoders for Bitcoin and CryptoNote addresses.",
"license": "MIT",
"web": "https://github.com/ehmry/nim-base58"
+ },
+ {
+ "name": "webdriver",
+ "url": "https://github.com/dom96/webdriver",
+ "method": "git",
+ "tags": [
+ "webdriver",
+ "selenium",
+ "library",
+ "firefox"
+ ],
+ "description": "Implementation of the WebDriver w3c spec.",
+ "license": "MIT",
+ "web": "https://github.com/dom96/webdriver"
}
]