freebsd-ports/devel/py-robotframework-selenium2library/Makefile
Marcus von Appen dcfcda48d9 - 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
- Modified how internal tests are run and ignore known browser issues.

Known Issues:

- There is currently an issue with Firefox and 'Click Element At Coordinates'
  (added in Selenium2Library 1.3.0) does not currently work at Firefox. If
  this keyword is used in Firefox it will behave in same manner as the Click
  Element keyword (which always click in the center of an element).

PR:       ports/185443
Submitted by:   Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer)
2014-01-19 13:55:57 +00:00

22 lines
568 B
Makefile

# Created by: Vladimir Chukharev
# $FreeBSD$
PORTNAME= robotframework-selenium2library
PORTVERSION= 1.5.0
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= Vladimir.Chukharev@gmail.com
COMMENT= Web testing library for Robot Framework
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>