121122123124125126127128129130131
Integer windowId = (Integer) WINDOW_FINDER_EXPRESSION.getValue(pathContext); if (windowId != null) { setActiveWindowId(windowId); } else { throw new WindowNotFoundException("No window is available for driving"); } filterActiveWindow(); } }