My company uses Oracle's Middleware Forms application to interface with our pl.SQL database. The database engineers and our data analysts have access to the actual database and everyone else has access to it through OFM Forms. I'm looking for a way to interact with OFM Forms using Python.
I would like to do with without GUI automation because I've been playing with GUI automation for the last week and it isn't working well. OFM just sort of makes the various modules I have tried wonky and unresponsive. For the record I have tried SendKeys, PyAutoGUI, Automa, SendKeys.Ctypes, and another but I can't recall what it is called. The only success I have had with automation is using AutoHotKey.
Does anyone know if there is a COM interface or a non-GUI interface to interact with OFM Forms? If not, anyone have any other suggestions for a GUI automation?