New: Support for indexers with image CAPTCHAs

This commit is contained in:
ta264
2021-03-17 21:30:11 +00:00
committed by Qstick
parent 95d5e0d347
commit 0fa526a1af
15 changed files with 314 additions and 159 deletions
@@ -10,6 +10,8 @@ function getType({ type, selectOptionsProviderAction }) {
switch (type) {
case 'captcha':
return inputTypes.CAPTCHA;
case 'cardigannCaptcha':
return inputTypes.CARDIGANNCAPTCHA;
case 'checkbox':
return inputTypes.CHECK;
case 'device':