質問編集履歴
2
見やすく開業
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,10 +26,14 @@
|
|
26
26
|
|
27
27
|
と表示されてしまいます.
|
28
28
|
|
29
|
+
|
30
|
+
|
29
31
|
exceptしたいエラーは以下のように表示されています.
|
30
32
|
|
31
33
|
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
|
32
34
|
|
35
|
+
|
36
|
+
|
33
37
|
エラー名が一致していないのでしょうか。
|
34
38
|
|
35
39
|
ご教示願います.
|
1
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```python
|
2
2
|
|
3
|
-
for url in urls
|
3
|
+
for url in urls:
|
4
4
|
|
5
5
|
try:
|
6
6
|
|