Hy guys,
I'm trying to run this code:
options = webdriver.ChromeOptions()
options.add_argument("download.default_directory=C:\\Users\\gabriel.lucena\\Documents\\Python Scripts")
options.add_argument("--headless")
driver.get("xpage")
and they work if this argument options.add_argument("--headless") is down