diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-08 17:38:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-08 17:38:17 +0800 |
commit | 20a8697be709d848b9c0d8dcbe2af8da4a36cc4c (patch) | |
tree | 2c06622b820f2921e846bf00b3c66be51550676d /devel/Makefile | |
parent | 3a053eab3ed2aa37079add311bd8a6e8268c6f6f (diff) | |
download | freebsd-ports-gnome-20a8697be709d848b9c0d8dcbe2af8da4a36cc4c.tar.gz freebsd-ports-gnome-20a8697be709d848b9c0d8dcbe2af8da4a36cc4c.tar.zst freebsd-ports-gnome-20a8697be709d848b9c0d8dcbe2af8da4a36cc4c.zip |
Selenium2Library is a web testing library for Robot Framework that leverages
the Selenium 2 (WebDriver) libraries from the Selenium project.
It is modeled after (and forked from) the SeleniumLibrary library, but
re-implemented to use Selenium 2 and WebDriver technologies.
WWW: https://github.com/rtomac/robotframework-selenium2library/
PR: ports/175787
Submitted by: Vladimir Chukharev
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 930d94809e5c..1121c182af58 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3602,6 +3602,7 @@ SUBDIR += py-resourcepackage SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework + SUBDIR += py-robotframework-selenium2library SUBDIR += py-rope SUBDIR += py-roxlib SUBDIR += py-rtree |