Revert "Update invoice submission file url"

This reverts commit 0932bd4922.
This commit is contained in:
vguruparan 2025-04-16 13:44:17 -05:00
parent 0932bd4922
commit 4d1cfb8e23

View file

@ -52,13 +52,7 @@ public partial class PlaywrightWebDriver
{
page = await _instance.NewPage(message, args);
}
var cdpSession = await context.NewCDPSessionAsync(page);
// Set CPU throttling rate
await cdpSession.SendAsync("Emulation.setCPUThrottlingRate", new Dictionary<string, object>
{
{ "rate", 25 }
});
// Active current tab
await page.BringToFrontAsync();
var response = await page.GotoAsync(args.Url, new PageGotoOptions