Firefox Quantum is the code name for Firefox 57, which introduced a new user interface to Firefox called Photon, a new CSS engine called Stylo, and many speed improvements in comparison to previous versions of the browser.
Questions tagged [firefox-quantum]
62 questions
0
votes
1 answer
Driver error in Firefox Quantum with Selenium and XUL
Version:
Ubuntu 16.04
Mozilla Firefox 58.0
Selenium-3.7.0
Example code:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from selenium import webdriver
profile = webdriver.FirefoxProfile()
profile.set_preference("browser.privatebrowsing.autostart",…

jbelenus
- 483
- 1
- 7
- 18
0
votes
1 answer
Unable to launch to FF-57 (Quantum) with WebdDriver 3.7.1
This is my test set up -
FF Quantum 57.0 (64-bit), geckodriver-v0.19.1, Ubuntu 14.10, Webdriver 3.7.1
Test -
System.setProperty("webdriver.gecko.driver", "path to geckodriver");
WebDriver webDriver = new…

Tarun
- 3,456
- 10
- 48
- 82