Port details |
- py-robotframework-selenium2library Web testing library for Robot Framework
- 1.8.0_1 devel
=0 1.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: Vladimir.Chukharev@gmail.com
- Port Added: 2013-02-08 09:38:28
- Last Update: 2019-06-25 19:42:23
- SVN Revision: 505102
- Also Listed In: python www
- License: APACHE20
- WWW:
- https://github.com/rtomac/robotframework-selenium2library/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}robotframework-selenium2library>0:devel/py-robotframework-selenium2library@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-robotframework-selenium2library
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1474723416
SHA256 (robotframework-selenium2library-1.8.0.tar.gz) = 2cb983b3237a6f63842c2c800f35c77a76db88623751054644c50f7a3698c0f9
SIZE (robotframework-selenium2library-1.8.0.tar.gz) = 118945
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-robotframework>=2.7.5 : devel/py-robotframework@py27
- py27-decorator>=3.4.0 : devel/py-decorator@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_1 25 Jun 2019 19:42:23 |
kai |
devel/py-robotframework-selenium2library: Rename to match upstream
The Python package was forked from the old SeleniumLibrary as
Selenium2Library to use Selenium 2 and WebDriver technologies.
Later then it was renamed back to its original name, SeleniumLibrary.
Thus rename the existing port to py-robotframework-seleniumlibrary and
update the pkg-descr to reflect the new constellation.
PR: 224814
Submitted by: vladimir.chukharev@gmail.com (maintainer)
Reviewed by: miwi (earlier version) |
1.8.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.8.0_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.8.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.8.0 01 Oct 2016 14:48:20 |
pawel |
Update to version 1.8.0
PR: 212961
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
1.7.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.4 11 Dec 2015 12:58:13 |
miwi |
- Update to 1.7.4
PR: 205126
Submitted by: vladimir.chukharev@gmail.com (maintainer)
Approved by: mat (mentor)
Differential Revision: D4437 |
1.6.0 23 Feb 2015 10:29:19 |
rm |
devel/py-robotframework-selenium2library: update to 1.6.0
PR: 197523
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
1.5.0 30 Sep 2014 13:56:02 |
wg |
devel/py-robotframework-selenium2library: USES python
PR: 193787
Submitted by: maintainer |
1.5.0 19 Jan 2014 13:55:57 |
mva |
- Update version 1.4.0 to version 1.5.0
- Convert to PYDISTUTILS_AUTOPLIST
- Convert deprecated USE_PYDISTUTILS=easy_install to yes
Changes made within the 1.5 release include ...
- Added new 'Create Webdriver' keyword to allow greater control of local
WebDrivers, such as setting a proxy or using Chrome options.
- Added support for Safari Browser.
- Copy Desired Capabilities before modifying to prevent affecting future
sesions.
- Fixed Mouse Up keyword attempting to click and hold one more time
before release.
- Refixed issue with parsing desired capabilities.
- Fixed compatibility with RobotFramework v2.8.1 (Only the first 15 lines of the commit message are shown above ) |
1.4.0 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.4.0 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.4.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.0 07 Sep 2013 09:59:41 |
rm |
- update to 1.4.0
PR: 181851
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) |
1.3.0 03 Sep 2013 16:27:45 |
wg |
devel/py-robotframework-selenium2library: update to 1.3.0
- Update to 1.3.0
PR: ports/181775
Submitted by: Vladimir Chukharev <Vladimir.Chukharev gmail.com> (maintainer) |
1.2.0 08 May 2013 23:00:47 |
rm |
- update to 1.2.0
PR: 178216
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) |
1.1.0 14 Feb 2013 14:31:23 |
rm |
- remove direct dependency on py-setuptools (this port is already depend on it
via USE_DISTUTILS)
- no PORTREVISION bump, because dependency list wasn't changed
- use CHEESESHOP shortcut in master sites, remove redundant MASTER_SITE_SUBDIR
- fix maintainer's email (Recipient address rejected: User unknown)
- remove redundancy from COMMENT
- limit python version to 2.x only (print/except)
- do not hardcode filenames in pkg-plist
Approved by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer, by
mail) |
1.1.0 08 Feb 2013 09:38:17 |
miwi |
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 |