MCPcopy Create free account
hub / github.com/angular/components / hover

Method hover

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

Hovers the mouse over the element.

()

Source from the content-addressed store, hash-verified

113
114 /** Hovers the mouse over the element. */
115 hover(): Promise<void>;
116
117 /** Moves the mouse away from the element. */
118 mouseAway(): Promise<void>;

Callers 4

showMethod · 0.65
hoverMethod · 0.65
crossEnvironmentSpecsFunction · 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