Created attachment 163178 [details] py27-selenium-2.48.0.diff Update www/py-selenium to 2.48.0. Also remove the dependency on textproc/py-rdflib which should have been removed long ago (https://github.com/SeleniumHQ/selenium/commit/a30844e2d30041483d5a95ca257be1c2ef425bc1#diff-2eeaed663bd0d25b7e608891384b7298L109). From CHANGES: Selenium 2.48.0 * Update error pulling to match spec when we encounter a spec compliant browser. * Disable tests that are not working with Marionette when running Marionette tests * Add the ability to run python marionette tests * Python 3 compatibility for remote Authorization * changing casing of children finding tests Selenium 2.47.3 * Bring back py 3 support Selenium 2.47.2 * Fix running Edge driver locally on win10 * adding repr to WebDriver and WebElement Selenium 2.47.1 * Fix the issue of deleting the profile when shutting down Firefox * WebElement __eq__ compares against more types * Issues fixed: 850 Selenium 2.47.0 * Add in support for when communicating with a Spec compliant browsers * Initial support for Edge using EdgeDriver * Issues fixed: 818 Selenium 2.46.1 * Adding ability to make remote call for webelement screenshots in accordance to the W3C spec * Adding api to authenticate HTTP Auth modal dialogs via driver.switch_to.alert (beta) * Add rebeccapurple to Color Object * Add element screenshot * Add service handler and minimal update to driver to use service for Marionette * Add the ability to start FirefoxDriver backed with Marionette via a capability * support socket timeout for connections * free_port checks if port is available on all interfaces * Allow error handling to handle both current errors and w3c errors * Update find_elements to match spec * phantomjs: service: remove unused import of signal * phantomjs: add port information to WebDriverException * Issues fixed (Github): 478, 612, 734, 780
A commit references this bug: Author: vanilla Date: Mon Nov 16 12:12:34 UTC 2015 New revision: 401759 URL: https://svnweb.freebsd.org/changeset/ports/401759 Log: Upgrade to 2.48.0 PR: 204590 Submitted by: maintainer Changes: head/www/py-selenium/Makefile head/www/py-selenium/distinfo
Assign to committer that resolved