2015年1月17日

selenium webdriver+python基本操作

摘要: 导入模块:fromseleniumimportwebdriverfromselenium.common.exceptionsimportNoSuchElementException选择浏览器: driver=webdriver.Firefox()打开url: driver.get("http://w... 阅读全文

posted @ 2015-01-17 22:55 Annie_zhou 阅读(814) 评论(0) 推荐(0)

导航