Table of Contents

Class SetInterceptDragsCommandSettings

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

Prevents default drag and drop behavior and instead emits Input.dragIntercepted events. Drag and drop behavior can be directly controlled via Input.dispatchDragEvent.

public sealed class SetInterceptDragsCommandSettings : ICommand
Inheritance
SetInterceptDragsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Gets or sets the enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool