質問するログイン新規登録

回答編集履歴

1

変数の指定ミス

2021/08/19 14:25

投稿

attakei
attakei

スコア2740

answer CHANGED
@@ -5,5 +5,5 @@
5
5
  ```diff
6
6
  for elem in elme:
7
7
  - elem_url = elme.find_element_by_tag_name("a").get_attribute("href")
8
- + elem_url = elee.find_element_by_tag_name("a").get_attribute("href")
8
+ + elem_url = elem.find_element_by_tag_name("a").get_attribute("href")
9
9
  ```