Python+selenium 獲取驗證信息

獲取頁面信息 1.獲取URLpython url = driver.current_urlweb 2.獲取title框架 title = driver.title單元測試 3.獲取text測試 text = driver.find_element_by_xpath("//*[@id='u1']/a[2]").textui 4.獲取頁面元素屬性的valueurl value = driver.fin
相關文章
相關標籤/搜索