PagePage.emulateFocusedPageVersion: 24.33.0On this pagePage.emulateFocusedPage() method Emulates focus state of the page. Signature class Page { abstract emulateFocusedPage(enabled: boolean): Promise<void>;} Parameters ParameterTypeDescriptionenabledbooleanWhether to emulate focus. Returns: Promise<void>