1
resposta

Alguem pode me ajudar com isso?

Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded from https://github.com/mozilla/geckodriver/releases

insira seu código aqui
1 resposta

Oi Hilton, tudo bem ?

As versões mais novas do Selenium precisam ter um driver para conseguir funcionar.

Você precisa baixar a versão mais recente nesse site: https://github.com/mozilla/geckodriver/releases

Em seguida você precisa colocar no projeto e falar que vai usar nos seus testes.

Para isso você precisa colocar em todos os testes que usa o selenium, antes de criar o WebDriver :

System.setProperty("webdriver.gecko.driver","caminhoParaODriver");