We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The TypeScript type-checker complained that checking for `node.matches` is improper
`node` might not have a `matches()` method, e.g. if it is a `Text` node, and thus checking for it prevents premature termination of the `find()`
carried over recipe from https://github.com/cyrus-and/chrome-remote-interface/issues/134#issuecomment-303780773