码迷,mamicode.com
首页 > 其他好文 > 详细

屏幕截图

时间:2018-07-10 20:12:56      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:strong   span   image   file   color   log   截图   get   save   

截图方法

save_screenshot() 该方法直接保存当前屏幕截图到当前脚本所在文件位置

driver.save_screenshot(login.png)

get_screenshot_as_file(self, filename)将截图保留到指定文件路径

driver.get_screenshot_as_file(E:/python/appium/image/login1.png)

 

屏幕截图

标签:strong   span   image   file   color   log   截图   get   save   

原文地址:https://www.cnblogs.com/shenhainixin/p/9290945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!