[Python] Selenium with chromedriver send_keys exception

  • 642
  • 0
  • 2018-03-25

最近發現原先寫好的 Python 自動化程式「send_keys」部份出現異常,會吐出「selenium.common.exceptions.WebDriverException: Message: unknown error: call function result missing 'value'」的錯誤訊息,經查發現是因為 Chrome 自動更新後導致與 chromedriver 版本不匹配所衍生的問題,這邊簡單記錄一下解決方式。

...繼續閱讀 »