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