UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
@wdio
/
sync
/
build
/
runFnInFiberContext.d.ts
4 lines
•
272 B
TypeScript
View Raw
1
2
3
4
/// <reference types="webdriverio/webdriverio-core" />
/// <reference types="webdriverio" />
export
default
function
runFnInFiberContext
(
fn:
Function
):
(
this
: WebdriverIO.BrowserObject, ...args: any[]
) =>
Promise
<unknown>;
//# sourceMappingURL=runFnInFiberContext.d.ts.map