Hello,
FYI, i'm having issues with bugsnag and selenium WebDriver.
Webdriver cannot find elements.
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
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