Skip to content

Commit

Permalink
DevToolsTarget is a PageTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Sep 20, 2023
1 parent ff54d93 commit 0a9e5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/DevToolsTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace PuppeteerSharp
/// <summary>
/// DevTools target.
/// </summary>
public class DevToolsTarget : Target
public class DevToolsTarget : PageTarget
{
internal DevToolsTarget(TargetInfo targetInfo, CDPSession session, BrowserContext context, ITargetManager targetManager, Func<bool, Task<CDPSession>> createSession) : base(targetInfo, session, context, targetManager, createSession)

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-FIREFOX/ubuntu-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-FIREFOX/ubuntu-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / Demo Project (macos-latest)

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-CHROME/ubuntu-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-CHROME/ubuntu-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-FIREFOX/windows-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-FIREFOX/windows-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-CHROME/windows-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'

Check failure on line 11 in lib/PuppeteerSharp/DevToolsTarget.cs

View workflow job for this annotation

GitHub Actions / build-CHROME/windows-latest

There is no argument given that corresponds to the required parameter 'ignoreHTTPSErrors' of 'PageTarget.PageTarget(TargetInfo, CDPSession, BrowserContext, ITargetManager, Func<bool, Task<CDPSession>>, bool, ViewPortOptions, TaskQueue)'
{
Expand Down

0 comments on commit 0a9e5d0

Please sign in to comment.