Closed
Description
openedon Jun 9, 2021
I'm very excited about the new tracing feature of version 1.12 but I don't get it work with my electron app.
const electronApp = await electron.launch({ args: ['main.js'] });
const window = await electronApp.firstWindow();
window.context.tracing // undefined property
Is it supported?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment