Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Edge WebDriver Docs Feedback] XML file downloads are blocked #3005

Closed
RajeshPoola opened this issue Jan 5, 2024 · 1 comment
Closed

[Edge WebDriver Docs Feedback] XML file downloads are blocked #3005

RajeshPoola opened this issue Jan 5, 2024 · 1 comment

Comments

@RajeshPoola
Copy link

While using InPrivate mode, downloading XML files triggers a security pop-up showing the file download blocked message.

I used the following options but they didn't work. I didn't find any documentation regarding this.

var options = new EdgeOptions();
options.AddArgument("--safebrowsing-disable-download-protection");
options.AddUserProfilePreference("download.prompt_for_download", false);
options.AddUserProfilePreference("savefile.default_directory", OutputFilePath);
options.AddUserProfilePreference("savefile.prompt_for_download", false);

I would appreciate any help you can give me
Screenshot 2024-01-05 110535
.

@captainbrosset
Copy link
Contributor

Thanks for your feedback. Since this is an issue with Edge WebDriver directly (instead of with its documentation), I advise creating a new issue over on the Edge WebDriver feedback repository. Here is the link: https://github.com/MicrosoftEdge/EdgeWebDriver/issues

Thanks for your understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants