microsoft-edge-headless Questions
4
Solved
With Chrome you can add options when creating the driver. You just do
options = Options()
options.headless = True
driver = webdriver.Chrome(PATH\TO\DRIVER, options=options)
But for some reason whe...
Wynnie asked 6/12, 2020 at 17:51
1
© 2022 - 2024 — McMap. All rights reserved.