When included in my code
ScrapingBrowser browser = new ScrapingBrowser();
WebPage testPage = browser.NavigateToPage(new Uri("https://www.google.co.uk/"));
causes the Windows Form to stop working (once this line is reached in execution, the form freezes and I have to halt execution). However, there are no errors or anything else to indicate something is wrong.