Selenium WebDriverアーカイブ最終更新 2017/07/31 10:311.nobodyさんBiVXKDJLSelenium WebDriverでHTTP refererを設定する方法をご教授下さい。chromeを使用しています。■やりたい事http://referer.com/ → http://target.com/■実装イメージoptions->AddArgument("--referer=http://referer.com/");driver->Navigate()->GoToUrl("http://target.com/");■環境Win7 64bitvisual studioChrome driver出典 https://medaka.5ch.net/test/read.cgi/php/15014647092017/07/31 10:31:491すべて|最新の50件
chromeを使用しています。
■やりたい事
http://referer.com/ → http://target.com/
■実装イメージ
options->AddArgument("--referer=http://referer.com/");
driver->Navigate()->GoToUrl("http://target.com/");
■環境
Win7 64bit
visual studio
Chrome driver