Selenium Java - Handling Windows, Frames, and Alerts
Identify the error in the following code snippet:
Sethandles = driver.getWindowHandles(); String firstHandle = handles.get(0);
