Table of Contents

Interface ICrashReportContext

Namespace
Selenium.WebDriver.BiDi.Cdp.CrashReportContext
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

This domain exposes the current state of the CrashReportContext API.

[Experimental("BIDICDP001")]
public interface ICrashReportContext

Methods

GetEntriesAsync(string?, CancellationToken)

Returns all entries in the CrashReportContext across all frames in the page.

Task<GetEntriesResult> GetEntriesAsync(string? session = null, CancellationToken cancellationToken = default)

Parameters

session string

Optional CDP session override.

cancellationToken CancellationToken

A token to cancel the asynchronous operation.

Returns

Task<GetEntriesResult>

A task representing the asynchronous operation, containing a GetEntriesResult.