Exemplo n.º 1
0
        virtual public void SetupTest()
        {
            path   = ConfigurationManager.AppSettings["ContentPath"].ToString();
            driver = new FirefoxDriver();

            selenium           = new WebDriverBackedSelenium(driver, ConfigurationManager.AppSettings["_3DRURL"]);
            verificationErrors = new StringBuilder();
            selenium.Start();
            selenium.Open("/Default.aspx");
            selenium.WindowFocus();
            isSeleniumRunning = true;
        }