We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd890 commit a79e2aeCopy full SHA for a79e2ae
sample/Tests/test/test_mac_2.py
@@ -89,6 +89,7 @@ def test_case(self):
89
print("Current URL:", seleniumdriver.current_url)
90
time.sleep(10)
91
print("New URL:", seleniumdriver.current_url)
92
+ print("Number of windows:", len(seleniumdriver.window_handles))
93
# WebDriverWait(seleniumdriver, 30).until(EC.number_of_windows_to_be(2))
94
95
# # Switch to the new window
0 commit comments