Comparing version 0.0.4-alpha-16 to 0.0.4-alpha-17
@@ -37,3 +37,3 @@ import { ChannelValue } from "./channelValue"; | ||
export interface CallFunctionParameters { | ||
function: string; | ||
functionDeclaration: string; | ||
awaitPromise: boolean; | ||
@@ -40,0 +40,0 @@ target: Target; |
{ | ||
"name": "wd-bidi", | ||
"version": "0.0.4-alpha-16", | ||
"version": "0.0.4-alpha-17", | ||
"description": "WebDriver BiDi API for automation testing", | ||
@@ -5,0 +5,0 @@ "main": "./build/cjs/index.js", |
196420