軟件測試-自動化-Python2

import time from selenium import webdriver #打開遊覽器 driver=webdriver.Firefox() #輸入網址 driver.get("http://localhost:8000/ranzhi/www/") #等待時間3秒 time.sleep(3) # id定位並清除內容 driver.find_element_by_id("account
相關文章
相關標籤/搜索