Hello there! ?
I've tried to use some importing functions inside Google Sheets (mainly: IMPORTHTML; IMPORTXML; IMPORTJSON) to extract the race data using only the raceid and without having to do it all manually or face the DriverNameTeamName on the .csv export (which is also manual as I would have to download them all), but I always seem to hit a dead end on iGP while I can grab the information on other websites easily.
I'm not expert in programming, but decided to try "inspect element" on the game using IMPORTXML to see what is blocking my access to the tables of content inside the game and it seems to stop at a blank <div> before the table itself (although I can't get any info other than the class and id of the HTML functions):
Is it possible to find a way through or I have to rely on the slow .csv process?
Thanks in advance! ?