2016-08-04 21 views

答えて

5

コマンドプロンプトから実行している間はい、あなたはセレンアドレスを渡すことができます。

protractor --seleniumAddress='http://localhost:4444/wd/hub' conf.js 
0

それはまたあなたのconf.jsの内側に配置することができる例えばファイル:

exports.config = { 
    seleniumAddress: 'http://localhost:4444/wd/hub', 
    ... 
};