MCPcopy Create free account
hub / github.com/angular/angular / getLinkById

Function getLinkById

adev/src/content/examples/animations/e2e/src/util.ts:18–20  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

16}
17
18export function getLinkById(id: string) {
19 return element(by.css(`a[id=${id}]`));
20}

Callers 1

app.e2e-spec.tsFile · 0.90

Calls 2

elementFunction · 0.85
cssMethod · 0.80

Tested by

no test coverage detected