Table of Contents

Class SetScopeTextCommandResponse

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

Response for Modifies the expression of a scope at-rule.

public sealed class SetScopeTextCommandResponse : ICommandResponse<SetScopeTextCommandSettings>, ICommandResponse
Inheritance
SetScopeTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Scope

The resulting CSS Scope rule after modification.

[JsonPropertyName("scope")]
public CSSScope Scope { get; set; }

Property Value

CSSScope