質問編集履歴
2
追記2:オプション設定関連
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,6 +23,18 @@
|
|
23
23
|
ChromeDriver 84.0.4147.30
|
24
24
|
|
25
25
|
https://sites.google.com/a/chromium.org/chromedriver/home
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
追記2:
|
30
|
+
|
31
|
+
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
|
32
|
+
|
33
|
+
の箇所を以下のように変更してもエラーは解消されません。
|
34
|
+
|
35
|
+
driver = webdriver.Chrome(executable_path=DRIVER_PATH, options=options)
|
36
|
+
|
37
|
+
|
26
38
|
|
27
39
|
|
28
40
|
|
1
python, chromedriver情報の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,16 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
詳しい方助言頂ければ助かります。
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
追記:
|
20
|
+
|
21
|
+
Python 3.7.4
|
22
|
+
|
23
|
+
ChromeDriver 84.0.4147.30
|
24
|
+
|
25
|
+
https://sites.google.com/a/chromium.org/chromedriver/home
|
16
26
|
|
17
27
|
|
18
28
|
|