PAMIE save an image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • elbertlev@hotmail.com

    #1

    PAMIE save an image

    Hi, all!

    I'm writing a web page tester. The page is designed in such a way, that
    every time it creates an image file and displays it on the page. As
    soon as the file is downoladed it is deleted from the server.
    Using PAMIE I can download the page (by controlling an instance of IE)
    then
    images = ie.imagesGet() #list of images
    src = images[0].getAttribute(' src') #sorce of the image

    Is it possible to save the image(s) in the local file?

Working...