madoctopus
Supreme Member
- Apr 4, 2010
- 1,388
- 3,709
From what I know the browser itself, as any program who communicates with other computers, use sockets.
It can be done from what I know by Python+Selenium (http://seleniumhq.org/). No, PHP can not do it (unless you make PHP work with selenium which I never looked into). Python+Mechanize can't either.
Theoretically at least, you have other choices either but are overly complicated - combining PHP/Python/Whatever with a macro platform like AutoHotKey or iMacros.
Let me guess, desktop coders (C# and the kind)? They would think about that x-pixels approach if they didn't knew about libraries that emulate browsers.I was told, by several programmers, the only way to work with it is to create a click interface (that will click a certain number of pixels or in a defined area)
It can be done from what I know by Python+Selenium (http://seleniumhq.org/). No, PHP can not do it (unless you make PHP work with selenium which I never looked into). Python+Mechanize can't either.
Theoretically at least, you have other choices either but are overly complicated - combining PHP/Python/Whatever with a macro platform like AutoHotKey or iMacros.