Solving Picture Captcha With Selenium and 2Captcha (JAVA)
问题 I have been struggling with solving captcha using selenium, java, 2captcha's api. It clicks the verify button but doesn't solve the picture, no errors pop out.. Here's my code: private void solveCaptcha(String apiKey) { String googleKey = "6Lcsv3oUAAAAAGFhlKrkRb029OHio098bbeyi_Hv"; String pageUrl = "https://secure.runescape.com/m=weblogin/loginform?theme=oldschool&mod=www"; TwoCaptchaService service = new TwoCaptchaService(apiKey, googleKey, pageUrl); try { String responseToken = service