How to run Microsoft Edge headless with Selenium Python?

后端 未结 0 1717
独厮守ぢ
独厮守ぢ 2020-12-07 00:56

With Chrome you can add options when creating the driver. You just do

options = Options()
options.headless = True
driver = webdriver.Chrome(PATH\\TO\\DRIVER,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题