Class InnerTextLocator
- Namespace
- OpenQA.Selenium.BiDi.Modules.BrowsingContext
- Assembly
- WebDriver.dll
public record InnerTextLocator : Locator, IEquatable<Locator>, IEquatable<InnerTextLocator>
- Inheritance
-
InnerTextLocator
- Implements
- Inherited Members
Constructors
InnerTextLocator(string)
public InnerTextLocator(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; }