PagePage.emulateLocaleVersion: NextOn this pagePage.emulateLocale() method Signature class Page { abstract emulateLocale(locale?: string): Promise<void>;} Parameters ParameterTypeDescriptionlocalestring(Optional) Locale to emulate on the page. Passing no locale disables locale emulation. Returns: Promise<void>