We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72894b9 commit dba1304Copy full SHA for dba1304
ide/plugins/python-format/src/content/formats/python2-wd.js
@@ -297,6 +297,7 @@ this.options = {
297
'from selenium.webdriver.common.keys import Keys\n' +
298
'from selenium.webdriver.support.ui import Select\n' +
299
'from selenium.common.exceptions import NoSuchElementException\n' +
300
+ 'from selenium.common.exceptions import NoAlertPresentException\n' +
301
'import unittest, time, re\n' +
302
'\n' +
303
'class ${className}(unittest.TestCase):\n' +
0 commit comments