Created attachment 152848 [details] patch Update devel/py-robotframework-selenium2library version 1.4.0 to version 1.5.0. Citing announce by Ed Manlove: Changes made within the 1.6 release include ... - Added examples to 'Execute Javascript' and 'Execute Async Javascript' keyword documentation. - Added instructions to README.rst on how to manually install Selenium2Library. - Fixed issue where the browser failed to properly register if 'Open Browser' did not complete. - Added support for negative indices for rows and columns in table-related keywords. - Added strategy for locating elements by partial link text with locator prefix 'partial link'. - Added new keyword 'Clear Element Text' for clearing the text of text entry elements. - Added new keyword 'Locator Should Match X Times' for validating number of times a given locator appears. - Fixed issue where 'Select Window’ with url strategy fails to locate window - Fixed issue where a non-string assigned to window.id caused 'Select Window' and 'Get Window *' keywords to fail. - Allow using key attributes (default strategy) when the locator contains a '=' by using the prefix 'default='. Also make locator prefixes space-insensitive. QA: My set of tests indirectly using the library works after the port upgrade. None of the following commands show any problem. make -C /usr/ports/devel/py-robotframework-selenium2library -D DEVELOPER=yes check-plist stage-qa clean ( cd /usr/ports/devel/py-robotframework-selenium2library ; portlint -Ca ) ( cd /usr/ports/devel/py-robotframework-selenium2library ; sudo port test ) sudo portmaster devel/py-robotframework-selenium2library
Thanks Vladimir! For future submissions, QA results/outputs are highly preferred as attachments, as it means more than one set of eyes with the ability to detect potential issues.
Created attachment 153099 [details] QA output
Take
A commit references this bug: Author: rm Date: Mon Feb 23 10:29:20 UTC 2015 New revision: 379670 URL: https://svnweb.freebsd.org/changeset/ports/379670 Log: devel/py-robotframework-selenium2library: update to 1.6.0 PR: 197523 Submitted by: vladimir.chukharev@gmail.com (maintainer) Changes: head/devel/py-robotframework-selenium2library/Makefile head/devel/py-robotframework-selenium2library/distinfo
Committed, thank you.