Implementation of the new Google reCAPTCHA v3
https://www.google.com/recaptcha/intro/v3.html
This new reCAPTCHA will not block user interaction by asking to solve a puzzle. You can decide what to do based on the Score given to the user (BOT ->0.0 to 1.0 <- Human).
You will need to set up the 2 Site properties for the Site Key and Google Key.
You can get the keys on the reCAPTCHA admin page (make sure you generate the keys for version 3 of the reCAPTCHA)
https://www.google.com/recaptcha/admin
Usage:
Drag webblock to the screen you want to validate. Optionally pass the action name you want to validate (useful for monitoring on the reCAPTCHA dashboard from google)
On the action you want to validate, drag the reCAPTCHAV3_Validate and based on the output score decide if you want to continue with the action or change the execution flow.