Bom dia pessoal, Meu codigo está igual ao curso, porém o meu não compila. Alguém pode me ajudar?
import org.junit.jupiter.api.Test;
public class helloWordTeste { @Test public void helloW() { System.setProperty("webdriver.chrome.driver", "Drivers/chromedriver"); WebDriver browser = new ChromeDriver(); ((String) browser.navigate()).to("https://hmlregistro.cartorionet.com/"); browser.quit();
}
}