Hi
We have a Java class in which it is required to run a code when the user select the delete row button in a table.
@Override
public int toggledeleterow() throws MXException {
clientSession.showMessageBox("mx", "cannotbedeleted", null);
}
Is it possible to do the same in automation script ?