microsoft-edge

How to run Headless Microsoft Edge with Selenium in Python?

How to run Headless Microsoft Edge with Selenium in Python? Question: With Chrome you can add options when creating the driver. You just do options = Options() options.headless = True driver = webdriver.Chrome(PATHTODRIVER, options=options) But for some reason when trying to do the same with Microsoft Edge options = Options() options.headless = True driver = …

Total answers: 4