Selenium查看元素属性
1.如果获取图⽚中的 src 值:
<img id="imgcorrelationId" class="profile-user-img img-responsiveimg-responsive img-circle" alt="User profile picture" src="/image/12.png"> driver.find_element_by_xpath("//*[@id='imgcorrelationId']").get_attribute("src")
2.获取 ifranme 中的 id 属性值selenium xpath定位
<iframe id="download_zxbg" src=""></iframe>
driver.find_element_by_xpath("//*[@id='download_zxbg']").get_attribute("id")

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。