chrome://extensions/
anycaptchaSolveButton
(anycaptchaSolvingButton will automatically be created as soon as hcaptcha/funcaptcha callback finishes rendering)anycaptchaSolvingButton will automatically be created as soon as hcaptcha/funcaptcha callback finishes rendering.
Note, in some cases where the chrome dev tool's search feature finds anycaptchaSolveButton but doesn't focus on it (because it's rendered in an iframe), you need to find that iframe. We are sure thatanycaptchaSolveButton
has been created and is located somewhere in the elements. You have to find it.
IMPORTANT!!!!! ifanycaptchaSolveButton
is in an iframe, you need to execute the above javascript command inside that iframe (Switch to iframe)