I'm trying to debug my script.
getBank.open()
log("next step")
This is my entire script, its located in the "loop" section.
The script clicks on the banker, opens the PIN interface then, the log comes up. After some time I get
Script exeecutor is taking too long to suspend; restarting now...." "Shutting down script background executors"
Then the bank pin solver starts and CORRECTLY ENTERS THE PIN. Followed by
"Terminated script my script"
I can't for the life of me figure out what the heck is happening. The back pin solver is "working" but will never work while my script is running.
when I wait for the bank to open, the solver never comes up.
Does anyone know what is happening here? I have also tried a conditional wait for the bank to be open and I get similar strange behavior. Thanks!