From 4d1cfb8e236528607051dd0ef4ee132ed37d2ec9 Mon Sep 17 00:00:00 2001 From: vguruparan Date: Wed, 16 Apr 2025 13:44:17 -0500 Subject: [PATCH] Revert "Update invoice submission file url" This reverts commit 0932bd4922c36cf574a82cc6bc3c506e1247f5e8. --- .../PlaywrightDriver/PlaywrightWebDriver.GoToPage.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.GoToPage.cs b/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.GoToPage.cs index ca29b9ca..922e8f58 100644 --- a/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.GoToPage.cs +++ b/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.GoToPage.cs @@ -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 - { - { "rate", 25 } - }); // Active current tab await page.BringToFrontAsync(); var response = await page.GotoAsync(args.Url, new PageGotoOptions