Comment 12 for bug 1013396

Revision history for this message
RaiMan (raimund-hocke) wrote :

@ John
Does exactly the above script produce problems?

If yes, with what heapsize is it running how long? How many iterations?

BTW: this would make it at least live longer, since one find is saved:

while True:
    while not exists(image_name):
        sleep(0.25)
    click(getLastMatch())