Skip to content

Commit

Permalink
Set download_restrictions=0 for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jan 17, 2025
1 parent 8f6c09a commit 951ac70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,7 @@ configureDownloadCapabilities downloadDir caps@(W.Capabilities {W.browser=browse
, ("download.prompt_for_download", A.Bool False)
, ("download.directory_upgrade", A.Bool True)
, ("download.default_directory", A.String (T.pack downloadDir))

, ("download_restrictions", A.Number 0)
]
configureDownloadCapabilities _ browser = return browser

0 comments on commit 951ac70

Please sign in to comment.