测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
新手
zl_feeling (byn)
第 704 位Users / 2014-04-11
1 篇帖子 • 5 条回帖
0 关注者
0 正在关注
1 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 热门话题
  • 最近回帖
  • Appium 关于 the connection to the server was unsuccessful
    0 个赞 / 6 条回复
  • 关于 the connection to the server was unsuccessful at April 16, 2014

    #6 楼 @seveniruby 好的 还是感谢你

  • 关于 the connection to the server was unsuccessful at April 15, 2014

    #2 楼 @seveniruby 只在 apk 的源码里找到了,appium 的源码我没找到这个,能否再提示一下。。这个问题真是困扰好久了

  • 关于 the connection to the server was unsuccessful at April 15, 2014

    谢谢,我这就去找找看

  • 关于 the connection to the server was unsuccessful at April 14, 2014

    额,大概是 app 的问题,我又用美团网的 app 做了下简单的测验,发现没问题

  • 对于捕获控件超时时的异常处理 at April 14, 2014

    同 2 楼。

    System.setProperty("webdriver.firefox.bin","D:\\Program Files\\Mozilla Firefox\\firefox.exe");     
     WebDriver dr = new FirefoxDriver();   
     String url = "file:///C:/Documents and Settings/gongjf/桌面/selenium_test/Wait.html";// "/Your/Path/to/Wait.html"  
     dr.get(url);   
     WebDriverWait wait = new WebDriverWait(dr,10);   
     wait.until(new ExpectedCondition<WebElement>(){   
         @Override  
         public WebElement apply(WebDriver d) {   
             return d.findElement(By.id("b"));   
         }}).click();   
    
     WebElement element = dr.findElement(By.cssSelector(".red_box"));   
     ((JavascriptExecutor)dr).executeScript("arguments[0].style.border = \"5px solid yellow\"",element);  
    

    我从网上找的

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

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