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 09abc04 commit 29231a2Copy full SHA for 29231a2
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(f"--user-data-dir={mkdtemp()}")
+ opts.add_argument(f"--user-data-dir={tempfile.TemporaryDirectory()}")
168
opts.binary_location = self.browser_path
169
170
# TODO not yet in Firefox (w/o hacks anyway):
0 commit comments