webdriver_test_tools.testcase.edge module¶
-
class
webdriver_test_tools.testcase.edge.EdgeTestCase(methodName='runTest')[source]¶ Bases:
webdriver_test_tools.testcase.webdriver.WebDriverTestCaseImplementation of
WebDriverTestCaseusing Edge 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= 'Edge'¶
-
SHORT_NAME= 'edge'¶
-
CAPABILITIES= {'browserName': 'MicrosoftEdge', 'platform': 'WINDOWS', 'version': '16'}¶
-