How to read the text from image (captcha) by using Selenium WebDriver with Java

后端 未结 7 1000
囚心锁ツ
囚心锁ツ 2020-12-15 02:52

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 ..

<         


        
7条回答
  •  眼角桃花
    2020-12-15 03:19

    The whole purpose of CAPTCHA is to prevent automation from the UI! You may wanna use internal APIs for verifying the action.

提交回复
热议问题