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