【发布时间】:2023-04-03 12:45:01
【问题描述】:
I have installed the chrome driver - version 37.0 and source -com.android.chrome-1.apk
Started the adb command and device is connecting properly. Enable the debug mode and checked usb device option
Capabilties -
below is code snippet which i have used to call the chrome browser
capabilities.setCapability("appium-version", "1.0");
capabilities.setCapability("platformName", "Android");
capabilities.setCapability("platformVersion", "4.3");
capabilities.setCapability("deviceName", "abc");
capabilities.setCapability("browserNamex", "Chrome");
driver = new RemoteWebDriver(new URL("http://0.0.0.0:4723/wd/hub"),capabilities);
Getting below error -
错误:Chromedriver 创建会话不起作用。状态为 200,正文为 {"sessionId":"e70c1dff331b9b35ce5e4b974ae3d47e","status":13,"value":{"message":"unknown error: com.android.browser is not installed on device 43001beab8cb1161\n (Driver info : chromedriver=2.10.267517,platform=Mac OS X 10.9.2 x86_64)"}}
调试:清理 appium 会话 错误:无法启动 Appium 会话,错误是:错误:没有从 Chromedriver 获得会话重定向
信息:
【问题讨论】:
-
browserNamex ??
标签: appium