无法使用AndroidViewClient将图像写入文件

时间:2014-05-04 15:28:02

标签: python automation androidviewclient

vc.writeImageToFile(“C:\ image.png”)代码给出以下错误:

文件“C:\ AndroidViewClientMaster \ AndroidViewClient \ src \ com \ dtmilano \ android \ viewclient.py”,第2309行,写入imageImageToFile     self.device.takeSnapshot()。writeToFile(filename,format)

文件“C:\ Python27 \ lib \ site-packages \ PIL \ Image.py”,第512行, getattr     引发AttributeError(名称)

AttributeError:writeToFile

有什么问题?

1 个答案:

答案 0 :(得分:0)

vc.writeImageToFile("C:\image.png")

应该在 AndroidViewClient> = 5.4.7

上正常运行