I used an xpath search by text to find an element I wanted to locate.
location = browser.find_elements_by_xpath(f"//*[text()=\'{i[0]} \\u00a0\']") <