Displaying 1 result from an estimated 1 matches for "save_as_bmp".
2005 Apr 27
0
Screen capture
...lename
is selected, or the path doesnt exist etc
# * filename - string - the name of the file to save. If its
not fully qualified the current directory is used
# * active_window - boolean - if true, the whole screen is
captured, if false, just the active window is captured
# * save_as_bmp - boolean - if true saves the file as a bitmap,
saves it as a jpeg otherwise
def screen_capture(filename , active_window_only=false,
save_as_bmp=false)
ie.screen_capture(''c:\\pics\\screen_1.jpg) # does a copy of the whole
screen
ie.screen_capture(''c:\\pics\\screen_1.j...