php fare hareket taklit?

0 Cevap php

PHP içinde fare hareketini taklit etmek mümkün mü? Bunları söylerken, böyle bir şey yapmak demek:

$mouse->moveToCoordinate($x,$Y); // will move the screen to to the coordinate $X, $Y of the screen
$mouse->moveVector($x,$Y); // will move from the current point to the (current X + $X, current Y + $Y); 
$mouse->click(); // will simulate a mouse click on the screen.

Bu hiçbir tarayıcı açık olsa bile, kullanışlı olurdu (yani klasik javascript çözümü kullanamazsınız).

0 Cevap