Table of Contents

Class TriggerActionCommandSettings

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

Runs an extension default action. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.

public sealed class TriggerActionCommandSettings : ICommand
Inheritance
TriggerActionCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Id

Extension id.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

TargetId

A tab target ID to trigger the default extension action on.

[JsonPropertyName("targetId")]
public string TargetId { get; set; }

Property Value

string