如何查找具有特定属性且具有特定值的元素
问题描述:
如何查找具有属性"question-id"且等于特定值的元素? 从那里,我需要找到最近的div(此元素的包装器).
How do a find an element which has the attribute "question-id" and equals a specific value? From there, i need to find the closest div (the wrapper of this element).
谢谢