Skip to content

LaunchOptions.LogProcess doesn't do anything #3012

@ferenc-a

Description

@ferenc-a

LogProcess is only set in a single place in the code base, never used, and setting it in user code doesn't seem to do anything.
It should either be deprecated / removed, or implemented according to its description, as it would be a useful feature (for both browsers). It doesn't seem to have an equivalent in upstream Puppeteer.

/// <summary>
/// Logs process counts after launching chrome and after exiting.
/// </summary>
public bool LogProcess { get; set; }

Also looking at the class' code, properties and the class itself should clarify which options are Chrome/Firefox-only or affect both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions