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 e33f68f commit 5c7ddecCopy full SHA for 5c7ddec
1 file changed
tests/selenium/pbtest.py
@@ -164,7 +164,7 @@ def on_travis(self):
164
def chrome_manager(self):
165
opts = ChromeOptions()
166
opts.add_argument("--load-extension=" + self.extension_path)
167
- opts.add_argument("--headless")
+ # opts.add_argument("--headless")
168
opts.binary_location = self.browser_path
169
170
# TODO not yet in Firefox (w/o hacks anyway):
0 commit comments