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>
div
class=\"item\"
I searched for the XPath of the element instead and it worked:
//*[@class="item"]