Reading message box text from Oracle Forms Application

Hi,

I am trying to automate an Oracle Forms Application and i am facing the following issues,

  1. Not able to read the message box text because based on the message text i need to make provide some decision. Let me know how to achieve this.

  2. There are infinite no. of error/status/information messages thrown out by the application in the form of message box. I wanted to handle these globally so any approach would be helpful.

Thanks
Venkat

Hi @Venkatroyal,

Here a few steps which I’ve followed to handle such error pop-ups in my project.

  1. Use Element Exists to find whether Pop-Up / Error message exists or not.
  2. Use Send HotKeys and pass ALT + O key.

I hope, It will help you out.

Regards,
Vikas

1 Like