Selenium Java - Handling Windows, Frames, and Alerts
Given the code:
What will be the output if there are 5 browser windows currently open?
Sethandles = driver.getWindowHandles(); System.out.println(handles.size());
What will be the output if there are 5 browser windows currently open?
