回答編集履歴

1

変数の指定ミス

2021/08/19 14:25

投稿

attakei
attakei

スコア2740

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 = elee.find_element_by_tag_name("a").get_attribute("href")
15
+ + elem_url = elem.find_element_by_tag_name("a").get_attribute("href")
16
16
 
17
17
  ```