• 締切済み

python スクレイピングに関して

windows vagrant virtualbox ubuntu python3 という環境でubuntu側でdriver = webdriver.Remot('http://10.0.2.2:4444', options=options)を動かして、ホスト側のコマンドプロンプトでchromedriver --port=4444を起動していますが、selenium.common.exceptions.WebDriverException: Message: Host header or origin header is specified and is not whitelisted or localhost.というエラーが発生し、chromeが起動しません。 解決方法を教えていただけないでしょうか。

みんなの回答

  • ballville
  • ベストアンサー率47% (233/487)
回答No.1

webdriver.Remot →webdriver.Remote

deli-ka
質問者

補足

すみません。そこは書き間違いです。 はRemote()に直っています。

関連するQ&A