Table of Contents

Class SetNavigationTextCommandResponse

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

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

public sealed class SetNavigationTextCommandResponse : ICommandResponse<SetNavigationTextCommandSettings>, ICommandResponse
Inheritance
SetNavigationTextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Navigation

The resulting CSS Navigation rule after modification.

[JsonPropertyName("navigation")]
public CSSNavigation Navigation { get; set; }

Property Value

CSSNavigation