当前位置:网站首页>Selenium chrome disable JS disable pictures
Selenium chrome disable JS disable pictures
2022-06-26 15:41:00 【nongcunqq】
import requests
from selenium import webdriver
options=webdriver.ChromeOptions()
prefs = {
'profile.default_content_setting_values': {
'images': 2,
'javascript': 2 #2 It means disabled
}
}
options.add_experimental_option('prefs', prefs)
driver = webdriver.Chrome(chrome_options=options)
driver.get('http://www.baidu.com')
driver.implicitly_wait(20)
Reference resources
https://blog.csdn.net/lws123253/article/details/90759417
边栏推荐
- 【leetcode】331. Verifying the preorder serialization of a binary tree
- 【leetcode】48. Rotate image
- /etc/profile、/etc/bashrc、~/. Bashrc differences
- 【leetcode】112. Path sum - 113 Path sum II
- # 粒子滤波 PF——三维匀速运动CV目标跟踪(粒子滤波VS扩展卡尔曼滤波)
- 【小程序实战系列】小程序框架 页面注册 生命周期 介绍
- Notes on brushing questions (19) -- binary tree: modification and construction of binary search tree
- 【ceph】CephFS 内部实现(三):快照
- Lexin AWS IOT expresslink module achieves universal availability
- 【ceph】CephFS 内部实现(二):示例--未消化
猜你喜欢

Binding method of multiple sub control signal slots under QT
![[tcapulusdb knowledge base] tcapulusdb OMS business personnel permission introduction](/img/7b/8c4f1549054ee8c0184495d9e8e378.png)
[tcapulusdb knowledge base] tcapulusdb OMS business personnel permission introduction

【TcaplusDB知识库】TcaplusDB数据构造介绍

还存在过有键盘的kindle?

【ceph】CEPHFS 内部实现(一):概念篇--未消化
Mr. Du said that the website was updated with illustrations

Particle filter PF - 3D CV target tracking with uniform motion (particle filter vs extended Kalman filter)

粒子滤波 PF——在机动目标跟踪中的应用(粒子滤波VS扩展卡尔曼滤波)

【文件】VFS四大struct:file、dentry、inode、super_block 是什么?区别?关系?--编辑中

English grammar_ Adjective / adverb Level 3 - original sentence pattern
随机推荐
Sorted out a batch of script standard function modules (version 2021)
Why are encoder and decoder structures often used in image segmentation tasks?
【TcaplusDB知识库】TcaplusDB系统管理介绍
Summary of data interface API used in word search and translation applications
Using restcloud ETL shell component to schedule dataX offline tasks
How to load the contour CAD drawing of the engineering coordinate system obtained by the designer into the new earth
JS之简易deepCopy(简介递归)
Beijing Fangshan District specialized special new small giant enterprise recognition conditions, with a subsidy of 500000 yuan
# 粒子滤波 PF——三维匀速运动CV目标跟踪(粒子滤波VS扩展卡尔曼滤波)
[CEPH] cephfs internal implementation (II): example -- undigested
1. accounting basis -- several major elements of accounting (general accounting theory, accounting subjects and accounts)
JS之事件
在校生学习生涯总结(2022)
[CEPH] Lock Notes of cephfs
【ceph】mkdir|mksnap流程源码分析|锁状态切换实例
There are so many vulnerabilities in tcp/ip protocol?
[tcapulusdb knowledge base] tcapulusdb OMS business personnel permission introduction
【leetcode】701. Insert operation in binary search tree
Summary of students' learning career (2022)
/etc/profile、/etc/bashrc、~/.bashrc的区别