05 2014 档案

Git 初始状操作指引
摘要: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 张缤分 阅读(395) 评论(0) 推荐(0) 编辑

各种工具介绍
摘要:编号 工具名称工具介绍下载地址1FreeMindFreeMind是一套由Java撰写而成的实用的开源思维导图/心智(MindMap)软件,可用来帮助你整理思绪的工具软体,可将每一个环节用 图形表示,透过将思路图形化、结构化,帮助你对整个作业流程的了解。http://freemind.sourcef... 阅读全文

posted @ 2014-05-23 10:15 张缤分 阅读(204) 评论(0) 推荐(0) 编辑

[Selenium]Eclipse hangs at 57% in debug mode with TestNG tests
摘要:案例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 张缤分 阅读(436) 评论(0) 推荐(0) 编辑

[Selenium] CSS3 选择器
摘要:在 CSS 中,选择器是一种模式,用于选择需要添加样式的元素。"CSS" 列指示该属性是在哪个 CSS 版本中定义的。(CSS1、CSS2 还是 CSS3。)选择器例子例子描述CSS.class.intro选择 class="intro" 的所有元素。1#id#firstname选择 id="fir... 阅读全文

posted @ 2014-05-19 17:32 张缤分 阅读(360) 评论(0) 推荐(0) 编辑

[Selenium]如何实现上传本地文件
摘要:public void uploadLocalFileToServer(String uploadFileName){ String AutomationPath = System.getProperty("user.dir"); String filePath=AutomationPath+"... 阅读全文

posted @ 2014-05-19 17:24 张缤分 阅读(738) 评论(0) 推荐(0) 编辑

[Selenium]显式等待 Explicit wait & 隐式等待 Implicit wait
摘要:显式等待 Explicit wait显示等待 , 就是明确的要等到某个元素出现或者某个元素满足某种条件,每隔一段时间检查一次,等不到,就一直等,如果在规定的时间内还没有找到,就跳出来检查间隔的时间和等待的最大时间可以自定义。等待某个元素的Y坐标满足某个条件,等待时间采用系统默认的时间Function... 阅读全文

posted @ 2014-05-13 17:14 张缤分 阅读(1404) 评论(0) 推荐(0) 编辑

[Selenium]中使用css选择器进行元素定位
摘要:常见语法*通用元素选择器,匹配任何元素E标签选择器,匹配所有使用E标签的元素.infoclass选择器,匹配所有class属性中包含info的元素#footerid选择器,匹配所有id属性等于footer的元素E,F多元素选择器,同时匹配所有E元素或F元素,E和F之间用逗号分隔E F后代元素选择器,... 阅读全文

posted @ 2014-05-12 10:33 张缤分 阅读(938) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示