Method Common.ShowMessageBox
Shows MessageBox with the given message textUsage
Function ZAP.Common.ShowMessageBox (
String Message
)
Parameters
Message
Type: String
Message Text
Returns
No return value
Example
VBScript
Zap.Common.ShowMessageBox Application("Demo").View("DemoView").Object("DemoObject").GetText()
JavaScript
Zap.Common.ShowMessageBox(Application("Demo").View("DemoView").Object("DemoObject").GetText());
Comment
Get text property from object and show message box with result