@After
public void after() {
this.paginaDeLogin.fechar();
}
public void fechar() {
this.driver.quit();
}
Toda vez que eu rodo o código com o driver quit aparece o seguinte erro: error communicating with the remote browser. it may have died