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 79e07de commit 857780bCopy full SHA for 857780b
transcrypt/development/shipment/shipment_test.py
@@ -43,7 +43,7 @@ def __init__ (self):
43
self.options.add_argument ('--disable-gpu') # Applicable to windows OS only
44
self.options.add_argument ('disable-infobars')
45
self.options.add_argument ('--disable-extensions')
46
- self.options.add ('--disable-web-security')
+ self.options.add_argument ('--disable-web-security')
47
48
self.webDriver = selenium.webdriver.Chrome (options = self.options)
49
self.nrOfTabs = 0
0 commit comments