WebDriverException: Message: Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012 ('There are no more files.') for URL 'http://localhost:64047/'

260 views
Skip to first unread message

itsbb...@gmail.com

unread,
Nov 26, 2017, 11:40:39 AM11/26/17
to robotframework-users

I am trying to run my script in ie i am getting below error. But same works fine with firefox, chrome.


WebDriverException: Message: Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012 ('There are no more files.') for URL 'http://localhost:64094/'

Selenium :: 3.7.1

IE Version :: 11

IEDriverServer :: tried with 3.6 and 3.7

Robotframework :: 3.0.2


below settings are done in Ie. 1.internet security options for all the zones, the checkbox is unchecked for Enable protected mode. 2. zoom level is set to 100%

Is there any solution for this? I tried to google it but no luck so far.

itsbb...@gmail.com

unread,
Nov 27, 2017, 12:43:20 AM11/27/17
to robotframework-users
Hi, Pl help me here i am stuck badly.  I am using windows 7(64bit) , IE(32 bit) and webdriver (32 bit)

Thanks in advance

Hélio Guilherme

unread,
Nov 27, 2017, 5:33:49 AM11/27/17
to robotframework-users
Some things are missing:
- Is this a first time configuration? Or was it working before?
- What is the version of SeleniumLibrary?
- What is the URL you are testing (if public)? Or did you try a minimal test case?

Post here the minimal test case that fails with IE but not with Firefox and Chrome.

Thanks.

My Favorite Open Source Projects
awsome-lists gretl meld robotframework wxPython
(sponsored/patrocinado) Recomendo servidores e alojamento Web em:
http://www.proalojamento.com/clientes/aff.php?aff=258

--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.

itsbb...@gmail.com

unread,
Nov 29, 2017, 1:36:12 AM11/29/17
to robotframework-users
- Is this a first time configuration? Or was it working before? --> It is first time Config for me. But for the folks working with me here it stopped working. it was working fine before
- What is the version of SeleniumLibrary? 3.0.0b1
- What is the URL you are testing (if public)? Or did you try a minimal test case?: Yes, its minimal tc.. here is the script. 
*** Settings ***
Documentation Sample Test
Library Selenium2Library implicit_wait=5
*** Test Cases ***
Launching A Browser
[Documentation] this is my first launch from RoboFrameWork
[Tags] smoke
#open browser https://www.google.co.in/ ff
#maximize browser window
#create webdriver Ie
#go to https://www.google.co.in/ ie
#sleep 2
#close browser

Open Browser https://www.google.co.in/ chrome 1stbrowser
#Location Should Be https://www.google.co.in/

Open Browser https://www.amazon.in/ ie 2ndbrow #opening
#Location Should Be https://www.amazon.in/ #validating

Switch Browser 1stbrowser # index
${window_Title} = Get Title
Log ${window_Title}
Page Should Contain Element //*[@id="tsf"]/div[2]/div[3]/center/input[2]
Switch Browser 2ndbrow # alias
Page Should Contain Online Shopping: Shop Online for Mobiles, Books, Watches, Shoes and More - Amazon.in

Closing all browsers
Close All Browsers

*** Keywords ***
Provided precondition

To post to this group, send email to robotframe...@googlegroups.com.

Tatu Aalto

unread,
Nov 29, 2017, 2:16:12 AM11/29/17
to itsbb...@gmail.com, robotframework-users
Ugh

Lately there has been lot of bugs with the Selenium and IE. I think this is because Selenium project is moving the IE interface, between the Selenium client and the IEDriverServer, from the Json Wire protocol1] to the WebDriver standard[2]. To help the Selenium project to do the transition, it would be best to report all the issues found the Selenium project.

But is your problem one of the above problems or is it related to something in your environment. To test this out, it would be good to try with Selenium and IEDriverServer which was released with Selenium 3.4 or 3.3. I think those where the release where the transition to the WebDriver standard has not been started.

-Tatu
Send from my mobile


To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages