how to fill excel file from selenium scraping in loop with python
问题 i am trying to scrap a website than contain many pages, with selenium i open each time a page in second 'TAB' and launch my function to get the data. after that i close the tab and open the next tab and continue extraction until the last page. my problem is when i save my data in the excel file, i found that it save just the last information extract from the last page(tab). can you help me to find my error ? def scrap_client_infos(linksss): tds=[] # tds is the list that contain the data