摘要: selenium等待特定元素加载完毕 is_disappeared = WebDriverWait(driver, 8, 0.5, ignored_exceptions=TimeoutException).until(lambda x: x.find_element_by_id("id").is_d 阅读全文
posted @ 2017-04-20 20:27 随便了888 阅读(15588) 评论(1) 推荐(1) 编辑
摘要: import pandas as pd import numpy as np df = pd.read_csv("result.csv") # csv # df = pd.read_excel("sample.xlsx") # excel df.to_excel("sample.xlsx", index=False) # write data... 阅读全文
posted @ 2017-04-20 16:40 随便了888 阅读(32187) 评论(0) 推荐(0) 编辑