Using selenium.SelectWindow in Webdriver 

Here is the Selenium RC code for selenium.SelectWindow in Webdriver. This code is in Visual Studio C#

public void SelectWindow(string Text)
{
driver.SwitchTo().Window(Text);
}


Author: Pavandeep Puddupakkam on December 14, 2011
Category: WebDriver
Tags: , ,
Google Webdriver Forum -The Online Community for Google Webdriver and Selenium RC Users and Professionals

Leave a Reply

Last articles