问题
Using Selenium and python, I can do this with Chrome webdriver:
options.add_experimental_option("excludeSwitches", ["enable-automation"])
driver = webdriver.Chrome(options = options)
but I can't find a similar attribute for Firefox's webdriver options. Does one exist?
来源:https://stackoverflow.com/questions/57122151/exclude-switches-in-firefox-webdriver-options