Slider button click in selenium python
问题 My issue is the following : I am training to retrieve the information on this website https://www.cetelem.es/. I want to do several things: Click on the two slide buttons to change the information. Retrieve the information following the change of the sliding buttons Put a condition, only retrieve information when tin and tae change. I tried with the following code on google colab : from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver