1
var options = new ChromeOptions();
options.AddUserProfilePreference("profile.default_content_setting_values.automatic_downloads", 1);
I found the solution for whoever needs it!
1
1
var options = new ChromeOptions();
options.AddUserProfilePreference("profile.default_content_setting_values.automatic_downloads", 1);
I found the solution for whoever needs it!
Browser other questions tagged c# selenium selenium-webdriver
You are not signed in. Login or sign up in order to post.