Class TriggerActionCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.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
Id
Extension id.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
TargetId
A tab target ID to trigger the default extension action on.
[JsonPropertyName("targetId")]
public string TargetId { get; set; }