Currently,
I have a lot of scripts that run from excel in order to scrape data from TSYS. Is there a way to access the screenshots from the screen history?
I am using GetObject("RIBM") in order to control the emulator, but currently stuck on what I should use. I have seen folks using:
screenImage = ThisIbmTerminal.Productivity.ScreenHistory.GetLiveScreenImage()
But the above does not work as I am running the macros within excel and not within the emulator. Can someone help please?
Thank you,