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

export default async function (script: string) {
    await browser.execute(script);
}
