python screenshot_phantomjs.py

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python screenshot_phantomjs.py相关的知识,希望对你有一定的参考价值。

import os
from selenium import webdriver

URL = "https://www.google.com"
FILENAME = os.path.join(os.path.dirname(os.path.abspath(__file__)), "screen.png")
browser = webdriver.PhantomJS()

driver = webdriver.PhantomJS()
driver.set_window_size(1280, 720)                                                                                         
driver.get(URL)
driver.save_screenshot(FILENAME)
driver.quit()

以上是关于python screenshot_phantomjs.py的主要内容,如果未能解决你的问题,请参考以下文章

Python代写,Python作业代写,代写Python,代做Python

Python开发

Python,python,python

Python 介绍

Python学习之认识python

python初识