C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2013年10月20日
摘要: 图片水平垂直居中 地址: 阅读全文
posted @ 2013-10-20 12:23 思齐_ 阅读(332) 评论(0) 推荐(0) 编辑
摘要: from time import sleepfrom selenium import webdriver driver = webdriver.Firefox()driver.get('http://www.baidu.com/')driver.find_element_by_id('lb').click(); driver.find_element_by_id('TANGRAM__PSP_10__unameLoginLink').click()driver.find_element_by_id('TANGRAM__PSP_10__use 阅读全文
posted @ 2013-10-20 00:07 思齐_ 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 注意:2.7和3.0版本的语法有些不一样安装自动化测试软件selenium(地址http://www.seleniumhq.org/download/)安装步骤: 1.安装pythone运行环境:http://www.python.org/getit/ 2.安装Setuptools 首先下载https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py文件,然后运行 pythonez_setup.py 3.安装piphttps://raw.github.com/pypa/pip/master/contrib/get-p... 阅读全文
posted @ 2013-10-20 00:06 思齐_ 阅读(308) 评论(0) 推荐(0) 编辑