selenium_day_5 0.EC模塊presence_of_element_located(locator) locator: 定位器數(shù)據(jù)...
投稿
收錄了5篇文章 · 1人關(guān)注
selenium_day_5 0.EC模塊presence_of_element_located(locator) locator: 定位器數(shù)據(jù)...
selenium_day_4 1.單選框和復(fù)選框 單選框 type:radio定位-->點擊判斷是否被選中元素.is_selected() 復(fù)...
seleniumday_3 1.鼠標(biāo)事件 ActionChains類from selenium.webdriver.common.action_...
selenium_day_2 1.元素定位 1.1id屬性定位 語法driver.find_element_by_id("id屬性值") 用法只...
selenium day_1 隱性需求: 用戶習(xí)慣針對不同的用戶群體,使用習(xí)慣 行業(yè)規(guī)范電商,保險,醫(yī)療,金融 競爭對手 測試流程: 分析---...