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