cohhi / application-Test

软件测试
http://411.free.svipss.top/blog/resources/applicationtest/index.html
0 stars 0 forks source link

selenium无法向指定元素截图 #4

Open cohhi opened 1 year ago

cohhi commented 1 year ago
from selenium import webdriver
from selenium.webdriver.common.by import By

driver = webdriver.Chrome()
driver.get("http://411.free.svipss.top/blog/resources/applicationtest/resources/steam-404/steam-404Selenium.html")
message=driver.find_element(by=By.ID,value="contentText")
message.screenshot("ikun.png")