Skip to content

Commit

Permalink
Do not use user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiche committed Aug 23, 2024
1 parent 5f0ba90 commit 2aad808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create_webdriver(request: WebDriverRequest = None):
if not request.window_size:
request.window_size = Size(1920, 1080)

options.add_argument(f"--user-data-dir=/tmp/chromedriver-{request.session_name}")
#options.add_argument(f"--user-data-dir=/tmp/chromedriver-{request.session_name}")
options.add_argument("--disable-search-engine-choice-screen")
options.add_argument("--disable-extensions")

Expand Down

0 comments on commit 2aad808

Please sign in to comment.