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

Class

interactive-visualizers/e2e/src/app.po.ts:20–20  ·  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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected