2017-03-29 3 views
0
$host = 'http://localhost:4444/wd/hub'; 

$ profile = new FirefoxProfile(); $ profile-> setPreference( 'log'、 "{level:info}");selenium firefoxプロファイルは機能とこれらのオプションの両方に設定されていますが、それらは異なっています。どちらを使用するかを決定できません。

$ caps = DesiredCapabilities :: firefox(); $ caps-> setCapability(FirefoxDriver :: PROFILE、$ profile);

$ driver = RemoteWebDriver :: create($ host、$ caps、500000、500000);

PHPバージョン:5.5 セレンサーババージョン:3.3 オペレーティングシステム:win7の ブラウザ+使用バージョン:Firefoxの52 geckodriverバージョンが:0.15

答えて

関連する問題