We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec33218 commit ff58351Copy full SHA for ff58351
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -53,7 +53,7 @@ public async Task GeneratePdf()
53
54
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
55
{
56
- ExecutablePath = path,
+ ExecutablePath = brw.GetExecutablePath(),
57
Headless = true
58
});
59
0 commit comments