Posts by Ivan Santos • 31 points
1 post
-
3
votes0
answers520
viewsQ: Download file with Selenium Chromedriver in headless mode
I am trying to download a file in headless mode. I installed the driver like this: public static IWebDriver CriarWebDriver() { var options = new ChromeOptions();…