MCPcopy
hub / github.com/angular/components / isFocused

Method isFocused

src/cdk/testing/test-element.ts:163–163  ·  view source on GitHub ↗

Checks whether the element is focused.

()

Source from the content-addressed store, hash-verified

161
162 /** Checks whether the element is focused. */
163 isFocused(): Promise<boolean>;
164
165 /** Sets the value of a property of an input. */
166 setInputValue(value: string): Promise<void>;

Callers 15

isFocusedMethod · 0.65
isFocusedMethod · 0.65
grid.spec.tsFile · 0.65
isFocusedMethod · 0.65
isFocusedMethod · 0.65
combobox.spec.tsFile · 0.65
highlightEffectMethod · 0.65

Implementers 3

ProtractorElementsrc/cdk/testing/protractor/protractor-
SeleniumWebDriverElementsrc/cdk/testing/selenium-webdriver/sel
UnitTestElementsrc/cdk/testing/testbed/unit-test-elem

Calls

no outgoing calls

Tested by

no test coverage detected