Any help would be greatly appreciated.
I'm trying to use my computer but it keeps popping up a command prompt with an error, even though it's not an error.
Is there any way to suppress this message, or redirect it somewhere that doesn't open up a command window?
Or, is there something I can do to fix the problem, even though the driver works fine, gets the data I need, but I can't work on my computer because closing popups is no way to live.
I'm using:
options.AddArguments("headless");
I've tried:
options.AddArguments("--log-level=3");
in fact I've tried so many options, such as:
options.AddArguments("--no-sandbox");
options.AddArguments("--disable-infobars");
options.AddArguments("--disable-dev-shm-usage");
options.AddArguments("--disable-browser-side-navigation");
options.AddArguments("--disable-gpu");
options.AddArguments("--disable-logging");
Can anyone help me here? I've googled everything I can find, and all I get is people saying it's not an error and that nobody has been able to get rid of the popup.
Thanks