MCPcopy Index your code
hub / github.com/eclipse-che/che / navigateToUrl

Method navigateToUrl

tests/e2e/utils/DriverHelper.ts:761–765  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

759 }
760
761 async navigateToUrl(url: string): Promise<void> {
762 Logger.trace();
763
764 await this.getDriver().navigate().to(url);
765 }
766
767 async quit(): Promise<void> {
768 Logger.trace();

Callers 2

navigateToMethod · 0.80
openDashboardMethod · 0.80

Calls 2

getDriverMethod · 0.95
traceMethod · 0.80

Tested by

no test coverage detected