You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2024. It is now read-only.
I have a bool setting in Web.Config to decide if bypass would happen.
Then I copied your ActionFilter EasyGCaptcha and added these lines of code:
Only to find out the
EasyGCaptchaResult.Successis aninternal get;.In the extension, there is a property called
UsePassthruInDebugMode. How to use it? Any documentation or example code?What is your preferred way to bypass reCaptcha? I just need it for Selenium.
Thanks.