Revert "Update invoice submission file url"
This reverts commit 0932bd4922.
This commit is contained in:
parent
0932bd4922
commit
4d1cfb8e23
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue