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