Edgewall Software

Changes between Version 1 and Version 6 of Ticket #13608


Ignore:
Timestamp:
Jul 2, 2023, 5:19:33 PM (11 months ago)
Author:
Jun Omae
Comment:

Thanks for the reviewing. Applied the changes in [17714].

The issue in Selenium 4.10.0 was fixed in latest of Selenium repository, however the log_path argument of webdriver.firefox.service.Service() was deprecated….

trac/tests/functional/better_twill.py:140: DeprecationWarning: log_path has been deprecated, please use log_output
  service = webdriver.firefox.service.Service(log_path=log_path)

I'll try to avoid the deprecation warning after new Selenium release.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13608

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Summary GitHub actions failure on WindowsGitHub actions failure on Windows and Ubuntu
  • Ticket #13608 – Release Notes

    v1 v6  
     1Adapted functional tests to Selenium 4 and later.