UNPKG

@testplane/webdriverio

Version:

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

13 lines (12 loc) 264 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 */