``` // Stuck await mouse.moveTo({ x: x + coordinate.x, y: y + coordinate.y }, { moveSpeed: 25 + randomInt(10) }); // Stuck also await ghost.scrollIntoView(i_agree_checkElement, { scrollSpeed: 20 + randomInt(30) }); ``` All the others work fine.