28 views
Skip to first unread message

Hariprasad K S

unread,
Apr 9, 2018, 1:56:08 AM4/9/18
to seleniu...@googlegroups.com
Hi Guys,

I am not able to perform any action with IE11 browser(only browser will open)

Platform:
python version: 3.6
robot framework version: Robot Framework 3.0.3.
IE: version 11
selenium version: 3.11
IE driver: 3.8

Here is my code:
*** Settings ***
Test Teardown Close All Browsers
Library SeleniumLibrary
Library OperatingSystem

*** Variables ***
${local_ie_driver} C:${/}Users${/}11020053${/}AppData${/}Local${/}Programs${/}Python${/}Python36${/}Scripts${/}IEDriverServer.exe

*** Test Cases ***
Wohoo
Set Environment Variable webdriver.ie.driver ${local_ie_driver}
File Should Exist %{webdriver.ie.driver}
Open Browser http://www.google.com internetexplorer
Sleep 8s
Title Should Be Google

It is failing at verifying title page Google
Returning error message: NoSuchWindowException: Message: Unable to get browser

Thanks,
-Hariprasad

anwesana kanungo

unread,
Apr 9, 2018, 2:13:23 AM4/9/18
to Selenium Users

Change the URL to https://www.google.co.in/ 

Hariprasad K S

unread,
Apr 19, 2018, 8:58:07 PM4/19/18
to seleniu...@googlegroups.com
Thank you...

I found solution:
1. IE Options --> Security Tab -> Uncheck "Enable Protected Mode" worked for me.
2. Edited the registry ..\\..\\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE. Create DWORD with iexplore.exe,  value   0.

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/67b74c1d-91f9-4a29-8e34-707055acc6e2%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages