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
When running in electron using the BrowserWindow.addDevToolsExtension() method - the extensions will generate the following error
Uncaught ReferenceError: browser is not defined at chrome-extension://spector-js/contentScript.js:10:9 at chrome-extension://spector-js/contentScript.js:11:3 at runContentScript (D:\Projects\gsi_xtream\node_modules\electron\dist\resources\electron.asar\renderer\content-scripts-injector.js:23:26) at Object.onceWrapper (events.js:314:30) at emitNone (events.js:105:13) at process.emit (events.js:207:7)
The text was updated successfully, but these errors were encountered:
How do I activate and record using Spector.js inside an Electron application? In chrome, there is a toolbar button that you need to press to get the record button, but there is no button that appears in Electron by default.
When running in electron using the BrowserWindow.addDevToolsExtension() method - the extensions will generate the following error
Uncaught ReferenceError: browser is not defined at chrome-extension://spector-js/contentScript.js:10:9 at chrome-extension://spector-js/contentScript.js:11:3 at runContentScript (D:\Projects\gsi_xtream\node_modules\electron\dist\resources\electron.asar\renderer\content-scripts-injector.js:23:26) at Object.onceWrapper (events.js:314:30) at emitNone (events.js:105:13) at process.emit (events.js:207:7)
The text was updated successfully, but these errors were encountered: