Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
navigateTo
Method · 0.80
openDashboard
Method · 0.80
Calls
2
getDriver
Method · 0.95
trace
Method · 0.80
Tested by
no test coverage detected