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