回答編集履歴
1
誤字の修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
```python
|
6
6
|
|
7
|
-
len(driver.window_handles) == 0 // trueならウィンドウを全て閉じてる -> webページ
|
7
|
+
len(driver.window_handles) == 0 // trueならウィンドウを全て閉じてる -> webページが存在しない
|
8
8
|
|
9
9
|
```
|