06 2019 档案
摘要:import requests import urllib3 from requests.packages.urllib3.exceptions import InsecureRequestWarning class requests_Driver(): def requests_driver(se
阅读全文
摘要:selenium三大等待,sleep(强制)、implicitlyWait(隐式等待)、WebDriverWait(显式等待),主要记一下最后面的WebDriverWait。 WebDriverWait是三大等待中最常用也是最好用的一种等待方式,比起另外两种而言,B格更高、更智能。写法为: 在ifr
阅读全文