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

Class AppPage

interactive-visualizers/e2e/src/app.po.ts:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import { browser, by, element } from 'protractor';
19
20export class AppPage {
21 navigateTo(): Promise<unknown> {
22 return browser.get(browser.baseUrl) as Promise<unknown>;
23 }
24
25 getTitleText(): Promise<string> {
26 return element(by.css('app-root .content span')).getText() as Promise<string>;
27 }
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected