When calling driver.Navigate().GoToUrl(url);, the code execution stops until the page is fully loaded. This is sometimes unnecessary when you just want to extract data.
Note: The code samples below could be considered hacks. There is no "official" way of doing this.
Create a new thread...