Future<Online> close() async { Show.action('closing', 'browser'); await browser.close(); return this; }