SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

org.openqa.selenium.WebDriverException: 'auto_id' does not refer to an open tab #5565

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 5565

Exception :org.openqa.selenium.WebDriverException: 'auto_id' does not refer to an open
tab (WARNING: The server did not provide any 

stacktrace information)
Command duration or timeout: 28 milliseconds
Build info: version: '2.26.0', revision: '18041', time: '2012-11-01 19:33:38'
System info: os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version:
'1.7.0_11'
Driver info: driver.version: STEPFrameworkDriver
Session ID: 56d44284cffd8375a76d16ae6388a80b
Apr 26, 2013 7:34:24 PM synechron.step.flow.STEPFrameworkExecutor executeTestCase
INFO: Current Step >>> Keyword: CLICK, Object: Login_Button, Value: 
Apr 26, 2013 7:34:24 PM synechron.step.flow.STEPFrameworkExecutor executeTestCase
INFO: CurrStepStatus: ::Passed - Successfully clicked on 'Login_Button. <ssloc> 

ScreenshotLocation\26_04_2013\1366985064672.png</ssloc> Error_ScreenShot ' 

Reported by asmita.patil2008 on 2013-04-26 14:34:40

lukeis commented 8 years ago
Where's the reproducable steps? Have you tried the latest version?

Reported by arran.huxtable on 2013-04-26 16:00:25

lukeis commented 8 years ago
Please provide a reproduction scenario, a complete stack trace, and the browser version
info.

Reported by barancev on 2013-04-28 19:46:31

lukeis commented 8 years ago
While running the automation script it was giving above error,when we try to run script
it run's successful with above error but from next time when u try to run same script
it pause where above error occurs. 
             This script is running on Chrome Version 26.0.1410.64 m
and for running the script we use Eclipse (Eclipse Public License Version 1.0 )

Reported by asmita.patil2008 on 2013-04-29 07:15:31

lukeis commented 8 years ago
Please provide a reproduction scenario and a complete stack trace of the exception.

Reported by barancev on 2013-04-29 07:56:01

lukeis commented 8 years ago
1. lunch https://hometest.repnation.com
2. click on Sign Up/Log In button(It will redirect u on Facebook log in popup)
3. Login with given details( Email:arun@repglobal.com
  password: newyork)
4.It will redirect u on repnation home page
5.when we try to run script it run's successful with above error(only 1st time) but
from next time when u try to run same script it pause at step 4.

All this step are perform automatically by running test scripts. And all this script
are written in excel sheet, in which we simply write the commands.
For all that commands we have written function in java. And the class is also written
for lunching the browse on which we are performing automation testing  

Now we just click on run button in eclipse, and all the above commands perform automatically.

I m attaching one excel sheet, for your reference.

Reported by asmita.patil2008 on 2013-04-29 08:51:18


lukeis commented 8 years ago
It's excellent you can write your tests in Excel, but would you please paste here the
complete stack trace of the exception? I want to understand what's the actual cause
of the exception, what selenium operation was executed and on which element?

Reported by barancev on 2013-04-29 08:59:15

lukeis commented 8 years ago
I m attaching the stack which comes on command prompt,but the Error which comes in black
font is showing only 1st time when I ran the script. But when I try to execute same
script  2nd time it neither gives any error nor executing further it pause where the
error occurred 1st time   

Reported by asmita.patil2008 on 2013-04-29 09:22:07


lukeis commented 8 years ago
The stacktrace shows a completely different issue:
Exception :org.openqa.selenium.WebDriverException: Failed to take snapshot of page:
a modal dialog is active

Reported by barancev on 2013-04-29 09:43:31

lukeis commented 8 years ago
There is no issue related to screenshot,If any error occurs still script executed completely
  and error show only on command prompt.

But After the above mention error it stop execution further

Reported by asmita.patil2008 on 2013-04-29 10:11:18

lukeis commented 8 years ago
To debug and fix the issue we need to reproduce it first. Unfortunately, there is no
executable reproduction scenario provided. We don't ever know what exact selenium command
is broken, and what page element is not operable. Please explain how can we help you?

Reported by barancev on 2013-04-29 12:56:51

lukeis commented 8 years ago

Reported by barancev on 2013-04-29 17:22:07

lukeis commented 8 years ago

Reported by barancev on 2013-10-19 21:44:14

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:17:13