原创 Selenium 簡介

selenium 學習筆記(一) 1.selenium 的安裝 pip inatall selenium 2. 創建瀏覽器實例 driver = webdriver.Firefox() # 創建Firefox 瀏覽器實例 drive