انتقل إلى المحتوى الرئيسي

نوع

يُرجع نوع مربع الحوار، ويمكن أن يكون إما alert أو beforeunload أو confirm أو prompt.

الاستخدام
await dialog.type()
مثال
dialogType.js
const type = await dialog.type();
يُرجع
  • <string> returns: نوع مربع الحوار

Welcome! How can I help?

WebdriverIO AI Copilot