Closed
Description
All my Selenium tests pass before I integrated Raven. Tests still pass if I load the Raven JS file but not initialize Raven. Tests fail in Firefox ONLY with:
Error: [frame("even-iframe-embed1")] Error response status: 13, UnknownError - An unknown server-side error occurred while processing the command. Selenium error: Permission denied to access property "__raven__"
if Raven is loaded and initialized. Here is the initialization code:
window.Raven.config('<%=loggerKey%>', {
release: '<%=version%>'
}).install();
Any help with this issue will be appreciated.
Metadata
Metadata
Assignees
Labels
No labels