Is it possible to click multiply buttons with the same text with Selenium?
I had the following in html:
driver.find_element_by_xpath('//button[contains(text(), "HELLO")]').click()