@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
What is _BAS_HIDE in hCaptchaModule (Maybe also other modules)
-
Hi everyone, everything is in the title.
I just want to know what is the _BAS_HIDE() function in this module. Ex:
_BAS_HIDE(BrowserAutomationStudio_HCaptcha).execute = function () {
return originalExecuteFn.apply(this, arguments);
};If someone know how BAS call the hcaptcha solve callback that also would help me. Thanks a lot