-
-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Description
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.
puppeteer-sharp/lib/PuppeteerSharp/LaunchOptions.cs
Lines 94 to 97 in de7b94c
| /// <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
Labels
No labels