質問編集履歴
2
見やすく開業
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
としたのにもかかわらず。
|
13
13
|
エラー NameError: name 'ElementNotInteractableException' is not defined
|
14
14
|
と表示されてしまいます.
|
15
|
+
|
15
16
|
exceptしたいエラーは以下のように表示されています.
|
16
17
|
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
|
18
|
+
|
17
19
|
エラー名が一致していないのでしょうか。
|
18
20
|
ご教示願います.
|
1
編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```python
|
2
|
-
for url in urls
|
2
|
+
for url in urls:
|
3
3
|
try:
|
4
4
|
driver.get(url)
|
5
5
|
sleep(random.uniform(2.0,5.0))
|