So klicken Sie mit Python auf die nächste Schaltfläche auf einer Website

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