I'm trying to get the text from play.typeracer.com, but when i join a race, the page starts loading lots of things like ads. But altough the page is completely loaded Selenium waits for the Ads to load before it executes a code line.
I've already tried using a page load timeout, but as i said, the website is loaded, it just waits for the ads. The funny thing is, that on my normal browser the ads load instantly. But that could be because of the website cache.
Is there someway i can stop the additional page loading or just Find the Elements while it's loading?