直接使用pip安裝. 1 pip install selenium. 用Chrome 瀏覽器來測試. 1 from selenium import webdriver 2 3 browser = webdriver.Chrome()
確定! 回上一頁