Skip to content

alertClick

Rubens Dos Santos Filho edited this page Feb 7, 2019 · 1 revision

Simulates a mouse click to an Progress OpenEdge message with VIEW-AS ALERT-BOX attributes.

Parameters

Attribute Type Name
title string Message title
button OEButtons Button to be clicked
timeout** number Waiting timeout

** optional parameters

This method returns a Promise with true value or with an Error instance depending if the command was successfully executed or not.

oeAgent.alertClick('Question', OEButtons.YES);
Clone this wiki locally