回答編集履歴
1
変数の指定ミス
test
CHANGED
@@ -12,6 +12,6 @@
|
|
12
12
|
|
13
13
|
- elem_url = elme.find_element_by_tag_name("a").get_attribute("href")
|
14
14
|
|
15
|
-
+ elem_url = ele
|
15
|
+
+ elem_url = elem.find_element_by_tag_name("a").get_attribute("href")
|
16
16
|
|
17
17
|
```
|