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

Method getProperty

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

Gets the value of a property of an element.

(name: string)

Source from the content-addressed store, hash-verified

155
156 /** Gets the value of a property of an element. */
157 getProperty<T = any>(name: string): Promise<T>;
158
159 /** Checks whether this element matches the given selector. */
160 matchesSelector(selector: string): Promise<boolean>;

Callers 15

getValueMethod · 0.65
isDisabledMethod · 0.65
isRequiredMethod · 0.65
isCheckedMethod · 0.65
isIndeterminateMethod · 0.65
isRequiredMethod · 0.65
getValueMethod · 0.65
isDisabledMethod · 0.65
isRequiredMethod · 0.65
isDisabledMethod · 0.65
getValueMethod · 0.65
getIdMethod · 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