Skip to content

Commit

Permalink
Remove Unnecessary Browser Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sarperavci committed Jan 10, 2025
1 parent 325016c commit 238ae9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def get_chromium_options(browser_path: str, arguments: list) -> ChromiumOptions:
:return: Configured ChromiumOptions instance.
"""
options = ChromiumOptions()
options.set_argument('--auto-open-devtools-for-tabs', 'true') # we don't need this anymore
options.set_paths(browser_path=browser_path)
for argument in arguments:
options.set_argument(argument)
Expand Down

0 comments on commit 238ae9b

Please sign in to comment.