browserstack-node-sdk 1.49.7 → 1.49.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a80_0x46606b=a80_0x2a17;(function(_0x105bce,_0x3ad916){const _0xcd81b4=a80_0x2a17,_0x980855=_0x105bce();while(!![]){try{const _0x2bd2d4=-parseInt(_0xcd81b4(0x252))/0x1*(parseInt(_0xcd81b4(0x1cb))/0x2)+-parseInt(_0xcd81b4(0x243))/0x3+parseInt(_0xcd81b4(0x161))/0x4*(parseInt(_0xcd81b4(0x273))/0x5)+parseInt(_0xcd81b4(0x261))/0x6*(-parseInt(_0xcd81b4(0x10e))/0x7)+parseInt(_0xcd81b4(0x14d))/0x8+-parseInt(_0xcd81b4(0xcb))/0x9*(parseInt(_0xcd81b4(0x133))/0xa)+parseInt(_0xcd81b4(0x1d5))/0xb;if(_0x2bd2d4===_0x3ad916)break;else _0x980855['push'](_0x980855['shift']());}catch(_0x8d08d5){_0x980855['push'](_0x980855['shift']());}}}(a80_0x28bd,0xa9594));const BaseModule=require(a80_0x46606b(0x24e)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a80_0x46606b(0x229)),HookState=require(a80_0x46606b(0x14f)),GrpcClient=require(a80_0x46606b(0x268)),scripts=require(a80_0x46606b(0x279)),logger=createClassLogger(a80_0x46606b(0x25d)),PerformanceTester=require(a80_0x46606b(0x21d)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x46606b(0x275)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x46606b(0x134)),{nestedKeyValue,isUndefined}=require(a80_0x46606b(0x15a)),util=require(a80_0x46606b(0xbf)),TestInfo=require(a80_0x46606b(0xea)),TestFrameworkConstants=require(a80_0x46606b(0x25c));class AccessibilityModule extends BaseModule{static [a80_0x46606b(0x263)]=AccessibilityModule[a80_0x46606b(0xe3)];static [a80_0x46606b(0x152)]=![];static [a80_0x46606b(0x241)]={};constructor(_0x567de6){const _0x191e62=a80_0x46606b,_0x48e5e3={};_0x48e5e3['mfLDE']=_0x191e62(0x242),_0x48e5e3[_0x191e62(0x23b)]='testhub_build_uuid',_0x48e5e3[_0x191e62(0xc6)]=_0x191e62(0x13e),_0x48e5e3[_0x191e62(0x1ea)]=_0x191e62(0x1c4),_0x48e5e3[_0x191e62(0x11b)]=_0x191e62(0x269);const _0x38f047=_0x48e5e3,_0x5a822a=_0x38f047[_0x191e62(0x1e2)][_0x191e62(0x1a1)]('|');let _0x56be2e=0x0;while(!![]){switch(_0x5a822a[_0x56be2e++]){case'0':AutomationFramework[_0x191e62(0x266)](AutomationFrameworkState[_0x191e62(0x19c)],HookState[_0x191e62(0x1d2)],this[_0x191e62(0xf0)][_0x191e62(0x186)](this));continue;case'1':this['capabilities']=[];continue;case'2':this[_0x191e62(0x256)]=new Map();continue;case'3':this[_0x191e62(0x1e3)]=new Map();continue;case'4':this[_0x191e62(0x1f7)]=_0x38f047[_0x191e62(0x23b)];continue;case'5':this['KEY_INIT']=_0x38f047[_0x191e62(0xc6)];continue;case'6':AutomationFramework[_0x191e62(0x266)](AutomationFrameworkState[_0x191e62(0x247)],HookState['POST'],this[_0x191e62(0x1b8)][_0x191e62(0x186)](this));continue;case'7':this['accessibilityConfig']=_0x567de6[_0x191e62(0xfc)]();continue;case'8':AutomationFramework[_0x191e62(0x266)](AutomationFrameworkState[_0x191e62(0x17f)],HookState[_0x191e62(0x1d2)],this[_0x191e62(0x234)][_0x191e62(0x186)](this));continue;case'9':logger[_0x191e62(0xf1)](_0x38f047[_0x191e62(0x1ea)]);continue;case'10':this[_0x191e62(0x157)](_0x567de6[_0x191e62(0x159)]()['getCapabilitiesList']());continue;case'11':super();continue;case'12':this['isEnabled']=!![];continue;case'13':this[_0x191e62(0x14a)]=_0x38f047[_0x191e62(0x11b)];continue;case'14':this['isAppAccessibility']=![];continue;case'15':this['_sendMessageServerPatchApplied']=![];continue;}break;}}[a80_0x46606b(0xce)](){const _0x128288=a80_0x46606b;return this[_0x128288(0xce)];}[a80_0x46606b(0xca)](){const _0x337292=a80_0x46606b;return AccessibilityModule[_0x337292(0x263)];}['getCurrentAccessibilityStatus'](){const _0x39194d=a80_0x46606b;return this['accessibility'][_0x39194d(0x244)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x178fc8=a80_0x46606b;return this[_0x178fc8(0x1e3)]['get'](CLIUtils[_0x178fc8(0x191)](),![]);}[a80_0x46606b(0x15c)](_0x25ebad){const _0x1d37b2=a80_0x46606b;this[_0x1d37b2(0x1e3)][_0x1d37b2(0x265)](CLIUtils['getCurrentInstanceName'](),_0x25ebad);}[a80_0x46606b(0x102)](){const _0x37c745=a80_0x46606b,_0x7529a6={'KDoxV':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','KgNAO':function(_0x1dbd58,_0x206d8d){return _0x1dbd58(_0x206d8d);},'wKDeu':_0x37c745(0x198),'kptUi':_0x37c745(0x21b),'BEajg':_0x37c745(0x17a)};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x7529a6[_0x37c745(0x1fb)]);return;}try{const _0x4cd314=_0x7529a6['KgNAO'](require,_0x7529a6['wKDeu']);_0x4cd314&&_0x4cd314['patchSendMessageToServer']?(_0x4cd314[_0x37c745(0x1ff)](),this[_0x37c745(0xda)]=!![],logger[_0x37c745(0xf1)](_0x7529a6[_0x37c745(0x17b)])):logger[_0x37c745(0xf1)](_0x7529a6[_0x37c745(0x116)]);}catch(_0x1231e8){logger['debug'](_0x37c745(0xeb)+util[_0x37c745(0x10b)](_0x1231e8));}}[a80_0x46606b(0x16d)](_0x56d9a1=null,_0xb8c0b1=null,_0x129023=null){const _0x4aeca9=a80_0x46606b,_0x29d6c4={'OhnUl':function(_0xadafc9,_0x5f7195){return _0xadafc9&&_0x5f7195;},'PbiJa':_0x4aeca9(0x271),'ieZxE':function(_0x3cbee8,_0x71d72a){return _0x3cbee8(_0x71d72a);},'xgioY':_0x4aeca9(0x270),'vZjzm':function(_0x5847e4,_0x3dbcc7){return _0x5847e4(_0x3dbcc7);},'xbzDC':_0x4aeca9(0x15a),'DPgIN':function(_0xad5520){return _0xad5520();},'eBwYQ':_0x4aeca9(0x18c),'TjJBd':function(_0x5dc56c,_0x43eaa3){return _0x5dc56c===_0x43eaa3;},'hkKiq':_0x4aeca9(0x182),'xJISF':function(_0x240a72,_0xf1b53a){return _0x240a72===_0xf1b53a;},'Yjhyr':_0x4aeca9(0xfb),'KMHME':function(_0xc8eaa4,_0x4ebe7a){return _0xc8eaa4===_0x4ebe7a;},'xqBZN':function(_0x3490b9,_0xc3f939){return _0x3490b9===_0xc3f939;},'eluGg':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','GKmir':function(_0x236aea,_0x281b8a){return _0x236aea===_0x281b8a;},'OGoUP':'true','AhwqQ':function(_0x5595ef,_0xdd6d24){return _0x5595ef===_0xdd6d24;},'eHQub':'string','Vnvzt':function(_0x5ed5dd,_0x4cb7a7){return _0x5ed5dd===_0x4cb7a7;},'YGYBR':_0x4aeca9(0x239),'DkABo':function(_0x212952){return _0x212952();},'yTTkH':function(_0x13036b,_0x492091){return _0x13036b>_0x492091;},'kgHEM':function(_0x4f2f08,_0xf572fa){return _0x4f2f08(_0xf572fa);},'hhjQN':_0x4aeca9(0x1fa),'ZpSeJ':function(_0x3d5d56,_0x5658fe){return _0x3d5d56!==_0x5658fe;},'yAIDA':_0x4aeca9(0x1ee),'FyvxN':function(_0x560e9f,_0x51189b){return _0x560e9f>_0x51189b;},'FhcAF':_0x4aeca9(0x1c0)};try{if(_0x29d6c4['OhnUl'](!_0xb8c0b1,!_0x129023))return logger[_0x4aeca9(0xf1)](_0x29d6c4[_0x4aeca9(0x124)]),![];const {isAccessibilityAutomationSession:_0x35c890}=_0x29d6c4[_0x4aeca9(0x1c6)](require,_0x29d6c4[_0x4aeca9(0x1c8)]),{isUndefined:_0x54ad0f,isBrowserstackInfra:_0x2fdc6f}=_0x29d6c4[_0x4aeca9(0x18b)](require,_0x29d6c4[_0x4aeca9(0x1ca)]);if(!_0x29d6c4[_0x4aeca9(0x183)](_0x35c890))return logger[_0x4aeca9(0xf1)](_0x29d6c4[_0x4aeca9(0x1a2)]),![];if(!(_0xb8c0b1[_0x4aeca9(0x1cf)]&&_0x29d6c4['TjJBd'](_0xb8c0b1[_0x4aeca9(0x1cf)][_0x4aeca9(0x1e4)](),_0x29d6c4['hkKiq'])||_0xb8c0b1[_0x4aeca9(0x1cf)]&&_0x29d6c4[_0x4aeca9(0x22c)](_0xb8c0b1['browserName'][_0x4aeca9(0x1e4)](),_0x29d6c4[_0x4aeca9(0x109)])||_0xb8c0b1['browser']&&_0x29d6c4['KMHME'](_0xb8c0b1[_0x4aeca9(0x13d)]['toLowerCase'](),_0x29d6c4[_0x4aeca9(0x246)])||_0xb8c0b1[_0x4aeca9(0x13d)]&&_0x29d6c4[_0x4aeca9(0x187)](_0xb8c0b1[_0x4aeca9(0x13d)]['toLowerCase'](),_0x29d6c4[_0x4aeca9(0x109)])))return logger[_0x4aeca9(0x20f)](_0x29d6c4[_0x4aeca9(0xef)]),![];try{const _0x33328e=_0xb8c0b1[_0x4aeca9(0x23d)],_0x530163=_0x29d6c4[_0x4aeca9(0x187)](_0x33328e,!![])||_0x29d6c4[_0x4aeca9(0x1c7)](_0x33328e,_0x29d6c4['OGoUP'])||_0x29d6c4[_0x4aeca9(0xf9)](typeof _0x33328e,_0x29d6c4['eHQub'])&&_0x29d6c4[_0x4aeca9(0x180)](_0x33328e['toLowerCase'](),_0x29d6c4[_0x4aeca9(0x1f4)]);if(_0x530163)return logger[_0x4aeca9(0x20f)](_0x29d6c4[_0x4aeca9(0xc1)]),![];}catch(_0x3f9a89){logger[_0x4aeca9(0xf1)](_0x4aeca9(0x13b)+util['format'](_0x3f9a89));}if(!_0x29d6c4['DkABo'](_0x2fdc6f)){if(!_0x29d6c4[_0x4aeca9(0x1c5)](_0x29d6c4[_0x4aeca9(0x1ef)](parseFloat,_0xb8c0b1[_0x4aeca9(0x1a5)]),_0x29d6c4[_0x4aeca9(0x18b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x4aeca9(0x20f)](_0x29d6c4[_0x4aeca9(0xcf)]),![];}else{if(_0x29d6c4['ZpSeJ'](_0xb8c0b1[_0x4aeca9(0x1a5)],_0x29d6c4[_0x4aeca9(0xc7)])&&!_0x29d6c4['FyvxN'](_0x29d6c4[_0x4aeca9(0x1ef)](parseFloat,_0xb8c0b1[_0x4aeca9(0x1a5)]),_0x29d6c4[_0x4aeca9(0x1c6)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4aeca9(0x20f)](_0x29d6c4['FhcAF']),![];}return!![];}catch(_0x53df7b){return logger['debug'](_0x4aeca9(0x189)+_0x53df7b[_0x4aeca9(0x121)]),![];}}[a80_0x46606b(0x1b3)](_0x461e0a=[],_0x12d9ea,_0x2f77dc=a80_0x46606b(0x13a)){const _0x214aab=a80_0x46606b,_0x4db287={'cmPSV':function(_0x5dd589,_0x306003){return _0x5dd589===_0x306003;},'XhzBz':'jest','waqEG':function(_0x11cce5,_0x386c20){return _0x11cce5||_0x386c20;},'aZxQj':function(_0x14d8a8,_0x4c9499){return _0x14d8a8===_0x4c9499;},'QzdFd':function(_0x43a204,_0x18843a){return _0x43a204&&_0x18843a;},'LJjyr':_0x214aab(0x115),'WHYst':function(_0x83d56a,_0x4ad8ba){return _0x83d56a(_0x4ad8ba);},'dHiuu':function(_0x2d37ca,_0x2a9167){return _0x2d37ca>_0x2a9167;},'MRkAA':function(_0x2f3048,_0x5496da){return _0x2f3048&&_0x5496da;}};try{const _0x39d673=process[_0x214aab(0x21c)][_0x214aab(0x1a8)]?JSON['parse'](process[_0x214aab(0x21c)][_0x214aab(0x1a8)]):null;if(!_0x39d673)return!![];const _0x20bb33=Array[_0x214aab(0x184)](_0x39d673[_0x214aab(0x1e7)])?_0x39d673['includeTagsInTestingScope']:[],_0xfbd000=Array[_0x214aab(0x184)](_0x39d673[_0x214aab(0x1ba)])?_0x39d673[_0x214aab(0x1ba)]:[];if(_0x4db287[_0x214aab(0x12a)](_0x2f77dc,_0x4db287[_0x214aab(0x108)])){let _0x21c4a5;Array[_0x214aab(0x184)](_0x461e0a)?_0x21c4a5=_0x461e0a[_0x214aab(0x1aa)]('\x20'):_0x21c4a5=_0x4db287['waqEG'](_0x461e0a,'');const _0x2eee4f=_0xfbd000[_0x214aab(0x163)](_0x5ccad2=>_0x21c4a5[_0x214aab(0x140)](_0x5ccad2)),_0x751591=_0x4db287[_0x214aab(0x1d8)](_0x20bb33['length'],0x0)||_0x20bb33['some'](_0x53783f=>_0x21c4a5['includes'](_0x53783f)),_0x501818=_0x4db287['QzdFd'](!_0x2eee4f,_0x751591);return logger[_0x214aab(0xf1)](_0x214aab(0x1b0)+(_0x12d9ea?.[_0x214aab(0x277)]?.()||_0x4db287[_0x214aab(0xec)])+_0x214aab(0xdc)+_0x501818+_0x214aab(0x156)+_0x21c4a5+_0x214aab(0xd9)+JSON[_0x214aab(0x203)](_0x20bb33)+_0x214aab(0x1b5)+JSON['stringify'](_0xfbd000)),_0x501818;}const _0x190c58=Array[_0x214aab(0x184)](_0x461e0a)?_0x461e0a:[];let _0x2533fe=![],_0x16046d=_0x4db287[_0x214aab(0x12a)](_0x20bb33[_0x214aab(0x127)],0x0);const _0x570c79=_0x5ce185=>typeof _0x5ce185==='string'?_0x5ce185[_0x214aab(0x24a)](/^@/,'')[_0x214aab(0x1e4)]()[_0x214aab(0xe6)]():_0x5ce185,_0xae0422=new Set(_0x20bb33[_0x214aab(0x16b)](_0x570c79)),_0x510987=new Set(_0xfbd000[_0x214aab(0x16b)](_0x570c79));for(const _0x3b31c1 of _0x190c58){const _0x23eafb=_0x4db287[_0x214aab(0x223)](_0x570c79,_0x3b31c1);_0x510987[_0x214aab(0x113)](_0x23eafb)&&(_0x2533fe=!![]),_0x4db287[_0x214aab(0x226)](_0xae0422[_0x214aab(0x12c)],0x0)&&_0xae0422[_0x214aab(0x113)](_0x23eafb)&&(_0x16046d=!![]);}const _0x5c0415=_0x4db287['MRkAA'](_0x16046d,!_0x2533fe);return logger[_0x214aab(0xf1)](_0x214aab(0x1b0)+(_0x12d9ea?.[_0x214aab(0x277)]?.()||_0x4db287['LJjyr'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x5c0415+_0x214aab(0x264)+JSON['stringify'](_0x190c58)+_0x214aab(0xd9)+JSON[_0x214aab(0x203)](_0x20bb33)+_0x214aab(0x1b5)+JSON[_0x214aab(0x203)](_0xfbd000)),_0x5c0415;}catch(_0x37ba94){return logger[_0x214aab(0xf1)](_0x214aab(0x1b0)+(_0x12d9ea?.[_0x214aab(0x277)]?.()||_0x4db287[_0x214aab(0xec)])+_0x214aab(0x135)+_0x37ba94[_0x214aab(0x121)]),![];}}async[a80_0x46606b(0x1b8)](_0x21b9a0){const _0x12deda=a80_0x46606b,_0x2091cb={};_0x2091cb[_0x12deda(0x122)]=function(_0x127172,_0x166ad8){return _0x127172!==_0x166ad8;},_0x2091cb[_0x12deda(0x25e)]='cucumber',_0x2091cb[_0x12deda(0x101)]=function(_0x56d955,_0x46bd93){return _0x56d955!==_0x46bd93;},_0x2091cb['sIuVP']='jest',_0x2091cb[_0x12deda(0x1d6)]=_0x12deda(0x178),_0x2091cb[_0x12deda(0x1f6)]='TEST_INIT',_0x2091cb['QhOEv']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x2091cb[_0x12deda(0x25f)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x2091cb[_0x12deda(0x1b9)]=_0x12deda(0x193),_0x2091cb[_0x12deda(0x1b7)]=function(_0x53b58e,_0x37b124){return _0x53b58e===_0x37b124;},_0x2091cb['MZmXN']=_0x12deda(0x12d),_0x2091cb['RhhVc']='Unknown\x20Test',_0x2091cb[_0x12deda(0x1d4)]=function(_0x4ae7c1,_0x5afc2c){return _0x4ae7c1>_0x5afc2c;},_0x2091cb[_0x12deda(0x18f)]=_0x12deda(0x1a6),_0x2091cb[_0x12deda(0x12b)]=_0x12deda(0xe5),_0x2091cb[_0x12deda(0x276)]=function(_0x3a01b3,_0x5572d4){return _0x3a01b3&&_0x5572d4;},_0x2091cb[_0x12deda(0x26d)]='unknown',_0x2091cb[_0x12deda(0xd2)]=_0x12deda(0x151);const _0x11d6a7=_0x2091cb;if(_0x11d6a7[_0x12deda(0x122)](_0x21b9a0[_0x12deda(0x218)],_0x11d6a7[_0x12deda(0x25e)])&&_0x11d6a7[_0x12deda(0x101)](_0x21b9a0['testFramework'],_0x11d6a7[_0x12deda(0x1f8)])){logger[_0x12deda(0xf1)](_0x11d6a7[_0x12deda(0x1d6)]);return;}logger[_0x12deda(0x150)]('onBeforeTest:\x20event='+JSON[_0x12deda(0x203)](_0x21b9a0));try{const _0xf775e1=AutomationFramework[_0x12deda(0x224)](),_0x372ffd=TestFramework['getTrackedInstance'](),_0x3ca072=_0x21b9a0[_0x12deda(0x1f1)]||global[_0x12deda(0xdd)]?.[_0x12deda(0x1d7)]||null;if(!_0x3ca072){_0x372ffd&&_0x372ffd['updateData'](_0x11d6a7['yNcFV'],!![]);logger[_0x12deda(0xf1)](_0x11d6a7['QhOEv']);return;}logger[_0x12deda(0xf1)](_0x11d6a7[_0x12deda(0x25f)]);const _0x4e3a33=_0x372ffd?.['getData'](_0x11d6a7[_0x12deda(0x1b9)],![]),_0x2e0dbd=_0x372ffd?.[_0x12deda(0x205)](_0x11d6a7[_0x12deda(0x1f6)],![]);if(_0x11d6a7[_0x12deda(0x1b7)](_0x4e3a33,![])&&_0x11d6a7['uGDiJ'](_0x2e0dbd,![])){_0x372ffd&&_0x372ffd[_0x12deda(0x166)](_0x11d6a7[_0x12deda(0x1b9)],!![]);logger[_0x12deda(0xf1)](_0x11d6a7['MZmXN']);return;}_0x372ffd&&_0x372ffd[_0x12deda(0x166)](_0x11d6a7[_0x12deda(0x1f6)],!![]);let _0x138c6a,_0x3931b3;const _0x2c81f8=_0x21b9a0['testFramework']||_0x11d6a7[_0x12deda(0x25e)];if(_0x11d6a7['uGDiJ'](_0x2c81f8,_0x11d6a7[_0x12deda(0x1f8)])){_0x3931b3=_0x21b9a0[_0x12deda(0x153)]?.['testAnalyticsId']||_0x21b9a0[_0x12deda(0x153)]?.['id']||global[_0x12deda(0x162)]||global['__workerDetails']?.[_0x12deda(0x1eb)]?.[_0x12deda(0x1d1)]||global[_0x12deda(0xdd)]?.[_0x12deda(0x1eb)]?.['id'];const _0x29ed22=_0x372ffd?.[_0x12deda(0x1b2)]()?.['get'](_0x3931b3);if(_0x29ed22&&_0x29ed22[TestFrameworkConstants[_0x12deda(0xd7)]])_0x138c6a=_0x29ed22[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x21b9a0['testInfo']?.[_0x12deda(0x100)])_0x138c6a=_0x21b9a0['testInfo']['titlePath'];else global[_0x12deda(0xdd)]?.[_0x12deda(0x1eb)]?.['testInfo']?.[_0x12deda(0x100)]?_0x138c6a=global[_0x12deda(0xdd)][_0x12deda(0x1eb)]['testInfo'][_0x12deda(0x100)]:_0x138c6a=_0x11d6a7[_0x12deda(0xbe)];}logger[_0x12deda(0xf1)](_0x12deda(0x169)+_0x3931b3+',\x20testName='+JSON[_0x12deda(0x203)](_0x138c6a));}else{_0x3931b3=this[_0x12deda(0xc3)](_0x21b9a0);const _0xfd9f1=TestInfo[_0x12deda(0x1c9)](_0x3931b3);let _0x11fec7=[];if(_0xfd9f1&&Array[_0x12deda(0x184)](_0xfd9f1['test_tags'])&&_0x11d6a7[_0x12deda(0x1d4)](_0xfd9f1[_0x12deda(0xe5)]['length'],0x0))_0x11fec7=_0xfd9f1['test_tags'];else{if(_0x372ffd){const _0x1368e8=_0x11d6a7[_0x12deda(0x1b7)](typeof _0x372ffd[_0x12deda(0x205)],_0x11d6a7['mWZlD'])?_0x372ffd[_0x12deda(0x205)](_0x11d6a7[_0x12deda(0x12b)],[]):_0x372ffd['test_tags']||[];Array[_0x12deda(0x184)](_0x1368e8)&&(_0x11fec7=_0x1368e8);}}_0x138c6a=_0x11fec7;}logger[_0x12deda(0x150)]('test-tags-->\x20'+JSON['stringify'](_0x138c6a));const _0x4d1516=this['isPlatformSupported'](_0xf775e1,_0x21b9a0[_0x12deda(0x1f3)],_0x21b9a0[_0x12deda(0x118)]);logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x4d1516+_0x12deda(0x160)+this['isAppAccessibility']);const _0x17e3f1=this[_0x12deda(0x1b3)](_0x138c6a,_0xf775e1,_0x2c81f8),_0x122014=_0x11d6a7[_0x12deda(0x276)](_0x4d1516,_0x17e3f1),_0xce36a2=CLIUtils[_0x12deda(0x191)]();this['accessibility'][_0x12deda(0x265)](_0xce36a2,_0x122014),global[_0x12deda(0x1ce)]?.[_0x12deda(0x170)]&&global[_0x12deda(0x1ce)][_0x12deda(0x170)]()['setShouldScan'](_0x122014),logger[_0x12deda(0xf1)]('[platform\x20-\x20'+(_0xf775e1?.[_0x12deda(0x277)]?.()||_0x11d6a7[_0x12deda(0x26d)])+']\x20should\x20run\x20accessibility\x20value='+_0x122014),_0x122014?(global[_0x12deda(0x27a)]=!![],process[_0x12deda(0x21c)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x11d6a7[_0x12deda(0xd2)],this[_0x12deda(0x102)]()):global[_0x12deda(0x27a)]=![];}catch(_0x458e09){logger[_0x12deda(0x188)](_0x12deda(0x1f9)+(_0x458e09[_0x12deda(0x104)]||_0x458e09[_0x12deda(0x121)]));const _0x43bace=CLIUtils[_0x12deda(0x191)]();this[_0x12deda(0x256)]['set'](_0x43bace,![]),global[_0x12deda(0x27a)]=![];}}['getGoogleChromeOptions'](){const _0x33e238=a80_0x46606b;return this['capabilities'][_0x33e238(0x20e)](_0x21d153=>_0x21d153[_0x33e238(0x216)]()===_0x33e238(0x11e))?.['getValue']()||'';}['getCapabilityValue'](_0x32955c){const _0x43063b=a80_0x46606b;try{const _0x48f97b=this['accessibilityConfig']?.['options']?.[_0x43063b(0x1d3)]||[],_0xd0ef83=_0x48f97b[_0x43063b(0x20e)](_0xd0b54f=>_0xd0b54f[_0x43063b(0xe3)]===_0x32955c);return _0xd0ef83?_0xd0ef83[_0x43063b(0xc0)]:null;}catch(_0x28752b){return logger[_0x43063b(0xf1)](_0x43063b(0x199)+_0x32955c+':\x20'+_0x28752b[_0x43063b(0x121)]),null;}}async[a80_0x46606b(0x19a)](_0x28ca70,_0x3a6882){const _0x178bf1=a80_0x46606b,_0x3f9d89=_0x28ca70[_0x178bf1(0xc8)]()[_0x178bf1(0x159)](),_0x2b9723=_0x3f9d89[_0x178bf1(0xc9)](),_0x5ef875=_0x3f9d89[_0x178bf1(0x262)]()?.[_0x178bf1(0x185)]();scripts['parseFromProto'](_0x2b9723,_0x5ef875),scripts[_0x178bf1(0x1bc)]();const _0x1bea28=_0x3f9d89['getCapabilitiesList']();this[_0x178bf1(0x137)]=_0x3f9d89[_0x178bf1(0x172)](),await this[_0x178bf1(0x157)](_0x1bea28,_0x3a6882['launchCaps']);}async['setAccessibilityToken'](_0x5f568e,_0x9960fe={}){const _0x5db91f=a80_0x46606b,_0x5a4f0a={};_0x5a4f0a[_0x5db91f(0x1bb)]=function(_0x532289,_0x1fa283){return _0x532289===_0x1fa283;},_0x5a4f0a['EYJns']='accessibilityToken',_0x5a4f0a[_0x5db91f(0x248)]=_0x5db91f(0xd6),_0x5a4f0a['kwqEu']=function(_0x426104,_0x44bdab){return _0x426104===_0x44bdab;},_0x5a4f0a['olBdV']=_0x5db91f(0x219),_0x5a4f0a[_0x5db91f(0x211)]=_0x5db91f(0x1f0),_0x5a4f0a['GZqVp']=function(_0x543876,_0x5dcb78){return _0x543876===_0x5dcb78;},_0x5a4f0a[_0x5db91f(0xf8)]=_0x5db91f(0x212),_0x5a4f0a[_0x5db91f(0x260)]='browserstack.accessibilityOptions.scannerVersion',_0x5a4f0a[_0x5db91f(0x16a)]=function(_0x33da67,_0x2e9eef){return _0x33da67===_0x2e9eef;},_0x5a4f0a[_0x5db91f(0x155)]=_0x5db91f(0x230),_0x5a4f0a[_0x5db91f(0x1cd)]=_0x5db91f(0x200);const _0x347c73=_0x5a4f0a;global['__accessibilityOptions']=global[_0x5db91f(0x20d)]||{};for(const _0x39c311 of _0x5f568e){logger[_0x5db91f(0x150)](_0x5db91f(0x126)+_0x39c311[_0x5db91f(0x216)]()+_0x5db91f(0xff)+_0x39c311[_0x5db91f(0x209)]());if(_0x347c73[_0x5db91f(0x1bb)](_0x39c311[_0x5db91f(0x216)](),_0x347c73[_0x5db91f(0xf3)]))process['env'][_0x5db91f(0x26f)]=_0x39c311[_0x5db91f(0x209)](),global[_0x5db91f(0x20d)][_0x347c73[_0x5db91f(0x248)]]=_0x39c311[_0x5db91f(0x209)]();else{if(_0x347c73[_0x5db91f(0x253)](_0x39c311[_0x5db91f(0x216)](),_0x347c73[_0x5db91f(0x10a)]))global['__accessibilityOptions'][_0x347c73[_0x5db91f(0x211)]]=_0x39c311[_0x5db91f(0x209)]();else{if(_0x347c73[_0x5db91f(0x259)](_0x39c311[_0x5db91f(0x216)](),_0x347c73[_0x5db91f(0xf8)]))global['__accessibilityOptions'][_0x347c73['hnXPy']]=_0x39c311['getValue']();else _0x347c73[_0x5db91f(0x16a)](_0x39c311[_0x5db91f(0x216)](),_0x347c73[_0x5db91f(0x155)])&&(global['__accessibilityOptions'][_0x347c73['pYPoh']]=_0x39c311['getValue']());}}}}async[a80_0x46606b(0x234)](_0x2892e){const _0x13d489=a80_0x46606b,_0x19105f={};_0x19105f['xCJuM']=function(_0x311201,_0x5d1949){return _0x311201!==_0x5d1949;},_0x19105f[_0x13d489(0xd5)]=_0x13d489(0x13a),_0x19105f['YThDo']=_0x13d489(0x136),_0x19105f['tzGHK']=_0x13d489(0x16c),_0x19105f[_0x13d489(0x1f2)]=_0x13d489(0x115);const _0x4d5c19=_0x19105f;if(_0x4d5c19[_0x13d489(0x24c)](_0x2892e[_0x13d489(0x218)],_0x4d5c19['rvkQD'])&&_0x4d5c19['xCJuM'](_0x2892e[_0x13d489(0x218)],_0x4d5c19[_0x13d489(0x233)])){logger[_0x13d489(0xf1)](_0x4d5c19['tzGHK']);return;}const _0x4f889b=_0x2892e[_0x13d489(0x153)]?.[_0x13d489(0x1d1)]||_0x2892e[_0x13d489(0x153)]?.['id']||global[_0x13d489(0x162)];logger[_0x13d489(0x150)](_0x13d489(0xe0)+_0x2892e[_0x13d489(0x218)]+_0x13d489(0x12f)+_0x4f889b);try{const _0x3bfbfb=_0x2892e[_0x13d489(0x117)]||AutomationFramework[_0x13d489(0x224)](),_0x1271a5=CLIUtils['getCurrentInstanceName'](),_0x15170e=this['getCurrentAccessibilityStatus']();logger[_0x13d489(0xf1)](_0x13d489(0x1b0)+(_0x3bfbfb?.['getPlatformIndex']?.()||_0x4d5c19[_0x13d489(0x1f2)])+']\x20onAfterTest\x20should\x20scan='+_0x15170e),_0x15170e&&await this[_0x13d489(0x128)](_0x3bfbfb,_0x2892e),this[_0x13d489(0x256)][_0x13d489(0x105)](_0x1271a5),this[_0x13d489(0x1e3)][_0x13d489(0x105)](_0x1271a5);}catch(_0x1349c7){logger['error'](_0x13d489(0xe1)+(_0x1349c7['stack']||_0x1349c7[_0x13d489(0x121)]));}}async['stopTestCapture'](_0x34941d,_0x2182e1){const _0x5187b3=a80_0x46606b,_0x3b5eef={};_0x3b5eef[_0x5187b3(0x15b)]=function(_0x230e03,_0x3f0a1c){return _0x230e03===_0x3f0a1c;},_0x3b5eef['lWEha']=_0x5187b3(0x1a6),_0x3b5eef[_0x5187b3(0x106)]='jest',_0x3b5eef[_0x5187b3(0x174)]='cucumber',_0x3b5eef[_0x5187b3(0x196)]=function(_0x33ed53,_0xe6f655){return _0x33ed53===_0xe6f655;},_0x3b5eef[_0x5187b3(0x1ec)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x3b5eef[_0x5187b3(0x19b)]='accessibility',_0x3b5eef[_0x5187b3(0x1d9)]=_0x5187b3(0x19f),_0x3b5eef[_0x5187b3(0x238)]=_0x5187b3(0x115),_0x3b5eef[_0x5187b3(0x14b)]=_0x5187b3(0xd4),_0x3b5eef[_0x5187b3(0x1bf)]=_0x5187b3(0x1de),_0x3b5eef[_0x5187b3(0x1dd)]=function(_0x58a157,_0x207367){return _0x58a157===_0x207367;},_0x3b5eef[_0x5187b3(0xde)]=function(_0x1c15d8,_0x3d9216){return _0x1c15d8||_0x3d9216;},_0x3b5eef[_0x5187b3(0x210)]=function(_0x43b750,_0x21e2a4){return _0x43b750||_0x21e2a4;},_0x3b5eef[_0x5187b3(0x15e)]=_0x5187b3(0x231),_0x3b5eef[_0x5187b3(0x1b1)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x22b310=_0x3b5eef;try{const _0x4b82c1=_0x2182e1[_0x5187b3(0x218)]||(_0x22b310[_0x5187b3(0x15b)](this['testFrameworkData']?.[_0x5187b3(0xe3)]?.['toLowerCase'](),_0x22b310[_0x5187b3(0x106)])?_0x22b310[_0x5187b3(0x106)]:_0x22b310[_0x5187b3(0x174)]);let _0x52dcbd='',_0xefc049=null,_0x34becc=null;if(_0x22b310[_0x5187b3(0x196)](_0x4b82c1,_0x22b310[_0x5187b3(0x106)])){_0xefc049=_0x2182e1[_0x5187b3(0x153)]?.['testAnalyticsId']||_0x2182e1[_0x5187b3(0x153)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0xefc049){logger[_0x5187b3(0x20f)](_0x22b310['LSTJu']);return;}try{const _0x4b3c39=await GrpcClient[_0x5187b3(0x207)]()[_0x5187b3(0x112)](process['env'][_0x5187b3(0x24d)],_0x22b310[_0x5187b3(0x19b)],_0x22b310[_0x5187b3(0x1d9)],_0xefc049),_0x1c7bf6=AccessibilityModule[_0x5187b3(0x142)](null,_0x4b3c39);_0x52dcbd=_0x1c7bf6?.[_0x5187b3(0x143)]||'',logger[_0x5187b3(0xf1)](_0x5187b3(0x1a3)+_0x52dcbd+_0x5187b3(0x24b)+_0xefc049),_0x34becc=_0x4b3c39;}catch(_0x2c1899){logger[_0x5187b3(0x188)](_0x5187b3(0x20c)+_0x2c1899[_0x5187b3(0x121)]);return;}}else{const _0x2762d2=this[_0x5187b3(0xc3)](_0x2182e1);_0x52dcbd=TestInfo['getTestUUID'](_0x2762d2);}const _0x1cf1d6=((()=>{const _0x2aad67=_0x5187b3,_0x5dee95=(this[_0x2aad67(0xfa)]?.['options']?.['capabilitiesList']||[])[_0x2aad67(0x20e)](_0x56b5d3=>(typeof _0x56b5d3['getName']==='function'?_0x56b5d3['getName']():_0x56b5d3[_0x2aad67(0xe3)])===this[_0x2aad67(0x1f7)]);return _0x5dee95?_0x22b310['GAeHR'](typeof _0x5dee95[_0x2aad67(0x209)],_0x22b310[_0x2aad67(0x236)])?_0x5dee95[_0x2aad67(0x209)]():_0x5dee95[_0x2aad67(0xc0)]:'';})()),_0xe0a3b9=process[_0x5187b3(0x21c)][_0x5187b3(0x249)]||'';logger[_0x5187b3(0xf1)]('[platform\x20-\x20'+(_0x34941d?.['getPlatformIndex']?.()||_0x22b310[_0x5187b3(0x238)])+_0x5187b3(0x19e)+_0x52dcbd+_0x5187b3(0x1a0)+_0x1cf1d6+_0x5187b3(0x149)+(_0xe0a3b9?_0x22b310['AyAZh']:_0x22b310[_0x5187b3(0x1bf)]));let _0x13a826;if(_0x22b310[_0x5187b3(0x1dd)](_0x4b82c1,_0x22b310[_0x5187b3(0x106)]))_0x13a826=AccessibilityModule[_0x5187b3(0x142)](_0x52dcbd,_0x34becc);else{const _0x38b512=await GrpcClient[_0x5187b3(0x207)]()[_0x5187b3(0x112)](process['env'][_0x5187b3(0x24d)],_0x22b310[_0x5187b3(0x19b)],_0x22b310[_0x5187b3(0x1d9)]);_0x13a826=AccessibilityModule[_0x5187b3(0x142)](_0x52dcbd,_0x38b512);}logger[_0x5187b3(0xf1)](_0x5187b3(0x18e)+JSON[_0x5187b3(0x203)](_0x13a826));const _0x11c54a=Object['assign']({},{'thTestRunUuid':_0x22b310[_0x5187b3(0xde)](_0x52dcbd,''),'thBuildUuid':_0x22b310['BXEAJ'](_0x1cf1d6,''),'thJwtToken':_0x22b310[_0x5187b3(0x210)](_0xe0a3b9,'')},_0x13a826);logger[_0x5187b3(0xf1)](_0x5187b3(0x10f)+_0x52dcbd+',\x20isAppAccessibility='+this[_0x5187b3(0x228)]);let _0x1b6ad3=global[_0x5187b3(0xdd)]?.[_0x5187b3(0x1d7)]||null;!_0x1b6ad3&&(_0x1b6ad3=AutomationFramework['getState'](_0x34941d,_0x22b310['PcTcV'],null)),!_0x1b6ad3&&(_0x1b6ad3=AutomationFramework['getState'](_0x34941d,_0x22b310[_0x5187b3(0x1b1)],null)),await this[_0x5187b3(0x132)](this[_0x5187b3(0x225)](),_0x52dcbd,_0x1b6ad3,_0x11c54a,this['isAppAccessibility']);}catch(_0xf211f6){logger[_0x5187b3(0x188)]('Error\x20in\x20stopTestCapture:\x20'+(_0xf211f6[_0x5187b3(0x104)]||_0xf211f6[_0x5187b3(0x121)]));}}async[a80_0x46606b(0x132)](_0x4a30c5,_0x2919db,_0x58e82d,_0x3af320,_0x23d998){const _0x43849b=a80_0x46606b,_0x7e7236={};_0x7e7236[_0x43849b(0x123)]='saveResults',_0x7e7236[_0x43849b(0x1a4)]=function(_0x1e0c63,_0xe620d6){return _0x1e0c63&&_0xe620d6;},_0x7e7236['KYkvN']=_0x43849b(0x23f),_0x7e7236[_0x43849b(0x195)]=function(_0x142dc5,_0x292a20){return _0x142dc5===_0x292a20;},_0x7e7236[_0x43849b(0x130)]=_0x43849b(0x1de),_0x7e7236[_0x43849b(0x147)]=function(_0x4cc497,_0x5d2b20){return _0x4cc497===_0x5d2b20;},_0x7e7236[_0x43849b(0x177)]=_0x43849b(0x237),_0x7e7236[_0x43849b(0x103)]=_0x43849b(0xd3),_0x7e7236[_0x43849b(0x1e0)]='afterTestHook',_0x7e7236[_0x43849b(0x1d0)]=_0x43849b(0x202),_0x7e7236[_0x43849b(0x14c)]=_0x43849b(0xdb),_0x7e7236[_0x43849b(0x221)]='a11y:save-results',_0x7e7236[_0x43849b(0xe9)]=_0x43849b(0x1da);const _0x21fc85=_0x7e7236;try{const _0x73bc8c=this[_0x43849b(0x1dc)](_0x21fc85[_0x43849b(0x123)]);if(_0x21fc85[_0x43849b(0x1a4)](!_0x23d998,!_0x73bc8c)){logger['debug'](_0x21fc85['KYkvN']);return;}if(!_0x2919db||_0x21fc85[_0x43849b(0x195)](_0x2919db,_0x21fc85['JxAmH'])||_0x21fc85[_0x43849b(0x147)](_0x2919db,'')){logger[_0x43849b(0xf1)](_0x21fc85[_0x43849b(0x177)]);return;}logger[_0x43849b(0xf1)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x43849b(0x203)](_0x3af320)),_0x4a30c5&&(logger['debug'](_0x21fc85[_0x43849b(0x103)]),await this[_0x43849b(0x179)](_0x58e82d,_0x2919db,_0x21fc85['nlaWM'],_0x3af320,_0x23d998,_0x21fc85[_0x43849b(0x1d0)]),_0x21fc85[_0x43849b(0x1a4)](!_0x23d998,_0x73bc8c)&&(logger[_0x43849b(0xf1)](_0x21fc85[_0x43849b(0x14c)]),await PerformanceTester[_0x43849b(0xc4)](_0x21fc85['KXIFA'],async()=>{const _0x163486=_0x43849b;await this[_0x163486(0x179)](_0x58e82d,_0x2919db,_0x21fc85[_0x163486(0x123)],_0x3af320,_0x23d998,_0x21fc85[_0x163486(0x123)]);})()),logger[_0x43849b(0x150)](_0x21fc85[_0x43849b(0xe9)]));}catch(_0x28545d){logger[_0x43849b(0x188)](_0x43849b(0x20a)+(_0x28545d[_0x43849b(0x104)]||_0x28545d['message']));}}async[a80_0x46606b(0xf0)](_0x8ffc88){const _0x34df13=a80_0x46606b,_0x8f91dc={};_0x8f91dc[_0x34df13(0x215)]=function(_0x29f0dc,_0x89e477){return _0x29f0dc!==_0x89e477;},_0x8f91dc[_0x34df13(0x255)]='cucumber',_0x8f91dc[_0x34df13(0x1ab)]=function(_0x51ab4a,_0x541f98){return _0x51ab4a!==_0x541f98;},_0x8f91dc[_0x34df13(0x12e)]='jest',_0x8f91dc['NazWc']=_0x34df13(0x14e),_0x8f91dc[_0x34df13(0x22d)]=_0x34df13(0x115),_0x8f91dc['ymbvL']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x8f91dc['XjzQB']=function(_0xb0aada,_0x4a3ad0){return _0xb0aada===_0x4a3ad0;},_0x8f91dc[_0x34df13(0x26a)]=_0x34df13(0x197),_0x8f91dc[_0x34df13(0x175)]=_0x34df13(0x256),_0x8f91dc[_0x34df13(0x1f5)]=_0x34df13(0x201),_0x8f91dc['HnZIA']=_0x34df13(0xf4),_0x8f91dc[_0x34df13(0x227)]='testhub_build_uuid',_0x8f91dc[_0x34df13(0x25a)]='scan',_0x8f91dc['HYAwm']='null';const _0x399f3a=_0x8f91dc;if(_0x399f3a[_0x34df13(0x215)](_0x8ffc88[_0x34df13(0x218)],_0x399f3a[_0x34df13(0x255)])&&_0x399f3a[_0x34df13(0x1ab)](_0x8ffc88[_0x34df13(0x218)],_0x399f3a[_0x34df13(0x12e)])){logger[_0x34df13(0xf1)](_0x399f3a[_0x34df13(0xc5)]);return;}logger['debug'](_0x34df13(0x1fc)+(_0x8ffc88[_0x34df13(0x1fd)]||_0x399f3a[_0x34df13(0x22d)])+_0x34df13(0x119)+_0x8ffc88[_0x34df13(0x218)]);try{const _0x4768a5=_0x8ffc88[_0x34df13(0x117)]||AutomationFramework[_0x34df13(0x224)](),_0xe0afed=TestFramework[_0x34df13(0x224)](),_0x5aa52c=_0x8ffc88['commandName']||_0x8ffc88[_0x34df13(0x1bd)]?.['getName']();if(!_0x5aa52c){logger['debug'](_0x399f3a['ymbvL']);return;}if(!this[_0x34df13(0x225)]()){logger[_0x34df13(0xf1)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5aa52c);return;}if(!this['shouldScanForCommand'](_0x5aa52c)){logger[_0x34df13(0xf1)](_0x34df13(0x165)+_0x5aa52c+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x17d713=_0x8ffc88['page']||global[_0x34df13(0xdd)]?.[_0x34df13(0x1d7)];if(!_0x17d713){logger[_0x34df13(0xf1)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x5aa52c);return;}let _0x21d613='',_0x237bf4=null;if(_0x399f3a[_0x34df13(0x217)](_0x8ffc88[_0x34df13(0x218)],_0x399f3a[_0x34df13(0x12e)])){_0x237bf4=_0x8ffc88[_0x34df13(0x153)]?.['testAnalyticsId']||_0x8ffc88[_0x34df13(0x153)]?.['id']||global[_0x34df13(0x162)];if(!_0x237bf4){logger[_0x34df13(0x20f)](_0x399f3a[_0x34df13(0x26a)]);return;}try{const _0x1737af=await GrpcClient[_0x34df13(0x207)]()[_0x34df13(0x112)](process[_0x34df13(0x21c)][_0x34df13(0x24d)],_0x399f3a[_0x34df13(0x175)],_0x399f3a[_0x34df13(0x1f5)],_0x237bf4),_0x3e9754=AccessibilityModule[_0x34df13(0x142)](null,_0x1737af);_0x21d613=_0x3e9754?.[_0x34df13(0x143)]||'',logger[_0x34df13(0xf1)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x21d613+_0x34df13(0x24b)+_0x237bf4);}catch(_0x74e200){logger[_0x34df13(0x188)](_0x34df13(0x17c)+_0x74e200[_0x34df13(0x121)]);return;}}else _0x21d613=this['getCapabilityValue'](_0x399f3a['HnZIA'])||'';const _0x5480ad=this[_0x34df13(0x267)](_0x399f3a[_0x34df13(0x227)])||this[_0x34df13(0xfa)][this[_0x34df13(0x1f7)]]||null,_0xb71fe6=process[_0x34df13(0x21c)][_0x34df13(0x249)]||'',_0x27792a=this[_0x34df13(0x1db)](_0x5aa52c,_0x21d613,_0x5480ad,_0xb71fe6),_0x328423=_0x399f3a[_0x34df13(0x217)](_0x8ffc88[_0x34df13(0x218)],_0x399f3a[_0x34df13(0x12e)])?await AccessibilityModule[_0x34df13(0x1be)](_0x399f3a[_0x34df13(0x25a)],_0x21d613,_0x237bf4):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x399f3a[_0x34df13(0x25a)],_0x21d613);logger[_0x34df13(0x150)]('ScanArgs:\x20'+(_0x27792a?JSON[_0x34df13(0x203)](_0x27792a):_0x399f3a[_0x34df13(0x26c)]));const _0x262462=CLIUtils[_0x34df13(0xcd)](_0x27792a,_0x328423);logger[_0x34df13(0x150)]('MergedScanArgs:\x20'+(_0x262462?JSON['stringify'](_0x262462):_0x399f3a[_0x34df13(0x26c)])),logger[_0x34df13(0xf1)](_0x34df13(0x21e)+_0x5aa52c);const _0x27f396=await this['performScanForCli'](_0x17d713,_0x21d613,_0x5aa52c,_0x262462,this[_0x34df13(0x228)]);logger[_0x34df13(0xf1)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x5aa52c+_0x34df13(0x1af)+_0x27f396);}catch(_0x5c0a86){logger[_0x34df13(0x188)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x5c0a86[_0x34df13(0x104)]||_0x5c0a86[_0x34df13(0x121)]));}}[a80_0x46606b(0x235)](){const _0x54eca9=a80_0x46606b;return this[_0x54eca9(0x225)]();}[a80_0x46606b(0xed)](_0x3e9493){const _0xd0813b=a80_0x46606b,_0x2a8874=CLIUtils['getCurrentInstanceName']();this[_0xd0813b(0x256)][_0xd0813b(0x265)](_0x2a8874,_0x3e9493);}async[a80_0x46606b(0x23a)](_0xc88078){const _0x393363=a80_0x46606b,_0x56d376={};_0x56d376['zYaYN']=_0x393363(0x115);const _0x1b2922=_0x56d376;try{const _0x2847c9=_0xc88078[_0x393363(0x117)]||AutomationFramework[_0x393363(0x224)](),_0x3a9b67=_0x2847c9?.['getData']?.()?.[_0x393363(0x244)]?.(this[_0x393363(0x16f)])||![];if(_0x3a9b67)return;PerformanceTester['start'](EVENTS[_0x393363(0x245)]);const _0x4bd232=await GrpcClient[_0x393363(0x207)]()[_0x393363(0x23c)](_0xc88078);_0x4bd232&&_0x4bd232[_0x393363(0xc8)]&&_0x4bd232[_0x393363(0xc8)]()&&_0x4bd232[_0x393363(0xc8)]()[_0x393363(0x250)]()?(await this[_0x393363(0x1e1)](_0x4bd232,_0xc88078),_0x2847c9?.[_0x393363(0x205)]&&_0x2847c9[_0x393363(0x205)]()[_0x393363(0x265)](this[_0x393363(0x16f)],!![]),logger[_0x393363(0xf1)]('[platform\x20-\x20'+(_0x2847c9?.[_0x393363(0x277)]?.()||_0x1b2922[_0x393363(0x26b)])+_0x393363(0x1b6))):logger['debug'](_0x393363(0x1b0)+(_0x2847c9?.['getPlatformIndex']?.()||_0x1b2922[_0x393363(0x26b)])+_0x393363(0x190)),PerformanceTester[_0x393363(0x167)](EVENTS[_0x393363(0x245)]);}catch(_0x11edbe){PerformanceTester[_0x393363(0x167)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x11edbe[_0x393363(0x121)]),logger[_0x393363(0x188)](_0x393363(0x1a9)+(_0x11edbe[_0x393363(0x104)]||_0x11edbe[_0x393363(0x121)]));}}async[a80_0x46606b(0x1e1)](_0x5d61ca,_0x247d95){const _0x4e7adc=a80_0x46606b;await this[_0x4e7adc(0x19a)](_0x5d61ca,_0x247d95);const _0x2ac789=_0x5d61ca[_0x4e7adc(0xc8)]()[_0x4e7adc(0x159)]();if(_0x2ac789){const _0x177762=_0x5d61ca[_0x4e7adc(0xe4)]&&_0x5d61ca[_0x4e7adc(0xe4)]();_0x177762&&(this['accessibilityConfig'][this[_0x4e7adc(0x1f7)]]=_0x177762[_0x4e7adc(0x272)]&&_0x177762[_0x4e7adc(0x272)]());}}[a80_0x46606b(0xfe)](_0x4eb2ef){const _0x1653fc=a80_0x46606b,_0xccd1bc={};_0xccd1bc[_0x1653fc(0xd1)]=function(_0x3ce756,_0x3698b2){return _0x3ce756===_0x3698b2;};const _0x41494a=_0xccd1bc;try{if(!_0x4eb2ef)return![];const _0x5bbb1f=this[_0x1653fc(0xfa)]?.[_0x1653fc(0x17e)]?.[_0x1653fc(0x164)]?.[_0x1653fc(0xe7)]||[],_0x33f43a=_0x5bbb1f[_0x1653fc(0x163)](_0x2ec4f7=>{const _0x29a8aa=_0x1653fc;return _0x2ec4f7[_0x29a8aa(0xe3)]&&_0x41494a['QEKsS'](_0x2ec4f7['name'][_0x29a8aa(0x1e4)](),_0x4eb2ef[_0x29a8aa(0x1e4)]());});return logger[_0x1653fc(0xf1)]('shouldScanForCommand:\x20'+_0x4eb2ef+_0x1653fc(0x23e)+_0x33f43a+',\x20available\x20commands:\x20'+JSON[_0x1653fc(0x203)](_0x5bbb1f[_0x1653fc(0x16b)](_0xdf52c1=>_0xdf52c1[_0x1653fc(0xe3)]))),_0x33f43a;}catch(_0x5e4ff5){return logger['debug'](_0x1653fc(0x22b)+_0x5e4ff5['message']),![];}}['isBrowserstackScriptCommand'](_0x40d931){const _0x444cfd=a80_0x46606b,_0x2d032b={};_0x2d032b[_0x444cfd(0xcc)]=function(_0x30be1f,_0x211185){return _0x30be1f===_0x211185;},_0x2d032b[_0x444cfd(0x16e)]=_0x444cfd(0x26e),_0x2d032b[_0x444cfd(0x146)]='browserstack_executor';const _0x408ac0=_0x2d032b,_0x56c2e9=_0x40d931['getScript']&&_0x40d931[_0x444cfd(0x278)]();return _0x56c2e9&&_0x408ac0[_0x444cfd(0xcc)](typeof _0x56c2e9,_0x408ac0[_0x444cfd(0x16e)])&&_0x56c2e9[_0x444cfd(0x140)](_0x408ac0[_0x444cfd(0x146)]);}['isAccessibilityScriptCommand'](_0x4daec7){const _0x50d5c5=a80_0x46606b,_0x99aa78={};_0x99aa78[_0x50d5c5(0x208)]=function(_0x1cd5d1,_0x1ea7d0){return _0x1cd5d1!==_0x1ea7d0;},_0x99aa78[_0x50d5c5(0x110)]=_0x50d5c5(0x26e),_0x99aa78[_0x50d5c5(0x17d)]=_0x50d5c5(0x256),_0x99aa78[_0x50d5c5(0x144)]=_0x50d5c5(0x201),_0x99aa78['InjAv']='getResults',_0x99aa78['FqiSB']=_0x50d5c5(0xe8);const _0x4372d1=_0x99aa78,_0x4c2351=_0x4daec7['getScript']&&_0x4daec7[_0x50d5c5(0x278)]();if(!_0x4c2351||_0x4372d1[_0x50d5c5(0x208)](typeof _0x4c2351,_0x4372d1['Pmicr']))return![];return _0x4c2351[_0x50d5c5(0x140)](_0x4372d1[_0x50d5c5(0x17d)])||_0x4c2351['includes'](_0x4372d1[_0x50d5c5(0x144)])||_0x4c2351[_0x50d5c5(0x140)](_0x4372d1[_0x50d5c5(0x181)])||_0x4c2351[_0x50d5c5(0x140)](_0x4372d1[_0x50d5c5(0x158)]);}['getParamsForScanForCli'](_0x4cb2a1,_0x580b61,_0x1284b9,_0x37f923){const _0x4970a4=a80_0x46606b,_0x2e04f5={};_0x2e04f5['SXQKt']=function(_0x2b38e8,_0x50cbd0){return _0x2b38e8||_0x50cbd0;},_0x2e04f5[_0x4970a4(0x1cc)]=function(_0x666b70,_0x1957c0){return _0x666b70||_0x1957c0;},_0x2e04f5[_0x4970a4(0x25b)]=function(_0x4960ac,_0x2f8294){return _0x4960ac||_0x2f8294;};const _0x55a5b4=_0x2e04f5;return{'command':_0x4cb2a1,'thTestRunUuid':_0x55a5b4[_0x4970a4(0xf2)](_0x580b61,''),'thBuildUuid':_0x55a5b4['iEzJz'](_0x1284b9,''),'thJwtToken':_0x55a5b4[_0x4970a4(0x25b)](_0x37f923,''),'timestamp':new Date()['toISOString']()};}[a80_0x46606b(0x1dc)](_0x279a55){const _0x14a44b=a80_0x46606b,_0x51091a={};_0x51091a['tDFUb']=function(_0x40432b,_0x3b80a8){return _0x40432b||_0x3b80a8;};const _0x3782dd=_0x51091a;try{const _0x1c6f95=this[_0x14a44b(0xfa)]?.['options']?.[_0x14a44b(0xe2)]||[],_0x32be54=_0x1c6f95[_0x14a44b(0x20e)](_0x5053d9=>_0x5053d9[_0x14a44b(0xe3)]===_0x279a55);return _0x3782dd[_0x14a44b(0x1c2)](_0x32be54,null);}catch(_0x276651){return logger['debug'](_0x14a44b(0x145)+_0x279a55+':\x20'+_0x276651[_0x14a44b(0x121)]),null;}}async[a80_0x46606b(0x21f)](_0x9064d0,_0x25eb67,_0x7720e4=null){const _0x4ba237=a80_0x46606b,_0x5c5e3f={'MpQzX':function(_0x574d22,_0x59a392){return _0x574d22(_0x59a392);},'FtvBP':'../../playwright/accessibility-helper'};try{if(!_0x9064d0)return logger[_0x4ba237(0xf1)](_0x4ba237(0xfd)+_0x25eb67),null;const _0x20a22f=this['getScriptByName'](_0x25eb67);if(!_0x20a22f||!_0x20a22f[_0x4ba237(0x1bd)])return logger['debug'](_0x4ba237(0x1e8)+_0x25eb67+_0x4ba237(0x22f)),null;logger['debug']('Executing\x20'+_0x25eb67+'\x20accessibility\x20script\x20on\x20page');const _0x24c07f=_0x5c5e3f[_0x4ba237(0x1ac)](require,_0x5c5e3f[_0x4ba237(0xc2)]),_0x1ac8b9=_0x7720e4?await _0x24c07f['browserStackEvaluate'](_0x9064d0,_0x20a22f[_0x4ba237(0x1bd)],_0x7720e4):await _0x24c07f[_0x4ba237(0x258)](_0x9064d0,_0x20a22f['command']);return _0x1ac8b9;}catch(_0x49cad2){return logger[_0x4ba237(0x188)](_0x4ba237(0xf6)+_0x25eb67+':\x20'+(_0x49cad2[_0x4ba237(0x104)]||_0x49cad2[_0x4ba237(0x121)])),null;}}async[a80_0x46606b(0x179)](_0x3955db,_0x14e4ab,_0x47fa2f,_0x51ab23,_0x5e0313,_0x14ee82=a80_0x46606b(0x202)){const _0x58efca=a80_0x46606b,_0x1eaf60={'UVENT':function(_0x12fbe7,_0x515bd7){return _0x12fbe7===_0x515bd7;},'vTLok':_0x58efca(0x202),'LINYn':function(_0x2a103e,_0x3c2ef1){return _0x2a103e(_0x3c2ef1);},'bueyR':_0x58efca(0xd8),'XJkEz':function(_0x2afad8,_0x273fae){return _0x2afad8(_0x273fae);}};try{logger[_0x58efca(0xf1)](_0x58efca(0x213)+_0x47fa2f+_0x58efca(0x171)+_0x14ee82);const _0x5363ba=this[_0x58efca(0x1dc)](_0x14ee82);if(!_0x5363ba||!_0x5363ba[_0x58efca(0x1bd)]){logger[_0x58efca(0xf1)]('performScanForCli:\x20No\x20'+_0x14ee82+_0x58efca(0x1ad));return;}if(_0x1eaf60[_0x58efca(0x1ae)](_0x14ee82,_0x1eaf60['vTLok'])){const _0x5a933e=_0x1eaf60[_0x58efca(0x129)](require,_0x1eaf60['bueyR']),_0x47f504={};_0x47f504[_0x58efca(0x1bd)]=_0x47fa2f;const _0xca6530=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x58efca(0x1e5)],async()=>{const _0x442f2c=_0x58efca;await _0x5a933e['browserStackEvaluate'](_0x3955db,_0x5363ba[_0x442f2c(0x1bd)]);},_0x47f504)();return logger[_0x58efca(0x150)](_0x58efca(0x232)+_0x14ee82+'\x20result\x20for\x20'+_0x47fa2f+':\x20'+util['format'](_0xca6530)),_0xca6530;}const _0x1af6c2=_0x1eaf60[_0x58efca(0x24f)](require,_0x1eaf60[_0x58efca(0x10c)]),_0x49bdfd=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x58efca(0x1c1)],async()=>{const _0x3a0296=_0x58efca;await _0x1af6c2[_0x3a0296(0x258)](_0x3955db,_0x5363ba[_0x3a0296(0x1bd)],_0x51ab23);})();return logger[_0x58efca(0x150)]('Page\x20'+_0x14ee82+_0x58efca(0x1fe)+_0x47fa2f+':\x20'+util[_0x58efca(0x10b)](_0x49bdfd)),_0x49bdfd;}catch(_0x543ceb){logger['error'](_0x58efca(0x1e9)+_0x14ee82+':\x20'+(_0x543ceb[_0x58efca(0x104)]||_0x543ceb[_0x58efca(0x121)]));}}async[a80_0x46606b(0x154)](_0x126e04){const _0x440c1c=a80_0x46606b,_0xb1fad5={'PyPTM':function(_0x38a69c,_0x2a1c0d){return _0x38a69c(_0x2a1c0d);},'VKIDg':_0x440c1c(0x270)};try{const _0x52e54a=_0xb1fad5[_0x440c1c(0x114)](require,_0xb1fad5[_0x440c1c(0x21a)]);return await _0x52e54a[_0x440c1c(0x222)](_0x126e04);}catch(_0xd0b3f4){return logger[_0x440c1c(0x188)](_0x440c1c(0x251)+(_0xd0b3f4[_0x440c1c(0x104)]||_0xd0b3f4[_0x440c1c(0x121)])),![];}}[a80_0x46606b(0x1b4)](_0x1e48fd,_0x2f2005,_0x5e7fe8){const _0x329e2a=a80_0x46606b,_0x29ed5b={'esUco':function(_0x3f946e,_0x1da31d){return _0x3f946e(_0x1da31d);},'nXUJw':'../../playwright/accessibility-helper','anMEk':'\x22browserstack.user\x22:\x22[REDACTED]\x22','UuLTw':_0x329e2a(0x18d)};try{const _0x263da7=_0x29ed5b[_0x329e2a(0x214)](require,_0x29ed5b['nXUJw']);_0x263da7[_0x329e2a(0x1b4)](_0x1e48fd,_0x2f2005,_0x5e7fe8);const _0x16e9e0=JSON[_0x329e2a(0x203)](_0x1e48fd)[_0x329e2a(0x24a)](/"browserstack\.user":"[^"]*"/g,_0x29ed5b[_0x329e2a(0x240)])[_0x329e2a(0x24a)](/"browserstack\.key":"[^"]*"/g,_0x29ed5b[_0x329e2a(0x254)]);logger[_0x329e2a(0xf1)](_0x329e2a(0x1c3)+global[_0x329e2a(0x27a)]+'\x20'+_0x16e9e0);}catch(_0x20fe7b){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x20fe7b['stack']||_0x20fe7b[_0x329e2a(0x121)]));}}async['getAccessibilityResults'](_0x1aaa92){const _0x574bc7=a80_0x46606b,_0x14bb2e={};_0x14bb2e[_0x574bc7(0xd0)]=_0x574bc7(0x11a),_0x14bb2e['YXVlc']='getResults';const _0x137403=_0x14bb2e;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x574bc7(0x20f)](_0x137403['PNNFE']),[];const _0x50a0da=await this['executeScriptByName'](_0x1aaa92,_0x137403['YXVlc']);return _0x50a0da||[];}catch(_0x5cbd86){return logger[_0x574bc7(0x188)](_0x574bc7(0xee)+(_0x5cbd86[_0x574bc7(0x104)]||_0x5cbd86[_0x574bc7(0x121)])),[];}}async[a80_0x46606b(0x141)](_0x5c610b){const _0x390b2a=a80_0x46606b,_0x3689ec={'chsts':_0x390b2a(0x202),'MALqO':_0x390b2a(0xf5),'fOlxa':_0x390b2a(0x138),'JaXtk':function(_0x9a51d7,_0x161f24){return _0x9a51d7(_0x161f24);},'irQty':_0x390b2a(0x11f),'zvrKh':function(_0x45b309,_0x49d714){return _0x45b309===_0x49d714;},'GYuzn':_0x390b2a(0x136),'gKvsi':_0x390b2a(0x125),'HrNjK':_0x390b2a(0x256),'brjbL':'testhub_build_uuid','GIkGs':_0x390b2a(0x141),'suZVk':'test_run_id','LpcOG':_0x390b2a(0x220),'ASGMB':_0x390b2a(0x18a)};try{if(!this[_0x390b2a(0x225)]())return logger[_0x390b2a(0x20f)](_0x3689ec[_0x390b2a(0x120)]),{};const _0x243a01=_0x3689ec[_0x390b2a(0x20b)](require,_0x3689ec['irQty']),_0x40bad3=_0x243a01[_0x390b2a(0x148)](),_0x30fad9=_0x3689ec[_0x390b2a(0x194)](_0x40bad3?.[_0x390b2a(0xe3)]?.[_0x390b2a(0x1e4)](),_0x3689ec[_0x390b2a(0x11c)]);let _0x4f3008='',_0x40c2f1=null,_0x15bc74=null;if(_0x30fad9){_0x40c2f1=global['__jestCurrentTestIdentifier']||global[_0x390b2a(0xdd)]?.['currentTest']?.['testAnalyticsId']||global[_0x390b2a(0xdd)]?.[_0x390b2a(0x1eb)]?.['id'];if(!_0x40c2f1)return logger[_0x390b2a(0x20f)](_0x3689ec['gKvsi']),{};try{const _0x30be64=await GrpcClient[_0x390b2a(0x207)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x390b2a(0x24d)],_0x3689ec['HrNjK'],_0x3689ec[_0x390b2a(0x204)],_0x40c2f1),_0x4632be=AccessibilityModule['loadDriverExecuteParams'](null,_0x30be64);_0x4f3008=_0x4632be?.[_0x390b2a(0x143)]||'',logger[_0x390b2a(0xf1)](_0x390b2a(0x192)+_0x4f3008+_0x390b2a(0x24b)+_0x40c2f1);const _0x41e2b=await AccessibilityModule[_0x390b2a(0x1be)](_0x3689ec[_0x390b2a(0x204)],_0x4f3008,_0x40c2f1),_0x1ed49a=this[_0x390b2a(0x267)](_0x3689ec['brjbL'])||this[_0x390b2a(0xfa)][this[_0x390b2a(0x1f7)]]||null,_0xc6e762=process[_0x390b2a(0x21c)][_0x390b2a(0x249)]||'',_0x28a3eb=this[_0x390b2a(0x1db)](_0x3689ec[_0x390b2a(0x274)],_0x4f3008,_0x1ed49a,_0xc6e762);_0x15bc74=_0x243a01[_0x390b2a(0xcd)](_0x28a3eb,_0x41e2b),logger[_0x390b2a(0xf1)](_0x390b2a(0x111)+JSON[_0x390b2a(0x203)](_0x15bc74));}catch(_0x57e4d1){return logger['error'](_0x390b2a(0x15f)+_0x57e4d1[_0x390b2a(0x121)]),{};}}else{_0x4f3008=this[_0x390b2a(0x267)](_0x3689ec['suZVk'])||'';const _0x57a158=this[_0x390b2a(0x267)](_0x3689ec[_0x390b2a(0x19d)])||this[_0x390b2a(0xfa)][this[_0x390b2a(0x1f7)]]||null,_0x19c2a5=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';_0x15bc74=this['getParamsForScanForCli'](_0x3689ec[_0x390b2a(0x274)],_0x4f3008,_0x57a158,_0x19c2a5);}logger[_0x390b2a(0xf1)](_0x3689ec[_0x390b2a(0xf7)]),await PerformanceTester[_0x390b2a(0xc4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2ebd3f=_0x390b2a,_0x3476b0=await this[_0x2ebd3f(0x21f)](_0x5c610b,_0x3689ec[_0x2ebd3f(0xdf)],_0x15bc74);logger[_0x2ebd3f(0xf1)](_0x2ebd3f(0x13c)+util[_0x2ebd3f(0x10b)](_0x3476b0));},{'command':_0x3689ec[_0x390b2a(0x274)]})();const _0xdcce54=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x55e4a9=_0x390b2a;return await this[_0x55e4a9(0x21f)](_0x5c610b,_0x3689ec[_0x55e4a9(0x204)],_0x15bc74);})();if(!_0xdcce54)return logger[_0x390b2a(0xf1)](_0x3689ec['ASGMB']),{};return _0xdcce54;}catch(_0x559d31){return logger[_0x390b2a(0x188)](_0x390b2a(0x11d)+(_0x559d31[_0x390b2a(0x104)]||_0x559d31[_0x390b2a(0x121)])),{};}}async[a80_0x46606b(0x10d)](_0x161c4e,_0x21c633,_0x4cc152=null){const _0x3e46a5=a80_0x46606b,_0x3aad58={};_0x3aad58[_0x3e46a5(0x168)]=_0x3e46a5(0x257),_0x3aad58['KUItL']=_0x3e46a5(0x139),_0x3aad58[_0x3e46a5(0x15d)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x153c16=_0x3aad58;try{if(!_0x161c4e)return logger[_0x3e46a5(0xf1)](_0x153c16[_0x3e46a5(0x168)]),null;if(!_0x21c633)return logger[_0x3e46a5(0xf1)](_0x153c16[_0x3e46a5(0x1e6)]),null;logger['debug'](_0x153c16[_0x3e46a5(0x15d)]);const _0x46bdb0=_0x4cc152?await _0x161c4e['evaluate'](_0x21c633,_0x4cc152):await _0x161c4e['evaluate'](_0x21c633);return _0x46bdb0;}catch(_0x3e64e7){return logger['error']('Error\x20in\x20performPageScan:\x20'+(_0x3e64e7['stack']||_0x3e64e7[_0x3e46a5(0x121)])),null;}}static[a80_0x46606b(0x142)](_0x59a3ce,_0x313528){const _0x2de74c=a80_0x46606b,_0x3c3c30={};_0x3c3c30['TCTJN']=_0x2de74c(0x22e);const _0x21d0c3=_0x3c3c30,_0x357d83={};_0x357d83[_0x2de74c(0x143)]=_0x59a3ce;const _0x34368a=_0x357d83;let _0x27fdd={};if(_0x313528[_0x2de74c(0x250)]()&&_0x313528[_0x2de74c(0x22a)]())try{_0x27fdd=JSON[_0x2de74c(0x1a7)](new Buffer(_0x313528[_0x2de74c(0x1ed)]())[_0x2de74c(0x176)](_0x21d0c3[_0x2de74c(0x13f)]));}catch(_0x26dde3){logger['error'](_0x2de74c(0x131)+_0x26dde3[_0x2de74c(0x121)]),_0x27fdd={};}return CLIUtils[_0x2de74c(0xcd)](_0x34368a,_0x27fdd);}static async[a80_0x46606b(0x1be)](_0x2d8161,_0x1502b5='',_0x512491=null){const _0x4d5a51=a80_0x46606b,_0x38db7c={};_0x38db7c['OneJE']=_0x4d5a51(0x1df),_0x38db7c['RpKyA']='accessibility';const _0x459d27=_0x38db7c;try{if(!_0x512491&&AccessibilityModule[_0x4d5a51(0x152)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x4d5a51(0x21c)][_0x4d5a51(0x24d)])return logger['error'](_0x459d27[_0x4d5a51(0x173)]),{};const _0x5ac728=await GrpcClient[_0x4d5a51(0x207)]()[_0x4d5a51(0x112)](process[_0x4d5a51(0x21c)][_0x4d5a51(0x24d)],_0x459d27[_0x4d5a51(0x206)],_0x2d8161,_0x512491),_0xf5329=_0x512491?AccessibilityModule[_0x4d5a51(0x142)](null,_0x5ac728)?.[_0x4d5a51(0x143)]||_0x1502b5:_0x1502b5,_0x13ee3e=AccessibilityModule['loadDriverExecuteParams'](_0xf5329,_0x5ac728);return!_0x512491&&(AccessibilityModule[_0x4d5a51(0x241)]=_0x13ee3e,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x13ee3e;}catch(_0x3b6e4b){return logger['error'](_0x4d5a51(0x107)+_0x2d8161+':\x20'+(_0x3b6e4b['stack']||_0x3b6e4b[_0x4d5a51(0x121)])),{};}}}function a80_0x28bd(){const _0x4e3e2e=['includes','getAccessibilityResultsSummary','loadDriverExecuteParams','thTestRunUuid','Gosyi','Error\x20getting\x20script\x20by\x20name\x20','BtBOC','hhnXn','getTestFrameworkDetail','\x20a11yToken=','KEY_DRIVER_HAS_URL','AyAZh','dWQOo','2472432xCCRgY','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','../state/hookState','info','true','_centralAuthConfigFetched','testInfo','validatePlatformForAccessibility','crKYy',',\x20testName=','setAccessibilityToken','FqiSB','getOptions','../../../helpers/helper','GAeHR','setLogDisabledShown','dNQsd','PcTcV','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',',\x20isAppAccessibility=','668DTxEMc','__jestCurrentTestIdentifier','some','commandsToWrap','onBeforeExecute:\x20Command\x20','updateData','end','MCGpH','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','ILDwx','map','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','isPlatformSupported','MhIcH','KEY_INIT','getContext','\x20using\x20script:\x20','getCapabilitiesList','OneJE','GPqnC','cKKfZ','toString','QgDkB','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','performScanForCli','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','kptUi','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','PwcTu','options','QUIT','Vnvzt','InjAv','chrome','DPgIN','isArray','getCommandsList','bind','xqBZN','error','Exception\x20in\x20isPlatformSupported:\x20','No\x20summaryResults\x20found.','vZjzm','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','\x22browserstack.key\x22:\x22[REDACTED]\x22','Accessibility\x20data\x20for\x20extension:\x20','mWZlD',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getCurrentInstanceName','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','DRIVER_INIT','zvrKh','ZEZFV','vpAau','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','../../utils/playwright-patcher','Error\x20getting\x20capability\x20value\x20for\x20','setAccessibilityConfig','NQpeM','EXECUTE','brjbL',']\x20clear\x20','saveResults','\x20testHubUuid=','split','eBwYQ','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ftymM','browserVersion','function','parse','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Error\x20in\x20initAccessibilityConfig:\x20','join','YUvWu','MpQzX','\x20script\x20available\x20in\x20scriptsList','UVENT',',\x20\x0a\x20','[platform\x20-\x20','UzXww','getAllData','isEnabledTestcase','processAccessibilityCaps',',\x20excludeTags=',']\x20Accessibility\x20configuration\x20initialized\x20successfully','uGDiJ','onBeforeTest','yeRNP','excludeTagsInTestingScope','IpFxB','toJson','command','fetchCentralAuthA11yConfig','fxftc','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','SAVE_RESULTS','tDFUb','Processed\x20accessibility\x20caps\x20','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','yTTkH','ieZxE','GKmir','xgioY','getTestDetails','xbzDC','6cCCzPl','iEzJz','pYPoh','Context','browserName','BAKHR','testAnalyticsId','PRE','capabilitiesList','oUIWw','26224627DZoUaz','cfgPd','pwPage','aZxQj','PIlvj','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','getParamsForScanForCli','getScriptByName','oFUHw','null','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','nlaWM','loadAccessibilityConfig','mfLDE','LOG_DISABLED_SHOWN','toLowerCase','PERFORM_SCAN','KUItL','includeTagsInTestingScope','executeScriptByName:\x20No\x20','Error\x20in\x20performScanForCli\x20for\x20script\x20','RXfOw','currentTest','LSTJu','getAccessibilityExecuteParams','latest','kgHEM','browserstack.accessibilityOptions.wcagVersion','page','htaNR','platformCaps','OGoUP','HVdtW','yNcFV','KEY_TESTHUB_BUILD_ID','sIuVP','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','KDoxV','onBeforeExecute:\x20command=','commandName','\x20result\x20for\x20','patchSendMessageToServer','browserstack.accessibilityOptions.scannerProcessingTimeout','performScan','scan','stringify','MALqO','getData','RpKyA','getInstance','rFnoi','getValue','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','JaXtk','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','__accessibilityOptions','find','warn','BXEAJ','PpKha','scannerVersion','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','esUco','GBeMb','getName','XjzQB','testFramework','wcagVersion','VKIDg','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','env','../../../helpers/performance/performance-tester.js','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','executeScriptByName','Performing\x20scan\x20before\x20getting\x20results\x20summary','KXIFA','platformValidation','WHYst','getTrackedInstance','getCurrentAccessibilityStatus','dHiuu','vlLwD','isAppAccessibility','../state/automationFrameworkState','hasAccessibilityExecuteParams','Error\x20in\x20shouldScanForCommand:\x20','xJISF','YlMdZ','ascii','\x20script\x20available','scannerProcessingTimeout','AUTOMATION_SESSIONS','Page\x20','YThDo','onAfterTest','shouldScanCurrentTest','lWEha','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','PBlxB','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','initAccessibilityConfig','KgVhQ','getAccessibilityConfig','headless','\x20->\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','anMEk','_centralAuthA11yConfig','11|0|6|8|12|7|2|3|14|1|15|10|9|5|13|4','834414ZRpfpG','get','SDK_ACCESSIBILITY_CONFIG','hkKiq','CREATE','qzxDI','BROWSERSTACK_TESTHUB_JWT','replace','\x20from\x20testIdentifier=','xCJuM','BROWSERSTACK_CLI_BIN_SESSION_ID','./baseModule','XJkEz','getSuccess','Error\x20in\x20validatePlatformForAccessibility:\x20','356329dpdrTg','kwqEu','UuLTw','pPLKp','accessibility','performPageScan:\x20Page\x20is\x20null','browserStackEvaluate','GZqVp','yunFf','zGROX','../framework/constants/testFrameworkConstants.js','TrackedInstance','AlxqV','wKQhU','hnXPy','330evoMXT','getCommandsToWrap','MODULE_NAME',',\x20tags=','set','registerObserver','getCapabilityValue','../grpcClient','DRIVER_HAS_URL','OVoFO','zYaYN','HYAwm','iQzTB','string','BS_A11Y_JWT','../../../helpers/accessibility-automation/helper','isPlatformSupported:\x20caps\x20are\x20null','getBuildId','29730PjeeZX','GIkGs','../../../helpers/performance/constants.js','VMIvc','getPlatformIndex','getScript','../../../helpers/accessibility-automation/scripts','accessibilityPlatform','RhhVc','util','value','YGYBR','FtvBP','getTestId','measureWrapper','NazWc','oWspK','yAIDA','getAccessibility','getScriptsList','getModuleName','1179Cniefj','xPlZH','mergeObject','isEnabled','hhjQN','PNNFE','QEKsS','ujsty','Performing\x20scan\x20before\x20from\x20cli','present','rvkQD','browserstack.accessibilityOptions.authToken','KEY_TEST_NAME','../../playwright/accessibility-helper',',\x20includeTags=','_sendMessageServerPatchApplied','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20isEnabledTestcase\x20(jest)\x20result=','__workerDetails','xPUki','chsts','[AccessibilityModule]\x20onAfterTest:\x20framework=','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','scriptsList','name','getTesthub','test_tags','trim','commandsList','saveTestResults','MNCat','../TestInfo.js','Error\x20applying\x20sendMessageToServer\x20patch:\x20','LJjyr','setShouldScanCurrentTest','Error\x20in\x20getAccessibilityResults:\x20','eluGg','onBeforeExecute','debug','SXQKt','EYJns','test_run_id','getResultsSummary','Error\x20executing\x20script\x20','LpcOG','LWuBD','AhwqQ','accessibilityConfig','playwright-chromium','toObject','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','shouldScanForCommand','\x20value=','titlePath','hZkgE','applySendMessageToServerPatch','MAdiG','stack','delete','pZaKQ','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','XhzBz','Yjhyr','olBdV','format','bueyR','performPageScan','172207ePQGBk','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Pmicr','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','fetchDriverExecuteParamsEvent','has','PyPTM','unknown','BEajg','instance','launchCaps',',\x20framework=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','cWohr','GYuzn','Error\x20in\x20getAccessibilityResultsSummary:\x20','goog:chromeOptions','../cliUtils','fOlxa','message','GFBev','ntNfo','PbiJa','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','name:\x20','length','stopTestCapture','LINYn','cmPSV','ebIXu','size','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','ulcZD',',\x20testIdentifier=','JxAmH','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','finishScanningForCli','22310qvEcBD','../../../helpers/accessibility-automation/constants',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','jest','capabilities','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','performPageScan:\x20Script\x20is\x20null','cucumber','Error\x20checking\x20headless\x20capability:\x20','Scan\x20result:\x20','browser','ACCESSIBILITY_INITIALIZED','TCTJN'];a80_0x28bd=function(){return _0x4e3e2e;};return a80_0x28bd();};function a80_0x2a17(_0x5626fe,_0x1da555){const _0x28bd0f=a80_0x28bd();return a80_0x2a17=function(_0x2a1735,_0x40518e){_0x2a1735=_0x2a1735-0xbe;let _0x2cce76=_0x28bd0f[_0x2a1735];return _0x2cce76;},a80_0x2a17(_0x5626fe,_0x1da555);}module['exports']=AccessibilityModule;
|
|
1
|
+
const a80_0x48c468=a80_0xb3b3;(function(_0x378e12,_0x2b429f){const _0x1453e0=a80_0xb3b3,_0x4fafb3=_0x378e12();while(!![]){try{const _0x44782c=-parseInt(_0x1453e0(0x103))/0x1*(-parseInt(_0x1453e0(0x1d7))/0x2)+-parseInt(_0x1453e0(0x1c9))/0x3+-parseInt(_0x1453e0(0x14e))/0x4+-parseInt(_0x1453e0(0x24c))/0x5*(parseInt(_0x1453e0(0x153))/0x6)+-parseInt(_0x1453e0(0x196))/0x7*(parseInt(_0x1453e0(0x2b1))/0x8)+-parseInt(_0x1453e0(0x128))/0x9*(parseInt(_0x1453e0(0x203))/0xa)+parseInt(_0x1453e0(0x107))/0xb;if(_0x44782c===_0x2b429f)break;else _0x4fafb3['push'](_0x4fafb3['shift']());}catch(_0x31728e){_0x4fafb3['push'](_0x4fafb3['shift']());}}}(a80_0x5894,0x9b65d));function a80_0xb3b3(_0x36cca5,_0x59a4c3){const _0x589484=a80_0x5894();return a80_0xb3b3=function(_0xb3b371,_0x175946){_0xb3b371=_0xb3b371-0xff;let _0x226f18=_0x589484[_0xb3b371];return _0x226f18;},a80_0xb3b3(_0x36cca5,_0x59a4c3);}function a80_0x5894(){const _0x59f271=['launchCaps','map','performScan','zKXIy','ENrGs','udqir','ozxHF','spAHv','qxive','getResultsSummary','Processed\x20accessibility\x20caps\x20','getScript','onBeforeExecute:\x20No\x20command\x20name\x20provided','bnKWe','options','bHETV','setAccessibilityConfig','browserstack.accessibilityOptions.scannerProcessingTimeout','cfRlV','490301GJxOVb','getModuleName','getTesthub','Snahh','chrome','aNnjs','getTrackedInstance','testAnalyticsId','lcvkk','isEnabled','vsPoq','GWnij','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','browserstack.accessibilityOptions.authToken','validatePlatformForAccessibility','LoedC','toLowerCase','getAccessibilityResultsSummary','Error\x20checking\x20headless\x20capability:\x20','size','null','getCapabilityValue','error','patchSendMessageToServer','format','platformCaps','getName','../cliUtils','ukSjD','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Page\x20','getTestDetails','xCFRc','thTestRunUuid','getCommandsToWrap','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getInstance','__jestCurrentTestIdentifier','getPlatformIndex','Error\x20in\x20getAccessibilityResultsSummary:\x20','BmLTD','titlePath','page','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','KHFpB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','vcWEB','OMMlq','Error\x20in\x20performScanForCli\x20for\x20script\x20','TqrnG','3460488ngPLWo','mRElZ','getParamsForScanForCli','uUxCn','string','instance','performScanForCli','../framework/automationFramework','JonTM','performPageScan:\x20Script\x20is\x20null','commandsList',',\x20testName=','PQBwW','debug','6UQwQEg','delete','getResults','isArray','name','cImXq','CVZGU','FFScH','getOptions','KTNUN','setShouldScan','FormJ','fetchDriverExecuteParamsEvent','Error\x20in\x20shouldScanForCommand:\x20','JcnGc','getContext','KEY_TEST_NAME',']\x20Accessibility\x20configuration\x20initialized\x20successfully','scan','includeTagsInTestingScope',',\x20isAppAccessibility=','MYNaX','FoBgL','OGzrR','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','YExlG','mergeObject','getCommandsList','aALcx','MRlnG','RYjYf','commandsToWrap','pwPage','KEY_INIT','Executing\x20','StGaZ','nXvJg','wHHzI','spSfT','../framework/constants/testFrameworkConstants.js','IzyIR','GET_RESULTS_SUMMARY','browser','ACCESSIBILITY_INITIALIZED','30xUQcYX','testFrameworkData','oLZpz','ycUqa','__accessibilityOptions','zqZnr','browserstack_executor','OskFW','PRE','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','__workerDetails','KEY_DRIVER_HAS_URL','ctaWs','BirYK','getTestId','isAppAccessibility','unknown','ZfDxV','npmwJ','testInfo','JxrPb','gytFE','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','cxaSi','\x20value=','jest','KHssU','MQKFV','evaluate','gOfbE','test_run_id','WquXc','sJkLO','getScriptByName','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','spjvl','loadDriverExecuteParams','KcdIr','KeJMw','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','../../../helpers/helper','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','WsaQP','currentTest','udIlW','SAVE_RESULTS','pUbey','exports','MergedScanArgs:\x20','DnSkA','yBQWq','browserstack.accessibilityOptions.scannerVersion','YiDpV','SDK_ACCESSIBILITY_CONFIG','FwzFB','QlWdq','getGoogleChromeOptions','dMkwn','uJKEv','assign',',\x20excludeTags=','bMGHC','fnxzs','\x20->\x20','some','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../../helpers/classLogger','find','applySendMessageToServerPatch','test_tags','KGszb','env','\x20a11yToken=','25KeoAvs','processAccessibilityCaps','IXEup',',\x20available\x20commands:\x20','platformValidation','umjac','info','PkZaC','Ntrea','onBeforeTest','mFiom','zMNkk','oPdJz','VwVKZ','WwctY','BROWSERSTACK_CLI_BIN_SESSION_ID','Oibsa','ilCLS','vGzGH','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','testFramework','Error\x20getting\x20capability\x20value\x20for\x20','eopTd','[AccessibilityModule]\x20onAfterTest:\x20framework=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','EuTMq','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','Cdzou','QGkUD','EXECUTE','POsmA','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','zGPir','oJHfm','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','accessibilityConfig','ScanArgs:\x20','capabilitiesList','\x20accessibility\x20script\x20on\x20page','getSuccess','wcagVersion','has','accessibility','EPpre','EMgPN','sDuBW',']\x20should\x20run\x20accessibility\x20value=','loadAccessibilityConfig','CREATE','LOG_DISABLED_SHOWN','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','true','testhub_build_uuid','\x22browserstack.key\x22:\x22[REDACTED]\x22','zBWzl','POHOa','suMeN',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','finishScanningForCli','YdTYw','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','present','getCapabilitiesList','reXHh','lvgug','_centralAuthConfigFetched','getCurrentAccessibilityStatus','toISOString','lbXVs','BROWSERSTACK_TESTHUB_JWT','updateData','../../../helpers/performance/performance-tester.js','fFwxK','cyFKf','ALUED','Error\x20getting\x20script\x20by\x20name\x20','hxOQM','../../utils/playwright-patcher','uSqfr','WfKyt','UVjjE','nNJjK','AahUz','executeScriptByName','kBipr','get','phkKI','WnhrY','zFdGa','zRVbW','stack','trim','shouldScanForCommand:\x20','AUTOMATION_SESSIONS','./baseModule','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','GMAuy','ZdTOE','104gXSfpC','GyDFv','wtBfz','goog:chromeOptions','Performing\x20scan\x20before\x20getting\x20results\x20summary','utbKm','TEST_INIT','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JqVBJ','vnGHx','../../../helpers/accessibility-automation/helper','VmDcv','scannerProcessingTimeout','end','function','browserStackEvaluate','getState','JmLbH','hJZpL','283079fsJEki','setLogDisabledShown','HOIaj','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','39947259GwqSNO','lXDxO','DRIVER_INIT','replace','Unknown\x20Test','message','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','zhXJK','_sendMessageServerPatchApplied','browserName','OHseZ','../TestInfo.js','getAccessibility','OmLqw','fetchCentralAuthA11yConfig','onAfterTest','MODULE_NAME','Error\x20applying\x20sendMessageToServer\x20patch:\x20','util','\x20result\x20for\x20','warn','UVwxE','QUIT','cucumber','setShouldScanCurrentTest','getAllData','playwright-chromium','RoKCY','onBeforeExecute','avUmO','latest','command','447138hHYFAB','xTnTZ','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','a11y:save-results','SrXcW','initAccessibilityConfig','getData','\x20script\x20available\x20in\x20scriptsList','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','commandName','lvYFe','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','[platform\x20-\x20','BS_A11Y_JWT','pyCam','getAccessibilityResults','hasAccessibilityExecuteParams','getCurrentInstanceName','ArJNN','yxzaY','wlcPY','../../../helpers/performance/constants.js','Error\x20in\x20performPageScan:\x20','TAZrD','browserVersion','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','getTestFrameworkDetail','bind','isEnabledTestcase','stringify','getValue','DRIVER_HAS_URL','parse','getScriptsList','uJXcE','includes',']\x20onAfterTest\x20should\x20scan=','1583744ptHdxx','performScanForCli:\x20No\x20','yLllI','Exception\x20in\x20isPlatformSupported:\x20',',\x20includeTags=','1482312ZFnqBS','parseFromProto','Scan\x20result:\x20','setAccessibilityToken','accessibilityToken','measureWrapper','vmGQP','\x20using\x20script:\x20','name:\x20','Error\x20in\x20validatePlatformForAccessibility:\x20','cJvUJ','cOErq','../framework/testFramework','../../../helpers/accessibility-automation/scripts','join','qxCIW','TrackedInstance','length','4|7|11|15|6|14|13|8|10|2|9|5|0|12|3|1','_centralAuthA11yConfig','KEY_TESTHUB_BUILD_ID','performPageScan','XXgRy','excludeTagsInTestingScope','../../playwright/accessibility-helper','icktk','registerObserver','accessibilityPlatform','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','xzaHG','jESdV','test-tags-->\x20','getBuildId','mUEyb','scannerVersion','SNQlf','Error\x20in\x20processAccessibilityCaps:\x20','capabilities','oItKo','../state/hookState','headless',',\x20testIdentifier=','value','set','Error\x20in\x20getAccessibilityResults:\x20','KZcgc','\x20from\x20testIdentifier=','shouldScanForCommand'];a80_0x5894=function(){return _0x59f271;};return a80_0x5894();}const BaseModule=require(a80_0x48c468(0x2ad)),{createClassLogger}=require(a80_0x48c468(0x245)),CLIUtils=require(a80_0x48c468(0x1b2)),AutomationFramework=require(a80_0x48c468(0x1d0)),TestFramework=require(a80_0x48c468(0x15f)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a80_0x48c468(0x17a)),GrpcClient=require('../grpcClient'),scripts=require(a80_0x48c468(0x160)),logger=createClassLogger(a80_0x48c468(0x163)),PerformanceTester=require(a80_0x48c468(0x296)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x48c468(0x13e)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x48c468(0x1a2)),{nestedKeyValue,isUndefined}=require(a80_0x48c468(0x22b)),util=require(a80_0x48c468(0x11a)),TestInfo=require(a80_0x48c468(0x113)),TestFrameworkConstants=require(a80_0x48c468(0x1fe));class AccessibilityModule extends BaseModule{static [a80_0x48c468(0x118)]=AccessibilityModule['name'];static [a80_0x48c468(0x290)]=![];static [a80_0x48c468(0x166)]={};constructor(_0x8b9752){const _0x34ef35=a80_0x48c468,_0x17d269={};_0x17d269[_0x34ef35(0x20a)]=_0x34ef35(0x165),_0x17d269[_0x34ef35(0x16c)]=_0x34ef35(0x1a3),_0x17d269[_0x34ef35(0x102)]=_0x34ef35(0x283),_0x17d269[_0x34ef35(0x1a1)]=_0x34ef35(0x148),_0x17d269[_0x34ef35(0x133)]=_0x34ef35(0x202);const _0x26df87=_0x17d269,_0x5b9133=_0x26df87[_0x34ef35(0x20a)]['split']('|');let _0x47ba7f=0x0;while(!![]){switch(_0x5b9133[_0x47ba7f++]){case'0':logger[_0x34ef35(0x1d6)](_0x26df87[_0x34ef35(0x16c)]);continue;case'1':this[_0x34ef35(0x167)]=_0x26df87[_0x34ef35(0x102)];continue;case'2':this[_0x34ef35(0x178)]=[];continue;case'3':this[_0x34ef35(0x20e)]=_0x26df87['GWnij'];continue;case'4':super();continue;case'5':this[_0x34ef35(0x156)](_0x8b9752[_0x34ef35(0x1df)]()[_0x34ef35(0x28d)]());continue;case'6':this[_0x34ef35(0x19f)]=!![];continue;case'7':AutomationFramework[_0x34ef35(0x16d)](AutomationFrameworkState[_0x34ef35(0x269)],HookState[_0x34ef35(0x20b)],this['onBeforeExecute']['bind'](this));continue;case'8':this[_0x34ef35(0x27e)]=new Map();continue;case'9':this[_0x34ef35(0x110)]=![];continue;case'10':this[_0x34ef35(0x212)]=![];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x34ef35(0x27d)],HookState['POST'],this[_0x34ef35(0x255)][_0x34ef35(0x144)](this));continue;case'12':this[_0x34ef35(0x1f8)]=_0x26df87[_0x34ef35(0x133)];continue;case'13':this['accessibility']=new Map();continue;case'14':this[_0x34ef35(0x270)]=_0x8b9752['toObject']();continue;case'15':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x34ef35(0x11e)],HookState[_0x34ef35(0x20b)],this[_0x34ef35(0x117)][_0x34ef35(0x144)](this));continue;}break;}}['isEnabled'](){const _0x18e389=a80_0x48c468;return this[_0x18e389(0x19f)];}[a80_0x48c468(0x197)](){const _0x3cb968=a80_0x48c468;return AccessibilityModule[_0x3cb968(0x118)];}[a80_0x48c468(0x291)](){const _0x196f25=a80_0x48c468;return this[_0x196f25(0x277)][_0x196f25(0x2a4)](CLIUtils[_0x196f25(0x13a)](),![]);}['getLogDisabledShown'](){const _0x556956=a80_0x48c468;return this['LOG_DISABLED_SHOWN'][_0x556956(0x2a4)](CLIUtils[_0x556956(0x13a)](),![]);}[a80_0x48c468(0x104)](_0x2a3d50){const _0x189136=a80_0x48c468;this[_0x189136(0x27e)]['set'](CLIUtils['getCurrentInstanceName'](),_0x2a3d50);}[a80_0x48c468(0x247)](){const _0x5b1cd2=a80_0x48c468,_0x1c5b1e={'PQBwW':_0x5b1cd2(0x20c),'mRElZ':function(_0x14348b,_0x50961e){return _0x14348b(_0x50961e);},'JfHAc':_0x5b1cd2(0x29c),'uJXcE':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','wHHzI':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x5b1cd2(0x110)]){logger[_0x5b1cd2(0x1d6)](_0x1c5b1e[_0x5b1cd2(0x1d5)]);return;}try{const _0x11232d=_0x1c5b1e[_0x5b1cd2(0x1ca)](require,_0x1c5b1e['JfHAc']);_0x11232d&&_0x11232d[_0x5b1cd2(0x1ae)]?(_0x11232d[_0x5b1cd2(0x1ae)](),this[_0x5b1cd2(0x110)]=!![],logger['debug'](_0x1c5b1e[_0x5b1cd2(0x14b)])):logger['debug'](_0x1c5b1e[_0x5b1cd2(0x1fc)]);}catch(_0x29bda4){logger[_0x5b1cd2(0x1d6)](_0x5b1cd2(0x119)+util[_0x5b1cd2(0x1af)](_0x29bda4));}}['isPlatformSupported'](_0x39d79b=null,_0x3348db=null,_0x313b62=null){const _0x37b881=a80_0x48c468,_0x3bfeeb={'uSqfr':function(_0x2e7f3b,_0x482467){return _0x2e7f3b&&_0x482467;},'bHETV':'isPlatformSupported:\x20caps\x20are\x20null','ALUED':function(_0x20af45,_0x596c63){return _0x20af45(_0x596c63);},'hxOQM':_0x37b881(0x2bb),'yPIUN':_0x37b881(0x22b),'KHFpB':function(_0x4377a2){return _0x4377a2();},'RoKCY':_0x37b881(0x10d),'iRcXI':function(_0x1b5742,_0x31a7d8){return _0x1b5742===_0x31a7d8;},'UVwxE':_0x37b881(0x19a),'zqZnr':function(_0x22dc87,_0x2cae65){return _0x22dc87===_0x2cae65;},'WfKyt':_0x37b881(0x122),'wtBfz':function(_0x5646dc,_0x5dd3af){return _0x5646dc===_0x5dd3af;},'IXEup':_0x37b881(0x1c4),'cgTyU':function(_0x492c4e,_0x21f166){return _0x492c4e===_0x21f166;},'EPpre':_0x37b881(0x282),'xCFRc':_0x37b881(0x1cd),'vnGHx':function(_0x44ca2f,_0x5f39c8){return _0x44ca2f===_0x5f39c8;},'Cdzou':_0x37b881(0x26c),'vmGQP':function(_0x205ec0){return _0x205ec0();},'avUmO':function(_0x319c12,_0x323c97){return _0x319c12>_0x323c97;},'oLZpz':function(_0x106bf6,_0x4baa61){return _0x106bf6(_0x4baa61);},'kBQhD':_0x37b881(0x10e),'WnhrY':function(_0x2d1613,_0x577970){return _0x2d1613!==_0x577970;},'MRlnG':_0x37b881(0x126),'pSMkH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3bfeeb[_0x37b881(0x29d)](!_0x3348db,!_0x313b62))return logger['debug'](_0x3bfeeb[_0x37b881(0x192)]),![];const {isAccessibilityAutomationSession:_0x265cf5}=_0x3bfeeb[_0x37b881(0x299)](require,_0x3bfeeb[_0x37b881(0x29b)]),{isUndefined:_0x102ab5,isBrowserstackInfra:_0x3ec5c8}=_0x3bfeeb[_0x37b881(0x299)](require,_0x3bfeeb['yPIUN']);if(!_0x3bfeeb[_0x37b881(0x1c3)](_0x265cf5))return logger[_0x37b881(0x1d6)](_0x3bfeeb[_0x37b881(0x123)]),![];if(!(_0x3348db['browserName']&&_0x3bfeeb['iRcXI'](_0x3348db[_0x37b881(0x111)][_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x11d)])||_0x3348db['browserName']&&_0x3bfeeb[_0x37b881(0x208)](_0x3348db['browserName']['toLowerCase'](),_0x3bfeeb['WfKyt'])||_0x3348db[_0x37b881(0x201)]&&_0x3bfeeb[_0x37b881(0x208)](_0x3348db[_0x37b881(0x201)][_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x11d)])||_0x3348db[_0x37b881(0x201)]&&_0x3bfeeb[_0x37b881(0x2b3)](_0x3348db[_0x37b881(0x201)][_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x29e)])))return logger['warn'](_0x3bfeeb[_0x37b881(0x24e)]),![];try{const _0x39df63=_0x3348db[_0x37b881(0x17b)],_0x311343=_0x3bfeeb[_0x37b881(0x208)](_0x39df63,!![])||_0x3bfeeb['cgTyU'](_0x39df63,_0x3bfeeb[_0x37b881(0x278)])||_0x3bfeeb['iRcXI'](typeof _0x39df63,_0x3bfeeb[_0x37b881(0x1b7)])&&_0x3bfeeb[_0x37b881(0x2ba)](_0x39df63[_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x278)]);if(_0x311343)return logger['warn'](_0x3bfeeb[_0x37b881(0x267)]),![];}catch(_0x522619){logger[_0x37b881(0x1d6)](_0x37b881(0x1a9)+util[_0x37b881(0x1af)](_0x522619));}if(!_0x3bfeeb[_0x37b881(0x159)](_0x3ec5c8)){if(!_0x3bfeeb[_0x37b881(0x125)](_0x3bfeeb[_0x37b881(0x205)](parseFloat,_0x3348db['browserVersion']),_0x3bfeeb[_0x37b881(0x299)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x37b881(0x11c)](_0x3bfeeb['kBQhD']),![];}else{if(_0x3bfeeb[_0x37b881(0x2a6)](_0x3348db[_0x37b881(0x141)],_0x3bfeeb[_0x37b881(0x1f4)])&&!_0x3bfeeb['avUmO'](_0x3bfeeb['ALUED'](parseFloat,_0x3348db['browserVersion']),_0x3bfeeb[_0x37b881(0x205)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x37b881(0x11c)](_0x3bfeeb['pSMkH']),![];}return!![];}catch(_0x30431f){return logger['debug'](_0x37b881(0x151)+_0x30431f[_0x37b881(0x10c)]),![];}}[a80_0x48c468(0x145)](_0xb74eee=[],_0xc0c282,_0x13b29e=a80_0x48c468(0x11f)){const _0x5d466d=a80_0x48c468,_0x22b8f1={'UVjjE':function(_0x25912b,_0x4c2706){return _0x25912b===_0x4c2706;},'AahUz':'jest','uUxCn':function(_0x2dce42,_0x4bfa6e){return _0x2dce42||_0x4bfa6e;},'OmLqw':function(_0x2e2a95,_0x52c352){return _0x2e2a95===_0x52c352;},'lXDxO':function(_0x35a7de,_0x3da486){return _0x35a7de&&_0x3da486;},'GyDFv':_0x5d466d(0x213),'vcWEB':function(_0x4b6d9a,_0x32b721){return _0x4b6d9a(_0x32b721);},'QlWdq':function(_0x165d1c,_0xd489df){return _0x165d1c>_0xd489df;},'HUytS':function(_0x328c0b,_0x261bd3){return _0x328c0b&&_0x261bd3;}};try{const _0x4edff4=process[_0x5d466d(0x24a)][_0x5d466d(0x1ef)]?JSON[_0x5d466d(0x149)](process[_0x5d466d(0x24a)][_0x5d466d(0x1ef)]):null;if(!_0x4edff4)return!![];const _0x35ce78=Array['isArray'](_0x4edff4[_0x5d466d(0x1ea)])?_0x4edff4[_0x5d466d(0x1ea)]:[],_0x3962f8=Array[_0x5d466d(0x1da)](_0x4edff4[_0x5d466d(0x16a)])?_0x4edff4[_0x5d466d(0x16a)]:[];if(_0x22b8f1[_0x5d466d(0x29f)](_0x13b29e,_0x22b8f1[_0x5d466d(0x2a1)])){let _0x38d4f2;Array[_0x5d466d(0x1da)](_0xb74eee)?_0x38d4f2=_0xb74eee[_0x5d466d(0x161)]('\x20'):_0x38d4f2=_0x22b8f1[_0x5d466d(0x1cc)](_0xb74eee,'');const _0x17722a=_0x3962f8[_0x5d466d(0x243)](_0x355d4b=>_0x38d4f2[_0x5d466d(0x14c)](_0x355d4b)),_0x5ca821=_0x22b8f1[_0x5d466d(0x115)](_0x35ce78[_0x5d466d(0x164)],0x0)||_0x35ce78['some'](_0x3e8149=>_0x38d4f2['includes'](_0x3e8149)),_0xb2d6c3=_0x22b8f1[_0x5d466d(0x108)](!_0x17722a,_0x5ca821);return logger['debug'](_0x5d466d(0x135)+(_0xc0c282?.[_0x5d466d(0x1bd)]?.()||_0x22b8f1[_0x5d466d(0x2b2)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0xb2d6c3+_0x5d466d(0x1d4)+_0x38d4f2+',\x20includeTags='+JSON['stringify'](_0x35ce78)+_0x5d466d(0x23f)+JSON['stringify'](_0x3962f8)),_0xb2d6c3;}const _0x5e49d3=Array[_0x5d466d(0x1da)](_0xb74eee)?_0xb74eee:[];let _0x3d6ab9=![],_0x38973a=_0x22b8f1[_0x5d466d(0x115)](_0x35ce78[_0x5d466d(0x164)],0x0);const _0x3f1d41=_0x15e9e1=>typeof _0x15e9e1===_0x5d466d(0x1cd)?_0x15e9e1[_0x5d466d(0x10a)](/^@/,'')[_0x5d466d(0x1a7)]()[_0x5d466d(0x2aa)]():_0x15e9e1,_0x171eac=new Set(_0x35ce78[_0x5d466d(0x184)](_0x3f1d41)),_0x3ed252=new Set(_0x3962f8[_0x5d466d(0x184)](_0x3f1d41));for(const _0x489358 of _0x5e49d3){const _0x3e8c0a=_0x22b8f1[_0x5d466d(0x1c5)](_0x3f1d41,_0x489358);_0x3ed252['has'](_0x3e8c0a)&&(_0x3d6ab9=!![]),_0x22b8f1[_0x5d466d(0x23a)](_0x171eac[_0x5d466d(0x1aa)],0x0)&&_0x171eac[_0x5d466d(0x276)](_0x3e8c0a)&&(_0x38973a=!![]);}const _0x3b8912=_0x22b8f1['HUytS'](_0x38973a,!_0x3d6ab9);return logger[_0x5d466d(0x1d6)](_0x5d466d(0x135)+(_0xc0c282?.['getPlatformIndex']?.()||_0x22b8f1['GyDFv'])+_0x5d466d(0x264)+_0x3b8912+',\x20tags='+JSON['stringify'](_0x5e49d3)+_0x5d466d(0x152)+JSON[_0x5d466d(0x146)](_0x35ce78)+',\x20excludeTags='+JSON[_0x5d466d(0x146)](_0x3962f8)),_0x3b8912;}catch(_0x27c60c){return logger[_0x5d466d(0x1d6)]('[platform\x20-\x20'+(_0xc0c282?.[_0x5d466d(0x1bd)]?.()||_0x22b8f1[_0x5d466d(0x2b2)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x27c60c[_0x5d466d(0x10c)]),![];}}async[a80_0x48c468(0x255)](_0x4fc941){const _0x2d3695=a80_0x48c468,_0x3a3a0e={};_0x3a3a0e[_0x2d3695(0x2b9)]=function(_0x21a1f3,_0x104acb){return _0x21a1f3!==_0x104acb;},_0x3a3a0e[_0x2d3695(0x23d)]='cucumber',_0x3a3a0e[_0x2d3695(0x13d)]=function(_0x18365c,_0x3be965){return _0x18365c!==_0x3be965;},_0x3a3a0e[_0x2d3695(0x1bf)]='jest',_0x3a3a0e['JonTM']=_0x2d3695(0x27f),_0x3a3a0e['YExlG']=_0x2d3695(0x2b7),_0x3a3a0e[_0x2d3695(0x179)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x3a3a0e['xzaHG']=_0x2d3695(0x28b),_0x3a3a0e[_0x2d3695(0x258)]=_0x2d3695(0x109),_0x3a3a0e[_0x2d3695(0x1fb)]=function(_0x506903,_0x235cd7){return _0x506903===_0x235cd7;},_0x3a3a0e[_0x2d3695(0x15d)]=function(_0x5dd035,_0x31c8e2){return _0x5dd035===_0x31c8e2;},_0x3a3a0e[_0x2d3695(0x10f)]=_0x2d3695(0x131),_0x3a3a0e['KZcgc']=function(_0x21ca91,_0x1f6e56){return _0x21ca91===_0x1f6e56;},_0x3a3a0e['EMgPN']=_0x2d3695(0x10b),_0x3a3a0e[_0x2d3695(0x226)]=function(_0x526631,_0x159c9b){return _0x526631>_0x159c9b;},_0x3a3a0e[_0x2d3695(0x28f)]=function(_0x4bda9b,_0x532002){return _0x4bda9b===_0x532002;},_0x3a3a0e[_0x2d3695(0x1ee)]='function',_0x3a3a0e[_0x2d3695(0x240)]=_0x2d3695(0x248),_0x3a3a0e[_0x2d3695(0x1e5)]=function(_0x40da0e,_0xf20d5){return _0x40da0e&&_0xf20d5;},_0x3a3a0e[_0x2d3695(0x222)]=_0x2d3695(0x213),_0x3a3a0e[_0x2d3695(0x169)]=_0x2d3695(0x282);const _0x6c14ea=_0x3a3a0e;if(_0x6c14ea[_0x2d3695(0x2b9)](_0x4fc941[_0x2d3695(0x260)],_0x6c14ea[_0x2d3695(0x23d)])&&_0x6c14ea[_0x2d3695(0x13d)](_0x4fc941[_0x2d3695(0x260)],_0x6c14ea[_0x2d3695(0x1bf)])){logger[_0x2d3695(0x1d6)](_0x6c14ea[_0x2d3695(0x1d1)]);return;}logger[_0x2d3695(0x252)]('onBeforeTest:\x20event='+JSON[_0x2d3695(0x146)](_0x4fc941));try{const _0x49a46a=AutomationFramework[_0x2d3695(0x19c)](),_0x30b901=TestFramework[_0x2d3695(0x19c)](),_0x1efb8b=_0x4fc941[_0x2d3695(0x1c1)]||global[_0x2d3695(0x20d)]?.[_0x2d3695(0x1f7)]||null;if(!_0x1efb8b){_0x30b901&&_0x30b901[_0x2d3695(0x295)](_0x6c14ea[_0x2d3695(0x1f0)],!![]);logger[_0x2d3695(0x1d6)](_0x6c14ea[_0x2d3695(0x179)]);return;}logger['debug'](_0x6c14ea[_0x2d3695(0x170)]);const _0x13a2e0=_0x30b901?.[_0x2d3695(0x12f)](_0x6c14ea[_0x2d3695(0x258)],![]),_0x3a7692=_0x30b901?.[_0x2d3695(0x12f)](_0x6c14ea[_0x2d3695(0x1f0)],![]);if(_0x6c14ea[_0x2d3695(0x1fb)](_0x13a2e0,![])&&_0x6c14ea[_0x2d3695(0x15d)](_0x3a7692,![])){_0x30b901&&_0x30b901[_0x2d3695(0x295)](_0x6c14ea[_0x2d3695(0x258)],!![]);logger[_0x2d3695(0x1d6)](_0x6c14ea[_0x2d3695(0x10f)]);return;}_0x30b901&&_0x30b901[_0x2d3695(0x295)](_0x6c14ea['YExlG'],!![]);let _0x32e448,_0x3ae4dd;const _0x2088c1=_0x4fc941[_0x2d3695(0x260)]||_0x6c14ea[_0x2d3695(0x23d)];if(_0x6c14ea[_0x2d3695(0x180)](_0x2088c1,_0x6c14ea[_0x2d3695(0x1bf)])){_0x3ae4dd=_0x4fc941[_0x2d3695(0x216)]?.[_0x2d3695(0x19d)]||_0x4fc941[_0x2d3695(0x216)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x2d3695(0x22e)]?.[_0x2d3695(0x19d)]||global[_0x2d3695(0x20d)]?.[_0x2d3695(0x22e)]?.['id'];const _0x23cc84=_0x30b901?.[_0x2d3695(0x121)]()?.['get'](_0x3ae4dd);if(_0x23cc84&&_0x23cc84[TestFrameworkConstants[_0x2d3695(0x1e7)]])_0x32e448=_0x23cc84[TestFrameworkConstants[_0x2d3695(0x1e7)]];else{if(_0x4fc941[_0x2d3695(0x216)]?.[_0x2d3695(0x1c0)])_0x32e448=_0x4fc941[_0x2d3695(0x216)][_0x2d3695(0x1c0)];else global['__workerDetails']?.[_0x2d3695(0x22e)]?.['testInfo']?.[_0x2d3695(0x1c0)]?_0x32e448=global['__workerDetails']['currentTest'][_0x2d3695(0x216)][_0x2d3695(0x1c0)]:_0x32e448=_0x6c14ea[_0x2d3695(0x279)];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x3ae4dd+_0x2d3695(0x1d4)+JSON[_0x2d3695(0x146)](_0x32e448));}else{_0x3ae4dd=this[_0x2d3695(0x211)](_0x4fc941);const _0x3850d6=TestInfo[_0x2d3695(0x1b6)](_0x3ae4dd);let _0x54d05d=[];if(_0x3850d6&&Array[_0x2d3695(0x1da)](_0x3850d6[_0x2d3695(0x248)])&&_0x6c14ea[_0x2d3695(0x226)](_0x3850d6[_0x2d3695(0x248)]['length'],0x0))_0x54d05d=_0x3850d6[_0x2d3695(0x248)];else{if(_0x30b901){const _0xb5069=_0x6c14ea['lvgug'](typeof _0x30b901[_0x2d3695(0x12f)],_0x6c14ea[_0x2d3695(0x1ee)])?_0x30b901[_0x2d3695(0x12f)](_0x6c14ea[_0x2d3695(0x240)],[]):_0x30b901[_0x2d3695(0x248)]||[];Array[_0x2d3695(0x1da)](_0xb5069)&&(_0x54d05d=_0xb5069);}}_0x32e448=_0x54d05d;}logger[_0x2d3695(0x252)](_0x2d3695(0x172)+JSON[_0x2d3695(0x146)](_0x32e448));const _0x1e6916=this['isPlatformSupported'](_0x49a46a,_0x4fc941[_0x2d3695(0x1b0)],_0x4fc941[_0x2d3695(0x183)]);logger[_0x2d3695(0x1d6)](_0x2d3695(0x12a)+_0x1e6916+_0x2d3695(0x1eb)+this[_0x2d3695(0x212)]);const _0x30a7a3=this[_0x2d3695(0x145)](_0x32e448,_0x49a46a,_0x2088c1),_0x3ffce4=_0x6c14ea['JcnGc'](_0x1e6916,_0x30a7a3),_0x4cafcb=CLIUtils[_0x2d3695(0x13a)]();this[_0x2d3695(0x277)][_0x2d3695(0x17e)](_0x4cafcb,_0x3ffce4),global['Context']?.[_0x2d3695(0x1e6)]&&global['Context'][_0x2d3695(0x1e6)]()[_0x2d3695(0x1e1)](_0x3ffce4),logger[_0x2d3695(0x1d6)]('[platform\x20-\x20'+(_0x49a46a?.[_0x2d3695(0x1bd)]?.()||_0x6c14ea[_0x2d3695(0x222)])+_0x2d3695(0x27b)+_0x3ffce4),_0x3ffce4?(global[_0x2d3695(0x16e)]=!![],process[_0x2d3695(0x24a)][_0x2d3695(0x244)]=_0x6c14ea[_0x2d3695(0x169)],this[_0x2d3695(0x247)]()):global['accessibilityPlatform']=![];}catch(_0x1494c4){logger[_0x2d3695(0x1ad)](_0x2d3695(0x266)+(_0x1494c4[_0x2d3695(0x2a9)]||_0x1494c4[_0x2d3695(0x10c)]));const _0x2f533c=CLIUtils[_0x2d3695(0x13a)]();this[_0x2d3695(0x277)]['set'](_0x2f533c,![]),global[_0x2d3695(0x16e)]=![];}}[a80_0x48c468(0x23b)](){const _0x180a63=a80_0x48c468;return this[_0x180a63(0x178)][_0x180a63(0x246)](_0x365e69=>_0x365e69[_0x180a63(0x1b1)]()===_0x180a63(0x2b4))?.['getValue']()||'';}[a80_0x48c468(0x1ac)](_0x32ff65){const _0x35ccd2=a80_0x48c468;try{const _0x4a644e=this['accessibilityConfig']?.[_0x35ccd2(0x191)]?.[_0x35ccd2(0x272)]||[],_0x368eff=_0x4a644e['find'](_0x4505b6=>_0x4505b6[_0x35ccd2(0x1db)]===_0x32ff65);return _0x368eff?_0x368eff[_0x35ccd2(0x17d)]:null;}catch(_0x11df72){return logger[_0x35ccd2(0x1d6)](_0x35ccd2(0x261)+_0x32ff65+':\x20'+_0x11df72[_0x35ccd2(0x10c)]),null;}}async[a80_0x48c468(0x193)](_0x3b225b,_0x3d4376){const _0x250650=a80_0x48c468,_0x587c6c=_0x3b225b[_0x250650(0x114)]()[_0x250650(0x1df)](),_0x4ed8fa=_0x587c6c[_0x250650(0x14a)](),_0x5aa0f8=_0x587c6c[_0x250650(0x1b9)]()?.[_0x250650(0x1f2)]();scripts[_0x250650(0x154)](_0x4ed8fa,_0x5aa0f8),scripts['toJson']();const _0x4a9311=_0x587c6c[_0x250650(0x28d)]();this[_0x250650(0x178)]=_0x587c6c[_0x250650(0x28d)](),await this[_0x250650(0x156)](_0x4a9311,_0x3d4376['launchCaps']);}async['setAccessibilityToken'](_0x14c02b,_0x59da0e={}){const _0x3be689=a80_0x48c468,_0x34f990={};_0x34f990[_0x3be689(0x21e)]=function(_0x2610c8,_0x28f484){return _0x2610c8===_0x28f484;},_0x34f990[_0x3be689(0x1ed)]=_0x3be689(0x157),_0x34f990['ENrGs']=_0x3be689(0x1a4),_0x34f990[_0x3be689(0x195)]=_0x3be689(0x275),_0x34f990['phkKI']='browserstack.accessibilityOptions.wcagVersion',_0x34f990[_0x3be689(0x27a)]=_0x3be689(0x175),_0x34f990[_0x3be689(0x235)]=_0x3be689(0x236),_0x34f990[_0x3be689(0x218)]=function(_0x391fe3,_0x34f589){return _0x391fe3===_0x34f589;},_0x34f990['utbKm']=_0x3be689(0x2bd),_0x34f990['BnIRw']=_0x3be689(0x194);const _0x5bba89=_0x34f990;global[_0x3be689(0x207)]=global[_0x3be689(0x207)]||{};for(const _0x232cdb of _0x14c02b){logger[_0x3be689(0x252)](_0x3be689(0x15b)+_0x232cdb[_0x3be689(0x1b1)]()+_0x3be689(0x21b)+_0x232cdb[_0x3be689(0x147)]());if(_0x5bba89[_0x3be689(0x21e)](_0x232cdb[_0x3be689(0x1b1)](),_0x5bba89['FoBgL']))process['env'][_0x3be689(0x136)]=_0x232cdb[_0x3be689(0x147)](),global[_0x3be689(0x207)][_0x5bba89[_0x3be689(0x187)]]=_0x232cdb[_0x3be689(0x147)]();else{if(_0x5bba89[_0x3be689(0x21e)](_0x232cdb['getName'](),_0x5bba89[_0x3be689(0x195)]))global[_0x3be689(0x207)][_0x5bba89[_0x3be689(0x2a5)]]=_0x232cdb[_0x3be689(0x147)]();else{if(_0x5bba89[_0x3be689(0x21e)](_0x232cdb[_0x3be689(0x1b1)](),_0x5bba89['sDuBW']))global[_0x3be689(0x207)][_0x5bba89[_0x3be689(0x235)]]=_0x232cdb[_0x3be689(0x147)]();else _0x5bba89['gytFE'](_0x232cdb[_0x3be689(0x1b1)](),_0x5bba89[_0x3be689(0x2b6)])&&(global[_0x3be689(0x207)][_0x5bba89['BnIRw']]=_0x232cdb[_0x3be689(0x147)]());}}}}async[a80_0x48c468(0x117)](_0x2a4570){const _0x29fe90=a80_0x48c468,_0x1c88ed={};_0x1c88ed['VwVKZ']=function(_0x5dbd55,_0xbd26cd){return _0x5dbd55!==_0xbd26cd;},_0x1c88ed[_0x29fe90(0x101)]='cucumber',_0x1c88ed['spSfT']=function(_0xf1b055,_0x4fc58e){return _0xf1b055!==_0x4fc58e;},_0x1c88ed[_0x29fe90(0x21a)]='jest',_0x1c88ed[_0x29fe90(0x268)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x1c88ed[_0x29fe90(0x2a8)]=_0x29fe90(0x213);const _0x2e1fa5=_0x1c88ed;if(_0x2e1fa5[_0x29fe90(0x259)](_0x2a4570[_0x29fe90(0x260)],_0x2e1fa5[_0x29fe90(0x101)])&&_0x2e1fa5[_0x29fe90(0x1fd)](_0x2a4570['testFramework'],_0x2e1fa5[_0x29fe90(0x21a)])){logger[_0x29fe90(0x1d6)](_0x2e1fa5['QGkUD']);return;}const _0x1d3693=_0x2a4570[_0x29fe90(0x216)]?.[_0x29fe90(0x19d)]||_0x2a4570[_0x29fe90(0x216)]?.['id']||global[_0x29fe90(0x1bc)];logger[_0x29fe90(0x252)](_0x29fe90(0x263)+_0x2a4570[_0x29fe90(0x260)]+_0x29fe90(0x17c)+_0x1d3693);try{const _0x1af0e1=_0x2a4570[_0x29fe90(0x1ce)]||AutomationFramework['getTrackedInstance'](),_0x351207=CLIUtils[_0x29fe90(0x13a)](),_0x23a1f7=this[_0x29fe90(0x291)]();logger[_0x29fe90(0x1d6)](_0x29fe90(0x135)+(_0x1af0e1?.[_0x29fe90(0x1bd)]?.()||_0x2e1fa5['zRVbW'])+_0x29fe90(0x14d)+_0x23a1f7),_0x23a1f7&&await this['stopTestCapture'](_0x1af0e1,_0x2a4570),this['accessibility'][_0x29fe90(0x1d8)](_0x351207),this[_0x29fe90(0x27e)][_0x29fe90(0x1d8)](_0x351207);}catch(_0x38eaaa){logger[_0x29fe90(0x1ad)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x38eaaa[_0x29fe90(0x2a9)]||_0x38eaaa[_0x29fe90(0x10c)]));}}async['stopTestCapture'](_0x327b6f,_0x19d1a7){const _0x31629a=a80_0x48c468,_0x235c00={};_0x235c00['zBWzl']=function(_0xb43ecf,_0x1decad){return _0xb43ecf===_0x1decad;},_0x235c00[_0x31629a(0x293)]=_0x31629a(0x2bf),_0x235c00[_0x31629a(0x25d)]=function(_0x5b368f,_0x16f330){return _0x5b368f===_0x16f330;},_0x235c00[_0x31629a(0x190)]=_0x31629a(0x21c),_0x235c00[_0x31629a(0x199)]=_0x31629a(0x11f),_0x235c00[_0x31629a(0x253)]=_0x31629a(0x16f),_0x235c00[_0x31629a(0x257)]=_0x31629a(0x277),_0x235c00[_0x31629a(0x223)]='saveResults',_0x235c00[_0x31629a(0x239)]='unknown',_0x235c00[_0x31629a(0x251)]=_0x31629a(0x28c),_0x235c00[_0x31629a(0x1de)]=_0x31629a(0x1ab),_0x235c00[_0x31629a(0x237)]=function(_0x3adee9,_0x20e41b){return _0x3adee9===_0x20e41b;},_0x235c00[_0x31629a(0x286)]=function(_0x214960,_0x4b66f5){return _0x214960||_0x4b66f5;},_0x235c00['AzQoQ']=function(_0x5726bf,_0x42c1f4){return _0x5726bf||_0x42c1f4;},_0x235c00[_0x31629a(0x229)]=_0x31629a(0x2ac),_0x235c00[_0x31629a(0x15e)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x3e485a=_0x235c00;try{const _0x15a320=_0x19d1a7[_0x31629a(0x260)]||(_0x3e485a[_0x31629a(0x25d)](this[_0x31629a(0x204)]?.[_0x31629a(0x1db)]?.[_0x31629a(0x1a7)](),_0x3e485a['bnKWe'])?_0x3e485a[_0x31629a(0x190)]:_0x3e485a[_0x31629a(0x199)]);let _0x65a139='',_0x3bbe9e=null,_0x367349=null;if(_0x3e485a['ilCLS'](_0x15a320,_0x3e485a[_0x31629a(0x190)])){_0x3bbe9e=_0x19d1a7[_0x31629a(0x216)]?.[_0x31629a(0x19d)]||_0x19d1a7[_0x31629a(0x216)]?.['id']||global[_0x31629a(0x1bc)];if(!_0x3bbe9e){logger[_0x31629a(0x11c)](_0x3e485a[_0x31629a(0x253)]);return;}try{const _0x44b647=await GrpcClient['getInstance']()[_0x31629a(0x1e3)](process[_0x31629a(0x24a)][_0x31629a(0x25b)],_0x3e485a[_0x31629a(0x257)],_0x3e485a['sJkLO'],_0x3bbe9e),_0x46700a=AccessibilityModule[_0x31629a(0x227)](null,_0x44b647);_0x65a139=_0x46700a?.['thTestRunUuid']||'',logger[_0x31629a(0x1d6)](_0x31629a(0x134)+_0x65a139+'\x20from\x20testIdentifier='+_0x3bbe9e),_0x367349=_0x44b647;}catch(_0x2fe973){logger[_0x31629a(0x1ad)](_0x31629a(0x1ba)+_0x2fe973[_0x31629a(0x10c)]);return;}}else{const _0x358a94=this[_0x31629a(0x211)](_0x19d1a7);_0x65a139=TestInfo['getTestUUID'](_0x358a94);}const _0x3c46e7=((()=>{const _0x242f7d=_0x31629a,_0x4185f8=(this['accessibilityConfig']?.['options']?.[_0x242f7d(0x272)]||[])['find'](_0x1642c4=>(typeof _0x1642c4[_0x242f7d(0x1b1)]===_0x242f7d(0x2bf)?_0x1642c4[_0x242f7d(0x1b1)]():_0x1642c4[_0x242f7d(0x1db)])===this[_0x242f7d(0x167)]);return _0x4185f8?_0x3e485a[_0x242f7d(0x285)](typeof _0x4185f8[_0x242f7d(0x147)],_0x3e485a['lbXVs'])?_0x4185f8['getValue']():_0x4185f8[_0x242f7d(0x17d)]:'';})()),_0x3097eb=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x31629a(0x1d6)](_0x31629a(0x135)+(_0x327b6f?.[_0x31629a(0x1bd)]?.()||_0x3e485a[_0x31629a(0x239)])+']\x20clear\x20'+_0x65a139+'\x20testHubUuid='+_0x3c46e7+_0x31629a(0x24b)+(_0x3097eb?_0x3e485a[_0x31629a(0x251)]:_0x3e485a['FFScH']));let _0x4cc8c3;if(_0x3e485a[_0x31629a(0x237)](_0x15a320,_0x3e485a['bnKWe']))_0x4cc8c3=AccessibilityModule['loadDriverExecuteParams'](_0x65a139,_0x367349);else{const _0xf12061=await GrpcClient[_0x31629a(0x1bb)]()['fetchDriverExecuteParamsEvent'](process[_0x31629a(0x24a)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3e485a[_0x31629a(0x257)],_0x3e485a[_0x31629a(0x223)]);_0x4cc8c3=AccessibilityModule[_0x31629a(0x227)](_0x65a139,_0xf12061);}logger['debug']('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x31629a(0x146)](_0x4cc8c3));const _0x388e22=Object[_0x31629a(0x23e)]({},{'thTestRunUuid':_0x3e485a[_0x31629a(0x286)](_0x65a139,''),'thBuildUuid':_0x3e485a[_0x31629a(0x286)](_0x3c46e7,''),'thJwtToken':_0x3e485a['AzQoQ'](_0x3097eb,'')},_0x4cc8c3);logger[_0x31629a(0x1d6)](_0x31629a(0x1b4)+_0x65a139+_0x31629a(0x1eb)+this[_0x31629a(0x212)]);let _0x498b87=global['__workerDetails']?.['pwPage']||null;!_0x498b87&&(_0x498b87=AutomationFramework[_0x31629a(0x100)](_0x327b6f,_0x3e485a[_0x31629a(0x229)],null)),!_0x498b87&&(_0x498b87=AutomationFramework[_0x31629a(0x100)](_0x327b6f,_0x3e485a['cOErq'],null)),await this[_0x31629a(0x289)](this['getCurrentAccessibilityStatus'](),_0x65a139,_0x498b87,_0x388e22,this[_0x31629a(0x212)]);}catch(_0xcfe8b1){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0xcfe8b1[_0x31629a(0x2a9)]||_0xcfe8b1[_0x31629a(0x10c)]));}}async[a80_0x48c468(0x289)](_0x163403,_0x2601b5,_0xec9163,_0x361429,_0x14563c){const _0x35b0fe=a80_0x48c468,_0x1039e8={};_0x1039e8[_0x35b0fe(0x231)]='saveResults',_0x1039e8[_0x35b0fe(0x297)]=function(_0x41667c,_0x263187){return _0x41667c&&_0x263187;},_0x1039e8[_0x35b0fe(0x298)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x1039e8[_0x35b0fe(0x176)]=function(_0x4d8b27,_0x261a93){return _0x4d8b27===_0x261a93;},_0x1039e8[_0x35b0fe(0x1e2)]=_0x35b0fe(0x1ab),_0x1039e8[_0x35b0fe(0x234)]=function(_0x1f2cb7,_0x216c93){return _0x1f2cb7===_0x216c93;},_0x1039e8['WsaQP']=_0x35b0fe(0x22a),_0x1039e8[_0x35b0fe(0x1f3)]='Performing\x20scan\x20before\x20from\x20cli',_0x1039e8['suMeN']='afterTestHook',_0x1039e8['jkxkA']='scan',_0x1039e8['udIlW']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x1039e8['lcvkk']=_0x35b0fe(0x12c),_0x1039e8[_0x35b0fe(0x137)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x594c4f=_0x1039e8;try{const _0x25991e=this[_0x35b0fe(0x224)](_0x594c4f[_0x35b0fe(0x231)]);if(_0x594c4f[_0x35b0fe(0x297)](!_0x14563c,!_0x25991e)){logger[_0x35b0fe(0x1d6)](_0x594c4f['cyFKf']);return;}if(!_0x2601b5||_0x594c4f[_0x35b0fe(0x176)](_0x2601b5,_0x594c4f[_0x35b0fe(0x1e2)])||_0x594c4f[_0x35b0fe(0x234)](_0x2601b5,'')){logger[_0x35b0fe(0x1d6)](_0x594c4f[_0x35b0fe(0x22d)]);return;}logger[_0x35b0fe(0x1d6)](_0x35b0fe(0x25f)+JSON['stringify'](_0x361429)),_0x163403&&(logger[_0x35b0fe(0x1d6)](_0x594c4f[_0x35b0fe(0x1f3)]),await this[_0x35b0fe(0x1cf)](_0xec9163,_0x2601b5,_0x594c4f[_0x35b0fe(0x287)],_0x361429,_0x14563c,_0x594c4f['jkxkA']),_0x594c4f[_0x35b0fe(0x297)](!_0x14563c,_0x25991e)&&(logger[_0x35b0fe(0x1d6)](_0x594c4f[_0x35b0fe(0x22f)]),await PerformanceTester['measureWrapper'](_0x594c4f[_0x35b0fe(0x19e)],async()=>{const _0x4f0885=_0x35b0fe;await this[_0x4f0885(0x1cf)](_0xec9163,_0x2601b5,_0x594c4f[_0x4f0885(0x231)],_0x361429,_0x14563c,_0x594c4f[_0x4f0885(0x231)]);})()),logger[_0x35b0fe(0x252)](_0x594c4f[_0x35b0fe(0x137)]));}catch(_0x235275){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x235275[_0x35b0fe(0x2a9)]||_0x235275[_0x35b0fe(0x10c)]));}}async[a80_0x48c468(0x124)](_0x59f28c){const _0x1de37d=a80_0x48c468,_0x46078a={};_0x46078a[_0x1de37d(0x129)]=function(_0x3c7a0b,_0xb5aeb2){return _0x3c7a0b!==_0xb5aeb2;},_0x46078a[_0x1de37d(0x25c)]=_0x1de37d(0x11f),_0x46078a['StGaZ']=function(_0x1603b1,_0x478c19){return _0x1603b1!==_0x478c19;},_0x46078a['JxrPb']=_0x1de37d(0x21c),_0x46078a[_0x1de37d(0x28e)]='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x46078a['cImXq']=_0x1de37d(0x213),_0x46078a[_0x1de37d(0x189)]=_0x1de37d(0x18f),_0x46078a[_0x1de37d(0x256)]=function(_0x992a27,_0x306bfd){return _0x992a27===_0x306bfd;},_0x46078a[_0x1de37d(0x26a)]=_0x1de37d(0x2ae),_0x46078a[_0x1de37d(0x1e0)]=_0x1de37d(0x277),_0x46078a[_0x1de37d(0x1dd)]=_0x1de37d(0x185),_0x46078a['aNnjs']=_0x1de37d(0x221),_0x46078a[_0x1de37d(0x2b0)]=_0x1de37d(0x283),_0x46078a[_0x1de37d(0x206)]=function(_0x1f9121,_0x59e345){return _0x1f9121===_0x59e345;},_0x46078a[_0x1de37d(0x23c)]=_0x1de37d(0x1e9),_0x46078a[_0x1de37d(0x1ec)]=_0x1de37d(0x1ab);const _0x3dd801=_0x46078a;if(_0x3dd801[_0x1de37d(0x129)](_0x59f28c[_0x1de37d(0x260)],_0x3dd801[_0x1de37d(0x25c)])&&_0x3dd801[_0x1de37d(0x1fa)](_0x59f28c[_0x1de37d(0x260)],_0x3dd801['JxrPb'])){logger[_0x1de37d(0x1d6)](_0x3dd801[_0x1de37d(0x28e)]);return;}logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20command='+(_0x59f28c[_0x1de37d(0x132)]||_0x3dd801[_0x1de37d(0x1dc)])+',\x20framework='+_0x59f28c['testFramework']);try{const _0x23fa9f=_0x59f28c['instance']||AutomationFramework[_0x1de37d(0x19c)](),_0x236d41=TestFramework[_0x1de37d(0x19c)](),_0x1378f8=_0x59f28c['commandName']||_0x59f28c[_0x1de37d(0x127)]?.[_0x1de37d(0x1b1)]();if(!_0x1378f8){logger[_0x1de37d(0x1d6)](_0x3dd801['ozxHF']);return;}if(!this[_0x1de37d(0x291)]()){logger[_0x1de37d(0x1d6)](_0x1de37d(0x26b)+_0x1378f8);return;}if(!this[_0x1de37d(0x182)](_0x1378f8)){logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Command\x20'+_0x1378f8+_0x1de37d(0x281));return;}const _0xbd0e08=_0x59f28c[_0x1de37d(0x1c1)]||global[_0x1de37d(0x20d)]?.[_0x1de37d(0x1f7)];if(!_0xbd0e08){logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x1378f8);return;}let _0x75ff75='',_0x56c390=null;if(_0x3dd801['mFiom'](_0x59f28c['testFramework'],_0x3dd801[_0x1de37d(0x217)])){_0x56c390=_0x59f28c[_0x1de37d(0x216)]?.[_0x1de37d(0x19d)]||_0x59f28c[_0x1de37d(0x216)]?.['id']||global[_0x1de37d(0x1bc)];if(!_0x56c390){logger[_0x1de37d(0x11c)](_0x3dd801[_0x1de37d(0x26a)]);return;}try{const _0x3d4e53=await GrpcClient[_0x1de37d(0x1bb)]()[_0x1de37d(0x1e3)](process['env'][_0x1de37d(0x25b)],_0x3dd801['KTNUN'],_0x3dd801[_0x1de37d(0x1dd)],_0x56c390),_0x1ee6aa=AccessibilityModule[_0x1de37d(0x227)](null,_0x3d4e53);_0x75ff75=_0x1ee6aa?.[_0x1de37d(0x1b8)]||'',logger[_0x1de37d(0x1d6)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x75ff75+_0x1de37d(0x181)+_0x56c390);}catch(_0x4fe528){logger[_0x1de37d(0x1ad)](_0x1de37d(0x280)+_0x4fe528[_0x1de37d(0x10c)]);return;}}else _0x75ff75=this[_0x1de37d(0x1ac)](_0x3dd801[_0x1de37d(0x19b)])||'';const _0x101a7f=this[_0x1de37d(0x1ac)](_0x3dd801['ZdTOE'])||this[_0x1de37d(0x270)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x4cf486=process[_0x1de37d(0x24a)][_0x1de37d(0x294)]||'',_0x57583d=this[_0x1de37d(0x1cb)](_0x1378f8,_0x75ff75,_0x101a7f,_0x4cf486),_0x59c315=_0x3dd801['ycUqa'](_0x59f28c[_0x1de37d(0x260)],_0x3dd801[_0x1de37d(0x217)])?await AccessibilityModule[_0x1de37d(0x116)](_0x3dd801[_0x1de37d(0x23c)],_0x75ff75,_0x56c390):await AccessibilityModule[_0x1de37d(0x116)](_0x3dd801[_0x1de37d(0x23c)],_0x75ff75);logger['info'](_0x1de37d(0x271)+(_0x57583d?JSON[_0x1de37d(0x146)](_0x57583d):_0x3dd801[_0x1de37d(0x1ec)]));const _0x32f42e=CLIUtils['mergeObject'](_0x57583d,_0x59c315);logger[_0x1de37d(0x252)](_0x1de37d(0x233)+(_0x32f42e?JSON['stringify'](_0x32f42e):_0x3dd801[_0x1de37d(0x1ec)])),logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1378f8);const _0x2006aa=await this[_0x1de37d(0x1cf)](_0xbd0e08,_0x75ff75,_0x1378f8,_0x32f42e,this[_0x1de37d(0x212)]);logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1378f8+',\x20\x0a\x20'+_0x2006aa);}catch(_0x28d659){logger['error'](_0x1de37d(0x1c2)+(_0x28d659[_0x1de37d(0x2a9)]||_0x28d659[_0x1de37d(0x10c)]));}}['shouldScanCurrentTest'](){const _0x291c11=a80_0x48c468;return this[_0x291c11(0x291)]();}[a80_0x48c468(0x120)](_0x3e48d1){const _0x521221=a80_0x48c468,_0x8cdd1=CLIUtils[_0x521221(0x13a)]();this[_0x521221(0x277)][_0x521221(0x17e)](_0x8cdd1,_0x3e48d1);}async[a80_0x48c468(0x12e)](_0x595410){const _0x11a1d5=a80_0x48c468,_0x4ac48b={};_0x4ac48b['KcdIr']=_0x11a1d5(0x213);const _0x18f9d5=_0x4ac48b;try{const _0x35b20=_0x595410[_0x11a1d5(0x1ce)]||AutomationFramework[_0x11a1d5(0x19c)](),_0x298123=_0x35b20?.[_0x11a1d5(0x12f)]?.()?.[_0x11a1d5(0x2a4)]?.(this[_0x11a1d5(0x1f8)])||![];if(_0x298123)return;PerformanceTester['start'](EVENTS[_0x11a1d5(0x238)]);const _0x4533e3=await GrpcClient[_0x11a1d5(0x1bb)]()['getAccessibilityConfig'](_0x595410);_0x4533e3&&_0x4533e3[_0x11a1d5(0x114)]&&_0x4533e3[_0x11a1d5(0x114)]()&&_0x4533e3[_0x11a1d5(0x114)]()[_0x11a1d5(0x274)]()?(await this['loadAccessibilityConfig'](_0x4533e3,_0x595410),_0x35b20?.[_0x11a1d5(0x12f)]&&_0x35b20[_0x11a1d5(0x12f)]()[_0x11a1d5(0x17e)](this[_0x11a1d5(0x1f8)],!![]),logger[_0x11a1d5(0x1d6)]('[platform\x20-\x20'+(_0x35b20?.[_0x11a1d5(0x1bd)]?.()||_0x18f9d5[_0x11a1d5(0x228)])+_0x11a1d5(0x1e8))):logger[_0x11a1d5(0x1d6)](_0x11a1d5(0x135)+(_0x35b20?.[_0x11a1d5(0x1bd)]?.()||_0x18f9d5['KcdIr'])+_0x11a1d5(0x288)),PerformanceTester[_0x11a1d5(0x2be)](EVENTS[_0x11a1d5(0x238)]);}catch(_0x10a6fa){PerformanceTester['end'](EVENTS[_0x11a1d5(0x238)],![],_0x10a6fa[_0x11a1d5(0x10c)]),logger[_0x11a1d5(0x1ad)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x10a6fa[_0x11a1d5(0x2a9)]||_0x10a6fa[_0x11a1d5(0x10c)]));}}async[a80_0x48c468(0x27c)](_0x1fc198,_0x197931){const _0x89b63b=a80_0x48c468;await this[_0x89b63b(0x193)](_0x1fc198,_0x197931);const _0x41228a=_0x1fc198[_0x89b63b(0x114)]()['getOptions']();if(_0x41228a){const _0x3b7110=_0x1fc198['getTesthub']&&_0x1fc198[_0x89b63b(0x198)]();_0x3b7110&&(this[_0x89b63b(0x270)][this[_0x89b63b(0x167)]]=_0x3b7110['getBuildId']&&_0x3b7110[_0x89b63b(0x173)]());}}[a80_0x48c468(0x182)](_0x27f756){const _0x3c3554=a80_0x48c468,_0x310263={};_0x310263[_0x3c3554(0x105)]=function(_0x535503,_0x14320a){return _0x535503===_0x14320a;};const _0x200d92=_0x310263;try{if(!_0x27f756)return![];const _0x59c69a=this['accessibilityConfig']?.[_0x3c3554(0x191)]?.[_0x3c3554(0x1f6)]?.[_0x3c3554(0x1d3)]||[],_0x49fbb8=_0x59c69a['some'](_0x181a01=>{const _0x456e58=_0x3c3554;return _0x181a01['name']&&_0x200d92[_0x456e58(0x105)](_0x181a01[_0x456e58(0x1db)][_0x456e58(0x1a7)](),_0x27f756[_0x456e58(0x1a7)]());});return logger[_0x3c3554(0x1d6)](_0x3c3554(0x2ab)+_0x27f756+_0x3c3554(0x242)+_0x49fbb8+_0x3c3554(0x24f)+JSON[_0x3c3554(0x146)](_0x59c69a[_0x3c3554(0x184)](_0xa919be=>_0xa919be[_0x3c3554(0x1db)]))),_0x49fbb8;}catch(_0x13c9c5){return logger[_0x3c3554(0x1d6)](_0x3c3554(0x1e4)+_0x13c9c5[_0x3c3554(0x10c)]),![];}}['isBrowserstackScriptCommand'](_0x478bf5){const _0xb6b7c4=a80_0x48c468,_0x14a73f={};_0x14a73f[_0xb6b7c4(0x171)]=function(_0x409f41,_0x3fa99d){return _0x409f41===_0x3fa99d;},_0x14a73f[_0xb6b7c4(0x2a3)]='string',_0x14a73f[_0xb6b7c4(0x26d)]=_0xb6b7c4(0x209);const _0x42941c=_0x14a73f,_0x4ab6e7=_0x478bf5[_0xb6b7c4(0x18e)]&&_0x478bf5[_0xb6b7c4(0x18e)]();return _0x4ab6e7&&_0x42941c[_0xb6b7c4(0x171)](typeof _0x4ab6e7,_0x42941c[_0xb6b7c4(0x2a3)])&&_0x4ab6e7[_0xb6b7c4(0x14c)](_0x42941c['zGPir']);}['isAccessibilityScriptCommand'](_0x1923e3){const _0x486996=a80_0x48c468,_0x354850={};_0x354850[_0x486996(0x18a)]=function(_0x203c7e,_0xd394c){return _0x203c7e!==_0xd394c;},_0x354850['RYjYf']=_0x486996(0x1cd),_0x354850['myJwn']=_0x486996(0x277),_0x354850[_0x486996(0x2bc)]=_0x486996(0x185),_0x354850[_0x486996(0x25e)]=_0x486996(0x1d9),_0x354850[_0x486996(0x112)]='saveTestResults';const _0x1dfc4d=_0x354850,_0x40899e=_0x1923e3['getScript']&&_0x1923e3[_0x486996(0x18e)]();if(!_0x40899e||_0x1dfc4d[_0x486996(0x18a)](typeof _0x40899e,_0x1dfc4d[_0x486996(0x1f5)]))return![];return _0x40899e[_0x486996(0x14c)](_0x1dfc4d['myJwn'])||_0x40899e[_0x486996(0x14c)](_0x1dfc4d['VmDcv'])||_0x40899e[_0x486996(0x14c)](_0x1dfc4d[_0x486996(0x25e)])||_0x40899e[_0x486996(0x14c)](_0x1dfc4d['OHseZ']);}[a80_0x48c468(0x1cb)](_0x1c7183,_0x58dce3,_0x465a75,_0x2e01b5){const _0x139ad2=a80_0x48c468,_0x1eaabf={};_0x1eaabf['GMAuy']=function(_0x540b81,_0x5f7665){return _0x540b81||_0x5f7665;},_0x1eaabf[_0x139ad2(0x220)]=function(_0x1a9b97,_0x1af07d){return _0x1a9b97||_0x1af07d;},_0x1eaabf[_0x139ad2(0x241)]=function(_0xeb8cf,_0x49f838){return _0xeb8cf||_0x49f838;};const _0xaeb5f2=_0x1eaabf;return{'command':_0x1c7183,'thTestRunUuid':_0xaeb5f2[_0x139ad2(0x2af)](_0x58dce3,''),'thBuildUuid':_0xaeb5f2[_0x139ad2(0x220)](_0x465a75,''),'thJwtToken':_0xaeb5f2[_0x139ad2(0x241)](_0x2e01b5,''),'timestamp':new Date()[_0x139ad2(0x292)]()};}[a80_0x48c468(0x224)](_0x5fdfda){const _0x43e24b=a80_0x48c468,_0x3a354f={};_0x3a354f['qxCIW']=function(_0x18e239,_0xd62a28){return _0x18e239||_0xd62a28;};const _0x44a175=_0x3a354f;try{const _0x51479e=this[_0x43e24b(0x270)]?.[_0x43e24b(0x191)]?.['scriptsList']||[],_0x72bc5b=_0x51479e[_0x43e24b(0x246)](_0x3635c9=>_0x3635c9['name']===_0x5fdfda);return _0x44a175[_0x43e24b(0x162)](_0x72bc5b,null);}catch(_0xceb840){return logger[_0x43e24b(0x1d6)](_0x43e24b(0x29a)+_0x5fdfda+':\x20'+_0xceb840[_0x43e24b(0x10c)]),null;}}async[a80_0x48c468(0x2a2)](_0x2780e7,_0x1a4adf,_0x2e9ce0=null){const _0x423082=a80_0x48c468,_0x1a494a={'TAZrD':function(_0x2b5512,_0x3f1993){return _0x2b5512(_0x3f1993);},'OeSUz':'../../playwright/accessibility-helper'};try{if(!_0x2780e7)return logger['debug'](_0x423082(0x22c)+_0x1a4adf),null;const _0x5d912b=this['getScriptByName'](_0x1a4adf);if(!_0x5d912b||!_0x5d912b['command'])return logger[_0x423082(0x1d6)]('executeScriptByName:\x20No\x20'+_0x1a4adf+'\x20script\x20available'),null;logger[_0x423082(0x1d6)](_0x423082(0x1f9)+_0x1a4adf+_0x423082(0x273));const _0x2ca09c=_0x1a494a[_0x423082(0x140)](require,_0x1a494a['OeSUz']),_0x117878=_0x2e9ce0?await _0x2ca09c[_0x423082(0xff)](_0x2780e7,_0x5d912b['command'],_0x2e9ce0):await _0x2ca09c['browserStackEvaluate'](_0x2780e7,_0x5d912b['command']);return _0x117878;}catch(_0x462218){return logger[_0x423082(0x1ad)]('Error\x20executing\x20script\x20'+_0x1a4adf+':\x20'+(_0x462218[_0x423082(0x2a9)]||_0x462218[_0x423082(0x10c)])),null;}}async[a80_0x48c468(0x1cf)](_0x453b05,_0x39813b,_0x41b8cd,_0x4918be,_0x59bf50,_0x134d24=a80_0x48c468(0x1e9)){const _0x131a1f=a80_0x48c468,_0x1a1b1c={'KHssU':function(_0x4a8c34,_0x50afad){return _0x4a8c34===_0x50afad;},'ukSjD':_0x131a1f(0x1e9),'GhXVG':function(_0x5c17f3,_0x2563da){return _0x5c17f3(_0x2563da);},'OMMlq':_0x131a1f(0x16b),'eopTd':function(_0x4ad8c7,_0x530910){return _0x4ad8c7(_0x530910);}};try{logger['debug'](_0x131a1f(0x219)+_0x41b8cd+_0x131a1f(0x15a)+_0x134d24);const _0x3d6ec2=this[_0x131a1f(0x224)](_0x134d24);if(!_0x3d6ec2||!_0x3d6ec2[_0x131a1f(0x127)]){logger[_0x131a1f(0x1d6)](_0x131a1f(0x14f)+_0x134d24+_0x131a1f(0x130));return;}if(_0x1a1b1c[_0x131a1f(0x21d)](_0x134d24,_0x1a1b1c[_0x131a1f(0x1b3)])){const _0x3c79c1=_0x1a1b1c['GhXVG'](require,_0x1a1b1c[_0x131a1f(0x1c6)]),_0x5dfd2b={};_0x5dfd2b[_0x131a1f(0x127)]=_0x41b8cd;const _0x5f3653=await PerformanceTester[_0x131a1f(0x158)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2b81ab=_0x131a1f;await _0x3c79c1['browserStackEvaluate'](_0x453b05,_0x3d6ec2[_0x2b81ab(0x127)]);},_0x5dfd2b)();return logger[_0x131a1f(0x252)](_0x131a1f(0x1b5)+_0x134d24+_0x131a1f(0x11b)+_0x41b8cd+':\x20'+util[_0x131a1f(0x1af)](_0x5f3653)),_0x5f3653;}const _0x48f5f0=_0x1a1b1c[_0x131a1f(0x262)](require,_0x1a1b1c['OMMlq']),_0x227fa5=await PerformanceTester[_0x131a1f(0x158)](PerformanceA11yEvents[_0x131a1f(0x230)],async()=>{const _0x289982=_0x131a1f;await _0x48f5f0[_0x289982(0xff)](_0x453b05,_0x3d6ec2['command'],_0x4918be);})();return logger[_0x131a1f(0x252)](_0x131a1f(0x1b5)+_0x134d24+'\x20result\x20for\x20'+_0x41b8cd+':\x20'+util[_0x131a1f(0x1af)](_0x227fa5)),_0x227fa5;}catch(_0x4900cb){logger['error'](_0x131a1f(0x1c7)+_0x134d24+':\x20'+(_0x4900cb['stack']||_0x4900cb[_0x131a1f(0x10c)]));}}async[a80_0x48c468(0x1a5)](_0x1e26b5){const _0xfe65dc=a80_0x48c468,_0x11e92c={'KGszb':function(_0x50a6f3,_0x11321d){return _0x50a6f3(_0x11321d);},'mUEyb':'../../../helpers/accessibility-automation/helper'};try{const _0x16ec88=_0x11e92c[_0xfe65dc(0x249)](require,_0x11e92c[_0xfe65dc(0x174)]);return await _0x16ec88[_0xfe65dc(0x250)](_0x1e26b5);}catch(_0x45c2ed){return logger['error'](_0xfe65dc(0x15c)+(_0x45c2ed[_0xfe65dc(0x2a9)]||_0x45c2ed[_0xfe65dc(0x10c)])),![];}}[a80_0x48c468(0x24d)](_0x41038d,_0x291fb3,_0x2b77bf){const _0x5798bb=a80_0x48c468,_0x139317={'zLZHH':function(_0x23b0c9,_0x437697){return _0x23b0c9(_0x437697);},'nNJjK':_0x5798bb(0x16b),'EuTMq':'\x22browserstack.user\x22:\x22[REDACTED]\x22','gqdHL':_0x5798bb(0x284)};try{const _0x4ff574=_0x139317['zLZHH'](require,_0x139317[_0x5798bb(0x2a0)]);_0x4ff574[_0x5798bb(0x24d)](_0x41038d,_0x291fb3,_0x2b77bf);const _0x444d13=JSON[_0x5798bb(0x146)](_0x41038d)[_0x5798bb(0x10a)](/"browserstack\.user":"[^"]*"/g,_0x139317[_0x5798bb(0x265)])[_0x5798bb(0x10a)](/"browserstack\.key":"[^"]*"/g,_0x139317['gqdHL']);logger['debug'](_0x5798bb(0x18d)+global[_0x5798bb(0x16e)]+'\x20'+_0x444d13);}catch(_0x2ba538){logger['error'](_0x5798bb(0x177)+(_0x2ba538[_0x5798bb(0x2a9)]||_0x2ba538[_0x5798bb(0x10c)]));}}async[a80_0x48c468(0x138)](_0x129bd9){const _0x1e636f=a80_0x48c468,_0x28e01d={};_0x28e01d[_0x1e636f(0x1a6)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x28e01d[_0x1e636f(0x2a7)]=_0x1e636f(0x1d9);const _0x341a87=_0x28e01d;try{if(!this[_0x1e636f(0x291)]())return logger[_0x1e636f(0x11c)](_0x341a87[_0x1e636f(0x1a6)]),[];const _0x22d3c8=await this[_0x1e636f(0x2a2)](_0x129bd9,_0x341a87[_0x1e636f(0x2a7)]);return _0x22d3c8||[];}catch(_0x33ec3a){return logger[_0x1e636f(0x1ad)](_0x1e636f(0x17f)+(_0x33ec3a[_0x1e636f(0x2a9)]||_0x33ec3a[_0x1e636f(0x10c)])),[];}}async[a80_0x48c468(0x1a8)](_0x36314a){const _0x4fce85=a80_0x48c468,_0x1a88b8={'SPQhz':_0x4fce85(0x1e9),'IzyIR':_0x4fce85(0x18c),'ctaWs':_0x4fce85(0x142),'WwctY':function(_0x1d660b,_0x1cd4a2){return _0x1d660b(_0x1cd4a2);},'SrXcW':_0x4fce85(0x1b2),'ZfDxV':function(_0x28e113,_0x1d44eb){return _0x28e113===_0x1d44eb;},'XmGEF':'jest','udqir':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','BirYK':_0x4fce85(0x277),'yLllI':_0x4fce85(0x283),'YdTYw':_0x4fce85(0x1a8),'vsPoq':_0x4fce85(0x221),'yxzaY':_0x4fce85(0x2b5),'Ntrea':'No\x20summaryResults\x20found.'};try{if(!this[_0x4fce85(0x291)]())return logger[_0x4fce85(0x11c)](_0x1a88b8[_0x4fce85(0x20f)]),{};const _0x22f79e=_0x1a88b8[_0x4fce85(0x25a)](require,_0x1a88b8[_0x4fce85(0x12d)]),_0x37e886=_0x22f79e[_0x4fce85(0x143)](),_0x52e8eb=_0x1a88b8[_0x4fce85(0x214)](_0x37e886?.[_0x4fce85(0x1db)]?.['toLowerCase'](),_0x1a88b8['XmGEF']);let _0x22fb09='',_0x5c2ca0=null,_0x27c61b=null;if(_0x52e8eb){_0x5c2ca0=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.['currentTest']?.[_0x4fce85(0x19d)]||global['__workerDetails']?.[_0x4fce85(0x22e)]?.['id'];if(!_0x5c2ca0)return logger[_0x4fce85(0x11c)](_0x1a88b8[_0x4fce85(0x188)]),{};try{const _0x354204=await GrpcClient[_0x4fce85(0x1bb)]()[_0x4fce85(0x1e3)](process[_0x4fce85(0x24a)][_0x4fce85(0x25b)],_0x1a88b8[_0x4fce85(0x210)],_0x1a88b8[_0x4fce85(0x1ff)],_0x5c2ca0),_0x28d80c=AccessibilityModule[_0x4fce85(0x227)](null,_0x354204);_0x22fb09=_0x28d80c?.['thTestRunUuid']||'',logger['debug'](_0x4fce85(0x26f)+_0x22fb09+_0x4fce85(0x181)+_0x5c2ca0);const _0x1b5198=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x1a88b8[_0x4fce85(0x1ff)],_0x22fb09,_0x5c2ca0),_0x3c0aee=this['getCapabilityValue'](_0x1a88b8[_0x4fce85(0x150)])||this[_0x4fce85(0x270)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5b74ba=process[_0x4fce85(0x24a)][_0x4fce85(0x294)]||'',_0x5be99c=this[_0x4fce85(0x1cb)](_0x1a88b8['YdTYw'],_0x22fb09,_0x3c0aee,_0x5b74ba);_0x27c61b=_0x22f79e[_0x4fce85(0x1f1)](_0x5be99c,_0x1b5198),logger['debug'](_0x4fce85(0x12b)+JSON[_0x4fce85(0x146)](_0x27c61b));}catch(_0x18f520){return logger[_0x4fce85(0x1ad)](_0x4fce85(0x2b8)+_0x18f520['message']),{};}}else{_0x22fb09=this[_0x4fce85(0x1ac)](_0x1a88b8[_0x4fce85(0x1a0)])||'';const _0x262621=this[_0x4fce85(0x1ac)](_0x1a88b8['yLllI'])||this[_0x4fce85(0x270)][this[_0x4fce85(0x167)]]||null,_0x596bb9=process[_0x4fce85(0x24a)][_0x4fce85(0x294)]||'';_0x27c61b=this['getParamsForScanForCli'](_0x1a88b8[_0x4fce85(0x28a)],_0x22fb09,_0x262621,_0x596bb9);}logger[_0x4fce85(0x1d6)](_0x1a88b8[_0x4fce85(0x13c)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3f98df=_0x4fce85,_0x57e295=await this[_0x3f98df(0x2a2)](_0x36314a,_0x1a88b8['SPQhz'],_0x27c61b);logger[_0x3f98df(0x1d6)](_0x3f98df(0x155)+util['format'](_0x57e295));},{'command':_0x1a88b8[_0x4fce85(0x28a)]})();const _0x45bb28=await PerformanceTester[_0x4fce85(0x158)](PerformanceA11yEvents[_0x4fce85(0x200)],async()=>{const _0x12ac2f=_0x4fce85;return await this[_0x12ac2f(0x2a2)](_0x36314a,_0x1a88b8[_0x12ac2f(0x1ff)],_0x27c61b);})();if(!_0x45bb28)return logger[_0x4fce85(0x1d6)](_0x1a88b8[_0x4fce85(0x254)]),{};return _0x45bb28;}catch(_0xf49f3f){return logger['error'](_0x4fce85(0x1be)+(_0xf49f3f['stack']||_0xf49f3f[_0x4fce85(0x10c)])),{};}}async[a80_0x48c468(0x168)](_0x1d6b50,_0x22e2c7,_0x52cdd5=null){const _0x4beed9=a80_0x48c468,_0x1c9401={};_0x1c9401['qxive']='performPageScan:\x20Page\x20is\x20null',_0x1c9401[_0x4beed9(0x1c8)]=_0x4beed9(0x1d2),_0x1c9401['npmwJ']='Executing\x20accessibility\x20script\x20on\x20page';const _0x217b25=_0x1c9401;try{if(!_0x1d6b50)return logger[_0x4beed9(0x1d6)](_0x217b25[_0x4beed9(0x18b)]),null;if(!_0x22e2c7)return logger[_0x4beed9(0x1d6)](_0x217b25[_0x4beed9(0x1c8)]),null;logger[_0x4beed9(0x1d6)](_0x217b25[_0x4beed9(0x215)]);const _0x5f63d8=_0x52cdd5?await _0x1d6b50['evaluate'](_0x22e2c7,_0x52cdd5):await _0x1d6b50[_0x4beed9(0x21f)](_0x22e2c7);return _0x5f63d8;}catch(_0xf84b16){return logger['error'](_0x4beed9(0x13f)+(_0xf84b16[_0x4beed9(0x2a9)]||_0xf84b16[_0x4beed9(0x10c)])),null;}}static[a80_0x48c468(0x227)](_0x5ad056,_0x41eeb5){const _0x14bc67=a80_0x48c468,_0x4fe416={};_0x4fe416[_0x14bc67(0x26e)]='ascii';const _0x18c152=_0x4fe416,_0x40bb4b={};_0x40bb4b['thTestRunUuid']=_0x5ad056;const _0x21a738=_0x40bb4b;let _0x113423={};if(_0x41eeb5[_0x14bc67(0x274)]()&&_0x41eeb5[_0x14bc67(0x139)]())try{_0x113423=JSON[_0x14bc67(0x149)](new Buffer(_0x41eeb5['getAccessibilityExecuteParams']())['toString'](_0x18c152[_0x14bc67(0x26e)]));}catch(_0x54999d){logger[_0x14bc67(0x1ad)](_0x14bc67(0x106)+_0x54999d[_0x14bc67(0x10c)]),_0x113423={};}return CLIUtils[_0x14bc67(0x1f1)](_0x21a738,_0x113423);}static async[a80_0x48c468(0x116)](_0xd5d2f2,_0x335250='',_0x1cb209=null){const _0x111346=a80_0x48c468,_0x19bac1={};_0x19bac1[_0x111346(0x186)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x19bac1[_0x111346(0x13b)]=_0x111346(0x277);const _0x5735ff=_0x19bac1;try{if(!_0x1cb209&&AccessibilityModule[_0x111346(0x290)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x111346(0x24a)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x111346(0x1ad)](_0x5735ff['zKXIy']),{};const _0x5f6256=await GrpcClient[_0x111346(0x1bb)]()[_0x111346(0x1e3)](process['env'][_0x111346(0x25b)],_0x5735ff[_0x111346(0x13b)],_0xd5d2f2,_0x1cb209),_0x5a191b=_0x1cb209?AccessibilityModule[_0x111346(0x227)](null,_0x5f6256)?.['thTestRunUuid']||_0x335250:_0x335250,_0x1fe806=AccessibilityModule[_0x111346(0x227)](_0x5a191b,_0x5f6256);return!_0x1cb209&&(AccessibilityModule[_0x111346(0x166)]=_0x1fe806,AccessibilityModule[_0x111346(0x290)]=!![]),_0x1fe806;}catch(_0x1f66db){return logger['error'](_0x111346(0x225)+_0xd5d2f2+':\x20'+(_0x1f66db[_0x111346(0x2a9)]||_0x1f66db[_0x111346(0x10c)])),{};}}};module[a80_0x48c468(0x232)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a81_0x1d27(_0x37299d,_0x1f12e0){const _0x3d27df=a81_0x3d27();return a81_0x1d27=function(_0x1d273f,_0x373109){_0x1d273f=_0x1d273f-0x14b;let _0x2acd97=_0x3d27df[_0x1d273f];return _0x2acd97;},a81_0x1d27(_0x37299d,_0x1f12e0);}function a81_0x3d27(){const _0x3927fa=['sKQKS','iFwIq','Missing\x20binSessionId','6vDQiSC','1908128RsNrXk','getModuleName','5DXQZyN','676DoyWzH','CUCUMBER','configure','version','18wkxVSQ','847erjQWh','UYMyj','split','PLAYWRIGHT','testFramework','config','name','2993048AqAfCK','739766RiouYA','6680268xPhHnu','10770nioULn','krEKB','testInfo','platformIndex','../../../helpers/logger.js','../../../helpers/test-observability/constants.js','FXjQK','CTiAy','lFnHm','testCaseStartedId','3|1|4|2|0|5','27vJKryq','150468gkOwqp','JEST','testId','getTestId','ZCSqk','\x20with\x20binSessionId=','binSessionId','setTestFrameworkData','118176mPUBkU'];a81_0x3d27=function(){return _0x3927fa;};return a81_0x3d27();}const a81_0x1046bd=a81_0x1d27;(function(_0x42ba07,_0x49064c){const _0x3f7d26=a81_0x1d27,_0x41ff8e=_0x42ba07();while(!![]){try{const _0x1d292f=-parseInt(_0x3f7d26(0x159))/0x1+parseInt(_0x3f7d26(0x167))/0x2*(parseInt(_0x3f7d26(0x166))/0x3)+-parseInt(_0x3f7d26(0x174))/0x4*(parseInt(_0x3f7d26(0x14b))/0x5)+parseInt(_0x3f7d26(0x173))/0x6*(parseInt(_0x3f7d26(0x15a))/0x7)+-parseInt(_0x3f7d26(0x158))/0x8*(-parseInt(_0x3f7d26(0x150))/0x9)+parseInt(_0x3f7d26(0x15b))/0xa*(-parseInt(_0x3f7d26(0x151))/0xb)+parseInt(_0x3f7d26(0x16f))/0xc*(-parseInt(_0x3f7d26(0x14c))/0xd);if(_0x1d292f===_0x49064c)break;else _0x41ff8e['push'](_0x41ff8e['shift']());}catch(_0x48ebf3){_0x41ff8e['push'](_0x41ff8e['shift']());}}}(a81_0x3d27,0x8aa3d));const logger=require(a81_0x1046bd(0x15f))['winstonLogger'],{FRAMEWORKS}=require(a81_0x1046bd(0x160));class BaseModule{constructor(_0x29f688=null){const _0x49ec20=a81_0x1046bd,_0xe39015={};_0xe39015[_0x49ec20(0x16b)]=_0x49ec20(0x165),_0xe39015[_0x49ec20(0x163)]='BaseModule';const _0x5620f2=_0xe39015,_0x369c3a=_0x5620f2[_0x49ec20(0x16b)][_0x49ec20(0x153)]('|');let _0x1d7e00=0x0;while(!![]){switch(_0x369c3a[_0x1d7e00++]){case'0':this['client']=null;continue;case'1':this[_0x49ec20(0x16d)]=null;continue;case'2':this[_0x49ec20(0x156)]={};continue;case'3':this[_0x49ec20(0x157)]=_0x5620f2[_0x49ec20(0x163)];continue;case'4':this[_0x49ec20(0x15e)]=0x0;continue;case'5':this['testFrameworkData']=this[_0x49ec20(0x16e)](_0x29f688);continue;}break;}}['ensureBinSession'](){const _0x24f0dc=a81_0x1046bd,_0x51b9a4={};_0x51b9a4['iFwIq']=_0x24f0dc(0x172);const _0x3062d6=_0x51b9a4;if(!this[_0x24f0dc(0x16d)])throw new Error(_0x3062d6[_0x24f0dc(0x171)]);}[a81_0x1046bd(0x175)](){const _0x4e6df4=a81_0x1046bd;return this[_0x4e6df4(0x157)];}[a81_0x1046bd(0x14e)](_0x55e6e8,_0x100409,_0x4aff65,_0x13573e={}){const _0x4dc8cd=a81_0x1046bd,_0x407bc8={};_0x407bc8[_0x4dc8cd(0x15c)]='0|1|2|3|4';const _0x2d4ba8=_0x407bc8,_0x2266b3=_0x2d4ba8['krEKB'][_0x4dc8cd(0x153)]('|');let _0x5c3a69=0x0;while(!![]){switch(_0x2266b3[_0x5c3a69++]){case'0':this[_0x4dc8cd(0x16d)]=_0x55e6e8;continue;case'1':this[_0x4dc8cd(0x15e)]=_0x100409;continue;case'2':this['client']=_0x4aff65;continue;case'3':this[_0x4dc8cd(0x156)]=_0x13573e;continue;case'4':logger['debug']('Configured\x20module\x20'+this[_0x4dc8cd(0x175)]()+_0x4dc8cd(0x16c)+_0x55e6e8+',\x20platformIndex='+_0x100409);continue;}break;}}[a81_0x1046bd(0x16a)](_0x226b8f){const _0x2ddbdf=a81_0x1046bd,_0x3c0d89={};_0x3c0d89['FXjQK']=function(_0x1c09c9,_0x59791a){return _0x1c09c9===_0x59791a;},_0x3c0d89[_0x2ddbdf(0x152)]=function(_0x5d4d08,_0x2f5b3a){return _0x5d4d08===_0x2f5b3a;};const _0x347610=_0x3c0d89;let _0x2d54d6='';if(_0x347610[_0x2ddbdf(0x161)](_0x226b8f[_0x2ddbdf(0x155)],FRAMEWORKS[_0x2ddbdf(0x154)]))_0x2d54d6=_0x226b8f[_0x2ddbdf(0x15d)]?.['_test']?.['id']||_0x226b8f[_0x2ddbdf(0x15d)]?.[_0x2ddbdf(0x169)];else{if(_0x347610[_0x2ddbdf(0x152)](_0x226b8f[_0x2ddbdf(0x155)],FRAMEWORKS[_0x2ddbdf(0x14d)]))_0x2d54d6=_0x226b8f[_0x2ddbdf(0x15d)]?.[_0x2ddbdf(0x164)];else _0x347610[_0x2ddbdf(0x161)](_0x226b8f['testFramework'],FRAMEWORKS[_0x2ddbdf(0x168)])&&(_0x2d54d6=_0x226b8f[_0x2ddbdf(0x15d)]?.['id']);}return _0x2d54d6;}[a81_0x1046bd(0x16e)](_0x308f25){const _0x4ed584=a81_0x1046bd,_0x19b61a={};_0x19b61a['sKQKS']=function(_0xaf1065,_0x129273){return _0xaf1065!==_0x129273;},_0x19b61a[_0x4ed584(0x162)]='object';const _0x45e654=_0x19b61a;if(!_0x308f25||_0x45e654[_0x4ed584(0x170)](typeof _0x308f25,_0x45e654[_0x4ed584(0x162)]))return null;const _0x1e6bc1={};_0x1e6bc1[_0x4ed584(0x157)]=_0x308f25[_0x4ed584(0x157)],_0x1e6bc1[_0x4ed584(0x14f)]=_0x308f25[_0x4ed584(0x14f)]&&_0x308f25[_0x4ed584(0x14f)][_0x308f25[_0x4ed584(0x157)]];const _0x14fd62=_0x1e6bc1;return _0x14fd62;}}module['exports']=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a82_0x5c4e0b=a82_0x1cbb;function a82_0x1cbb(_0x2a7dcc,_0x1f0421){const _0x293a8d=a82_0x293a();return a82_0x1cbb=function(_0x1cbb91,_0xa33e34){_0x1cbb91=_0x1cbb91-0x1d5;let _0x49c26c=_0x293a8d[_0x1cbb91];return _0x49c26c;},a82_0x1cbb(_0x2a7dcc,_0x1f0421);}(function(_0xe33b4,_0x527372){const _0x2a21ae=a82_0x1cbb,_0x3da954=_0xe33b4();while(!![]){try{const _0x2714c9=-parseInt(_0x2a21ae(0x1e4))/0x1+parseInt(_0x2a21ae(0x1dc))/0x2*(parseInt(_0x2a21ae(0x1f8))/0x3)+parseInt(_0x2a21ae(0x1e0))/0x4+parseInt(_0x2a21ae(0x1f2))/0x5*(parseInt(_0x2a21ae(0x205))/0x6)+-parseInt(_0x2a21ae(0x1f0))/0x7+parseInt(_0x2a21ae(0x1f6))/0x8*(-parseInt(_0x2a21ae(0x1f3))/0x9)+parseInt(_0x2a21ae(0x203))/0xa;if(_0x2714c9===_0x527372)break;else _0x3da954['push'](_0x3da954['shift']());}catch(_0x5a9247){_0x3da954['push'](_0x3da954['shift']());}}}(a82_0x293a,0x7e445));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0x5c4e0b(0x1f5)),{sendSdkEvents}=require(a82_0x5c4e0b(0x1e7)),isLTSSession=(_0x3d560c=null)=>{const _0x188261=a82_0x5c4e0b,_0xb8f57e={};_0xb8f57e[_0x188261(0x1d5)]=function(_0x2625f4,_0x3acd5a){return _0x2625f4!==_0x3acd5a;},_0xb8f57e[_0x188261(0x1e5)]=_0x188261(0x1db),_0xb8f57e[_0x188261(0x1d6)]=function(_0x212d1d,_0x5ef887){return _0x212d1d===_0x5ef887;},_0xb8f57e[_0x188261(0x1f4)]=_0x188261(0x1d8),_0xb8f57e[_0x188261(0x1ef)]=function(_0xf6043f,_0x505bcd){return _0xf6043f===_0x505bcd;},_0xb8f57e[_0x188261(0x1e2)]=_0x188261(0x1ff),_0xb8f57e[_0x188261(0x206)]=function(_0x29b6d8,_0x321501){return _0x29b6d8===_0x321501;},_0xb8f57e['xzPIi']=_0x188261(0x1dd);const _0x5ae47c=_0xb8f57e;try{if(_0x5ae47c['krJVL'](typeof process[_0x188261(0x1fe)][_0x188261(0x1ed)],_0x5ae47c[_0x188261(0x1e5)])){const _0x4e9d1c=process['env'][_0x188261(0x1ed)];return _0x5ae47c[_0x188261(0x1d6)](typeof _0x4e9d1c,_0x5ae47c[_0x188261(0x1f4)])?_0x5ae47c[_0x188261(0x1ef)](_0x4e9d1c[_0x188261(0x1df)](),_0x5ae47c[_0x188261(0x1e2)]):!!_0x4e9d1c;}const _0x359def=_0x3d560c&&_0x3d560c[_0x188261(0x1ed)],_0xfe2b35=!!(_0x3d560c&&(_0x5ae47c[_0x188261(0x1ef)](_0x3d560c[_0x188261(0x1e3)],!![])||_0x5ae47c[_0x188261(0x1ef)](_0x3d560c[_0x188261(0x1e3)],_0x5ae47c[_0x188261(0x1e2)]))),_0x58e01e=!!(_0x359def&&_0x5ae47c['QvLxT'](_0x359def[_0x188261(0x1fa)]()['toLowerCase'](),_0x5ae47c['vtagk'])&&!_0xfe2b35);return process[_0x188261(0x1fe)][_0x188261(0x1ed)]=_0x58e01e?_0x5ae47c[_0x188261(0x1e2)]:_0x5ae47c[_0x188261(0x1f7)],_0x58e01e;}catch(_0x8e6e52){return process[_0x188261(0x1fe)][_0x188261(0x1ed)]=_0x5ae47c['xzPIi'],![];}},getLTSSessionId=()=>{const _0x20e809=a82_0x5c4e0b,_0x1e5c40={'wqyax':function(_0x134a94){return _0x134a94();},'ApvHV':_0x20e809(0x200),'wUnlg':_0x20e809(0x207)};try{if(_0x1e5c40[_0x20e809(0x1ee)](isLTSSession))return logger[_0x20e809(0x1f9)](_0x1e5c40[_0x20e809(0x1fb)]),process['env'][_0x20e809(0x1d9)]||'';}catch(_0x203b54){logger[_0x20e809(0x1d7)](_0x20e809(0x1de)+(_0x203b54&&_0x203b54[_0x20e809(0x1e1)]));}return logger['debug'](_0x1e5c40[_0x20e809(0x201)]),'';},setLTSSessionId=async(_0x3dc501={})=>{const _0x3081b0=a82_0x5c4e0b,_0x299ac1={'Pctkv':function(_0x459d7e){return _0x459d7e();},'QjDay':_0x3081b0(0x1eb),'uExoP':_0x3081b0(0x202),'pqdeB':'LTS','RdlyU':function(_0x1d3779,_0x7ad0dd){return _0x1d3779(_0x7ad0dd);},'kelNp':function(_0x54c11c,_0x58376f,_0x2991ac){return _0x54c11c(_0x58376f,_0x2991ac);},'QhZuq':function(_0x146147,_0x3085c5){return _0x146147||_0x3085c5;}};try{const _0x513fcc=_0x299ac1[_0x3081b0(0x1da)](getLTSSessionId);_0x513fcc?(process[_0x3081b0(0x1fe)][_0x3081b0(0x1d9)]=_0x513fcc,logger[_0x3081b0(0x1f9)](_0x299ac1[_0x3081b0(0x204)])):(delete process['env'][_0x3081b0(0x1d9)],logger[_0x3081b0(0x1f9)](_0x299ac1[_0x3081b0(0x1f1)]));try{const _0x549f56={'feature':_0x299ac1['pqdeB'],'ltsEnabled':_0x299ac1[_0x3081b0(0x1ec)](isLTSSession,_0x3dc501),'ltsSessionIdPresent':!!_0x513fcc};await _0x299ac1[_0x3081b0(0x1fc)](sendSdkEvents,_0x549f56,_0x3dc501);}catch(_0x24b011){logger['debug']('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x24b011&&_0x24b011[_0x3081b0(0x1e1)]));}return _0x299ac1[_0x3081b0(0x1e6)](_0x513fcc,'');}catch(_0x21da0e){return logger[_0x3081b0(0x1f9)]('setLTSSessionId\x20error:\x20'+(_0x21da0e&&_0x21da0e['message'])),'';}},a82_0x5ec1ed={};function a82_0x293a(){const _0x26e1b4=['iVtcm','error','string','BROWSERSTACK_LTS_SESSION_ID','Pctkv','undefined','6XOtGkm','false','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','toLowerCase','1246524Saxure','message','vtagk','browserstackAutomation','472118AqHpGB','jsiLq','QhZuq','../../../helpers/helper.js','setLTSSessionId','isLTSSession','getLTSSessionId','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','RdlyU','overrideLoadTesting','wqyax','rMAxS','4014836QxbFnp','uExoP','265IhEmdH','2997801crJPlM','iLwXz','LoadTestModule','16jmKilB','xzPIi','46167QgvRXb','debug','toString','ApvHV','kelNp','exports','env','true','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','wUnlg','BROWSERSTACK_LTS_SESSION_ID\x20cleared','10497880YdQkIu','QjDay','92994LiSSNA','QvLxT','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','krJVL'];a82_0x293a=function(){return _0x26e1b4;};return a82_0x293a();}a82_0x5ec1ed[a82_0x5c4e0b(0x1e9)]=isLTSSession,a82_0x5ec1ed[a82_0x5c4e0b(0x1ea)]=getLTSSessionId,a82_0x5ec1ed[a82_0x5c4e0b(0x1e8)]=setLTSSessionId,module[a82_0x5c4e0b(0x1fd)]=a82_0x5ec1ed;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a83_0xe8e37b=a83_0x1ec0;(function(_0x466c04,_0xe3d0f9){const _0x1b4638=a83_0x1ec0,_0x1ff511=_0x466c04();while(!![]){try{const _0x41ed09=-parseInt(_0x1b4638(0x1c8))/0x1+parseInt(_0x1b4638(0x1ae))/0x2*(-parseInt(_0x1b4638(0x1c2))/0x3)+-parseInt(_0x1b4638(0x1b4))/0x4+-parseInt(_0x1b4638(0x1b6))/0x5*(-parseInt(_0x1b4638(0x1d5))/0x6)+parseInt(_0x1b4638(0x1bb))/0x7*(parseInt(_0x1b4638(0x1c9))/0x8)+parseInt(_0x1b4638(0x1c5))/0x9+parseInt(_0x1b4638(0x1d6))/0xa;if(_0x41ed09===_0xe3d0f9)break;else _0x1ff511['push'](_0x1ff511['shift']());}catch(_0x39ac61){_0x1ff511['push'](_0x1ff511['shift']());}}}(a83_0x4742,0xc39f8));function a83_0x1ec0(_0x32db93,_0x56e08a){const _0x4742c5=a83_0x4742();return a83_0x1ec0=function(_0x1ec086,_0x4af470){_0x1ec086=_0x1ec086-0x1ae;let _0x3c81e5=_0x4742c5[_0x1ec086];return _0x3c81e5;},a83_0x1ec0(_0x32db93,_0x56e08a);}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0xe8e37b(0x1c6)),AutomationFrameworkState=require(a83_0xe8e37b(0x1bf)),HookState=require(a83_0xe8e37b(0x1bd)),{playwrightAnnotate}=require(a83_0xe8e37b(0x1d1)),PerformanceTester=require(a83_0xe8e37b(0x1b3)),{O11y_EVENTS}=require(a83_0xe8e37b(0x1cf)),constants=require(a83_0xe8e37b(0x1c0));class ObservabilityModule extends BaseModule{[a83_0xe8e37b(0x1cc)]=createClassLogger(a83_0xe8e37b(0x1d7));constructor(_0x259925){const _0x49a72a=a83_0xe8e37b,_0x55cb59={};_0x55cb59[_0x49a72a(0x1af)]=_0x49a72a(0x1d7);const _0x3892f2=_0x55cb59;super(),this[_0x49a72a(0x1cb)]=_0x3892f2[_0x49a72a(0x1af)],this[_0x49a72a(0x1d8)]=_0x259925,AutomationFramework[_0x49a72a(0x1ca)](AutomationFrameworkState[_0x49a72a(0x1b7)],HookState[_0x49a72a(0x1d0)],this['onBeforeTest'][_0x49a72a(0x1b8)](this));}[a83_0xe8e37b(0x1be)](){const _0x518e35=a83_0xe8e37b;return ObservabilityModule[_0x518e35(0x1b9)];}async[a83_0xe8e37b(0x1c3)](_0x31ba2a){const _0x1f1e4e=a83_0xe8e37b,_0x25c907={'iCbma':function(_0x505a56,_0x141c68){return _0x505a56+_0x141c68;},'OnsIC':'ObservabilitySync:','UlevB':function(_0x4494b4,_0x3f74c8,_0x511996,_0x1bce37){return _0x4494b4(_0x3f74c8,_0x511996,_0x1bce37);},'Truwv':'debug','JOflN':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x31ba2a[_0x1f1e4e(0x1b0)]){const _0x288f18=_0x31ba2a[_0x1f1e4e(0x1b0)],_0x473063=Date[_0x1f1e4e(0x1b1)](),_0x3de6cd=_0x25c907[_0x1f1e4e(0x1cd)](_0x25c907[_0x1f1e4e(0x1b5)],_0x473063);PerformanceTester[_0x1f1e4e(0x1d3)](O11y_EVENTS[_0x1f1e4e(0x1d2)]),await _0x25c907[_0x1f1e4e(0x1da)](playwrightAnnotate,_0x288f18,_0x3de6cd,_0x25c907[_0x1f1e4e(0x1bc)]),PerformanceTester[_0x1f1e4e(0x1c1)](O11y_EVENTS['SYNC']),this[_0x1f1e4e(0x1cc)][_0x1f1e4e(0x1ce)](_0x1f1e4e(0x1b2)+constants[_0x1f1e4e(0x1d4)]+_0x1f1e4e(0x1c4));}else this[_0x1f1e4e(0x1cc)][_0x1f1e4e(0x1d9)](_0x25c907[_0x1f1e4e(0x1c7)]);}}function a83_0x4742(){const _0x23e867=['../../../helpers/performance/performance-tester.js','4978920gakidb','OnsIC','710gncMVW','CREATE','bind','MODULE_NAME','exports','153797nmenRo','Truwv','../state/hookState.js','getModuleName','../state/automationFrameworkState.js','../../utils/constants.js','end','3469866VpNBMa','onBeforeTest','\x20sync\x20done','7886664dlHwlj','../framework/automationFramework.js','JOflN','866351PredOs','40xzGFjv','registerObserver','name','logger','iCbma','info','../../../helpers/performance/constants.js','POST','../../../helpers/helper.js','SYNC','start','TEST_REPORTING_ANALYTICS','63354gkwMrl','15834460ODXnna','ObservabilityModule','observabilityConfig','debug','UlevB','2NwEbQs','KebPp','page','now','onBeforeTest:\x20'];a83_0x4742=function(){return _0x23e867;};return a83_0x4742();}ObservabilityModule['MODULE_NAME']=a83_0xe8e37b(0x1d7),module[a83_0xe8e37b(0x1ba)]=ObservabilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a84_0xef19ee=a84_0x4949;(function(_0x224f4b,_0x427636){const _0xb0ccb8=a84_0x4949,_0x58dee0=_0x224f4b();while(!![]){try{const _0x93a00d=-parseInt(_0xb0ccb8(0x24a))/0x1+-parseInt(_0xb0ccb8(0x207))/0x2+-parseInt(_0xb0ccb8(0x1f9))/0x3+-parseInt(_0xb0ccb8(0x25f))/0x4+-parseInt(_0xb0ccb8(0x1e1))/0x5*(parseInt(_0xb0ccb8(0x1f8))/0x6)+parseInt(_0xb0ccb8(0x247))/0x7+parseInt(_0xb0ccb8(0x220))/0x8;if(_0x93a00d===_0x427636)break;else _0x58dee0['push'](_0x58dee0['shift']());}catch(_0xf85969){_0x58dee0['push'](_0x58dee0['shift']());}}}(a84_0x5778,0x57bd8));const util=require(a84_0xef19ee(0x23d)),BaseModule=require(a84_0xef19ee(0x24f)),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require(a84_0xef19ee(0x1e8)),AutomationFrameworkState=require(a84_0xef19ee(0x265)),HookState=require(a84_0xef19ee(0x21a)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0xef19ee(0x212)),CLIUtils=require(a84_0xef19ee(0x1db)),BrowserstackCLI=require(a84_0xef19ee(0x1e5)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require(a84_0xef19ee(0x22d)),PerformanceEvents=require(a84_0xef19ee(0x275))[a84_0xef19ee(0x282)],TestInfo=require(a84_0xef19ee(0x1ed)),{getPlaywrightProvider}=require(a84_0xef19ee(0x212)),LoadTestModule=require(a84_0xef19ee(0x1ec)),TestFrameworkConstants=require(a84_0xef19ee(0x20f)),TestFrameworkState=require(a84_0xef19ee(0x255)),JestUtils=require(a84_0xef19ee(0x264));class PlaywrightDriverModule extends BaseModule{static [a84_0xef19ee(0x23f)]=a84_0xef19ee(0x1f4);static [a84_0xef19ee(0x1e0)]='contextObject';static [a84_0xef19ee(0x219)]=a84_0xef19ee(0x1d9);static [a84_0xef19ee(0x23c)]=a84_0xef19ee(0x20e);static [a84_0xef19ee(0x230)]=a84_0xef19ee(0x249);static [a84_0xef19ee(0x23b)]=a84_0xef19ee(0x231);static [a84_0xef19ee(0x1f0)]=a84_0xef19ee(0x28d);static ['KEY_PLATFORM_DETAILS']=a84_0xef19ee(0x261);static [a84_0xef19ee(0x266)]=a84_0xef19ee(0x1d3);['logger']=createClassLogger(a84_0xef19ee(0x262));constructor(_0x2f4dc4=null){const _0xc3bc0c=a84_0xef19ee,_0x5c1867={};_0x5c1867[_0xc3bc0c(0x225)]=_0xc3bc0c(0x26e),_0x5c1867[_0xc3bc0c(0x1f5)]='PlaywrightDriverModule';const _0x508629=_0x5c1867,_0x41d161=_0x508629[_0xc3bc0c(0x225)][_0xc3bc0c(0x235)]('|');let _0xd35927=0x0;while(!![]){switch(_0x41d161[_0xd35927++]){case'0':AutomationFramework[_0xc3bc0c(0x1dc)](AutomationFrameworkState[_0xc3bc0c(0x200)],HookState[_0xc3bc0c(0x1ea)],this['onAfterTest'][_0xc3bc0c(0x25c)](this));continue;case'1':AutomationFramework[_0xc3bc0c(0x1dc)](AutomationFrameworkState[_0xc3bc0c(0x27d)],HookState[_0xc3bc0c(0x28c)],this['onBeforeDriverCreate'][_0xc3bc0c(0x25c)](this));continue;case'2':this[_0xc3bc0c(0x271)]=new JestUtils();continue;case'3':this[_0xc3bc0c(0x217)]=null;continue;case'4':AutomationFramework[_0xc3bc0c(0x1dc)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0xc3bc0c(0x1ea)],this[_0xc3bc0c(0x26d)]['bind'](this));continue;case'5':this[_0xc3bc0c(0x28f)]=_0x508629['JesxN'];continue;case'6':this[_0xc3bc0c(0x22e)]=null;continue;case'7':this[_0xc3bc0c(0x278)]=null;continue;case'8':this['playwrightVersion']=null;continue;case'9':this[_0xc3bc0c(0x211)]=[];continue;case'10':AutomationFramework[_0xc3bc0c(0x1dc)](AutomationFrameworkState[_0xc3bc0c(0x27d)],HookState[_0xc3bc0c(0x1ea)],this[_0xc3bc0c(0x23e)][_0xc3bc0c(0x25c)](this));continue;case'11':super(_0x2f4dc4);continue;}break;}}[a84_0xef19ee(0x252)](){return PlaywrightDriverModule['MODULE_NAME'];}async[a84_0xef19ee(0x1d8)](_0x50f3ee){const _0xab38cd=a84_0xef19ee,_0x5f096d={};_0x5f096d[_0xab38cd(0x224)]=_0xab38cd(0x279);const _0x45d507=_0x5f096d;try{this[_0xab38cd(0x276)]['debug'](_0x45d507[_0xab38cd(0x224)]);const _0x9cdaa7=_0x50f3ee[_0xab38cd(0x24e)],_0x2ef483=_0x50f3ee[_0xab38cd(0x28d)];AutomationFramework['setState'](_0x50f3ee['instance'],PlaywrightDriverModule[_0xab38cd(0x23b)],_0x9cdaa7),AutomationFramework[_0xab38cd(0x21e)](_0x50f3ee[_0xab38cd(0x263)],PlaywrightDriverModule['KEY_HUB_URL'],_0x2ef483);}catch(_0x1d230a){this[_0xab38cd(0x276)][_0xab38cd(0x289)]('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0xab38cd(0x23a)](_0x1d230a));}}async['onPlaywrightDispatch'](_0x13d0ec){const _0x5df5bd=a84_0xef19ee,_0x59dd58={};_0x59dd58[_0x5df5bd(0x245)]=function(_0x456656,_0x36b1d1){return _0x456656||_0x36b1d1;};const _0x3a6fd5=_0x59dd58;try{const _0x16c072=_0x13d0ec?.[_0x5df5bd(0x27c)]&&_0x13d0ec?.[_0x5df5bd(0x27c)]?.[_0x5df5bd(0x1de)]&&_0x13d0ec?.[_0x5df5bd(0x27c)]?.[_0x5df5bd(0x1de)]?.['bsParams'],_0x507ba6=_0x13d0ec?.[_0x5df5bd(0x27c)]&&_0x13d0ec?.[_0x5df5bd(0x27c)]?.[_0x5df5bd(0x1d1)];if(_0x3a6fd5[_0x5df5bd(0x245)](_0x16c072,_0x507ba6)){this['logger']['debug']('onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20'+util[_0x5df5bd(0x1d6)](_0x16c072)+_0x5df5bd(0x22a)+util[_0x5df5bd(0x1d6)](_0x507ba6));const _0x37977b=_0x13d0ec?.[_0x5df5bd(0x263)],_0x44b825=global?.[_0x5df5bd(0x290)]?.[_0x5df5bd(0x268)]?.[_0x5df5bd(0x236)],_0x100979=_0x16c072?.[_0x5df5bd(0x20e)]||_0x507ba6?.[_0x5df5bd(0x20e)],_0x29846a=_0x16c072?.[_0x5df5bd(0x261)]||_0x507ba6?.[_0x5df5bd(0x261)];_0x100979&&(this[_0x5df5bd(0x276)]['debug'](_0x5df5bd(0x1e9)+_0x100979),AutomationFramework['setState'](_0x37977b,PlaywrightDriverModule[_0x5df5bd(0x23c)],_0x100979)),_0x44b825&&(this['logger']['debug'](_0x5df5bd(0x229)+util[_0x5df5bd(0x1d6)](_0x44b825)),AutomationFramework[_0x5df5bd(0x21e)](_0x37977b,PlaywrightDriverModule[_0x5df5bd(0x230)],_0x44b825));}}catch(_0xdf3f62){this[_0x5df5bd(0x276)][_0x5df5bd(0x289)]('Error\x20in\x20onDispatchExecute:\x20'+util[_0x5df5bd(0x23a)](_0xdf3f62));}}async[a84_0xef19ee(0x23e)](_0x5bc145){const _0x189edd=a84_0xef19ee,_0x44706a={'CurjQ':_0x189edd(0x21b),'EDLeW':function(_0x57764a,_0x811f0f){return _0x57764a(_0x811f0f);},'WoUNv':'onAfterDriverCreate:\x20Setting\x20page\x20object','bMRWy':_0x189edd(0x260),'jIEJx':_0x189edd(0x227),'DHFul':'onAfterDriverCreate:\x20Setting\x20browser\x20object','dTpML':'base64'};try{this['logger'][_0x189edd(0x28a)](_0x44706a[_0x189edd(0x1ff)]);const _0x496170=_0x5bc145['instance'];this[_0x189edd(0x1ce)]=_0x44706a[_0x189edd(0x206)](getFrameworkVersion,FRAMEWORKS[_0x189edd(0x215)]);if(_0x5bc145[_0x189edd(0x250)]){this[_0x189edd(0x276)][_0x189edd(0x28a)](_0x44706a[_0x189edd(0x286)]),AutomationFramework['setState'](_0x496170,PlaywrightDriverModule[_0x189edd(0x219)],_0x5bc145['page']);if(_0x5bc145['testInfo']){this['logger'][_0x189edd(0x28a)](_0x44706a[_0x189edd(0x26a)]);const _0x22acd7=this[_0x189edd(0x280)](_0x5bc145);AutomationFramework[_0x189edd(0x21e)](_0x496170,PlaywrightDriverModule[_0x189edd(0x266)],_0x22acd7),await this['markSessionName'](_0x5bc145['testInfo']);}}_0x5bc145[_0x189edd(0x221)]&&(this['logger'][_0x189edd(0x28a)](_0x44706a['jIEJx']),AutomationFramework['setState'](_0x496170,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x5bc145['context']));if(_0x5bc145['browser']){this[_0x189edd(0x276)][_0x189edd(0x28a)](_0x44706a[_0x189edd(0x267)]);const _0x42daf5=global?.[_0x189edd(0x290)]?.[_0x189edd(0x268)]?.[_0x189edd(0x236)];AutomationFramework['setState'](_0x496170,PlaywrightDriverModule[_0x189edd(0x23f)],_0x5bc145[_0x189edd(0x238)]),AutomationFramework[_0x189edd(0x21e)](_0x496170,PlaywrightDriverModule[_0x189edd(0x230)],_0x42daf5);const _0x566bc5={};_0x566bc5[_0x189edd(0x1fb)]=!![];const _0x3a6f4c=Buffer['from'](JSON[_0x189edd(0x28b)](_0x566bc5)[_0x189edd(0x20d)](_0x44706a[_0x189edd(0x203)])),_0x59b3b5=await GrpcClient[_0x189edd(0x233)]()[_0x189edd(0x248)]({'platformIndex':_0x42daf5,'ref':_0x496170[_0x189edd(0x269)](),'userInputParams':_0x3a6f4c});helper['isFalse'](helper[_0x189edd(0x1d7)]())&&AutomationFramework['setState'](_0x496170,PlaywrightDriverModule[_0x189edd(0x23b)],JSON['parse'](Buffer['from'](_0x59b3b5[_0x189edd(0x1fe)](),_0x44706a[_0x189edd(0x203)])[_0x189edd(0x20d)]()));}}catch(_0x4878ae){this[_0x189edd(0x276)][_0x189edd(0x289)](_0x189edd(0x218)+util[_0x189edd(0x23a)](_0x4878ae));}}async[a84_0xef19ee(0x251)](_0x1976c1){const _0x2348f7=a84_0xef19ee,_0x2060bd={'HagIH':_0x2348f7(0x287),'nTQyY':_0x2348f7(0x1d2),'NoIwk':function(_0x494eef,_0x16ea76){return _0x494eef(_0x16ea76);},'Vsnax':function(_0x1e5b5e,_0x1ea2fb,_0x451b24){return _0x1e5b5e(_0x1ea2fb,_0x451b24);},'pCXSr':_0x2348f7(0x281),'LZVPi':'message','iqPpg':function(_0x109c1f,_0x2fa714,_0x2c9867){return _0x109c1f(_0x2fa714,_0x2c9867);},'JbuQO':_0x2348f7(0x289),'IgruX':'errors','NapAR':function(_0x341f87,_0x2d2b43){return _0x341f87>_0x2d2b43;},'fjpmZ':function(_0x2dd38b,_0x5cfc6e){return _0x2dd38b||_0x5cfc6e;},'ljpCv':function(_0x48f584,_0x3e6ccb){return _0x48f584===_0x3e6ccb;},'lkTlN':function(_0x47409c,_0x3e1c01){return _0x47409c+_0x3e1c01;},'AzWos':_0x2348f7(0x26c),'AcVQE':'testData\x20from\x20onAfterTest:\x20','xcHAt':function(_0x5a976f,_0x570e4b){return _0x5a976f(_0x570e4b);},'jgOlL':'Playwright','dheij':'1.51.0','SjwUD':'base64','lNoNy':function(_0x27981d,_0x2695c1){return _0x27981d===_0x2695c1;},'bMkPi':_0x2348f7(0x27b)};this[_0x2348f7(0x276)][_0x2348f7(0x28a)](_0x2060bd[_0x2348f7(0x205)]);const _0x24bc00=_0x1976c1[_0x2348f7(0x263)];if(!_0x24bc00){this[_0x2348f7(0x276)][_0x2348f7(0x28a)](_0x2060bd[_0x2348f7(0x1f6)]);return;}const _0x40b057=_0x1976c1[_0x2348f7(0x201)],_0xa232d=this[_0x2348f7(0x280)](_0x1976c1),_0x53b435=_0x40b057[_0x2348f7(0x1fd)];let _0x30b1e8;const _0x46d6fe=_0x2060bd[_0x2348f7(0x27a)](getPlaywrightStatus,_0x53b435);let _0x5da950,_0x280cbb=null;if(_0x40b057[_0x2348f7(0x259)]||_0x40b057[_0x2348f7(0x226)])_0x5da950=_0x2060bd[_0x2348f7(0x27a)](getCucumberSessionName,_0x40b057),_0x30b1e8=_0x2060bd[_0x2348f7(0x1cd)](nestedKeyValue,_0x40b057,[_0x2060bd[_0x2348f7(0x256)],_0x2060bd[_0x2348f7(0x24b)]]);else{_0x5da950=_0x2060bd[_0x2348f7(0x27a)](getPlaywrightSessionName,_0x40b057),_0x30b1e8=_0x2060bd[_0x2348f7(0x21c)](nestedKeyValue,_0x40b057,[_0x2060bd[_0x2348f7(0x1e4)],_0x2060bd['LZVPi']]);const _0x5e1136=_0x2060bd[_0x2348f7(0x21c)](nestedKeyValue,_0x40b057,[_0x2060bd[_0x2348f7(0x20a)]]);_0x5e1136&&_0x2060bd[_0x2348f7(0x246)](_0x5e1136['length'],0x0)&&(_0x280cbb=_0x5e1136[0x0][_0x2348f7(0x27c)]),_0x30b1e8=_0x2060bd[_0x2348f7(0x22c)](_0x30b1e8,_0x280cbb),this[_0x2348f7(0x276)][_0x2348f7(0x28a)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x46d6fe+_0x2348f7(0x24d)+_0x30b1e8);}const _0x52c82d=_0x2060bd[_0x2348f7(0x22c)](_0x30b1e8,_0x280cbb);this[_0x2348f7(0x276)][_0x2348f7(0x28a)](_0x2348f7(0x232)+_0x46d6fe);let _0x248708,_0x48377f;if(this[_0x2348f7(0x21d)]&&_0x2060bd[_0x2348f7(0x26f)](this[_0x2348f7(0x21d)][_0x2348f7(0x28f)],FRAMEWORKS['CUCUMBER']))_0x248708=_0xa232d,_0x48377f=TestInfo[_0x2348f7(0x210)](_0x248708);else this['testFrameworkData']&&_0x2060bd[_0x2348f7(0x26f)](this[_0x2348f7(0x21d)][_0x2348f7(0x28f)],FRAMEWORKS['JEST'])?(_0x248708=this[_0x2348f7(0x271)][_0x2348f7(0x25d)](_0x40b057),this[_0x2348f7(0x276)][_0x2348f7(0x28a)](_0x2348f7(0x243)+_0x248708)):(_0x248708=TestInfo['getTestIdentifierFromTestInfo'](_0x40b057,_0x40b057[_0x2348f7(0x28e)]),_0x48377f=TestInfo[_0x2348f7(0x210)](_0x248708));const _0x152793=TestInfo[_0x2348f7(0x1e2)](_0x248708);this[_0x2348f7(0x276)]['info'](_0x2060bd[_0x2348f7(0x242)](_0x2060bd[_0x2348f7(0x26b)],_0xa232d)),this['logger'][_0x2348f7(0x285)](_0x2060bd[_0x2348f7(0x242)](_0x2060bd['AcVQE'],util[_0x2348f7(0x1d6)](_0x152793)));const _0x370795=AutomationFramework['getState'](_0x24bc00,PlaywrightDriverModule[_0x2348f7(0x230)]),_0x287dda=_0x152793?.[TestFrameworkConstants[_0x2348f7(0x1da)]]||this[_0x2348f7(0x21d)]&&this['testFrameworkData'][_0x2348f7(0x28f)],_0x42782d=_0x152793?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x2348f7(0x21d)]&&this[_0x2348f7(0x21d)][_0x2348f7(0x1fc)],_0x16f530=TestFrameworkState[_0x2348f7(0x254)][_0x2348f7(0x20d)]()['split']('.')[0x1],_0x518935=HookState[_0x2348f7(0x1ea)][_0x2348f7(0x20d)]()['split']('.')[0x1],_0x50136d=_0x24bc00['getContext'](),_0x135e48=AutomationFramework[_0x2348f7(0x223)](_0x24bc00,PlaywrightDriverModule[_0x2348f7(0x1f0)],''),_0x52ae69={'provider':_0x2060bd['xcHAt'](getPlaywrightProvider,_0x135e48),'frameworkName':_0x2060bd[_0x2348f7(0x270)],'frameworkVersion':_0x2060bd[_0x2348f7(0x1eb)],'frameworkSessionId':LoadTestModule[_0x2348f7(0x20b)]()?LoadTestModule[_0x2348f7(0x1e3)]():AutomationFramework[_0x2348f7(0x223)](_0x24bc00,PlaywrightDriverModule[_0x2348f7(0x23c)],''),'ref':_0x24bc00['getRef'](),'hubUrl':_0x135e48};let _0x2f8d63=AutomationFramework[_0x2348f7(0x223)](_0x24bc00,PlaywrightDriverModule[_0x2348f7(0x23b)],{});_0x2f8d63&&_0x2060bd[_0x2348f7(0x246)](Object['keys'](_0x2f8d63)[_0x2348f7(0x213)],0x0)?_0x2f8d63=Buffer[_0x2348f7(0x1d4)](JSON['stringify'](_0x2f8d63))[_0x2348f7(0x20d)](_0x2060bd[_0x2348f7(0x20c)]):_0x2f8d63=Buffer[_0x2348f7(0x1d4)](JSON['stringify']({}))['toString'](_0x2060bd['SjwUD']);const _0x12910d={'hash':_0x50136d[_0x2348f7(0x240)](),'threadId':_0x50136d[_0x2348f7(0x27f)]()[_0x2348f7(0x20d)](),'processId':_0x50136d[_0x2348f7(0x25a)]()[_0x2348f7(0x20d)]()},_0x5af0fc={};_0x5af0fc[_0x2348f7(0x202)]=_0x248708;const _0x5675a8={};_0x5675a8[_0x2348f7(0x258)]=_0x48377f;const _0x3e9fa9={'platformIndex':_0x370795,'testFrameworkName':_0x287dda,'testFrameworkVersion':_0x42782d,'testFrameworkState':_0x16f530,'testHookState':_0x518935,...this['testFrameworkData']&&_0x2060bd[_0x2348f7(0x216)](this[_0x2348f7(0x21d)]['name'],FRAMEWORKS[_0x2348f7(0x25b)])?_0x5af0fc:_0x5675a8,'automationSession':_0x52ae69,'capabilities':_0x2f8d63,'executionContext':_0x12910d};this['logger'][_0x2348f7(0x28a)](_0x2348f7(0x277)+util[_0x2348f7(0x23a)](_0x3e9fa9)),GrpcClient['getInstance']()[_0x2348f7(0x22f)](_0x3e9fa9),this[_0x2348f7(0x276)][_0x2348f7(0x28a)](_0x2348f7(0x237)+_0xa232d+(this[_0x2348f7(0x21d)]&&_0x2060bd[_0x2348f7(0x26f)](this[_0x2348f7(0x21d)][_0x2348f7(0x28f)],FRAMEWORKS[_0x2348f7(0x25b)])?',\x20test_identifier:\x20'+_0x248708:''));if(!_0x46d6fe){this['logger'][_0x2348f7(0x28a)](_0x2060bd[_0x2348f7(0x21f)],_0x53b435['status']);return;}this[_0x2348f7(0x276)]['debug'](_0x2348f7(0x239)+_0xa232d),_0x40b057&&(this[_0x2348f7(0x276)][_0x2348f7(0x28a)](_0x2348f7(0x283)+_0x5da950),await this[_0x2348f7(0x208)](_0x40b057)),await this[_0x2348f7(0x1f2)](_0x24bc00,_0x5da950,_0x46d6fe,_0x52c82d);}async[a84_0xef19ee(0x1f2)](_0xee0f1c,_0x58fb51,_0x94e42e,_0x2251d2){const _0x39d667=a84_0xef19ee,_0x3ff003={'fPxWl':_0x39d667(0x1ef),'UaOvo':_0x39d667(0x288),'YJYie':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','SQmwJ':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','RyBmN':_0x39d667(0x27e),'iFfxw':_0x39d667(0x272),'OcffD':_0x39d667(0x257),'rerTL':function(_0x38c875,_0x5e647a){return _0x38c875===_0x5e647a;},'Bmpgc':_0x39d667(0x1df),'OoclJ':_0x39d667(0x285),'eKXWE':_0x39d667(0x289),'ixkCB':function(_0x215ecf,_0x3ccd73,_0x41dd1f,_0x3ab5df){return _0x215ecf(_0x3ccd73,_0x41dd1f,_0x3ab5df);},'FsMPS':_0x39d667(0x253),'xVHKJ':function(_0x5ae843,_0x21c0b7,_0x416e66){return _0x5ae843(_0x21c0b7,_0x416e66);}};if(CLIUtils[_0x39d667(0x234)](BrowserstackCLI[_0x39d667(0x233)]()['getConfig']())){this[_0x39d667(0x276)][_0x39d667(0x28a)](_0x3ff003[_0x39d667(0x209)]);return;}const _0xebcc0b=_0xee0f1c;if(!_0xebcc0b){this[_0x39d667(0x276)][_0x39d667(0x28a)](_0x3ff003[_0x39d667(0x25e)]);return;}const _0x5ee884=AutomationFramework[_0x39d667(0x223)](_0xebcc0b,PlaywrightDriverModule[_0x39d667(0x219)]);if(!_0x5ee884){this['logger'][_0x39d667(0x28a)](_0x3ff003[_0x39d667(0x241)]);return;}const _0x8b0e1c=_0x94e42e;if(!_0x8b0e1c){this[_0x39d667(0x276)]['debug'](_0x3ff003[_0x39d667(0x273)],_0x8b0e1c);return;}const _0x25bb1c={};_0x25bb1c[_0x39d667(0x1fd)]=_0x8b0e1c;const _0x1be0e6={};_0x1be0e6[_0x39d667(0x274)]=_0x3ff003[_0x39d667(0x1f7)],_0x1be0e6[_0x39d667(0x1d0)]=_0x25bb1c;const _0x580d09=_0x1be0e6;_0x2251d2&&(_0x580d09['arguments'][_0x3ff003[_0x39d667(0x1cf)]]=_0x2251d2);const _0xdb7533=(_0x58fb51?_0x58fb51:_0x3ff003[_0x39d667(0x1e6)])+'\x20'+_0x8b0e1c+'\x20'+(_0x2251d2?'with\x20'+_0x2251d2:''),_0x276eb9=_0x3ff003['rerTL'](_0x8b0e1c,_0x3ff003[_0x39d667(0x1ee)])?_0x3ff003[_0x39d667(0x1dd)]:_0x3ff003[_0x39d667(0x228)];await _0x3ff003['ixkCB'](playwrightAnnotate,_0x5ee884,_0xdb7533,_0x276eb9),_0x2251d2&&(_0x580d09[_0x39d667(0x1d0)][_0x3ff003[_0x39d667(0x1cf)]]=_0x2251d2),PerformanceTester[_0x39d667(0x1f1)](PerformanceEvents['SESSION_STATUS']),this[_0x39d667(0x276)][_0x39d667(0x28a)](_0x3ff003['FsMPS']),await _0x3ff003['xVHKJ'](playwrightBstackJsExecutor,_0x5ee884,_0x580d09),PerformanceTester[_0x39d667(0x22b)](PerformanceEvents[_0x39d667(0x222)]);}async[a84_0xef19ee(0x208)](_0x5a2656){const _0x10f1bb=a84_0xef19ee,_0x37826e={'TTUwH':'markSessionName:\x20Skipping\x20session\x20name\x20marking','dfWJK':function(_0x3c30a0,_0x4d4eeb){return _0x3c30a0(_0x4d4eeb);},'SAGXM':'setSessionName','OMxRQ':function(_0x267dc0,_0x3df451,_0x35abe4){return _0x267dc0(_0x3df451,_0x35abe4);}};try{if(CLIUtils[_0x10f1bb(0x24c)](BrowserstackCLI[_0x10f1bb(0x233)]()[_0x10f1bb(0x214)]())){this[_0x10f1bb(0x276)]['debug'](_0x37826e[_0x10f1bb(0x1f3)]);return;}const _0x242037=AutomationFramework[_0x10f1bb(0x223)](AutomationFramework[_0x10f1bb(0x1d5)](),PlaywrightDriverModule[_0x10f1bb(0x219)]);let _0x23cc6c;_0x5a2656['pickle']||_0x5a2656[_0x10f1bb(0x226)]?_0x23cc6c=_0x37826e['dfWJK'](getCucumberSessionName,_0x5a2656):_0x23cc6c=_0x37826e[_0x10f1bb(0x284)](getPlaywrightSessionName,_0x5a2656);const _0x2e97c6={};_0x2e97c6[_0x10f1bb(0x28f)]=_0x23cc6c;const _0x1c654f={};_0x1c654f[_0x10f1bb(0x274)]=_0x37826e[_0x10f1bb(0x204)],_0x1c654f[_0x10f1bb(0x1d0)]=_0x2e97c6;const _0x16c38a=_0x1c654f;PerformanceTester[_0x10f1bb(0x1f1)](PerformanceEvents[_0x10f1bb(0x1fa)]),await _0x37826e['OMxRQ'](playwrightBstackJsExecutor,_0x242037,_0x16c38a),PerformanceTester[_0x10f1bb(0x22b)](PerformanceEvents[_0x10f1bb(0x1fa)]);}catch(_0x481a99){PerformanceTester['end'](PerformanceEvents[_0x10f1bb(0x1fa)],![],util[_0x10f1bb(0x23a)](_0x481a99)),this[_0x10f1bb(0x276)][_0x10f1bb(0x289)](_0x10f1bb(0x1e7)+util['format'](_0x481a99));}}}function a84_0x4949(_0x37275c,_0x13b4ab){const _0x5778fc=a84_0x5778();return a84_0x4949=function(_0x494996,_0x511f16){_0x494996=_0x494996-0x1cd;let _0x52bda4=_0x5778fc[_0x494996];return _0x52bda4;},a84_0x4949(_0x37275c,_0x13b4ab);}function a84_0x5778(){const _0x7dc1d2=['status','getCapabilities','CurjQ','EXECUTE','testInfo','test_identifier','dTpML','SAGXM','HagIH','EDLeW','45012YMJsCK','markSessionName','fPxWl','IgruX','isLTSSession','SjwUD','toString','sessionId','../framework/constants/testFrameworkConstants.js','getTestUUID','platforms','../../../helpers/helper.js','length','getConfig','PLAYWRIGHT','lNoNy','testRunId','Error\x20in\x20onAfterDriverCreate:\x20','KEY_PAGE_OBJECT','../state/hookState.js','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','iqPpg','testFrameworkData','setState','bMkPi','6518368gdsgNx','context','SESSION_STATUS','getState','jptYi','fxIBV','gherkinDocument','onAfterDriverCreate:\x20Setting\x20context\x20object','eKXWE','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','\x20||\x20','end','fjpmZ','../../../helpers/performance/performance-tester.js','browserVersion','testSessionEvent','KEY_PLATFORM_INDEX','capabilities','Automation\x20onAfterTest:\x20Test\x20status:\x20','getInstance','shouldSkipSessionStatus','split','parallelIndex','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','browser','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','format','KEY_CAPABILITIES','KEY_SESSION_ID','util','onAfterDriverCreate','KEY_BROWSER_OBJECT','getId','YJYie','lkTlN','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','exports','cxoUs','NapAR','1993677tINWFH','driverInit','platformIndex','147398QsEFal','LZVPi','shouldSkipSessionName','\x20failure\x20reason:\x20','launchcaps','./baseModule','page','onAfterTest','getModuleName','markSessionStatus:\x20Marking\x20session\x20status','TEST','../state/testFrameworkState','pCXSr','Session','testUuid','pickle','getProcessId','JEST','bind','recreateIdentifierFromTestInfo','UaOvo','1354868vJGZlK','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','platformDetails','PlaywrightDriverModule','instance','../utils/jest-utils.js','../state/automationFrameworkState.js','KEY_TEST_ID','DHFul','workerInfo','getRef','bMRWy','AzWos','testId:\x20','onPlaywrightDispatch','11|5|8|7|6|9|3|2|1|10|4|0','ljpCv','jgOlL','jestUtils','reason','SQmwJ','action','../../../helpers/performance/constants.js','logger','onAfterTest\x20CBTSession\x20payload:\x20','browserName','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','NoIwk','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','message','CREATE','setSessionStatus','getThreadId','getTestId','result','AUTOMATE_EVENTS','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','dfWJK','info','WoUNv','Automation\x20onAfterTest:\x20Test\x20completed','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','error','debug','stringify','PRE','hubUrl','retry','name','__workerDetails','Vsnax','playwrightVersion','iFfxw','arguments','bStackParams','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','testId','from','getTrackedInstance','inspect','isBrowserstackInfra','onBeforeDriverCreate','pageObject','KEY_TEST_FRAMEWORK_NAME','../cliUtils.js','registerObserver','OoclJ','params','passed','KEY_CONTEXT_OBJECT','1052335GlojNp','getTestDetails','getLTSSessionId','JbuQO','../browserstackCLI.js','OcffD','Error\x20in\x20markSessionName:\x20','../framework/automationFramework.js','onDispatchExecute:\x20Playwright\x20sessionId:\x20','POST','dheij','./loadTestModule.js','../TestInfo.js','Bmpgc','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','KEY_HUB_URL','start','markSessionStatus','TTUwH','browserObject','JesxN','nTQyY','RyBmN','6RvwyEo','63405KUEOfw','SESSION_NAME','isPlaywright','version'];a84_0x5778=function(){return _0x7dc1d2;};return a84_0x5778();}PlaywrightDriverModule['MODULE_NAME']=a84_0xef19ee(0x262),module[a84_0xef19ee(0x244)]=PlaywrightDriverModule;
|
|
1
|
+
const a84_0x12872e=a84_0x4ced;(function(_0x2c09b4,_0x296aa6){const _0x3e5633=a84_0x4ced,_0x28647e=_0x2c09b4();while(!![]){try{const _0x5f1b66=-parseInt(_0x3e5633(0x1c4))/0x1*(parseInt(_0x3e5633(0x1a8))/0x2)+parseInt(_0x3e5633(0x1f9))/0x3*(-parseInt(_0x3e5633(0x1f0))/0x4)+parseInt(_0x3e5633(0x245))/0x5+parseInt(_0x3e5633(0x1f6))/0x6*(-parseInt(_0x3e5633(0x1ee))/0x7)+-parseInt(_0x3e5633(0x1a2))/0x8*(parseInt(_0x3e5633(0x1e4))/0x9)+-parseInt(_0x3e5633(0x230))/0xa+-parseInt(_0x3e5633(0x19f))/0xb*(-parseInt(_0x3e5633(0x1bb))/0xc);if(_0x5f1b66===_0x296aa6)break;else _0x28647e['push'](_0x28647e['shift']());}catch(_0x28be6a){_0x28647e['push'](_0x28647e['shift']());}}}(a84_0x13f3,0xe09ed));const util=require('util'),BaseModule=require(a84_0x12872e(0x249)),{createClassLogger}=require(a84_0x12872e(0x213)),{getFrameworkVersion}=require(a84_0x12872e(0x1f5)),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require(a84_0x12872e(0x1a1)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a84_0x12872e(0x1f8)),HookState=require(a84_0x12872e(0x236)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x12872e(0x20a)),CLIUtils=require(a84_0x12872e(0x1b0)),BrowserstackCLI=require(a84_0x12872e(0x19d)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require(a84_0x12872e(0x20d)),PerformanceEvents=require('../../../helpers/performance/constants.js')[a84_0x12872e(0x1af)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x12872e(0x1c7)),TestFrameworkConstants=require(a84_0x12872e(0x1b1)),TestFrameworkState=require('../state/testFrameworkState'),JestUtils=require(a84_0x12872e(0x23f));function a84_0x4ced(_0x4f5ebe,_0x4beba9){const _0x13f31f=a84_0x13f3();return a84_0x4ced=function(_0x4ced51,_0x282db6){_0x4ced51=_0x4ced51-0x193;let _0x4e5a32=_0x13f31f[_0x4ced51];return _0x4e5a32;},a84_0x4ced(_0x4f5ebe,_0x4beba9);}class PlaywrightDriverModule extends BaseModule{static [a84_0x12872e(0x210)]=a84_0x12872e(0x22a);static [a84_0x12872e(0x232)]='contextObject';static [a84_0x12872e(0x1f4)]=a84_0x12872e(0x1e1);static [a84_0x12872e(0x196)]='sessionId';static [a84_0x12872e(0x20f)]='platformIndex';static [a84_0x12872e(0x203)]='capabilities';static ['KEY_HUB_URL']='hubUrl';static [a84_0x12872e(0x19c)]=a84_0x12872e(0x1a9);static [a84_0x12872e(0x246)]='testId';[a84_0x12872e(0x243)]=createClassLogger('PlaywrightDriverModule');constructor(_0x345e8b=null){const _0x5094f5=a84_0x12872e,_0x191982={};_0x191982[_0x5094f5(0x215)]='8|10|6|4|3|11|5|7|1|0|9|2',_0x191982[_0x5094f5(0x1be)]=_0x5094f5(0x255);const _0x3cc4eb=_0x191982,_0x3158ca=_0x3cc4eb['PmkQC'][_0x5094f5(0x1a3)]('|');let _0x2885ae=0x0;while(!![]){switch(_0x3158ca[_0x2885ae++]){case'0':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x226)],HookState[_0x5094f5(0x253)],this['onAfterDriverCreate'][_0x5094f5(0x19b)](this));continue;case'1':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x226)],HookState[_0x5094f5(0x244)],this['onBeforeDriverCreate'][_0x5094f5(0x19b)](this));continue;case'2':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x204)],HookState[_0x5094f5(0x253)],this[_0x5094f5(0x19a)][_0x5094f5(0x19b)](this));continue;case'3':this[_0x5094f5(0x1bf)]=null;continue;case'4':this[_0x5094f5(0x21e)]=null;continue;case'5':this['testRunId']=null;continue;case'6':this[_0x5094f5(0x1d7)]=null;continue;case'7':this['jestUtils']=new JestUtils();continue;case'8':super(_0x345e8b);continue;case'9':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x1db)],HookState['POST'],this['onPlaywrightDispatch'][_0x5094f5(0x19b)](this));continue;case'10':this[_0x5094f5(0x1e6)]=_0x3cc4eb['eeGfc'];continue;case'11':this[_0x5094f5(0x1de)]=[];continue;}break;}}[a84_0x12872e(0x21b)](){const _0x1aec23=a84_0x12872e;return PlaywrightDriverModule[_0x1aec23(0x1ec)];}async[a84_0x12872e(0x198)](_0xa7ae0d){const _0x1e2d96=a84_0x12872e,_0x2a467c={};_0x2a467c[_0x1e2d96(0x1c6)]=_0x1e2d96(0x19e);const _0xf2793c=_0x2a467c;try{this[_0x1e2d96(0x243)][_0x1e2d96(0x252)](_0xf2793c[_0x1e2d96(0x1c6)]);const _0x23fc0a=_0xa7ae0d[_0x1e2d96(0x197)],_0x2e1bd2=_0xa7ae0d[_0x1e2d96(0x1d9)];AutomationFramework[_0x1e2d96(0x227)](_0xa7ae0d[_0x1e2d96(0x206)],PlaywrightDriverModule[_0x1e2d96(0x203)],_0x23fc0a),AutomationFramework[_0x1e2d96(0x227)](_0xa7ae0d[_0x1e2d96(0x206)],PlaywrightDriverModule['KEY_HUB_URL'],_0x2e1bd2);}catch(_0x1a6a3c){this['logger']['error']('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0x1e2d96(0x1a0)](_0x1a6a3c));}}async[a84_0x12872e(0x224)](_0x506d72){const _0x3c2444=a84_0x12872e,_0x3004d2={};_0x3004d2[_0x3c2444(0x1e8)]=function(_0x123741,_0x3851f1){return _0x123741||_0x3851f1;};const _0x599fec=_0x3004d2;try{const _0x984cca=_0x506d72?.[_0x3c2444(0x1d1)]&&_0x506d72?.[_0x3c2444(0x1d1)]?.[_0x3c2444(0x23d)]&&_0x506d72?.[_0x3c2444(0x1d1)]?.[_0x3c2444(0x23d)]?.[_0x3c2444(0x193)],_0x24a076=_0x506d72?.['message']&&_0x506d72?.[_0x3c2444(0x1d1)]?.['bStackParams'];if(_0x599fec[_0x3c2444(0x1e8)](_0x984cca,_0x24a076)){this[_0x3c2444(0x243)][_0x3c2444(0x252)](_0x3c2444(0x1d5)+util['inspect'](_0x984cca)+'\x20||\x20'+util[_0x3c2444(0x207)](_0x24a076));const _0xc4bdd1=_0x506d72?.[_0x3c2444(0x206)],_0x4db4fe=global?.[_0x3c2444(0x247)]?.[_0x3c2444(0x257)]?.[_0x3c2444(0x233)],_0x273f9a=_0x984cca?.[_0x3c2444(0x1e3)]||_0x24a076?.['sessionId'],_0x384aed=_0x984cca?.[_0x3c2444(0x1a9)]||_0x24a076?.[_0x3c2444(0x1a9)];_0x273f9a&&(this[_0x3c2444(0x243)][_0x3c2444(0x252)](_0x3c2444(0x1fb)+_0x273f9a),AutomationFramework[_0x3c2444(0x227)](_0xc4bdd1,PlaywrightDriverModule['KEY_SESSION_ID'],_0x273f9a)),_0x4db4fe&&(this[_0x3c2444(0x243)][_0x3c2444(0x252)](_0x3c2444(0x24f)+util['inspect'](_0x4db4fe)),AutomationFramework[_0x3c2444(0x227)](_0xc4bdd1,PlaywrightDriverModule[_0x3c2444(0x20f)],_0x4db4fe));}}catch(_0x4e7b1c){this[_0x3c2444(0x243)][_0x3c2444(0x1d0)](_0x3c2444(0x1bd)+util[_0x3c2444(0x1a0)](_0x4e7b1c));}}async[a84_0x12872e(0x1ca)](_0x2e2117){const _0x5a2ab5=a84_0x12872e,_0x17c12b={'zhMJf':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','vReLE':function(_0x533aab,_0x1a545e){return _0x533aab(_0x1a545e);},'fYzjE':_0x5a2ab5(0x1fa),'PdvfJ':_0x5a2ab5(0x21a),'aGHFd':_0x5a2ab5(0x1cc),'uhKco':_0x5a2ab5(0x23b),'rGiDc':_0x5a2ab5(0x1ea)};try{this[_0x5a2ab5(0x243)][_0x5a2ab5(0x252)](_0x17c12b[_0x5a2ab5(0x1c0)]);const _0x3cdb43=_0x2e2117[_0x5a2ab5(0x206)];this[_0x5a2ab5(0x1d7)]=_0x17c12b[_0x5a2ab5(0x1d2)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x2e2117[_0x5a2ab5(0x1ba)]){this[_0x5a2ab5(0x243)][_0x5a2ab5(0x252)](_0x17c12b[_0x5a2ab5(0x22f)]),AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x1f4)],_0x2e2117[_0x5a2ab5(0x1ba)]);if(_0x2e2117[_0x5a2ab5(0x229)]){this[_0x5a2ab5(0x243)]['debug'](_0x17c12b[_0x5a2ab5(0x222)]);const _0x2aacbc=this['getTestId'](_0x2e2117);AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x246)],_0x2aacbc),await this[_0x5a2ab5(0x1b2)](_0x2e2117[_0x5a2ab5(0x229)]);}}_0x2e2117[_0x5a2ab5(0x1c3)]&&(this[_0x5a2ab5(0x243)]['debug'](_0x17c12b[_0x5a2ab5(0x21f)]),AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x232)],_0x2e2117['context']));if(_0x2e2117[_0x5a2ab5(0x237)]){this[_0x5a2ab5(0x243)][_0x5a2ab5(0x252)](_0x17c12b['uhKco']);const _0x44a377=global?.[_0x5a2ab5(0x247)]?.[_0x5a2ab5(0x257)]?.[_0x5a2ab5(0x233)];AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule['KEY_BROWSER_OBJECT'],_0x2e2117[_0x5a2ab5(0x237)]),AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x20f)],_0x44a377);const _0xef40c7={};_0xef40c7[_0x5a2ab5(0x205)]=!![];const _0x38bf33=Buffer[_0x5a2ab5(0x1ad)](JSON['stringify'](_0xef40c7)[_0x5a2ab5(0x1c9)](_0x17c12b[_0x5a2ab5(0x24d)])),_0x521a7c=await GrpcClient[_0x5a2ab5(0x1d8)]()[_0x5a2ab5(0x1e0)]({'platformIndex':_0x44a377,'ref':_0x3cdb43[_0x5a2ab5(0x25a)](),'userInputParams':_0x38bf33});helper[_0x5a2ab5(0x201)](helper[_0x5a2ab5(0x1e2)]())&&AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x203)],JSON[_0x5a2ab5(0x1b8)](Buffer['from'](_0x521a7c[_0x5a2ab5(0x1e9)](),_0x17c12b['rGiDc'])['toString']()));}}catch(_0x3b6c8b){this[_0x5a2ab5(0x243)][_0x5a2ab5(0x1d0)](_0x5a2ab5(0x1b6)+util[_0x5a2ab5(0x1a0)](_0x3b6c8b));}}async['onAfterTest'](_0x18503f){const _0x5a0c95=a84_0x12872e,_0x1fc8ea={'qOqnP':_0x5a0c95(0x259),'GEDoh':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','QPNCO':function(_0x14101c,_0x483854){return _0x14101c(_0x483854);},'OUmQG':function(_0x3c6dfa,_0x5e4822){return _0x3c6dfa(_0x5e4822);},'eTSiN':function(_0x3bb5e6,_0x2c0999,_0x474ec1){return _0x3bb5e6(_0x2c0999,_0x474ec1);},'GbESs':'result','Bzkxx':_0x5a0c95(0x1d1),'jxwLw':function(_0x530c32,_0x25b0c2,_0x26f140){return _0x530c32(_0x25b0c2,_0x26f140);},'VUcjK':_0x5a0c95(0x1d0),'WZtCk':_0x5a0c95(0x218),'ieRHY':function(_0x3a77aa,_0x33761b){return _0x3a77aa>_0x33761b;},'iYPhI':function(_0x260e44,_0x1cca5d){return _0x260e44||_0x1cca5d;},'btXnP':function(_0x477446,_0x9e8377){return _0x477446||_0x9e8377;},'NVpeL':function(_0x40fa77,_0x2624da){return _0x40fa77===_0x2624da;},'RdXAV':function(_0x12a7dd,_0x403993){return _0x12a7dd+_0x403993;},'vQaeu':_0x5a0c95(0x231),'GVOjJ':'testData\x20from\x20onAfterTest:\x20','ewmos':_0x5a0c95(0x22b),'rJclu':_0x5a0c95(0x248),'nbHht':_0x5a0c95(0x1ea),'jfkvc':_0x5a0c95(0x1ed)};this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x1fc8ea[_0x5a0c95(0x24a)]);const _0x107b47=_0x18503f['instance'];if(!_0x107b47){this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x1fc8ea[_0x5a0c95(0x1ce)]);return;}const _0x61e6d2=_0x18503f[_0x5a0c95(0x229)],_0x1701dd=this[_0x5a0c95(0x22d)](_0x18503f),_0x329836=_0x61e6d2[_0x5a0c95(0x1f3)];let _0x3922a5;const _0x5d6381=_0x1fc8ea[_0x5a0c95(0x228)](getPlaywrightStatus,_0x329836);let _0x3ff7ee,_0x5b578a=null;if(_0x61e6d2[_0x5a0c95(0x1dd)]||_0x61e6d2[_0x5a0c95(0x1df)])_0x3ff7ee=_0x1fc8ea['OUmQG'](getCucumberSessionName,_0x61e6d2),_0x3922a5=_0x1fc8ea[_0x5a0c95(0x1b3)](nestedKeyValue,_0x61e6d2,[_0x1fc8ea[_0x5a0c95(0x209)],_0x1fc8ea[_0x5a0c95(0x1ac)]]);else{_0x3ff7ee=_0x1fc8ea['OUmQG'](getPlaywrightSessionName,_0x61e6d2),_0x3922a5=_0x1fc8ea[_0x5a0c95(0x20b)](nestedKeyValue,_0x61e6d2,[_0x1fc8ea[_0x5a0c95(0x1b7)],_0x1fc8ea['Bzkxx']]);const _0x1fccee=_0x1fc8ea[_0x5a0c95(0x20b)](nestedKeyValue,_0x61e6d2,[_0x1fc8ea[_0x5a0c95(0x1d4)]]);_0x1fccee&&_0x1fc8ea[_0x5a0c95(0x1f2)](_0x1fccee[_0x5a0c95(0x242)],0x0)&&(_0x5b578a=_0x1fccee[0x0][_0x5a0c95(0x1d1)]),_0x3922a5=_0x1fc8ea[_0x5a0c95(0x1fe)](_0x3922a5,_0x5b578a),this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x251)+_0x5d6381+'\x20failure\x20reason:\x20'+_0x3922a5);}const _0x281f90=_0x1fc8ea[_0x5a0c95(0x1fd)](_0x3922a5,_0x5b578a);this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x251)+_0x5d6381);let _0x5ee815,_0x53a54;if(this[_0x5a0c95(0x1a7)]&&_0x1fc8ea['NVpeL'](this[_0x5a0c95(0x1a7)]['name'],FRAMEWORKS[_0x5a0c95(0x256)]))_0x5ee815=_0x1701dd,_0x53a54=TestInfo[_0x5a0c95(0x1e5)](_0x5ee815);else this['testFrameworkData']&&_0x1fc8ea[_0x5a0c95(0x23a)](this['testFrameworkData']['name'],FRAMEWORKS[_0x5a0c95(0x1c8)])?(_0x5ee815=this[_0x5a0c95(0x1d6)][_0x5a0c95(0x1dc)](_0x61e6d2),this[_0x5a0c95(0x243)][_0x5a0c95(0x252)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x5ee815)):(_0x5ee815=TestInfo['getTestIdentifierFromTestInfo'](_0x61e6d2,_0x61e6d2[_0x5a0c95(0x1ef)]),_0x53a54=TestInfo[_0x5a0c95(0x1e5)](_0x5ee815));const _0x251664=TestInfo[_0x5a0c95(0x1cb)](_0x5ee815);this[_0x5a0c95(0x243)]['info'](_0x1fc8ea[_0x5a0c95(0x1ff)](_0x1fc8ea[_0x5a0c95(0x1aa)],_0x1701dd)),this[_0x5a0c95(0x243)][_0x5a0c95(0x22e)](_0x1fc8ea[_0x5a0c95(0x1ff)](_0x1fc8ea[_0x5a0c95(0x24e)],util['inspect'](_0x251664)));const _0x481cf2=AutomationFramework[_0x5a0c95(0x199)](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x20f)]),_0x1e85eb=_0x251664?.[TestFrameworkConstants[_0x5a0c95(0x1f7)]]||this[_0x5a0c95(0x1a7)]&&this[_0x5a0c95(0x1a7)][_0x5a0c95(0x1e6)],_0x5ce1d9=_0x251664?.[TestFrameworkConstants[_0x5a0c95(0x1c1)]]||this[_0x5a0c95(0x1a7)]&&this[_0x5a0c95(0x1a7)][_0x5a0c95(0x202)],_0x4b1cba=TestFrameworkState[_0x5a0c95(0x21c)]['toString']()[_0x5a0c95(0x1a3)]('.')[0x1],_0x1772a0=HookState[_0x5a0c95(0x253)]['toString']()[_0x5a0c95(0x1a3)]('.')[0x1],_0x3c745f=_0x107b47['getContext'](),_0x2eafa3=AutomationFramework['getState'](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x234)],''),_0x49fff3={'provider':_0x1fc8ea['OUmQG'](getPlaywrightProvider,_0x2eafa3),'frameworkName':_0x1fc8ea['ewmos'],'frameworkVersion':_0x1fc8ea['rJclu'],'frameworkSessionId':LoadTestModule[_0x5a0c95(0x24c)]()?LoadTestModule[_0x5a0c95(0x219)]():AutomationFramework[_0x5a0c95(0x199)](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x196)],''),'ref':_0x107b47[_0x5a0c95(0x25a)](),'hubUrl':_0x2eafa3};let _0x40a5e6=AutomationFramework['getState'](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x203)],{});_0x40a5e6&&_0x1fc8ea[_0x5a0c95(0x1f2)](Object['keys'](_0x40a5e6)[_0x5a0c95(0x242)],0x0)?_0x40a5e6=Buffer[_0x5a0c95(0x1ad)](JSON[_0x5a0c95(0x1c5)](_0x40a5e6))[_0x5a0c95(0x1c9)](_0x1fc8ea[_0x5a0c95(0x1ab)]):_0x40a5e6=Buffer[_0x5a0c95(0x1ad)](JSON[_0x5a0c95(0x1c5)]({}))[_0x5a0c95(0x1c9)](_0x1fc8ea[_0x5a0c95(0x1ab)]);const _0x3de2ec={'hash':_0x3c745f[_0x5a0c95(0x1eb)](),'threadId':_0x3c745f['getThreadId']()[_0x5a0c95(0x1c9)](),'processId':_0x3c745f['getProcessId']()[_0x5a0c95(0x1c9)]()},_0x5a56a3={};_0x5a56a3[_0x5a0c95(0x225)]=_0x5ee815;const _0x45e70b={};_0x45e70b[_0x5a0c95(0x25b)]=_0x53a54;const _0x19352a={'platformIndex':_0x481cf2,'testFrameworkName':_0x1e85eb,'testFrameworkVersion':_0x5ce1d9,'testFrameworkState':_0x4b1cba,'testHookState':_0x1772a0,...this[_0x5a0c95(0x1a7)]&&_0x1fc8ea[_0x5a0c95(0x23a)](this[_0x5a0c95(0x1a7)][_0x5a0c95(0x1e6)],FRAMEWORKS[_0x5a0c95(0x1c8)])?_0x5a56a3:_0x45e70b,'automationSession':_0x49fff3,'capabilities':_0x40a5e6,'executionContext':_0x3de2ec};this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x24b)+util['format'](_0x19352a)),GrpcClient[_0x5a0c95(0x1d8)]()[_0x5a0c95(0x1bc)](_0x19352a),this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x239)+_0x1701dd+(this[_0x5a0c95(0x1a7)]&&_0x1fc8ea[_0x5a0c95(0x23a)](this['testFrameworkData'][_0x5a0c95(0x1e6)],FRAMEWORKS[_0x5a0c95(0x1c8)])?_0x5a0c95(0x250)+_0x5ee815:''));if(!_0x5d6381){this['logger'][_0x5a0c95(0x252)](_0x1fc8ea['jfkvc'],_0x329836[_0x5a0c95(0x1f3)]);return;}this[_0x5a0c95(0x243)]['debug']('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x1701dd),_0x61e6d2&&(this[_0x5a0c95(0x243)]['debug'](_0x5a0c95(0x254)+_0x3ff7ee),await this['markSessionName'](_0x61e6d2)),await this[_0x5a0c95(0x220)](_0x107b47,_0x3ff7ee,_0x5d6381,_0x281f90);}async['markSessionStatus'](_0x5c426b,_0x3da2e5,_0x48cee0,_0x4f25b3){const _0x1a55e8=a84_0x12872e,_0x4efb1e={'zVdXp':_0x1a55e8(0x240),'nKPsY':'markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','AhhUN':_0x1a55e8(0x1a6),'RWNyo':_0x1a55e8(0x1ed),'wAzRa':'setSessionStatus','tQQkm':_0x1a55e8(0x238),'dMwaB':'Session','bZonA':function(_0x325629,_0x4ad4cb){return _0x325629===_0x4ad4cb;},'WcOiF':_0x1a55e8(0x20c),'SNUvI':_0x1a55e8(0x22e),'HQhmE':_0x1a55e8(0x1d0),'nhmig':function(_0x3866bd,_0x14a05a,_0x1c3f4b,_0x2a8dd3){return _0x3866bd(_0x14a05a,_0x1c3f4b,_0x2a8dd3);},'XwccO':_0x1a55e8(0x217),'MocVq':function(_0x1ff894,_0x3f9a3e,_0x449465){return _0x1ff894(_0x3f9a3e,_0x449465);}};if(CLIUtils[_0x1a55e8(0x1fc)](BrowserstackCLI['getInstance']()[_0x1a55e8(0x211)]())){this['logger']['debug'](_0x4efb1e[_0x1a55e8(0x1c2)]);return;}const _0x1302f0=_0x5c426b;if(!_0x1302f0){this[_0x1a55e8(0x243)][_0x1a55e8(0x252)](_0x4efb1e[_0x1a55e8(0x1cd)]);return;}const _0xd699c8=AutomationFramework[_0x1a55e8(0x199)](_0x1302f0,PlaywrightDriverModule[_0x1a55e8(0x1f4)]);if(!_0xd699c8){this[_0x1a55e8(0x243)]['debug'](_0x4efb1e[_0x1a55e8(0x194)]);return;}const _0x27ceab=_0x48cee0;if(!_0x27ceab){this['logger']['debug'](_0x4efb1e['RWNyo'],_0x27ceab);return;}const _0x121df0={};_0x121df0[_0x1a55e8(0x1f3)]=_0x27ceab;const _0x285458={};_0x285458[_0x1a55e8(0x223)]=_0x4efb1e[_0x1a55e8(0x22c)],_0x285458[_0x1a55e8(0x195)]=_0x121df0;const _0x4e7984=_0x285458;_0x4f25b3&&(_0x4e7984['arguments'][_0x4efb1e['tQQkm']]=_0x4f25b3);const _0x9c36a4=(_0x3da2e5?_0x3da2e5:_0x4efb1e[_0x1a55e8(0x241)])+'\x20'+_0x27ceab+'\x20'+(_0x4f25b3?_0x1a55e8(0x221)+_0x4f25b3:''),_0xab25ae=_0x4efb1e['bZonA'](_0x27ceab,_0x4efb1e[_0x1a55e8(0x1b5)])?_0x4efb1e[_0x1a55e8(0x1cf)]:_0x4efb1e[_0x1a55e8(0x1f1)];await _0x4efb1e[_0x1a55e8(0x1a4)](playwrightAnnotate,_0xd699c8,_0x9c36a4,_0xab25ae),_0x4f25b3&&(_0x4e7984['arguments'][_0x4efb1e[_0x1a55e8(0x214)]]=_0x4f25b3),PerformanceTester[_0x1a55e8(0x235)](PerformanceEvents[_0x1a55e8(0x1b4)]),this[_0x1a55e8(0x243)][_0x1a55e8(0x252)](_0x4efb1e[_0x1a55e8(0x23e)]),await _0x4efb1e[_0x1a55e8(0x21d)](playwrightBstackJsExecutor,_0xd699c8,_0x4e7984),PerformanceTester['end'](PerformanceEvents[_0x1a55e8(0x1b4)]);}async['markSessionName'](_0x4b4bfa){const _0x24f582=a84_0x12872e,_0xe3f42c={'lqQLi':_0x24f582(0x23c),'hfvaD':function(_0x23f997,_0x3834dd){return _0x23f997(_0x3834dd);},'TIZqE':function(_0x4ddd2d,_0x46294c){return _0x4ddd2d(_0x46294c);},'gIRAD':_0x24f582(0x1d3),'WrrPS':function(_0x20816c,_0x2e00a8,_0x56040a){return _0x20816c(_0x2e00a8,_0x56040a);}};try{if(CLIUtils[_0x24f582(0x216)](BrowserstackCLI[_0x24f582(0x1d8)]()[_0x24f582(0x211)]())){this[_0x24f582(0x243)][_0x24f582(0x252)](_0xe3f42c[_0x24f582(0x200)]);return;}const _0x4ce63d=AutomationFramework[_0x24f582(0x199)](AutomationFramework[_0x24f582(0x1e7)](),PlaywrightDriverModule[_0x24f582(0x1f4)]);let _0x34795a;_0x4b4bfa[_0x24f582(0x1dd)]||_0x4b4bfa[_0x24f582(0x1df)]?_0x34795a=_0xe3f42c['hfvaD'](getCucumberSessionName,_0x4b4bfa):_0x34795a=_0xe3f42c[_0x24f582(0x1a5)](getPlaywrightSessionName,_0x4b4bfa);const _0x15d50c={};_0x15d50c[_0x24f582(0x1e6)]=_0x34795a;const _0x52ec66={};_0x52ec66[_0x24f582(0x223)]=_0xe3f42c[_0x24f582(0x20e)],_0x52ec66[_0x24f582(0x195)]=_0x15d50c;const _0x2e3d51=_0x52ec66;PerformanceTester[_0x24f582(0x235)](PerformanceEvents[_0x24f582(0x208)]),await _0xe3f42c[_0x24f582(0x212)](playwrightBstackJsExecutor,_0x4ce63d,_0x2e3d51),PerformanceTester['end'](PerformanceEvents[_0x24f582(0x208)]);}catch(_0x526cde){PerformanceTester[_0x24f582(0x1ae)](PerformanceEvents[_0x24f582(0x208)],![],util[_0x24f582(0x1a0)](_0x526cde)),this[_0x24f582(0x243)][_0x24f582(0x1d0)](_0x24f582(0x1da)+util[_0x24f582(0x1a0)](_0x526cde));}}}function a84_0x13f3(){const _0xb2376b=['151kucpxu','stringify','IvRHW','./loadTestModule.js','JEST','toString','onAfterDriverCreate','getTestDetails','onAfterDriverCreate:\x20Setting\x20context\x20object','nKPsY','GEDoh','SNUvI','error','message','vReLE','setSessionName','WZtCk','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','jestUtils','playwrightVersion','getInstance','hubUrl','Error\x20in\x20markSessionName:\x20','PLAYWRIGHT_DISPATCH','recreateIdentifierFromTestInfo','pickle','platforms','gherkinDocument','driverInit','pageObject','isBrowserstackInfra','sessionId','64791nvPMKP','getTestUUID','name','getTrackedInstance','jHJsd','getCapabilities','base64','getId','MODULE_NAME','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','9000586OjpDcX','retry','3421784jxwTwM','HQhmE','ieRHY','status','KEY_PAGE_OBJECT','../../../helpers/test-observability/utils','6pnmmSx','KEY_TEST_FRAMEWORK_NAME','../state/automationFrameworkState.js','6olPSTe','onAfterDriverCreate:\x20Setting\x20page\x20object','onDispatchExecute:\x20Playwright\x20sessionId:\x20','shouldSkipSessionStatus','btXnP','iYPhI','RdXAV','lqQLi','isFalse','version','KEY_CAPABILITIES','EXECUTE','isPlaywright','instance','inspect','SESSION_NAME','GbESs','../../../helpers/helper.js','jxwLw','passed','../../../helpers/performance/performance-tester.js','gIRAD','KEY_PLATFORM_INDEX','KEY_BROWSER_OBJECT','getConfig','WrrPS','../../../helpers/classLogger.js','tQQkm','PmkQC','shouldSkipSessionName','markSessionStatus:\x20Marking\x20session\x20status','errors','getLTSSessionId','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','getModuleName','TEST','MocVq','browserName','aGHFd','markSessionStatus','with\x20','PdvfJ','action','onPlaywrightDispatch','test_identifier','CREATE','setState','QPNCO','testInfo','browserObject','Playwright','wAzRa','getTestId','info','fYzjE','11343660bnLCow','testId:\x20','KEY_CONTEXT_OBJECT','parallelIndex','KEY_HUB_URL','start','../state/hookState.js','browser','reason','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','NVpeL','onAfterDriverCreate:\x20Setting\x20browser\x20object','markSessionName:\x20Skipping\x20session\x20name\x20marking','params','XwccO','../utils/jest-utils.js','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','dMwaB','length','logger','PRE','5777100JtlPRO','KEY_TEST_ID','__workerDetails','1.51.0','./baseModule','qOqnP','onAfterTest\x20CBTSession\x20payload:\x20','isLTSSession','rGiDc','GVOjJ','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20',',\x20test_identifier:\x20','Automation\x20onAfterTest:\x20Test\x20status:\x20','debug','POST','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','PlaywrightDriverModule','CUCUMBER','workerInfo','exports','Automation\x20onAfterTest:\x20Test\x20completed','getRef','testUuid','bsParams','AhhUN','arguments','KEY_SESSION_ID','launchcaps','onBeforeDriverCreate','getState','onAfterTest','bind','KEY_PLATFORM_DETAILS','../browserstackCLI.js','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','33KWrAWX','format','../../utils/constants','880AOLfYy','split','nhmig','TIZqE','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','testFrameworkData','20858ndaFCo','platformDetails','vQaeu','nbHht','Bzkxx','from','end','AUTOMATE_EVENTS','../cliUtils.js','../framework/constants/testFrameworkConstants.js','markSessionName','eTSiN','SESSION_STATUS','WcOiF','Error\x20in\x20onAfterDriverCreate:\x20','VUcjK','parse','registerObserver','page','25049400cOtpdK','testSessionEvent','Error\x20in\x20onDispatchExecute:\x20','eeGfc','browserVersion','zhMJf','KEY_TEST_FRAMEWORK_VERSION','zVdXp','context'];a84_0x13f3=function(){return _0xb2376b;};return a84_0x13f3();}PlaywrightDriverModule[a84_0x12872e(0x1ec)]=a84_0x12872e(0x255),module[a84_0x12872e(0x258)]=PlaywrightDriverModule;
|