I currently have a macro I created which will do a screen capture/scrape whenever invoked. However, I would like to implement something to automate the capture each time a new screen appears. To do this it seems I need to either:
1. Cause the macro to be invoked when a new page appears. I thought I may be able to do this via "hotspots", but I would need to trigger off of the "X" symbol which appears on the bottom host status bar whenever waiting for a host response and new screen. That bar is outside the "hotspots" trigger window from what I can see however.
2. Modify the macro to run continuously, and pass the user's keystrokes on to the session, while monitoring somehow for a new page. I need the screen capture just before the new page is displayed however, so I'm not sure about how to go about monitoring, or if this is feasible.
Ideas? Thanks!
1. Cause the macro to be invoked when a new page appears. I thought I may be able to do this via "hotspots", but I would need to trigger off of the "X" symbol which appears on the bottom host status bar whenever waiting for a host response and new screen. That bar is outside the "hotspots" trigger window from what I can see however.
2. Modify the macro to run continuously, and pass the user's keystrokes on to the session, while monitoring somehow for a new page. I need the screen capture just before the new page is displayed however, so I'm not sure about how to go about monitoring, or if this is feasible.
Ideas? Thanks!