NoSuchElementException Chrome v71无头

时间:2018-12-12 12:36:33

标签: python selenium google-chrome selenium-webdriver selenium-chromedriver

当我使用无头模式时,会收到NoSuchElementException。我认为是在浏览器更新之后,但是如果可以的话,请帮助我。

"goog:chromeOptions": {
            "useAutomationExtension": False,
            "excludeSwitches": [
                "enable-automation"
            ],
            "extensions": [
            ],
            "args": [
                "--user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36'",
                "--window-size=1920,1080",
                "--disable-infobars",
                "--disable-local-storage",
                "--disable-notifications",
                "--incognito",
                "--no-sandbox",
                "--disable-dev-shm-usage",
                "--incognito",
                "--mute-audio"
            ]
        }

在“无头”(向args中添加“ --headless”)和“头”模式下,我发现相同的元素,但只有在“头”下它才起作用。

0 个答案:

没有答案