Bases: selenium.webdriver.firefox.firefox_binary.FirefoxBinary
Workarounds selenium firefox issues.
There is race condition in the way firefox is spawned. The exact cause hasn’t been properly diagnosed yet but it’s around:
free_port(),
listen on that port for the internal http server.
It has been observed that this leads to hanging processes for ‘firefox -silent’.
Bases: selenium.webdriver.firefox.webdriver.WebDriver
Workarounds selenium firefox issues.