Class CssWebLocator
public sealed record CssWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<CssWebLocator>
- Inheritance
-
CssWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
CssWebLocator(string)
public CssWebLocator(string Selector)
Parameters
Selectorstring
Properties
Selector
public string Selector { get; init; }
Property Value
Methods
Describe()
public override string Describe()