selenium open a new window

selenium open a new window
// This will open the new window
driver.switchTo().newWindow(WindowType.WINDOW);

// This will open the new tab
driver.switchTo().newWindow(WindowType.TAB);
Source:w‮al.ww‬utturi.com
Created Time:2017-09-29 17:18:34  Author:lautturi