Skip to content

Selenium Error When Raven is Initialized #495

Closed
@bluecollarcoder

Description

@bluecollarcoder

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions