Table of Contents

Class RuleSetUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Preload
Assembly
Selenium.WebDriver.dll

Upsert. Currently, it is only emitted when a rule set added.

public sealed class RuleSetUpdatedEventArgs : EventArgs
Inheritance
RuleSetUpdatedEventArgs
Inherited Members

Properties

RuleSet

Gets or sets the ruleSet

[JsonPropertyName("ruleSet")]
public RuleSet RuleSet { get; set; }

Property Value

RuleSet