▲ | anerli 20 hours ago | |
So the problem is if we cache the coordinates and click blindly at the saved positions, there's no way to tell if the interface changes or if we are actually clicking the wring things (unless we try and do something hacky like listen for events on the DOM). Detecting whether elements have changed position though would definitely be feasible if re-running a test with Moondream, could compared against the coordinates of the last run. | ||
▲ | chrisweekly 12 hours ago | parent [-] | |
sounds a lot like snapshot testing |