Class Locator.InnerText
- Namespace
- OpenQA.Selenium.BiDi.Modules.BrowsingContext
- Assembly
- WebDriver.dll
public record Locator.InnerText : Locator, IEquatable<Locator>, IEquatable<Locator.InnerText>
- Inheritance
-
Locator.InnerText
- Implements
- Inherited Members
Constructors
InnerText(string)
public InnerText(string Value)
Parameters
Value
string
Properties
IgnoreCase
public bool? IgnoreCase { get; set; }
Property Value
- bool?
MatchType
public MatchType? MatchType { get; set; }
Property Value
MaxDepth
public long? MaxDepth { get; set; }
Property Value
- long?
Value
public string Value { get; init; }