Issue 6442 in selenium: Selenium issue when choose webdriver replay by internet explorer

2 views
Skip to first unread message

sele...@googlecode.com

unread,
Oct 22, 2013, 4:31:07 AM10/22/13
to selenium-develope...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Status-Untriaged

New issue 6442 by terry.le...@gmail.com: Selenium issue when choose
webdriver replay by internet explorer
http://code.google.com/p/selenium/issues/detail?id=6442

I occur a Selenium issue today, i installed Selenium IDE in firefox, and
set up the WebDriver runtime environment under options, i try to enable
webdriver playback and use internet explorer browser, but it only work on
IE10, didnot work on IE8.
My selenium client environment is:
selenium-server-standalone-2.37.0.jar
IEDriverServer.exe
and run the command as below :
java -jar selenium-server-standalone-2.37.0.jar
-Dwebdriver.ie.driver=.\IEDriverServer.exe -log selenium.log -browserSideLog

i copy the issue log as below:
-------------------------------
15:15:55.342 INFO [11] org.openqa.selenium.remote.server.DriverServlet -
Executing: [new session: {browserName=internet explorer}] at URL: /session)
15:15:55.373 INFO [12]
org.openqa.selenium.remote.server.DefaultDriverFactory - Creating a new
session for Capabilities [{browserName=internet explorer}]
15:15:57.857 WARN [11] org.openqa.selenium.remote.server.DriverServlet -
Exception thrown
java.util.concurrent.ExecutionException:
org.openqa.selenium.WebDriverException:
java.lang.reflect.InvocationTargetException
Build info: version: '2.37.0', revision: 'a7c61cb', time: '2013-10-18
17:14:00'
System info: host: 'WIN7CN', ip: '192.168.230.128', os.name: 'Windows 7',
os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_38-ea'
Driver info: driver.version: unknown
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at
org.openqa.selenium.remote.server.DefaultSession.execute(DefaultSession.java:176)
at
org.openqa.selenium.remote.server.DefaultSession.<init>(DefaultSession.java:112)
at
org.openqa.selenium.remote.server.DefaultSession.createSession(DefaultSession.java:89)
at
org.openqa.selenium.remote.server.DefaultDriverSessions.newSession(DefaultDriverSessions.java:104)
at
org.openqa.selenium.remote.server.handler.NewSession.handle(NewSession.java:63)
at
org.openqa.selenium.remote.server.rest.ResultConfig.handle(ResultConfig.java:205)
at
org.openqa.selenium.remote.server.JsonHttpRemoteConfig.handleRequest(JsonHttpRemoteConfig.java:192)
at
org.openqa.selenium.remote.server.DriverServlet.handleRequest(DriverServlet.java:201)
at
org.openqa.selenium.remote.server.DriverServlet.doPost(DriverServlet.java:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at
org.openqa.selenium.remote.server.DriverServlet.service(DriverServlet.java:139)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.openqa.jetty.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.openqa.jetty.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:677)
at
org.openqa.jetty.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1526)
at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1479)
at org.openqa.jetty.http.HttpServer.service(HttpServer.java:914)
at org.openqa.jetty.http.HttpConnection.service(HttpConnection.java:820)
at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837)
at
org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243)
at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Caused by: org.openqa.selenium.WebDriverException:
java.lang.reflect.InvocationTargetException
Build info: version: '2.37.0', revision: 'a7c61cb', time: '2013-10-18
17:14:00'
System info: host: 'WIN7CN', ip: '192.168.230.128', os.name: 'Windows 7',
os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_38-ea'
Driver info: driver.version: unknown
at
org.openqa.selenium.remote.server.DefaultDriverFactory.callConstructor(DefaultDriverFactory.java:72)
at
org.openqa.selenium.remote.server.DefaultDriverFactory.newInstance(DefaultDriverFactory.java:56)
at
org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:215)
at
org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:169)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.openqa.selenium.remote.server.DefaultDriverFactory.callConstructor(DefaultDriverFactory.java:62)
... 9 more
Caused by: org.openqa.selenium.remote.SessionNotFoundException: Unexpected
error launching Internet Explorer. Could not get document from window
handle (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 2.19 seconds
Build info: version: '2.37.0', revision: 'a7c61cb', time: '2013-10-18
17:14:00'
System info: host: 'WIN7CN', ip: '192.168.230.128', os.name: 'Windows 7',
os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_38-ea'
Driver info: org.openqa.selenium.ie.InternetExplorerDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:193)
at
org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:151)
at
org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
at
org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:216)
at
org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:201)
at
org.openqa.selenium.ie.InternetExplorerDriver.run(InternetExplorerDriver.java:224)
at
org.openqa.selenium.ie.InternetExplorerDriver.<init>(InternetExplorerDriver.java:214)
at
org.openqa.selenium.ie.InternetExplorerDriver.<init>(InternetExplorerDriver.java:184)
... 14 more
15:15:57.857 WARN [11] org.openqa.selenium.remote.server.DriverServlet -
Exception: Unexpected error launching Internet Explorer. Could not get
document from window handle (WARNING: The server did not provide any
stacktrace information)
Command duration or timeout: 2.19 seconds
Build info: version: '2.37.0', revision: 'a7c61cb', time: '2013-10-18
17:14:00'
System info: host: 'WIN7CN', ip: '192.168.230.128', os.name: 'Windows 7',
os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_38-ea'
Driver info: org.openqa.selenium.ie.InternetExplorerDriver
------------------------------------------
since our product need to support IE8, but the webdriver cannot support
currently, i need selenium help,
Thanks!
Regards!


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

sele...@googlecode.com

unread,
Oct 22, 2013, 4:38:53 AM10/22/13
to selenium-develope...@googlegroups.com
Updates:
Cc: james.h....@gmail.com a.u.savchuk
Labels: Browser-IE

Comment #1 on issue 6442 by barancev: Selenium issue when choose webdriver
(No comment was entered for this change.)

sele...@googlecode.com

unread,
Oct 22, 2013, 4:40:13 AM10/22/13
to selenium-develope...@googlegroups.com

Comment #2 on issue 6442 by terry.le...@gmail.com: Selenium issue when
choose webdriver replay by internet explorer
http://code.google.com/p/selenium/issues/detail?id=6442

My Selenium IDE 2.4.0 has error meesage:[error] Could not connect to
Selenium Server. Have you started the Selenium Server yet?

sele...@googlecode.com

unread,
Oct 22, 2013, 8:34:52 AM10/22/13
to selenium-develope...@googlegroups.com
Updates:
Status: Duplicate
Labels: -Status-Untriaged
Mergedinto: 5342

Comment #3 on issue 6442 by barancev: Selenium issue when choose webdriver
(No comment was entered for this change.)

Reply all
Reply to author
Forward
0 new messages