diff --git a/index.bs b/index.bs index 5517071e..2e972857 100644 --- a/index.bs +++ b/index.bs @@ -2135,7 +2135,7 @@ browsingContext.CssLocator = { value: text } -browsingContext.InnerTextLocator { +browsingContext.InnerTextLocator = { type: "innerText", value: text, ? ignoreCase: bool @@ -2143,7 +2143,7 @@ browsingContext.InnerTextLocator { ? maxDepth: js-uint, } -browsingContext.XPathLocator { +browsingContext.XPathLocator = { type: "xpath", value: text }