Screen Scraping for Modern Applications?

Paul McGuire ptmcg at austin.rr._bogus_.com
Mon Jun 12 01:44:53 EDT 2006


<ljr2600 at gmail.com> wrote in message
news:1150088989.408815.290690 at c74g2000cwc.googlegroups.com...
>
>
> Scrape means simply scraping pixel colors from locations on the screen.
> I'll worry about assembling it into meaningful information.
>

I've used pywinauto to interact with a Flash animation panel, running within
an Internet Explorer browser.  By "interact" I mean moving and clicking the
mouse, and capturing images, which can then be processed to access
individual pixels.

-- Paul





More information about the Python-list mailing list