TypeError: _wait_until_connectable() got an unexpected keyword argument 'timeout'

Bug #1568903 reported by Daniel Manrique
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
selenium-simple-test
New
Undecided
Vincent Ladeuil

Bug Description

Selenium introduced a timeout parameter in the FirefoxBinary class, and since sst's FirefoxBinary overriding class doesn't have it, code using sst explodes with:

TypeError: _wait_until_connectable() got an unexpected keyword argument 'timeout'

A simple interim fix is to add the timeout parameter to _wait_until_connectable. But maybe we should revisit sst's FirefoxBinary class and see if the upstream problems which prompted its creation are now gone (maybe the very timeout behavior was implemented because of that).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.