diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-13 22:04:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-13 22:04:33 +0100 |
| commit | 0aefccde05bb737ce21737f5b6048139c2386c84 (patch) | |
| tree | 33486dfe328e6a1c4595713ea8748839db437b7b | |
| parent | 681901d9cc9d76db2ee50db4d801cc0240ccfb6a (diff) | |
| download | packages-0aefccde05bb737ce21737f5b6048139c2386c84.tar.gz packages-0aefccde05bb737ce21737f5b6048139c2386c84.zip | |
Add webdriver package
| -rw-r--r-- | packages.json | 14 |
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" } ] |
