We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b777ead commit 25f1a5bCopy full SHA for 25f1a5b
dotnet/src/webdriver/BiDi/Modules/BrowsingContext/Locator.cs
@@ -11,8 +11,6 @@ namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
11
[JsonDerivedType(typeof(XPath), "xpath")]
12
public abstract record Locator
13
{
14
- public static InnerText InnerTextFFF(string value) => new InnerText(value);
15
-
16
public record Accessibility(Accessibility.AccessibilityValue Value) : Locator
17
18
public record AccessibilityValue
0 commit comments