軟件測試-自動化-Python

import time from selenium import webdriver from selenium.webdriver.support.select import Select #打開遊覽器 driver=webdriver.Firefox() #輸入網址 driver.get("http://localhost:8000/ranzhi/www/") #等待時間3秒 time.sl
相關文章
相關標籤/搜索