
Selenium
文章平均质量分 83
星火测吧
测试老鸟一枚
展开
-
C#算法(一)冒泡排序
一。C#算法(一)冒泡排序 using System;namespace BubbleSorter{ public class BubbleSorter { public void Sort(int [] list) { int i,j,temp; bool done=false; j=1; while((j {原创 2009-10-16 22:53:00 · 823 阅读 · 0 评论 -
WebDriver API中文版
1.1 下载selenium2.0的lib包 http://code.google.com/p/selenium/downloads/list 官方UserGuide:http://seleniumhq.org/docs/ 1.2 用webdriver打开一个浏览器 我们常用的浏览器有firefox和IE两种,firefox是selenium支持得比较成熟的浏览器。但是做页面转载 2014-10-04 10:08:36 · 874 阅读 · 0 评论 -
软件测试技术讨论群
职业交流,不谈政治,诽谤性话题 QTP,LR,Selenium,Python网络安全; QTP企业内训,自动化框架培训原创 2014-08-10 23:41:46 · 1401 阅读 · 0 评论 -
chromedriver 各版本
http://npm.taobao.org/mirrors/chromedriver/ Mirror index of http://chromedriver.storage.googleapis.com/ ../ 2.0/ 2013-09-25T22:57:39.349Z ...原创 2018-12-28 12:19:45 · 733 阅读 · 0 评论