WebDriverException:無效參數:無法在RaspberryPi3 上使用GeckoDriver、Selenium 和Python 殺死已退出的程序
使用者嘗試在Raspberry Pi 3 上使用無頭Firefox 執行Selenium 時遇到WebDriverException 錯誤。具體錯誤消息是:“消息:無效參數:無法終止已退出的進程。”背景信息:
Python版本:3.5
Python版本:3.5<code class="python">from selenium import webdriver from selenium.webdriver.firefox.options import Options options = Options() options.headless = True driver = webdriver.Firefox(options=options)</code>
Python版本:3.5
代碼片段:
<code class="python">options.headless = True</code>
以上是以下是一些符合所提供資訊的基於問題的標題: 短而有力: * 為什麼我在 Raspb 上使用 Selenium 時收到'無效參數:無法終止已退出的進程”的詳細內容。更多資訊請關注PHP中文網其他相關文章!