2014年6月10日

selenium 脚本学习记录get_attribute

摘要: from selenium import webdriverimport timedriver = webdriver.Chrome()driver.get('http://xxxxxx.com')driver.find_element_by_name('tb_uname').send_keys('... 阅读全文

posted @ 2014-06-10 22:58 小与 阅读(598) 评论(0) 推荐(0)

Loadrunnerd 多台PC并发设置

摘要: 1、确保每台PC都装到Loadrunner2、确保每台PC都开启TOOLS下的代理LoadRunner Agent Runtime Settings Configuration 需要密码的要输入密码开启,需要关防火墙的要关闭3、添加Generators,Controller-Scenario-Lo... 阅读全文

posted @ 2014-06-10 22:47 小与 阅读(759) 评论(0) 推荐(0)

python爬取简单数据写入EXCEL

摘要: 1、安装xlrd 读取xlwt 写入2、主要使用正在表达式re、urllib.request#大盘采集导入Excle#使用py3实现#指数名称:name最新价:price 涨跌额:limit 涨跌幅:rate 时间:timeimport urllib.requestimport xlwt3impor... 阅读全文

posted @ 2014-06-10 22:22 小与 阅读(2183) 评论(0) 推荐(0)

导航