I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open a new window. How do you make selenium ide focus on the new window instead of
Try this using Selenium Web Driver 2:
driver.switch_to.window(driver.window_handles.last);