selenium find button with no id code example
Example: selenium find button by text
browser.find_element_by_xpath('//button[normalize-space()="BUTTON-TEXT-HERE"]')
browser.find_element_by_xpath('//button[normalize-space()="BUTTON-TEXT-HERE"]')