Selenium Python - Cross-Browser Testing
Find the mistake in this FirefoxOptions usage:
from selenium.webdriver.firefox.options import Options
options = Options()
options.add_argument('-headless')
driver = Firefox(options=options)