回答編集履歴

1

追記

2020/07/02 04:03

投稿

otn
otn

スコア84557

test CHANGED
@@ -3,3 +3,15 @@
3
3
 
4
4
 
5
5
  先頭にダウンロードサイトが出てます。
6
+
7
+
8
+
9
+ #追記
10
+
11
+ `chromedriver-binary`を使ってるんですね。であれば、`pip`等でインストールします。
12
+
13
+ ```
14
+
15
+ pip install chromedriver-binary==83.*
16
+
17
+ ```