Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
esm
/
contains.d.ts
blob: d22b2c0d40c0f8e31b352ce3087f32d4b93f7ed9 [
file
] [
log
] [
blame
] [
edit
]
/**
* Checks if an element contains another given element.
*
* @param context the context element
* @param node the element to check
*/
export
default
function
contains
(
context
:
Element
,
node
:
Element
):
boolean
|
undefined
;