質問編集履歴

1

修正

2019/12/01 13:19

投稿

john_doe_
john_doe_

スコア354

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  # 下記ではエラーとなってしまう
20
20
 
21
- if len(driver.find_element_by_class_name("last")) > 0:
21
+ if len(driver.find_element_by_class_name("bonus")) > 0:
22
22
 
23
23
  print("Yes")
24
24