添加链接
注册
登录
link管理
链接快照平台
输入网页链接,自动生成快照
标签化管理网页链接
相关文章推荐
另类的麦片
·
涨价600到1100元,iPad ...
·
3 月前
·
打篮球的野马
·
Vue子组件通过主组件调用另一个子组件及子主 ...
·
6 月前
·
淡定的乒乓球
·
无标题文档
·
1 年前
·
文武双全的热带鱼
·
产业与治理| 元宇宙内容生产面临的问题与出路
·
1 年前
·
很拉风的红酒
·
《天才不能承受之重》百度云网盘下载.1080 ...
·
1 年前
·
link管理
›
Selenium/selenium_窗口截图.py at master · cody33231/Selenium · GitHub
https://github.com/cody33231/Selenium/blob/master/selenium_%E7%AA%97%E5%8F%A3%E6%88%AA%E5%9B%BE.py
高大的滑板
7 月前
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Files
master
Breadcrumbs
Selenium
/
selenium_窗口截图.py
Blame
Blame
Latest commit
History
History
20 lines (15 loc) · 510 Bytes
master
Breadcrumbs
Selenium
/
selenium_窗口截图.py
Top
File metadata and controls
Code
Blame
20 lines (15 loc) · 510 Bytes
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : 2017/12/19 10:45
# @Author : Cody
# @Site :
# @File : selenium_窗口截图.py
from
selenium
import
webdriver
from
time
import
sleep
driver
=
webdriver
.
Chrome
()
driver
.
get
(
"http://www.baidu.com"
)
driver
.
find_element_by_id
(
'kw'
).
send_keys
(
'selenium'
)
driver
.
find_element_by_id
(
'su'
).
click
()
#截取当前窗口,并指定截图图片的保持位置
driver
.
get_screenshot_as_file
(
"E:
\\
python_code
\\
Selenium
\\
baiduindex.jpg"
)
driver
.
quit
()
推荐文章
另类的麦片
·
涨价600到1100元,iPad 10与iPad Pro 2022汇总与吐槽 | 爱搞机
3 月前
打篮球的野马
·
Vue子组件通过主组件调用另一个子组件及子主组件互相传递参数
6 月前
淡定的乒乓球
·
无标题文档
1 年前
文武双全的热带鱼
·
产业与治理| 元宇宙内容生产面临的问题与出路
1 年前
很拉风的红酒
·
《天才不能承受之重》百度云网盘下载.1080P下载.英语中字.(2022)_人人电影网,百度云盘,阿里网盘下载
1 年前