当前位置:网站首页>selenium无头,防检测
selenium无头,防检测
2022-08-01 21:48:00 【铁憨憨0304】
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
import time
opt = Options()
# opt.add_argument("--headless")
opt.add_argument("--disable-gpu")
opt.add_argument("--disable-blink-features=AutomationControlled")
web = webdriver.Chrome(options=opt)
base_url='https://www.amazon.com/dp/B01MDUEBX1/?th=1'
web.get(url=base_url)
time.sleep(10)
边栏推荐
- Delicious this year
- 树莓派的信息显示小屏幕,显示时间、IP地址、CPU信息、内存信息(c语言),四线的i2c通信,0.96寸oled屏幕
- 网络水军第一课:手写自动弹幕
- Dichotomy Medium LeetCode6133. Maximum Number of Groups
- 游戏元宇宙发展趋势展望分析
- Raspberry Pi information display small screen, display time, IP address, CPU information, memory information (C language), four-wire i2c communication, 0.96-inch oled screen
- 51.【结构体初始化的两种方法】
- 递归(各经典例题分析)
- leetcode 204. Count Primes 计数质数 (Easy)
- _ _ determinant of a matrix is higher algebra eigenvalue of the product, the characteristic value of matrix trace is combined
猜你喜欢

render-props and higher order components

scikit-learn no moudule named six

AI应用第一课:支付宝刷脸登录

毕业十年,财富自由:那些比拼命努力更重要的事,从来没人会教你

MySQL related knowledge

10 Practical Uses of NFTs (NFT System Development)

高等代数_证明_矩阵的任意特征值的代数重数大于等于其几何重数

【Jmeter常用断言组件】

ModuleNotFoundError: No module named 'yaml'

基于php影视资讯网站管理系统获取(php毕业设计)
随机推荐
Anacoda的用途
Based on php online music website management system acquisition (php graduation design)
Jmeter combat | Repeated and concurrently grabbing red envelopes with the same user
Based on php animation peripheral mall management system (php graduation design)
WEB 渗透之文件类操作
多商户商城系统功能拆解19讲-平台端发票管理
Based on php online examination management system acquisition (php graduation design)
网络水军第一课:手写自动弹幕
【C语言实现】整数排序-四种方法,你都会了吗、
Shell编程条件语句
9. SAP ABAP OData 服务如何支持删除(Delete)操作
如何防范 DAO 中的治理攻击?
ModuleNotFoundError: No module named ‘yaml‘
上传markdown文档到博客园
FusionGAN:A generative adversarial network for infrared and visible image fusion文章学习笔记
今日睡眠质量记录74分
ImportError: `save_weights` requires h5py.问题解决
越长大越孤单
迁移学习——Discriminative Transfer Subspace Learning via Low-Rank and Sparse Representation
教你VSCode如何快速对齐代码、格式化代码