Skip to content

Commit 5c7ddec

Browse files
committed
Remove headless flag from Chrome WebDriver
1 parent e33f68f commit 5c7ddec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/selenium/pbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def on_travis(self):
164164
def chrome_manager(self):
165165
opts = ChromeOptions()
166166
opts.add_argument("--load-extension=" + self.extension_path)
167-
opts.add_argument("--headless")
167+
# opts.add_argument("--headless")
168168
opts.binary_location = self.browser_path
169169

170170
# TODO not yet in Firefox (w/o hacks anyway):

0 commit comments

Comments
 (0)