public void FirefoxTest() { firefoxWindow = Firefox.Launch("about:blank"); Assert.AreNotEqual(null, firefoxWindow); }