MCPcopy Index your code
hub / github.com/angular/angular / navigateTo

Function navigateTo

integration/platform-server/e2e/src/util.ts:25–27  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

23}
24
25export async function navigateTo(url: string): Promise<void> {
26 await browser.driver.get(browser.baseUrl + url);
27}
28
29export async function bootstrapClientApp(): Promise<void> {
30 await browser.executeScript('doBootstrap()');

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…