IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发测试 -> chrome正受到自动测试软件的控制 selenium 4.0 修改源码解决 -> 正文阅读

[开发测试]chrome正受到自动测试软件的控制 selenium 4.0 修改源码解决

python安装目录下.\Lib\site-packages\selenium\webdriver\chromium\options.py

文件中的第34行

# Licensed to the Software Freedom Conservancy (SFC) under one
# or more contributor license agreements. ?See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. ?The SFC licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. ?You may obtain a copy of the License at
#
# ? http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. ?See the License for the
# specific language governing permissions and limitations
# under the License.

import base64
import os
from typing import List, NoReturn, Union

from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium.webdriver.common.options import ArgOptions


class ChromiumOptions(ArgOptions):
? ? KEY = "goog:chromeOptions"

? ? def __init__(self):
? ? ? ? super(ChromiumOptions, self).__init__()
? ? ? ? self._binary_location = ''
? ? ? ? self._extension_files = []
? ? ? ? self._extensions = []
? ? ? ? self._experimental_options = {'excludeSwitches':['enable-automation']}
? ? ? ? self._debugger_address = None

将 self._experimental_options = {} 修改为self._experimental_options = {'excludeSwitches':['enable-automation']}

不修改源码的解决方法参照如下链接:chrome正受到自动测试软件的控制 浏览器版本V76以及以上disable-infobars参数失效不起作用python_wsbl52006的专栏-CSDN博客问题: python+selenium 跑UI自动化时谷歌浏览器显示“chrome正受到自动测试软件的控制”谷歌浏览器版本在V75以及以下解决办法如下:from selenium import webdriveroptons=webdriver.ChromeOptions()optons.add_argument('disable-infobars')driver=webdri...https://blog.csdn.net/wsbl52006/article/details/105459850?spm=1001.2014.3001.5501

  开发测试 最新文章
pytest系列——allure之生成测试报告(Wind
某大厂软件测试岗一面笔试题+二面问答题面试
iperf 学习笔记
关于Python中使用selenium八大定位方法
【软件测试】为什么提升不了?8年测试总结再
软件测试复习
PHP笔记-Smarty模板引擎的使用
C++Test使用入门
【Java】单元测试
Net core 3.x 获取客户端地址
上一篇文章      下一篇文章      查看所有文章
加:2021-11-17 13:03:05  更:2021-11-17 13:03:31 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/18 4:24:35-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码