webdriver_test_tools.testcase.ie module¶
-
class
webdriver_test_tools.testcase.ie.IETestCase(methodName='runTest')[source]¶ Bases:
webdriver_test_tools.testcase.webdriver.WebDriverTestCaseImplementation of
WebDriverTestCaseusing Internet Explorer webdriverNote
This driver is platform-specific, so it is disabled by default. It can be enabled in
<test_package>/config/browser.pyby setting the corresponding value inBrowserConfig.ENABLED_BROWSERStoTrue.-
DRIVER_NAME= 'Internet Explorer'¶
-
SHORT_NAME= 'ie'¶
-
CAPABILITIES= {'browserName': 'internet explorer', 'platform': 'WINDOWS', 'version': '11'}¶
-