2014年9月27日
摘要: WebDriverWait(self, driver, timeout).until(self, method,message=' ')def until(self, method, message=''): """Calls the method provided with the ... 阅读全文
posted @ 2014-09-27 14:33 光机电算 阅读(424) 评论(0) 推荐(0)
摘要: #coding=utf-8from selenium import webdriverimport timefrom selenium.webdriver.support.ui import WebDriverWaitfrom selenium.webdriver.common.action_cha... 阅读全文
posted @ 2014-09-27 11:27 光机电算 阅读(271) 评论(0) 推荐(0)