We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150ae89 commit 1b193bcCopy full SHA for 1b193bc
main.py
@@ -7,7 +7,7 @@
7
from selenium.webdriver.support.expected_conditions import *
8
9
# 防止打印一些无用的日志
10
-# test
+# test 2021 11 14 10:26
11
option = webdriver.ChromeOptions()
12
option.add_experimental_option("excludeSwitches", ['enable-automation','enable-logging'])
13
driver = webdriver.Chrome(options=option)
0 commit comments