good morning.
I am quite new to scrapping data with selenium and am facing one difficulty to gather the data from this website.
https://www.puertodeveracruz.com.mx/datosBuques/principal.php?jmlp=1
What I would like to retrive are all rows for these 3 columns:
Viaje,Nombre Buque,Fecha ETA
I tried to get it by using driver.findelements but I am not sure what elemt should I use, tried id="gridSimpleFiltering_footer_container" but it seems not to work.
What would be the solution?
Thank you in advance!