On this website, there's a div with the attribute class="item". When I clicked F12 to bring up the Developer Tools. I pressed Ctrl + F and typed in class="item" and no results came back. I also tried Ctrl + Shift + F but nothing returned. Here is a screenshot:
div
class="item"
Even if I search for class=, only text within HTML comments are found. Thanks in advance for any help you are able to provide.
class=
I searched for the XPath of the element instead and it worked:
//*[@class="item"]
2.1m questions
2.1m answers
60 comments
57.0k users