我有一个测试,我需要启动2个浏览器,1个使用android用户代理,其他使用windows-mobile用户代理。我在conf文件中设置了android用户代理。对于Windows Mobile,我正在尝试以下内容:
driver1 = new protractor.Builder()
.usingServer('http://localhost:4444/wd/hub')
.withCapabilities(protractor.Capabilities.chrome()).setChromeOptions(new chrome.Options().addArguments("--user-agent=" + userAgent)).build();
在奔跑中,它说:
失败:未定义chrome