widgets.interact(219, 0, 1, "Continue");
sleep(random(2000,3000));
Instead of clicking on 219, 0, 1 sometimes it does click this but most of the time it gets stuck because it selects 219, 0, 2. Can anyone tell me what I'm doing wrong? Or show me the proper way to use widgets?