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

Method mouseAway

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

Moves the mouse away from the element.

()

Source from the content-addressed store, hash-verified

116
117 /** Moves the mouse away from the element. */
118 mouseAway(): Promise<void>;
119
120 /**
121 * Sends the given string to the input as a series of key presses. Also fires input events

Callers 3

hideMethod · 0.65
mouseAwayMethod · 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