摘要: from selenium import webdriver #引入ActionChains类 提供了鼠标的操作方法 from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.common.keys import Keys from ReadTxt_demo ... 阅读全文
posted @ 2017-04-09 23:18 Blue●Sky 阅读(2651) 评论(0) 推荐(0)
摘要: 代码是自己写了 python WebDriver 页面操作的常用方法。 阅读全文
posted @ 2017-04-09 18:07 Blue●Sky 阅读(1055) 评论(0) 推荐(0)