-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Raven error in Selenium IDE log #539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe |
No, it doesn't work like that too. |
This error occurs when Selenium clicks on the link looks like |
@leordex have you found a fix for this? |
Anyone know if this is still an open issue? |
I think this was fixed! :) |
I have found the issue #495, it looks like mine, but error is different.
I am using the latest version of Firefox and Selenium IDE. The error occurs in the middle of one of the tests. When it clicks on the button, I see in log
[error] Unexpected Exception: Error: Permission denied to access property "__raven_wrapper__".
Looks like problem is caused by line 660 in raven.js:
fn = fn && (fn.__raven_wrapper__ ? fn.__raven_wrapper__ : fn);
When I wrapped this line in try...catch block, test has passed.
The text was updated successfully, but these errors were encountered: