robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Cannot populate URL in the Specified browser when connected to VPN. #218

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by ranadeep.dm on 28 Nov 2011

When i am trying to launch a application which uses a VPN connection to open, the browser is launched, but after that the given URL is not getting populated. The Selenium Log is showing the error message

"error(1321371827388): xmlHttp returned: 500: INKApi Error".

The browser is showing the URL as "file:///C:/Users/......./AppData/Local/Temp/customProfileDir1ebd9b3a1cc54da0bd14374a7940d8f8/core/Blank.html?start=true"

When I am logging out of the VPN all other sites are launching and its perfectly working fine.

Can you please provide a solution or a round about? Is there any firewall issues related to it??

Thanks and Regards, Ranadeep

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 14 Dec 2011

This basically sounds like an Selenium issue, and not something we can fix.

perhaps you could try out the Selenium2Library [1], since it uses different mechanism for launching browsers

[1] https://github.com/rtomac/robotframework-selenium2library