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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -