Selenium webdriver e chromedriver
05/12/2013
0
Olá , bom dia .
Estou querendo rodar meus testes com selenium webdriver usando o chromedriver .
Porém sempre aparece esta exceção :
Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see http://code.google.com/p/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://code.google.com/p/chromedriver/downloads/list
Eu já defini o caminho no path e não foi suficiente . Agora criei uma variável de ambiente , chamada webdriver.chrome.driver e coloquei o caminho para o chromedriver.exe .
E então estou tentando colocar este código :
System.setProperty("webdriver.chrome.driver ", "C:\Driver para webDriver\chromedriver.exe");
Mas não consigo inicializar o teste .
Alguma sugestão ?
Obrigada .
Jessica Rodrigues
Curtir tópico
+ 0
Responder
Posts
09/12/2013
Jessica Rodrigues
Sim , selenium é uma ferramenta de teste e chromedriver é um driver para teste do google .
Responder
10/12/2013
Jessica Rodrigues
São muito utilizadas para realizar testes automatizados .
Responder
Clique aqui para fazer login e interagir na Comunidade :)