auto_openURLInBrowser

public void auto_openURLInBrowser(){
    try {
        page = createPlaywrightPageInstance(System.getProperty("browser"));
        page.navigate(System.getProperty("applicationUrl"));
    }
    catch (Exception e) {
        e.printStackTrace();
    }
}
What are your feelings
Scroll al inicio