Is there a way to find an element using only the data attribute in html, and then grab that value?
For example, with this line inside an html doc:
<ul data-bin="Sdafdo39"> How do I retrieve Sdafdo39 by searching the entire html doc for the element that has the data-bin attribute?