- NEERAJ BAKHTANI
- Posts : 2
Join date : 2012-06-09
Unable to switch to parent window in selenium Webdriver
Sat Jun 09, 2012 4:56 pm
Hi Testers
I am practising Selenium 2.0 on Salesforce website.
Eclipse is giving an error when i Switch from child to parent window..
Exception in thread "main" org.openqa.selenium.WebDriverException: '[JavaScript Error: "a is undefined"
I am using function
driver.switchTo().defaultContent();
I have tried several ways to switch from child window to parent window but everytime it fails to switch to parent window and gives the same error...
I am practising Selenium 2.0 on Salesforce website.
Eclipse is giving an error when i Switch from child to parent window..
Exception in thread "main" org.openqa.selenium.WebDriverException: '[JavaScript Error: "a is undefined"
I am using function
driver.switchTo().defaultContent();
I have tried several ways to switch from child window to parent window but everytime it fails to switch to parent window and gives the same error...
Re: Unable to switch to parent window in selenium Webdriver
Sun Jun 10, 2012 8:48 pm
Which version of Selenium are you using?
- Jeeva patrose
- Posts : 8
Join date : 2012-06-01
Re: Unable to switch to parent window in selenium Webdriver
Tue Jun 26, 2012 4:43 pm
Hi,
Store the main windowname in a string as below.
//String winHandleBefore= driver.getWindowHandle();
Then switch to child window
http://driver.switchTo().window("windowname");
//perform some operations
switch to parent window again
// driver.switchTo().window(winHandleBefore);
Hope it hepls.If you are still facing the issue let us know.
Thanks,
Jeeva
Store the main windowname in a string as below.
//String winHandleBefore= driver.getWindowHandle();
Then switch to child window
http://driver.switchTo().window("windowname");
//perform some operations
switch to parent window again
// driver.switchTo().window(winHandleBefore);
Hope it hepls.If you are still facing the issue let us know.
Thanks,
Jeeva
- Unable to switch to parent window in selenium Webdriver
- 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.
- How to switch window in webdriver?
- unable to switch to 'current active tab' in chrome using webdriver in java
- Cannot navigate to a HTML modal window using Selenium Webdriver
Permissions in this forum:
You cannot reply to topics in this forum