测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
新手
weiqiliu (weiqiliu)
第 18285 位会员 / 2017-06-14
1 篇帖子 • 14 条回帖
0 关注者
1 正在关注
0 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 各位有 linux 下 appium 的国内镜像吗 at 2017年08月03日

    好的,谢谢各位啦

  • 各位有 linux 下 appium 的国内镜像吗 at 2017年08月02日

    直接用 npm 安装会停在第一步吧,是不是要 ***

  • 论坛须知,发帖不排版一律删除! at 2017年08月02日

    11

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月19日

    嗯啊,降下去的确有些问题,以前报错那个 post 有几率出现 500。

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月16日

    21 楼

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月16日

    哈哈哈,可行。 谢谢提醒,没想到啊没想到,我只把 chromeDriver 升级过试过,没想到降 chromeDriver 版本

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月16日

    恩~我只是想脱离 appium,利用 seleium 和 chromeDriver 单独调用下微信,看看 Log.本来 appium 也只是简单把他们封装在了里面。 对了,楼下有人找到了解决办法啦,把 chromeDriver 版本降低

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月16日

    还有,我想问一下。 我用 java 想直接用 chromeDrive 启动手机上的 chrome,但是不能成功。 能帮我看看问题在哪吗

    //运行代码
    ChromeOptions options = new ChromeOptions();
    options.setExperimentalOption("androidPackage", "com.android.chrome");
    options.setExperimentalOption("androidDeviceSerial", "ZX1G228K2Q");
    DesiredCapabilities capabilities=new DesiredCapabilities();
    capabilities.setCapability(ChromeOptions.CAPABILITY, options);
    try {
    URL url=new URL("http://localhost:8000/wd/hub");
    WebDriver driver = new RemoteWebDriver(url, capabilities);
    driver.get("http://www.baidu.com");
    String s=driver.getPageSource();
    driver.quit();
    } catch (MalformedURLException e) {
    e.printStackTrace();
    }

    //本机启动 chromedriver
    ./chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbosew

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月16日

    额,不知道是不是你手动启动 chrome driver 那写错了,你的回复里贴的是这个" "androidProcess": "com.tencent.mm.plugin.webview.ui.tools.WebViewUI" ", androidProcess 进程不应该是 com.tencent.mm:tools,"androidActivity"才应该是"com.tencent.mm.plugin.webview.ui.tools.WebViewUI"

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月15日

    @skytraveler,@happystone 额,昨天确认了下,貌似已经不能降级了。 即使安装了老版本的 TBS,进入调试页面的时候它会检测是否为最新然后自动更新到目前最新的版本。恩~降级的办法似乎走不通了。 你们目前找到了什么其它的解决方案吗

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月14日

    额,有关降级的问题可以咨询下你吗? 可以私聊下吗?这里回复有点慢

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月14日

    额,方便私聊吗?

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月14日

    嗯啊,对滴。我是用的真机。 目前我把一个老版本的 x5 内核导到微信里了,但是 debugx5.qq.com 进去后提示我还是没安装,但是在 tbs 检测工具里看到微信以为安装了 X5 内核了。 你有啥思路吗

  • 微信小程序,driver.context ("WEBVIEW_com.tencent.mm:tools") 切换 webview 报错 Original error: session not created exception: please close '' and try again,各位大侠请问是怎么回事啊! at 2017年06月14日

    遇到和你同样的问题,周日还是好好地,昨天 x5 内核升级到 43305 后就不行了。 我把 chromeDriver 也升级到了最新版本,然而并没有卵用。 降级也不行。 最恶心的是以前老版本内核的,几天只要进入过 debugx5.qq.com 的也会被升级到最新,导致我挂了好多台机器。楼主解决了的话回复我下哟,我找到解决方案了也会来告诉你一声的

关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
简体中文 / 正體中文 / English

©testerhome.com 测试之家   渝ICP备2022001292号
  渝公网安备 50022202000435号    版权所有 © 重庆年云聚力信息技术有限公司