Method 1:Determine the version by style
The version can be judged by the style, but it cannot be judged whether it is the enterprise version
...
reCaptcha v3
is a sensorless form, it does not require the user to click on the verification, it will be verified automatically. This type does not have any style display, and it is easy to confuse with reCaptcha V2 invisible, and it is impossible to judge intuitively whether the normal version or the enterprise version is used in this way. For the v3 version, Google scores users based on various environmental factors. The scores range from 0.1 to 0.9. The higher the score, the closer to human beings. The website can judge whether to pass according to the user's score.
Method 2: Use the browser console network
Open the webpage, press F12->Network,
...