Hello, I am working on a SCAR projet, when the script refresh a page the client windows changes, I'd like to know what I can do againts that. I've tryed Code (Text): handle := GetClientWindowHandle ; MoveMouseSmooth(551,711); Writeln('moving 1st time'); Writeln('refresh now'); wait(5000); //time to refresh... SetClientWindowHandle(handle); //back to 1st handle MoveMouseSmooth(551,711); //back to 1st position Writeln('moving2'); and the mouse at the second time doesn't go at the same place, it's suppose to due to the fact that its back to the original client window, so the same original x,y coordinates.