Selenium Java - Handling Windows, Frames, and Alerts
Consider the following code snippet:
If the browser has 3 tabs open, what will be printed?
Sethandles = driver.getWindowHandles(); System.out.println(handles.size());
If the browser has 3 tabs open, what will be printed?
