上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 47 下一页

2014年6月10日

摘要: SeleniumUtil.jsClick(driver, saveButtonEl); 阅读全文
posted @ 2014-06-10 15:05 张缤分 阅读(256) 评论(0) 推荐(0)

2014年6月6日

摘要: Alert alert = driver.switchTo().alert();alert.accept(); 阅读全文
posted @ 2014-06-06 14:46 张缤分 阅读(370) 评论(0) 推荐(0)

2014年5月23日

摘要: You have an empty repositoryTo get started you will need to run these commands in your terminal.New to Git? Learn the basic Git commandsConfigure Git ... 阅读全文
posted @ 2014-05-23 11:38 张缤分 阅读(404) 评论(0) 推荐(0)
摘要: 编号 工具名称工具介绍下载地址1FreeMindFreeMind是一套由Java撰写而成的实用的开源思维导图/心智(MindMap)软件,可用来帮助你整理思绪的工具软体,可将每一个环节用 图形表示,透过将思路图形化、结构化,帮助你对整个作业流程的了解。http://freemind.sourcef... 阅读全文
posted @ 2014-05-23 10:15 张缤分 阅读(209) 评论(0) 推荐(0)

2014年5月21日

摘要: 案例1:I am very thankful to saish and cbeust for the solution. I went through the similar issue with eclipse which got stuck at 57% when run in debug mo... 阅读全文
posted @ 2014-05-21 13:50 张缤分 阅读(442) 评论(0) 推荐(0)

2014年5月19日

摘要: 在 CSS 中,选择器是一种模式,用于选择需要添加样式的元素。"CSS" 列指示该属性是在哪个 CSS 版本中定义的。(CSS1、CSS2 还是 CSS3。)选择器例子例子描述CSS.class.intro选择 class="intro" 的所有元素。1#id#firstname选择 id="fir... 阅读全文
posted @ 2014-05-19 17:32 张缤分 阅读(369) 评论(0) 推荐(0)
摘要: public void uploadLocalFileToServer(String uploadFileName){ String AutomationPath = System.getProperty("user.dir"); String filePath=AutomationPath+"... 阅读全文
posted @ 2014-05-19 17:24 张缤分 阅读(744) 评论(0) 推荐(0)

2014年5月13日

摘要: 显式等待 Explicit wait显示等待 , 就是明确的要等到某个元素出现或者某个元素满足某种条件,每隔一段时间检查一次,等不到,就一直等,如果在规定的时间内还没有找到,就跳出来检查间隔的时间和等待的最大时间可以自定义。等待某个元素的Y坐标满足某个条件,等待时间采用系统默认的时间Function... 阅读全文
posted @ 2014-05-13 17:14 张缤分 阅读(1417) 评论(0) 推荐(0)

2014年5月12日

摘要: 常见语法*通用元素选择器,匹配任何元素E标签选择器,匹配所有使用E标签的元素.infoclass选择器,匹配所有class属性中包含info的元素#footerid选择器,匹配所有id属性等于footer的元素E,F多元素选择器,同时匹配所有E元素或F元素,E和F之间用逗号分隔E F后代元素选择器,... 阅读全文
posted @ 2014-05-12 10:33 张缤分 阅读(946) 评论(0) 推荐(0)

2014年4月16日

摘要: 期望:点了某个Button,无反应问题:怎么去验证无反应WebElement webElement = page.getICORemove();SeleniumUtil.hover(page.getDriver(), webElement);String beforeStr = (String) S... 阅读全文
posted @ 2014-04-16 17:19 张缤分 阅读(922) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 47 下一页

导航