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

Method text

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

* Gets the text from the element. * @param options Options that affect what text is included.

(options?: TextOptions)

Source from the content-addressed store, hash-verified

137 * @param options Options that affect what text is included.
138 */
139 text(options?: TextOptions): Promise<string>;
140
141 /**
142 * Sets the value of a `contenteditable` element.

Callers 15

vitest.spec.tsFile · 0.65
getTextMethod · 0.65
getTitleMethod · 0.65
getTextMethod · 0.65
getTextMethod · 0.65
getTextMethod · 0.65
withMethod · 0.65
getTextMethod · 0.65
getTitleMethod · 0.65
getTextMethod · 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 3

getTextMethod · 0.52
getTextMethod · 0.52
getTextMethod · 0.52