摘要: 1 import os 2 import time 3 from selenium import webdriver 4 from selenium.webdriver.support.wait import WebDriverWait 5 from selenium.webdriver.support import expected_conditions as EC 6 from ... 阅读全文
posted @ 2019-02-17 15:54 ronle 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1 import xlrd 2 3 4 class OpenExecl: 5 def __init__(self, file_path=None): 6 if file_path == None: 7 self.execl_path = r"H:\***.xls" 8 else: 9 s... 阅读全文
posted @ 2019-02-17 13:18 ronle 阅读(217) 评论(0) 推荐(0) 编辑