[問題] 如何找到有特定屬性的element

作者: FacetheFaith (Yes Man)   2018-03-14 10:52:49
已知有一個span的title屬性值是"product" (<span title="product"/>)
想要定位到此元件,並對它做點擊的動作
請問要怎麼達成?
DOM+XPath行得通嗎?
作者: jmlntw (吉米林)   2018-03-14 11:52:00
document.querySelector/querySelectorAll
作者: chen5252 (鋒炮炸裂)   2018-03-15 18:42:00
jquery attribute selector$(“[title=product]”).click()

Links booklink

Contact Us: admin [ a t ] ucptt.com