Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
show
Method · 0.65
calendar-harness.spec.ts
File · 0.65
hover
Method · 0.65
crossEnvironmentSpecs
Function · 0.65
Implementers
3
ProtractorElement
src/cdk/testing/protractor/protractor-
SeleniumWebDriverElement
src/cdk/testing/selenium-webdriver/sel
UnitTestElement
src/cdk/testing/testbed/unit-test-elem
Calls
no outgoing calls
Tested by
no test coverage detected