WebForks
Results
2
comments of
WebForks
> I got it working now. Just needed to add the following: > > ``` > params = { > "behavior": "allow", > "downloadPath": storage_directory > } > driver.execute_cdp_cmd("Page.setDownloadBehavior", params)...