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 d8326e0 commit 739a1d0Copy full SHA for 739a1d0
lib/PuppeteerSharp/Page.cs
@@ -1936,7 +1936,7 @@ public async Task EmulateTimezoneAsync(string timezoneId)
1936
/// </summary>
1937
/// <param name="factor">Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).</param>
1938
/// <returns>A task that resolves when the message has been sent to the browser.</returns>
1939
- internal Task EmulateCPUThrottlingAsync(decimal? factor = null)
+ public Task EmulateCPUThrottlingAsync(decimal? factor = null)
1940
{
1941
if (factor != null && factor < 1)
1942
0 commit comments