From 50e7b02f98ecd8900d74c005809d16499f415109 Mon Sep 17 00:00:00 2001 From: hnu202309010307 <446652840@qq.com> Date: Thu, 30 May 2024 14:32:46 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bbd38b7..15aa391 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Jon_Jen +# 导入selenium模快 from selenium import webdriver +# 导入selenium的设置模快 from selenium.webdriver.chrome.options import Options + # 由于该服务器是在linux上运行,没有可视化界面,所有我们要使用无头模式 # 对谷歌浏览器进行设置 chrome_options = Options()