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

Method waitAndGetValue

tests/e2e/utils/DriverHelper.ts:677–681  ·  view source on GitHub ↗
(elementLocator: By, timeout: number)

Source from the content-addressed store, hash-verified

675 }
676
677 async waitAndGetValue(elementLocator: By, timeout: number): Promise<string> {
678 Logger.trace(`${elementLocator}`);
679
680 return await this.waitAndGetElementAttribute(elementLocator, 'value', timeout);
681 }
682
683 async waitUntilTrue(callback: any, timeout: number): Promise<void> {
684 Logger.trace();

Callers 3

getAdminProjectNameMethod · 0.80
getGitRepositoryUrlMethod · 0.80
addSshKeysFromStringsMethod · 0.80

Calls 2

traceMethod · 0.80

Tested by

no test coverage detected