dimanche 10 novembre 2019

Using webdriver without http/https not working

I was implemented one way its working fine, i need another way.

    WebDriver  driver = new FirefoxDriver();
    String url="http://www.gmail.com";
    driver.get(url)
    with out  http: protocol ("www.gmail.com") not working

Aucun commentaire:

Enregistrer un commentaire