- shrutika
- Posts : 4
Join date : 2014-09-26
how to switch to a new window
Thu Oct 02, 2014 4:11 pm
hi, I have written a script in selenium rc. I m facing one problem regarding new window selection.
my script issue is when I click on a button the page gets open in new firefox window for which I have written a verification code (i.e waitForCondition("element xpath")..) but my script fails here. iI think since it doesnt switch the window my script may be failing over here.so please help me how to switch window .I tried using selenium.selectWindow("windowtitle/windowname"), still it fails
my script issue is when I click on a button the page gets open in new firefox window for which I have written a verification code (i.e waitForCondition("element xpath")..) but my script fails here. iI think since it doesnt switch the window my script may be failing over here.so please help me how to switch window .I tried using selenium.selectWindow("windowtitle/windowname"), still it fails
- Job46
- Posts : 3
Join date : 2015-05-22
Re: how to switch to a new window
Wed Aug 05, 2015 9:50 pm
Hello ,
this is a C# code that answer your question:
driver.Navigate().GoToUrl("Your URL");
String homePage = driver.CurrentWindowHandle;
//change the window then:
ReadOnlyCollection windows= driver.WindowHandles;
String currentWindowId;
foreach(String window in windows)
{
currentWindowId = window.ToString();
if(currentWindowId.Equals(homePage))
{
driver.SwitchTo().Window(currentWindowId);
}
}
this is a C# code that answer your question:
driver.Navigate().GoToUrl("Your URL");
String homePage = driver.CurrentWindowHandle;
//change the window then:
ReadOnlyCollection
String currentWindowId;
foreach(String window in windows)
{
currentWindowId = window.ToString();
if(currentWindowId.Equals(homePage))
{
driver.SwitchTo().Window(currentWindowId);
}
}
- Micheal William
- Posts : 1
Join date : 2016-05-30
Read More
Mon May 30, 2016 3:03 pm
Maximum students in classes or while sitting in the coffee shop or other places frequently ask their mates, “Is there anyone who will write my assignment for me?”Unfortunately, they cannot find anyone who would write their assignments. But now they don’t need to request their friends or relatives to write their assignments for them. Because excellentacademichelp.com will write your assignments and will help you get best academic grades. And you will proudly say that ‘Excellent Academic Help’ made my grade.
- Error : I could not able to switch parent window to overlay window because that it throws No element exception found. We are using the webdriver :- 2.45.1 Please some one can help to resolve this issue, thanks in advance.
- Unable to switch to parent window in selenium Webdriver
- how to switch to the same window but with different URL?
- How to switch new window using url
- how can call this class "x-window-header x-window-header-noborder x-unselectable x-window-draggable" from webdriver
Permissions in this forum:
You cannot reply to topics in this forum