摘要:
XPATH定位 from selenium.webdriver.common.by import By def login(driver): el4=driver.find_element(By.XPATH,'//xpath of login') el4.click() el4.clear() AC 阅读全文
摘要:
我自己的测试框架 代码如下 from playwright.sync_api import Playwright, sync_playwright, expect import function import test_case with sync_playwright() as playwrigh 阅读全文