Selenium webdriver e chromedriver

Engenharia de Software

05/12/2013


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

Jessica Rodrigues

Curtidas 0

Respostas

Fernanda Acacia

Fernanda Acacia

05/12/2013

são ferramentas?
GOSTEI 0
Jessica Rodrigues

Jessica Rodrigues

05/12/2013

Sim , selenium é uma ferramenta de teste e chromedriver é um driver para teste do google .
GOSTEI 0
Fernanda Acacia

Fernanda Acacia

05/12/2013

OK, Jessica, são muito utilizadas?
GOSTEI 0
Jessica Rodrigues

Jessica Rodrigues

05/12/2013

São muito utilizadas para realizar testes automatizados .
GOSTEI 0
POSTAR