EXITSUCCESS Posted April 11, 2013 Posted April 11, 2013 Does anyone know code that I could incorporate into my scripts that would check for this screen while banking (comes up first bank after login) and then hit "yes, I want the pin" so that its not a problem if the bot ends up loging out/in Thanks
Krulvis Posted April 11, 2013 Posted April 11, 2013 selectInterfaceOption(14, 225, "Ok") <-- this should do it. Just make a if(client.getBank().isOpen()){ <run script> } 14 is the bank interface and 225 is the message saying "yes, I really want this PIN or something like that.
GoldenGates Posted April 11, 2013 Posted April 11, 2013 selectInterfaceOption(14, 225, "Ok") <-- this should do it. Just make a if(client.getBank().isOpen()){ <run script> } 14 is the bank interface and 225 is the message saying "yes, I really want this PIN or something like that. If you don't know how to work with interfaces, just move mouse to a certain position and click if bank is open and client.getInterface(14).isValid