Chrome浏览器无法导航到appium中的任何网站

时间:2015-11-24 10:34:11

标签: java selenium-webdriver appium

我刚刚在android模拟器中安装了chrome.apk文件,它似乎已成功安装。但是当我尝试执行下面的脚本时,它在模拟器设备中打开了Chrome浏览器,但没有显示谷歌主页。简单的驱动程序退出。

示例代码:它似乎是启动浏览器,但没有导航到谷歌主页

use npm install gulp and babel globally
    sudo npm install gulp babel  -g

gulp --version
    CLI version 3.9.0

babel --version
    6.2.0 (babel-core 6.2.0)


use npm install the packages below as project dependency.
    npm install gulp gulp-babel gulp-typescript babel-preset-es2015-node5 babel-preset-es2015 --save-dev

有人可以帮助我解决这种行为的原因。

1 个答案:

答案 0 :(得分:0)

实际上我也遇到了同样的问题,经过漫长的一天搜索后我才知道Chrome驱动程序需要与你设备中的chrome浏览器兼容。查看此处的详细信息Chrome driver for respective browser version  之后,下载适合的chrome驱动程序,并将其替换为appium安装文件夹中的chrome驱动程序 - > “\ Appium \ node_modules \ appium \ node_modules \ appium-chromedriver”。  就我而言,它是 - > “C:\ Program Files(x86)\ Appium \ node_modules \ appium \ node_modules \ appium-chromedriver \ chromedriver”