Future<Online> press(Key key, {bool show = true}) async { if (show) Show.action('pressing', key.toString()); await (await page).keyboard.press(key); return this; }