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