static S consoleInput() { if (headless()) null; ret getText(consoleInputField()); } static void consoleInput(S text) { consoleSetInput(text); }