How to read the text from image (captcha) by using Selenium WebDriver with Java
问题 I have registration webpage but in last captcha is displaying.. I am not able to read the text from image. I am going to mention the code and output .. @Test public void loginTest() throws InterruptedException { System.out.println("Testing"); driver.get("https://customer.onlinelic.in/ForgotPwd.htm"); WebElement element = driver.findElement(By.xpath("//*[@id='forgotPassword']/table/tbody/tr[5]/td[3]/img")); System.out.println(" get the instance "); String elementTest = element.getAttribute(