exactmatch
Newbie
- Dec 3, 2020
- 10
- 2
I edited the post but didn't update it before you replied.
Try and do things in that order then apply it at the end like so:
driver = webdriver.Chrome(options=options, service=service)
Can't help more, as I use the geckodriver not chrome, but options in that order fixed it for me.
Try and do things in that order then apply it at the end like so:
driver = webdriver.Chrome(options=options, service=service)
Can't help more, as I use the geckodriver not chrome, but options in that order fixed it for me.
