closeWindow static method
Closes the current window.
Implementation
static void closeWindow() {
Log.debug('closeWindow()', 'WebUtils');
web.window.close();
}
Closes the current window.
static void closeWindow() {
Log.debug('closeWindow()', 'WebUtils');
web.window.close();
}