随笔分类 -  Selenium

WebDriverWait
摘要: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 光机电算 阅读(403) 评论(0) 推荐(0)
Selenium 学习
摘要:#coding=utf-8from selenium import webdriverimport timefrom selenium.webdriver.support.ui import WebDriverWaitfrom selenium.webdriver.common.action_cha... 阅读全文
posted @ 2014-09-27 11:27 光机电算 阅读(261) 评论(0) 推荐(0)