PagePage.emulateFocusedPageVersion: NextOn 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>