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.
--
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.
*** 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.
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.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--
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.