aboutsummaryrefslogtreecommitdiff
path: root/system/geckodriver/README
diff options
context:
space:
mode:
authorAzure Zanculmarktum <zanculmarktum@gmail.com>2017-08-10 10:38:51 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-12 06:57:55 +0700
commit26e10d81de3b1a622efdc0a5d3edbcf3ec320c54 (patch)
tree343c8651b029855f721a13a57f676413cafa4961 /system/geckodriver/README
parent862c01d447785f492fa48aa04975ef3a06579356 (diff)
system/geckodriver: Added (HTTP API for Gecko browsers).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/geckodriver/README')
-rw-r--r--system/geckodriver/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/geckodriver/README b/system/geckodriver/README
new file mode 100644
index 0000000000000..646401d91b4ed
--- /dev/null
+++ b/system/geckodriver/README
@@ -0,0 +1,9 @@
+Proxy for using W3C WebDriver-compatible clients to interact with
+Gecko-based browsers.
+
+This program provides the HTTP API described by the WebDriver protocol
+to communicate with Gecko browsers, such as Firefox. It translates calls
+into the Firefox remote protocol by acting as a proxy between the local-
+and remote ends.
+
+Optional dependencies: selenium