Appium 【求助】请问下脚本运行在 Android 真机上的浏览器,DesiredCapabilities 应该怎么配置?

hwm831002 · May 23, 2014 · 636 hits

我是用以下配置的,但是报错,求大神解答下:
DesiredCapabilities androidCapabilities = new DesiredCapabilities();
androidCapabilities.SetCapability("app", "chrome");
androidCapabilities.SetCapability("device", "Android");
driverAndroidBrowser = new RemoteWebDriver(new Uri("http://127.0.0.1:4723/wd/hub"), androidCapabilities);

No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up