MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / getTitleText

Method getTitleText

interactive-visualizers/e2e/src/app.po.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 getTitleText(): Promise<string> {
26 return element(by.css('app-root .content span')).getText() as Promise<string>;
27 }
28}

Callers 1

app.e2e-spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected