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