!7 cmodule GMail > DynVisualBot { transient bool foundSomething; transient RandomScreenScan scan = new(400, 100); transient Rect lookingAt; visual dm_printLogComponent(); start-thread { while not null (lookingAt = scan.get(foundSomething)) foundSomething = notNull(print(ocr_checkForRegexp(shootScreen2(lookingAt), "Inbox \\(([0-9,]+)"))); } }