Value is not a sequence Safari exception

前端 未结 2 1072
我在风中等你
我在风中等你 2021-02-19 08:36

I\'m getting this error on any console.log statement in my codebase. This affects only Safari 11.0 (12604.1.38.1.7) on Mac 10.16.6

How can i resolve this and ho

2条回答
  •  佛祖请我去吃肉
    2021-02-19 09:00

    You need to disable the "WebDriver" extension.

    I had this same problem, and my stack trace included a resource called "Script element" which was making this call:

    b.initMessageEvent("safaridriver.message", !1, !1, a, window.location.origin, "0", window, null);
    

    Maybe there's a SafariDriver update out there that also fixes this?

提交回复
热议问题