I'm trying to click the 'Allow essential and optional cookies button' which pops up on Facebook.
button = driver.find_element(By.XPATH,"//button[@id='u_0_e_EQ']")
button.click
the error is that the id (u_0_e_EQ) changes every time the page is reloaded. Is there any way to get around this?