Now the hover is happening, but the button that appears does not press hard.
hover = driver.find_element_by_xpath("//h2[text()='МТС Деньги Weekend']") # Наведение мыши hover = ActionChains(driver).move_to_element(hover).perform() hover.perform() driver.find_element_by_xpath("//*[@id=\"result\"]/div[1]/div/div[1]/a/div[2]/div[1]/div[2]/div[1]").click()