So without any human interaction. I would like to automate some process of playing replays of a game which i need to record.
thanks.
The problem with games is that the UI is often rendered by the game engine to a canvas, so outside software doesn’t have a representation of discrete UI elements to click on, as opposed to a browser where every element is part of the DOM and can be targeted by CSS selectors.