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

Method switchToObject

integration/trusted-types/e2e/src/app.po.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 async switchToObject(): Promise<unknown> {
13 return browser.switchTo().frame(await element(by.id('trusted-types-object')).getWebElement());
14 }
15
16 async switchToEmbed(): Promise<unknown> {
17 return browser.switchTo().frame(await element(by.id('trusted-types-embed')).getWebElement());

Callers 1

app.e2e-spec.tsFile · 0.80

Calls 1

elementFunction · 0.85

Tested by

no test coverage detected