1.READ CSV (FILE CONTAIN PLAYERS NAME)
2.OPEN BROWSER (GOES TO THE SITE) (“EA SPORTS™ FIFA 23 - Official Site”)
3. FOR EACH (EACH ROW IN EXCEL CSV)
4. TYPE INTO (SEARCH PAGE AND ENTER)
5. DATA SCRAPING (SCRAPE PLAYER CARD RATING)
6. WRITE INTO CSV
7. CSV CONTAINED ALL THE PLAYER’S RATING ( IM STUCKED ON THIS STEP)
This is where im stuck, i can only get the data based on the last player in the excel instead of all player’s data.
Is there any advice on this? Cause currently i had stucked for months.
based on my assumption i feel that i need variable for each player in order to scrape all the data for each individual player.