I'm trying to select this element with Python Selenium, but don't know how since it does not contain and id/class name/etc..
Here is the HTML:
<img src="/resource/1599091587000/nforce__SLDS0102/assets/icons/utility/chevrondown_60.png">
I've tried:
chrome_browser.find_element_by_xpath("//img[contains(text(),'/resource/1599091587000/nforce__SLDS0102/assets/icons/utility/chevrondown_60.png')]")