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

Method getCssValue

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

Get the computed value of the given CSS property for the element.

(property: string)

Source from the content-addressed store, hash-verified

110
111 /** Get the computed value of the given CSS property for the element. */
112 getCssValue(property: string): Promise<string>;
113
114 /** Hovers the mouse over the element. */
115 hover(): Promise<void>;

Callers 3

getCssValueMethod · 0.65
crossEnvironmentSpecsFunction · 0.65
getCssValueMethod · 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