selenium 2 chrome driver

后端 未结 10 601
情书的邮戳
情书的邮戳 2020-12-05 03:23

So I have read all the docs on adding chromedriver to my path and followed all of them. I am on a Mac with selenium2, maven, eclipse, and all the latest drivers:

<         


        
10条回答
  •  死守一世寂寞
    2020-12-05 03:44

    System.setproperty("webdriver.chrome.driver","your file path here with chromedriver.exe");
    webDriver driver=new chromeDriver();
    driver.get("http://google.com");
    

提交回复
热议问题