webdriver_test_tools.testcase.firefox module¶
-
class
webdriver_test_tools.testcase.firefox.
FirefoxTestCase
(methodName='runTest')[source]¶ Bases:
webdriver_test_tools.testcase.webdriver.WebDriverTestCase
Implementation of
WebDriverTestCase
using Firefox webdriverThis driver supports headless browsing:
-
DRIVER_NAME
= 'Firefox'¶
-
SHORT_NAME
= 'firefox'¶
-
CAPABILITIES
= {'acceptInsecureCerts': True, 'browserName': 'firefox', 'marionette': True}¶
-