Frame
import {Frame} from 'cabbie-async';
Methods
activate(id): Promise<void>
- id
- string
Change focus to a specific frame on the page
activateDefault(): Promise<void>
Change focus to the default context on the page
activateParent(): Promise<void>
Change focus to the parent context. If the current context is the top level browsing context, the context remains unchanged.