質問編集履歴
1
問題箇所の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
#レシピタイトルの要素を取得する。
|
23
23
|
recipes = driver.find_element_by_class_name("recipe-title")
|
24
24
|
|
25
|
-
#ページ内の同一要素を順番に取得して、表示させる。
|
25
|
+
#ページ内の同一要素を順番に取得して、表示させる。(←ここをどのように修正すべきか)
|
26
26
|
for recipe in recipes:
|
27
27
|
print(recipes.text)
|
28
28
|
|