Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
esm
/
activeElement.d.ts
blob: 9862eef69133eb88f43ccaffb3c2ad79e57b1c72 [
file
] [
log
] [
blame
] [
edit
]
/**
* Returns the actively focused element safely.
*
* @param doc the document to check
*/
export
default
function
activeElement
(
doc
?:
Document
):
Element
|
null
;