Test invisible recaptcha

后端 未结 8 1803
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 17:55

We have integrated invisible recaptcha in one of our websites. Whenever we submit the form it automatically submits.

I read in some google groups that we would get

8条回答
  •  猫巷女王i
    2020-12-13 18:12

    Invisible recaptcha check fails if you try to access your page via automated tests (in my case chrome browser) since chrome has a feature to recognize if the browsers is controlled by such software... so try to create easy tests in Python or Java(+webdriver), to see if recaptcha is implemented correctly.

提交回复
热议问题