回答編集履歴
2
追記
answer
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
```
|
31
31
|
|
32
32
|
|
33
|
-
こちらでの実行結果
|
33
|
+
こちらでの実行結果 (https://www.seleniumeasy.com/test/javascript-alert-box-demo.html)
|
34
34
|
UnexpectedAlertPresentException Occured
|
35
35
|
Switched to alert
|
36
36
|
Alert accepted
|
1
修正
answer
CHANGED
@@ -27,4 +27,12 @@
|
|
27
27
|
print(e2)
|
28
28
|
sys.exit(1)
|
29
29
|
|
30
|
-
```
|
30
|
+
```
|
31
|
+
|
32
|
+
|
33
|
+
こちらでの実行結果
|
34
|
+
UnexpectedAlertPresentException Occured
|
35
|
+
Switched to alert
|
36
|
+
Alert accepted
|
37
|
+
Error processing
|
38
|
+
Passed
|