Auto click macro by using php -


i'm using macro recorder programs auto clicking. these kinds of programs made visual basic, c++, etc., i'd write 1 in php.

i'm loading remote website using php's curl implementation. i'd php script click exact mouse positions (for example: x:345px y:234px), wait 15 seconds, repeat.

is possible in php? if so, php functions should use?

check out selenium ide firefox extension play , simple record test cases. supports click on specific coordinate.

selenium command clickat


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -