Table of Contents

Class CSSPositionTryRule

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

CSSPositionTryRule

public sealed class CSSPositionTryRule
Inheritance
CSSPositionTryRule
Inherited Members

Properties

Active

active

[JsonPropertyName("active")]
public bool Active { get; set; }

Property Value

bool

Name

name

[JsonPropertyName("name")]
public Value Name { get; set; }

Property Value

Value

Origin

origin

[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { get; set; }

Property Value

StyleSheetOrigin

Style

style

[JsonPropertyName("style")]
public CSSStyle Style { get; set; }

Property Value

CSSStyle

StyleSheetId

styleSheetId

[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StyleSheetId { get; set; }

Property Value

string