N
New Programmer
I work in test automation. I would like to develop a small new way to record and playback using java. I'm interested in the java.awt.robot class, and using the createScreenCapture. This captures a rectangle area. There are other apps out there that allow a user to select an area, and capture an image for playback. That being said, I think a better way would be if there wasa grid overlaying the app screen you are recording. by clicking within oneof the rectangles, the java program could automatically recognize the coordinates of the rectangle within the grid and auto save that image to a defined directory. This eliminates teh step of selecting an area, and provides faster recording.
Does any have any ideas how i could create/use a grid to pre define coordinates?
Does any have any ideas how i could create/use a grid to pre define coordinates?