2
respostas

Cannot start the driver service on http://localhost:54530/

Ao executar está aparecendo seguinte exceção "Cannot start the driver service on http://localhost:54530/" Pode ser alguma coisa com proxy ? Segue código utilizado ...

              IWebDriver firefox = new FirefoxDriver(@"c:\");
              firefox.Navigate();

             firefox.Navigate().GoToUrl("http://www.google.com");

            IWebElement caixaDeTexto = firefox.FindElement(By.Name("q"));

             caixaDeTexto.SendKeys("Caelum");
2 respostas

Pode postar pra gente a stack trace inteira?

Parece que o caminho do exe do driver esta incorreto ou não pode acessar essa pasta. tem certeza que ele ta no C:\?