Skip to content

Commit

Permalink
fix CDDL definition errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevanssfdc committed Oct 26, 2023
1 parent c8b7516 commit be123be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2135,15 +2135,15 @@ browsingContext.CssLocator = {
value: text
}

browsingContext.InnerTextLocator {
browsingContext.InnerTextLocator = {
type: "innerText",
value: text,
? ignoreCase: bool
? matchType: "full" / "partial",
? maxDepth: js-uint,
}

browsingContext.XPathLocator {
browsingContext.XPathLocator = {
type: "xpath",
value: text
}
Expand Down

0 comments on commit be123be

Please sign in to comment.