diff --git a/repo/js/Ciallo/main.js b/repo/js/Ciallo/main.js index 54d0ad6b2..4c624d735 100644 --- a/repo/js/Ciallo/main.js +++ b/repo/js/Ciallo/main.js @@ -28,6 +28,7 @@ const chatTemplate = file.ReadImageMatSync("assets/RecognitionObject/chat.png"); ); await sleep(1000); await findAndClick(recognitionObj); + await sleep(1000); keyPress("VK_RETURN"); await sleep(1000); inputText(ciallo); @@ -51,4 +52,4 @@ async function findAndClick(target, maxAttempts = 5) { if (i < maxAttempts - 1) await sleep(250); } return false; -} \ No newline at end of file +}