TypeError: _wait_until_connectable() got an unexpected keyword argument 'timeout'
Bug #1568903 reported by
Daniel Manrique
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_
A simple interim fix is to add the timeout parameter to _wait_until_
To post a comment you must log in.