Reputation: 83348
I am doing some automation on the sever side. I'd like to somehow interact with the HTML page through Python code and access the pixel data. What kind of options Selenium offers for his kind of approaches?
Possible considerations
Raw pixel data access in in-process memory
Get pixels by saving them to a local image file (PNG)
Get pixels by saving them to a memory, listening port on localhost and pushing the data there over AJAX
Creating an image file and accessing it directly in-process memory
Upvotes: 5
Views: 2277