ggaspari
Member
Reged: 02/14/12
Posts: 28
|
|
Hi guys, By using IE 9 & Win7 & Selenium 2.19.0 i got this error when starting my test using explorer.
05.03.2012. 11:13:53 org.apache.http.impl.client.DefaultRequestDirector tryExecute INFO: I/O exception (java.net.SocketException) caught when processing request: Software caused connection abort: recv failed 05.03.2012. 11:13:53 org.apache.http.impl.client.DefaultRequestDirector tryExecute INFO: Retrying request
|
SHANMUGAVEL_C
Member
Reged: 09/30/10
Posts: 241
Loc: TN, India
|
|
This error will come if only network problems or site is down. Check your URL is working fine in your running environment.
Thanks...
-------------------- I am speaking for myself, not for my employer nor any one.
Automation Ecstasy
|
ggaspari
Member
Reged: 02/14/12
Posts: 28
|
|
The URL is fine, error is displayed at "driver= new InternetExplorerDriver()" instance.
|
dlai
Junior Member
Reged: 05/02/06
Posts: 1041
Loc: CA, USA
|
|
You might want to check your security settings. Usually when I get errors starting up a native webdriver it's usually some profile or security setting.
-------------------- David Lai
Sr. QA / Test Lead
LinkedIn profile
|
SHANMUGAVEL_C
Member
Reged: 09/30/10
Posts: 241
Loc: TN, India
|
|
Yeah. Like David said, try after disabling the Protected Mode in IE9.
Thanks...
-------------------- I am speaking for myself, not for my employer nor any one.
Automation Ecstasy
|