CaptureBitmap 方法
Object的CaptureBitmap方法可以将对象图片拷贝到物理路径中存档。具体语法如下: object.CaptureBitmap FullFileName, [OverrideExisting]
描述: object: A test object of type WinEdit. FullFileName: Required. A String value. OverrideExisting: Optional. A Boolean value. 0 or 1(True or False) i.e to over the present file or not. OverrideExisting:0或者true是指如果该文件已经存在,则覆盖。
1或者false如果该文件已经存在,则出错,告知文件已经存在。 实例:Window("Flight Reservation").CaptureBitmap "e:\f.bmp",true