赞
踩
driver.implicitly_wait(30)
driver.set_page_load_timeout(30)
driver.set_script_timeout(30)
import time
#导入time模块time.sleep(3)
#等待3秒driver.title
driver.current_url
driver.find_element_by_id("id").text
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。