美文网首页
屏幕截图

屏幕截图

作者: 柱柱007 | 来源:发表于2018-11-23 17:19 被阅读0次

    方法1

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

    driver.save_screenshot('Picture-name.png')

    方法2

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

    driver.get_screenshot_as_file('./images/Picture-name.png')

    相关文章

      网友评论

          本文标题:屏幕截图

          本文链接:https://www.haomeiwen.com/subject/lazlqqtx.html