selenium find element based on text and class code example
Example: selenium find element by content
driver.find_elements_by_xpath("//*[contains(text(), 'My Button')]")
driver.find_elements_by_xpath("//*[contains(text(), 'My Button')]")