当前位置:网站首页>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 ")
边栏推荐
- 我愿称之为史上最全的深度学习面经总结(附答案详解)
- Des File Encryptor based on MFC framework
- C secret arts script Chapter 2 (detailed explanation of pointer) (Section 1)
- 对某热水软件的加密参数逆向
- [early knowledge of activities] list of recent activities of livevideostack
- The difference between parameter and argument in C language
- Why do Chinese programmers change jobs?
- How to set, reset and reverse bit
- Crack WinRAR to ad pop-up window
- Perfect ending | detailed explanation of the implementation principle of go Distributed Link Tracking
猜你喜欢

Player practice 11 audio resampling

JMeter (V) pressure test of Excel file upload interface

PMP agile knowledge points
![[OCR] aspriseocr C # English, number recognition (not Chinese)](/img/80/198145df663d2eeec6b8b1d7bc47b6.png)
[OCR] aspriseocr C # English, number recognition (not Chinese)

Ppt cannot be opened, always prompt how to fix it

Player practice 15 xdemux and avcodecparameters

QT realize picture dragging

ADB command (2) use monkey to test

Player actual combat 21 audio and video synchronization

Machine learning learning notes
随机推荐
华为设备配置H虚拟专用网
Sizeof calculation space size summary
Tool notes - common custom tool classes (regular, random, etc.)
Player actual combat 16 xdecode class
[OCR] aspriseocr C # English, number recognition (not Chinese)
JS (I) error [err\u module\u not\u found]: cannot find package 'UUID' imported
Basic usage of scanner
浅谈中国程序员为什么要跳槽?
QT to realize the simple use of SQLite database
[early knowledge of activities] list of recent activities of livevideostack
3. Process concealment under the ring ----- continuous concealment and new opening prevention
Codeforces Round #798 (Div. 2)(A~D)
TestEngine with ID ‘junit-vintage‘ failed to discover tests
SystemC simulation scheduling mechanism
TestEngine with ID ‘junit-vintage‘ failed to discover tests
Redis核心配置和高级数据类型
SystemC time
Printing colored messages on the console with printf
Player practice 19 xaudio turn on audio
C secret script Chapter 3 (detailed explanation of string function) (Section 1)