Selenium : Permission denied <url> to get property Location.href

Posted by Ganesh on
URL: http://manual-and-automated-testing.232.s1.nabble.com/Selenium-Permission-denied-url-to-get-property-Location-href-tp4378328.html

Hi

Permission denied for <http://abc.com> to get property Location.href

I received this error message when i tried to click a link called "cart"

current location (url) -> http://abc.com
when selenium.click("link=cart"); is triggered then it would traverse to http://secure.abc.com/store/cart

How to handle this ?

Can anyone help me out

Thanks in advance