diff options
author | krion <krion@FreeBSD.org> | 2017-02-22 22:16:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-02-22 22:16:30 +0800 |
commit | 4c7960ece78485ec3ad88cbef96c859c35e08310 (patch) | |
tree | 521b047ee88ab7251fa5beb2f1a67aaebf0bd3ad /www/Makefile | |
parent | 27245e4e5489d616845dceb35807f84f45bf0449 (diff) | |
download | freebsd-ports-gnome-4c7960ece78485ec3ad88cbef96c859c35e08310.tar.gz freebsd-ports-gnome-4c7960ece78485ec3ad88cbef96c859c35e08310.tar.zst freebsd-ports-gnome-4c7960ece78485ec3ad88cbef96c859c35e08310.zip |
New port: www/geckodriver
This program provides the HTTP API described by the
WebDriver protocol to communicate with Gecko browsers, such as Firefox.
It translates calls into the Marionette automation protocol by acting
as a proxy between the local- and remote ends.
WWW: https://github.com/mozilla/geckodriver
PR: 216696
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9524
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b272840d63ad..07b41388cedb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -193,6 +193,7 @@ SUBDIR += gallery3 SUBDIR += gatling SUBDIR += gecko-mediaplayer + SUBDIR += geckodriver SUBDIR += geeklog SUBDIR += geeknote SUBDIR += geneweb |