Skip to content

[Bug] Tracing does not work with Electron #6985

Closed

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions