当前位置:网站首页>Google browser chropath plug-in

Google browser chropath plug-in

2022-06-27 09:32:00 wdd668

Download ChroPath 6.1.12 CRX File for Chrome - Crx4Chrome

For Google Chrome location element operation How to quickly locate elements

selenium java jar Download address :





http://selenium-release.storage.googleapis.com/

chrome driver Download address

https://chromedriver.storage.googleapis.com/

jdk1.8

take selenium java jar Medium jar Introduce into the project

public static void main(String[] args) {
    System.setProperty("webdriver.chrome.driver", "D:\\softout\\chrome plug-in unit \\chromedriver.exe");
    WebDriver webDriver;
    webDriver = new ChromeDriver();
    webDriver.get("http://baidu.com");

    webDriver.close();
}

原网站

版权声明
本文为[wdd668]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270926273909.html