Bugsnag-js: Errors with Selenium Webdriver

Created on 14 Apr 2015  路  4Comments  路  Source: bugsnag/bugsnag-js

Hello,
FYI, i'm having issues with bugsnag and selenium WebDriver.
Webdriver cannot find elements.

@see https://github.com/cobrateam/splinter/issues/376

bug released

Most helpful comment

@jamiekyle-eb This has now been released in the latest version of bugsnag-js: https://github.com/bugsnag/bugsnag-js/releases/tag/v6.4.0

All 4 comments

Hey @mattimatti, it looks like the conclusion on that bug report is that it's a selenium problem?

Happy to look into it if there's a reproducible problem caused by Bugsnag.

This error seems to have come back in 6.3.2:

WebDriverException: Message: Permission denied to access property "handleEvent"

handleEvent was re-introduced by https://github.com/bugsnag/bugsnag-js/commit/f954d63e2d7ccd93fb1158be01ba9dd3c54eec00 cc @bengourley

It looks like we previously worked around this issue in Bugsnag by wrapping handleEvent access in a try-catch.

We'll look at applying something similar against the new usage.

@jamiekyle-eb This has now been released in the latest version of bugsnag-js: https://github.com/bugsnag/bugsnag-js/releases/tag/v6.4.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

foxyblocks picture foxyblocks  路  5Comments

v3solutions picture v3solutions  路  6Comments

killia15 picture killia15  路  6Comments

lifeiscontent picture lifeiscontent  路  6Comments

ShawnCholeva picture ShawnCholeva  路  6Comments