Comment cliquer sur le bouton Suivant sur un site Web à l'aide de Python

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