Table of Contents

Class ContextCreatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.WebAudio
Assembly
Selenium.WebDriver.dll

Notifies that a new BaseAudioContext has been created.

public sealed class ContextCreatedEventArgs : EventArgs
Inheritance
ContextCreatedEventArgs
Inherited Members

Properties

Context

Gets or sets the context

[JsonPropertyName("context")]
public BaseAudioContext Context { get; set; }

Property Value

BaseAudioContext