import {browser, $, $$, expect} from '@wdio/globals'

export default async function (key: string | string[]) {
    await browser.keys(key);
};
