ERR_BLOCKED_BY_XSS_AUDITOR when downloading file using selenium
问题 I'm trying to download a file using selenium by simulating click on a download button but Chrome reports ERR_BLOCKED_BY_XSS_AUDITOR . If I use the "--disable-xss-auditor" argument to bypass, the page would be reloaded and nothing get downloaded. What seems strange to me is that when I actually download the file with my mouse in a Chrome session that's even controlled by selenium , the file downloads well. Please help me understand what xss auditor does? Why can't I download the file with