回答編集履歴

1

誤字の修正

2021/10/25 14:55

投稿

cocoeyes02
cocoeyes02

スコア29

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
  ```