滑块验证码破解,以工商滑块验证码为例。
环境:jdk1.8
说明:使用selenium调用chromedriver( https://chromedriver.storage.googleapis.com/index.html?path=2.30/ )模拟滑动验证码。
注意:chromedriver的位置需要与代码System.setProperty("webdriver.chrome.driver", "C:\Program Files (x86)\chromedriver_win32\chromedriver.exe")对应。