我怎樣才能運行我的硒瀏覽器驅動程序在Firefox的私人模式,而不是隻是正常的Firefox?如何打開一個私人的Firefox窗口 - 硒
我試過以下,但並未奏效:
firefox_profile = webdriver.FirefoxProfile()
firefox_profile.set_preference("browser.privatebrowsing.autostart", True)
driver = webdriver.Firefox(firefox_profile=firefox_profile)
我認爲這是在意見和問題,上述前,但它沒有工作提出的問題。
[Python的/硒無痕/私有模式(可能的重複http://stackoverflow.com/questions/27630190/python-selenium-incognito-private-模式) –