UNPKG

webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

13 lines 298 B
export {}; /** * Returns dialog's type, can be one of `alert`, `beforeunload`, `confirm` or `prompt`. * * <example> :dialogType.js const type = await dialog.type(); * </example> * * @alias dialog.type * @returns {string} The type of the dialog */ //# sourceMappingURL=type.d.ts.map