@solihin
I can solve the captcha, but then the process would wait forever with "Executing action: Solving Recaptcha 2.0"
This should be fixed in 16.3.0 version. If you are using 16.3.0 version and tried to recreate solve recaptcha action, please send me site url as personal message, I'll fix that.
It seems although the captcha solving is working, it waits some 'response' because the captcha iframe itself resides in its parent <div> (BAS somehow can't detect this div #id inside iframe).
Module consideres catcha solved if #recaptcha-anchor element has class recaptcha-checkbox-checked inside same frame, which Solve Recaptcha 2.0 action was applied.
I'm thinking about setting timeout for recaptcha process, but how? Or is there other solution?
You can put Solve Recaptcha 2.0 action inside Ignore Errors action, but it is not recomended to do that, solver should work in any situation.