跳到主要内容

消息

对话框中显示的消息。

用法
await dialog.message()
示例
dialogMessage.js
const message = await dialog.message();
返回
  • <string> returns: 对话框中显示的消息。

Welcome! How can I help?

WebdriverIO AI Copilot