ResizeTo(1920,1080);
await WaitForLoading();
await Delay(Random(3000,5000));//you can change these values
var rand = Random(1,2);
if (rand==1) {
ClickByCoordinates (387, 408, 390, 428, 1); //your add position --- you must change
} else {
ClickByCoordinates (387, 408, 390, 428, 1)...