@ensdmrlq said in How Can I Inject Captcha Token In Browser ?:
Isn't it faster and more precise to resolve via token
No
How do I add the parameter type is Call Function let me can Select function for my Action
ths..verymuch


These functions are all BAS functions, Here I describe it like this
function functionDemo001() {
}
function functionDemo003() {
}
function functionDemo003() {
}
//Parameter is a function pointer
function functionDemoIwanttoCallOtherfunction(ParameterIsFunctionName) {
}
//use
functionDemoIwanttoCallOtherfunction ( functionDemo001 )
functionDemoIwanttoCallOtherfunction ( functionDemo002 )
functionDemoIwanttoCallOtherfunction ( functionDemo003 )
// It just like the Function: **Call Function**
pls help me tks very much