質問編集履歴
1
修正
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("
|
21
|
+
if len(driver.find_element_by_class_name("bonus")) > 0:
|
22
22
|
|
23
23
|
print("Yes")
|
24
24
|
|