Saved Bookmarks
| 1. |
Why Do I Get "permission Denied" Error During Execution Of Selenium Tests? |
|
Answer» The primary reason of PERMISSION denied error is same origin POLICY restriction from java script. To OVERCOME this error you can use browsers with elevated security PRIVILEGES. In case of Firefox you should use *chrome and in case of IE you should use *iehta as browser for working with Selenium. The primary reason of permission denied error is same origin policy restriction from java script. To overcome this error you can use browsers with elevated security privileges. In case of Firefox you should use *chrome and in case of IE you should use *iehta as browser for working with Selenium. |
|