回答編集履歴

1

編集

2019/05/11 06:14

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
 
7
- driver = webdriver.Chrome(executable_path=r"path/to/chromedriver.ex")
7
+ driver = webdriver.Chrome(executable_path=r"path/to/chromedriver.exe")
8
8
 
9
9
  ```
10
10