web services - using browsers programatically -


i want build following back-end service:

for each call service, spawn web browser loads webpage (including flash) , returns screenshot of page caller @ intervals (ie every 3 seconds) until caller disconnects. needs scale many callers (thousands perhaps), each of needs own browser session.

when decided needed build program, surprised had no idea how it.

on stackoverflow, found following link looks promising: http://www.genuitec.com/about/labs.html

any other ideas? thanks!

this app shows promise: http://sikuli.csail.mit.edu/

it's tricky setup. think looking for.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -