質問編集履歴
1
ソースコードの体裁調整
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,9 +28,7 @@
|
|
28
28
|
|
29
29
|
```Python
|
30
30
|
|
31
|
-
ソースコード
|
32
|
-
|
33
|
-
|
31
|
+
from selenium import webdriver
|
34
32
|
|
35
33
|
from selenium.common.exceptions import NoSuchElementException
|
36
34
|
|
@@ -84,6 +82,8 @@
|
|
84
82
|
|
85
83
|
|
86
84
|
|
85
|
+
```
|
86
|
+
|
87
87
|
### 試したこと
|
88
88
|
|
89
89
|
|