質問編集履歴

3

コードの修正

2018/10/31 14:30

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  import re
32
32
 
33
- import koa_config as conf
33
+ import config as conf
34
34
 
35
35
  from time import sleep
36
36
 

2

コードの修正

2018/10/31 14:30

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
  # Chromeを起動.オプションも指定 (今は chrome_options= ではなく options=と書く「, options=options」)
80
80
 
81
- driver = webdriver.Chrome(executable_path='C:/-/p/0/webdriver/chromedriver.exe', options=options)
81
+ driver = webdriver.Chrome(executable_path='C:/Program Files/webdriver/chromedriver.exe', options=options)
82
82
 
83
83
 
84
84
 

1

内容の追加

2018/10/31 14:29

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
File without changes
test CHANGED
@@ -170,4 +170,8 @@
170
170
 
171
171
 
172
172
 
173
- 「他のエラーのきっかけになりそうな部分がある」といった指摘でも構いませんので,何か情報をいただけると助かります.
173
+ - 「他のエラーのきっかけになりそうな部分がある」といった指摘でも構いませんので,何か情報をいただけると助かります.
174
+
175
+
176
+
177
+ - 調べてみても英語の記事ばかりで,いまいち各エラーの意味がつかめないので,そのあたりの説明もしてもらえるとありがたいです