当前位置:网站首页>Webdriver opens in full screen and a prompt "Chrome is under the control of automatic test software" appears in Chrome
Webdriver opens in full screen and a prompt "Chrome is under the control of automatic test software" appears in Chrome
2022-06-12 14:31:00 【zz891422822】
webdriver Full screen open And chrome appear “Chrome Under the control of automatic test software ” A hint of
from selenium import webdriver
chrome_options = webdriver.ChromeOptions();
chrome_options.add_experimental_option("excludeSwitches", ['enable-automation']);
chrome_options.add_argument('kiosk') # Auto full screen at startup ( It is equivalent to pressing... In the browser interface F11 Key )
# Open the browser
driver = webdriver.Chrome(options=chrome_options);
driver.get("http://192.168.2.9/monitor")
print(driver.title+" Already opened : Close the current window and exit the browser ")
边栏推荐
- C secret script Chapter 3 (detailed explanation of string function) (Section 2)
- Ppt cannot be opened, always prompt how to fix it
- SystemC time
- Lua tvalue structure
- 你敢信?开发一个管理系统我只用了两天
- 完美收官|详解 Go 分布式链路追踪实现原理
- Array one
- C secret script Chapter 1: data storage (in-depth analysis)
- Redis core configuration and advanced data types
- How to set, reset and reverse bit
猜你喜欢

The original Xiaoyuan personal blog project that has been around for a month is open source (the blog has basic functions, including background management)

Postgresql14 installation and use tutorial

JS (III) convert ES6 syntax to Es5 syntax

QT multi thread drawing and real-time refreshing method

Lua tvalue structure

If you want to build brand awareness, what bidding strategy can you choose?

En langage C, la fonction principale appelle une autre fonction et assemble le Code pour comprendre

Player practice 18 xresample

Perfect ending | detailed explanation of the implementation principle of go Distributed Link Tracking

Printing colored messages on the console with printf
随机推荐
Leetcode 2176. 统计数组中相等且可以被整除的数对
Array one
QT multi thread drawing and real-time refreshing method
程序分析与优化 - 6 循环优化
使用make方法创建slice切片的坑
Pay attention to click and pursue more users to enter the website. What bidding strategy can you choose?
【OCR】AspriseOCR C# 英文、数字识别(中文不行)
Player actual combat 13 create qtopengl project to promote window control and reload qoopenglwedge
3. Process concealment under the ring ----- continuous concealment and new opening prevention
Server concurrency - note 1
PMP敏捷知识点
Common DOS commands
What is automatic bidding? What are its advantages?
Sizeof calculation space size summary
How to package QT program learning records with inno setup
TestEngine with ID ‘junit-vintage‘ failed to discover tests
Player practice 20 audio thread and video thread
Create a slice slice pit using the make method
Huawei equipment configuration BGP as number replacement
Postgresql14 installation and use tutorial