Skip to content

Commit a79e2ae

Browse files
committed
ci: print num windows
1 parent febd890 commit a79e2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample/Tests/test/test_mac_2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_case(self):
8989
print("Current URL:", seleniumdriver.current_url)
9090
time.sleep(10)
9191
print("New URL:", seleniumdriver.current_url)
92+
print("Number of windows:", len(seleniumdriver.window_handles))
9293
# WebDriverWait(seleniumdriver, 30).until(EC.number_of_windows_to_be(2))
9394

9495
# # Switch to the new window

0 commit comments

Comments
 (0)