You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// with hammerheadJSON.stringify(event);// Uncaught TypeError: Converting circular structure to JSONObject.keys(event);// ["isTrusted", "data", "origin", ... and other 26 properties]// without hammerheadJSON.stringify(event);// "{"isTrusted":true}"Object.keys(event);// ["isTrusted"]
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Take for example the
message
event:related with #1276
The text was updated successfully, but these errors were encountered: