Como clicar no botão Avançar em um site usando Python

element = wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR, '.pagination a[rel=next]'))
Horrible Hoopoe