browserstack-node-sdk 1.55.4 → 1.55.6
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/generated/sdk-messages_pb.d.ts +40 -0
- package/generated/sdk-messages_pb.js +322 -2
- package/package.json +3 -2
- 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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/puppeteer-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/newmanTestFramework.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/puppeteerAutomationFramework.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/puppeteerDriverModule.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/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -0
- 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 a106_0x2260f0=a106_0x241c;(function(_0x6589bf,_0x206606){const _0x2183cf=a106_0x241c,_0x2da10c=_0x6589bf();while(!![]){try{const _0x273f6e=-parseInt(_0x2183cf(0x1e2))/0x1+-parseInt(_0x2183cf(0x20b))/0x2+parseInt(_0x2183cf(0x1f3))/0x3*(-parseInt(_0x2183cf(0x207))/0x4)+-parseInt(_0x2183cf(0x19d))/0x5*(parseInt(_0x2183cf(0x1cd))/0x6)+-parseInt(_0x2183cf(0x219))/0x7*(parseInt(_0x2183cf(0x209))/0x8)+parseInt(_0x2183cf(0x18c))/0x9+parseInt(_0x2183cf(0x1a1))/0xa*(parseInt(_0x2183cf(0x179))/0xb);if(_0x273f6e===_0x206606)break;else _0x2da10c['push'](_0x2da10c['shift']());}catch(_0x5b70f5){_0x2da10c['push'](_0x2da10c['shift']());}}}(a106_0x1adc,0x6467a));const util=require(a106_0x2260f0(0x170)),logger=require(a106_0x2260f0(0x1ee))['winstonLogger'],accessibilityHelper=require(a106_0x2260f0(0x1bf)),globals=require(a106_0x2260f0(0x16c)),scripts=require(a106_0x2260f0(0x1f0)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x2260f0(0x1d1)),BrowserstackCLI=require(a106_0x2260f0(0x1fc));function a106_0x241c(_0x60db90,_0x88e53c){const _0x1adce0=a106_0x1adc();return a106_0x241c=function(_0x241cb2,_0x5ea0df){_0x241cb2=_0x241cb2-0x157;let _0x56b879=_0x1adce0[_0x241cb2];return _0x56b879;},a106_0x241c(_0x60db90,_0x88e53c);}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a106_0x2260f0(0x171));}catch(a106_0x5c57d8){logger[a106_0x2260f0(0x1fb)](a106_0x2260f0(0x217));}const a106_0x1ad70b={};a106_0x1ad70b[a106_0x2260f0(0x194)]=0x1,a106_0x1ad70b[a106_0x2260f0(0x177)]=0x7530,a106_0x1ad70b[a106_0x2260f0(0x166)]=0x7530;const RETRY_CONFIG=a106_0x1ad70b,setConfigTimeout=(_0x3c518d,_0x20a692=null)=>{const _0x4b8670=a106_0x2260f0,_0x735846={'AEIfR':function(_0x1ef1c1,_0x2ce257){return _0x1ef1c1===_0x2ce257;},'NJcQp':_0x4b8670(0x215),'fyjyF':function(_0x4fa56d,_0x33df6b){return _0x4fa56d===_0x33df6b;},'THMjH':function(_0x494f3c,_0x648a69){return _0x494f3c*_0x648a69;},'zchmD':function(_0x136c11,_0x34e2ba){return _0x136c11(_0x34e2ba);},'hXlhe':function(_0x366aba,_0x301cdb){return _0x366aba*_0x301cdb;},'dIUwK':function(_0x278301,_0x5e97b9){return _0x278301(_0x5e97b9);}};if(BrowserstackCLI[_0x4b8670(0x21c)]()[_0x4b8670(0x1cc)]()&&BrowserstackCLI[_0x4b8670(0x21c)]()[_0x4b8670(0x183)]()){const _0x356b6d=BrowserstackCLI[_0x4b8670(0x21c)]()[_0x4b8670(0x183)]()[_0x4b8670(0x1f9)],_0x452cf3=_0x356b6d[_0x4b8670(0x19c)][_0x4b8670(0x15e)]||[];for(const _0x365faf of _0x452cf3){_0x735846[_0x4b8670(0x214)](_0x365faf['name'],_0x735846[_0x4b8670(0x1e0)])&&_0x735846[_0x4b8670(0x1ac)](_0x20a692,null)&&(_0x3c518d['timeoutMs']=_0x735846[_0x4b8670(0x206)](_0x735846[_0x4b8670(0x1db)](parseInt,_0x365faf[_0x4b8670(0x192)]),0x3e8));}}else process[_0x4b8670(0x1e4)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x3c518d[_0x4b8670(0x177)]=_0x735846[_0x4b8670(0x1bc)](_0x735846['dIUwK'](parseInt,process[_0x4b8670(0x1e4)][_0x4b8670(0x197)]),0x3e8));},detectDriverType=_0x2caaac=>{const _0x559208=a106_0x2260f0,_0x49abf9={};_0x49abf9['pxiwP']=_0x559208(0x228),_0x49abf9['XNnIj']=function(_0x3596db,_0x3f70d4){return _0x3596db===_0x3f70d4;},_0x49abf9[_0x559208(0x19b)]=_0x559208(0x1bb),_0x49abf9[_0x559208(0x1b2)]=_0x559208(0x164),_0x49abf9[_0x559208(0x1ab)]='selenium-webdriver',_0x49abf9['kAzNb']=_0x559208(0x1ba),_0x49abf9['lKOKP']=function(_0x3cb2d8,_0xe2028a){return _0x3cb2d8===_0xe2028a;},_0x49abf9[_0x559208(0x17a)]=_0x559208(0x1a7),_0x49abf9[_0x559208(0x15f)]=_0x559208(0x1b0),_0x49abf9['DrtAv']='playwright-codecept-driver',_0x49abf9[_0x559208(0x1a6)]=function(_0xd6461e,_0x1feaf8){return _0xd6461e||_0x1feaf8;},_0x49abf9['nIFLW']=_0x559208(0x18d);const _0x4cec2d=_0x49abf9;if(!_0x2caaac){const _0x3524c2={};return _0x3524c2[_0x559208(0x173)]=![],_0x3524c2[_0x559208(0x1fa)]=_0x4cec2d[_0x559208(0x18e)],_0x3524c2;}if(_0x4cec2d[_0x559208(0x17c)](typeof _0x2caaac[_0x559208(0x163)],_0x4cec2d[_0x559208(0x19b)])&&_0x4cec2d['XNnIj'](typeof _0x2caaac[_0x559208(0x21a)],_0x4cec2d[_0x559208(0x19b)])&&_0x4cec2d[_0x559208(0x17c)](typeof _0x2caaac[_0x559208(0x213)],_0x4cec2d['jrdqO'])){const _0xd0e302={};return _0xd0e302[_0x559208(0x173)]=!![],_0xd0e302[_0x559208(0x1fa)]=_0x4cec2d[_0x559208(0x1b2)],_0xd0e302;}if(_0x4cec2d[_0x559208(0x17c)](typeof _0x2caaac[_0x559208(0x1d7)],_0x4cec2d[_0x559208(0x19b)])&&_0x4cec2d[_0x559208(0x17c)](typeof _0x2caaac['getCapabilities'],_0x4cec2d[_0x559208(0x19b)])){const _0x542b1c={};return _0x542b1c[_0x559208(0x173)]=![],_0x542b1c[_0x559208(0x1fa)]=_0x4cec2d[_0x559208(0x1ab)],_0x542b1c;}const _0x21d466=_0x2caaac[_0x559208(0x201)]?.['name'];if(_0x4cec2d['XNnIj'](_0x21d466,_0x4cec2d[_0x559208(0x21d)])){const _0x479568={};return _0x479568[_0x559208(0x173)]=!![],_0x479568[_0x559208(0x1fa)]=_0x4cec2d[_0x559208(0x1b2)],_0x479568;}if(_0x4cec2d[_0x559208(0x169)](_0x21d466,_0x4cec2d['OeSiC'])){const _0x104a59={};return _0x104a59['isPlaywright']=![],_0x104a59[_0x559208(0x1fa)]=_0x4cec2d['tvUGu'],_0x104a59;}if(_0x4cec2d['XNnIj'](_0x21d466,_0x4cec2d[_0x559208(0x15f)])){const _0x56d8b0={};return _0x56d8b0[_0x559208(0x173)]=!![],_0x56d8b0[_0x559208(0x1fa)]=_0x4cec2d[_0x559208(0x190)],_0x56d8b0;}logger['warn'](_0x559208(0x16e)+_0x4cec2d[_0x559208(0x1a6)](_0x21d466,_0x4cec2d[_0x559208(0x1c8)]));const _0x36c7b0={};return _0x36c7b0[_0x559208(0x173)]=![],_0x36c7b0[_0x559208(0x1fa)]=_0x4cec2d[_0x559208(0x18e)],_0x36c7b0;},withTimeout=(_0x175623,_0x52958b)=>{const _0x302cf4=a106_0x2260f0;return Promise[_0x302cf4(0x21f)]([_0x175623,new Promise((_0x5adcea,_0x5eb683)=>setTimeout(()=>_0x5eb683(new Error(_0x302cf4(0x1b4)+_0x52958b+'ms')),_0x52958b))]);};exports[a106_0x2260f0(0x1f2)]=async(_0x19322d,_0x3d369c=null,_0x415511=null,_0x3f678d=![],_0x4487b6=null)=>{const _0x4149be=a106_0x2260f0,_0x52854a={'Budzr':function(_0x545d9a,_0x537c56){return _0x545d9a&&_0x537c56;},'DSmNq':function(_0x331721,_0x4897aa,_0x1c3436){return _0x331721(_0x4897aa,_0x1c3436);},'wrsOv':function(_0x59452e,_0x243f79){return _0x59452e===_0x243f79;},'lRUtt':_0x4149be(0x157),'ykDPF':function(_0x44df4c,_0x5d4e4a,_0x2074d6){return _0x44df4c(_0x5d4e4a,_0x2074d6);},'zUCBZ':function(_0x1dc698,_0x1278dc){return _0x1dc698(_0x1278dc);},'VPcoS':function(_0x704b,_0x263556){return _0x704b||_0x263556;},'xPCWK':function(_0x452dcb,_0x3560b9){return _0x452dcb!==_0x3560b9;},'iBovK':'isAccessibilityPlatform','Nicge':function(_0x213459,_0x414020){return _0x213459!==_0x414020;},'yCbfe':_0x4149be(0x1f7),'fTGiX':function(_0x3924e1,_0x3a3965){return _0x3924e1===_0x3a3965;},'lucRC':_0x4149be(0x1c4),'dxQyq':'unknown_method','HTFII':function(_0x31f48b,_0x56a3b8){return _0x31f48b===_0x56a3b8;},'nSlvX':_0x4149be(0x1bb),'aSHFz':function(_0xab9b31,_0x2edd60){return _0xab9b31<=_0x2edd60;},'NcBAI':function(_0x165d9e,_0xff89bf){return _0x165d9e+_0xff89bf;},'qoJWF':function(_0x3e4f7c,_0x12415f){return _0x3e4f7c+_0x12415f;},'xUOPK':_0x4149be(0x1ce)},{isPlaywright:_0x108ba9,type:_0x5883d9}=_0x52854a[_0x4149be(0x17d)](detectDriverType,_0x19322d),_0x3dc5db=_0x3f678d?_0x52854a[_0x4149be(0x222)](_0x4487b6,{}):global['bstackA11yScanOptions']||{},_0x21f274=_0x108ba9?global[_0x4149be(0x20c)]&&(_0x3f678d||_0x52854a[_0x4149be(0x1eb)](global[_0x4149be(0x1f7)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x4149be(0x1da)](_0x52854a[_0x4149be(0x1d5)])&&(_0x3f678d||_0x52854a[_0x4149be(0x1a9)](globals[_0x4149be(0x1da)](_0x52854a[_0x4149be(0x160)]),![]));if(!_0x21f274)return _0x108ba9&&global['accessibilityPlatform']&&_0x52854a['wrsOv'](global[_0x4149be(0x1f7)],![])||!_0x108ba9&&globals[_0x4149be(0x1da)](_0x52854a[_0x4149be(0x1d5)])&&_0x52854a[_0x4149be(0x1a4)](globals[_0x4149be(0x1da)](_0x52854a[_0x4149be(0x160)]),![])?logger[_0x4149be(0x1fb)](_0x52854a[_0x4149be(0x1d8)]):logger[_0x4149be(0x1c6)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x5883d9+_0x4149be(0x223)),![];const _0x363bd0=_0x3d369c||global['browserstackSessionName']||_0x52854a[_0x4149be(0x168)];let _0x272d3d=null;const _0x46a138={'testhub_btcer_uuid':global[_0x4149be(0x165)]?.['currentTest']?.['id'],'url':_0x52854a[_0x4149be(0x220)](typeof _0x19322d['url'],_0x52854a[_0x4149be(0x1a2)])?await _0x19322d['url']():_0x52854a[_0x4149be(0x220)](typeof _0x19322d[_0x4149be(0x1c5)],_0x52854a['nSlvX'])?await _0x19322d[_0x4149be(0x1c5)]():'','automate_session_id':_0x52854a[_0x4149be(0x220)](typeof _0x19322d[_0x4149be(0x20f)],_0x52854a[_0x4149be(0x1a2)])?(await _0x19322d['getSession']())[_0x4149be(0x1c7)]():''};for(let _0x14fbd5=0x1;_0x52854a[_0x4149be(0x1e9)](_0x14fbd5,_0x52854a[_0x4149be(0x187)](RETRY_CONFIG[_0x4149be(0x194)],0x1));_0x14fbd5++){try{return logger[_0x4149be(0x1fb)](_0x4149be(0x1d9)+_0x14fbd5+'/'+_0x52854a[_0x4149be(0x20d)](RETRY_CONFIG['maxRetries'],0x1)+_0x4149be(0x1ef)+_0x363bd0+'\x20('+_0x5883d9+')'),await PerformanceTester[_0x4149be(0x182)](PerformanceA11yEvents[_0x4149be(0x195)],async()=>{const _0xc97957=_0x4149be;let _0x366d0c;if(_0x52854a[_0xc97957(0x1ca)](_0x108ba9,playwrightA11yHelper)){_0x52854a[_0xc97957(0x1c9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xc97957(0x20e)](_0x19322d,RETRY_CONFIG[_0xc97957(0x177)]);let _0x226b80=_0x19322d;_0x52854a[_0xc97957(0x218)](_0x5883d9,_0x52854a[_0xc97957(0x1b7)])&&(_0x226b80=_0x19322d[_0xc97957(0x172)]);const _0x312394=global[_0xc97957(0x204)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0xc97957(0x17e)]()}:{};_0x366d0c=await _0x52854a[_0xc97957(0x1c9)](withTimeout,playwrightA11yHelper['performScan'](_0x226b80,_0x363bd0,_0x3dc5db,_0x312394),RETRY_CONFIG[_0xc97957(0x177)]),await exports[_0xc97957(0x20e)](_0x19322d,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0xc97957(0x15c)](_0x19322d,RETRY_CONFIG[_0xc97957(0x177)]),_0x366d0c=await _0x52854a[_0xc97957(0x1fe)](withTimeout,accessibilityHelper[_0xc97957(0x1d6)](_0x19322d,_0x363bd0,_0x3f678d,_0x3dc5db),RETRY_CONFIG[_0xc97957(0x177)]),await exports[_0xc97957(0x15c)](_0x19322d,RETRY_CONFIG[_0xc97957(0x166)]);logger[_0xc97957(0x1fb)]('Scan\x20attempt\x20'+_0x14fbd5+_0xc97957(0x1aa));},{'command':_0x363bd0,..._0x46a138})(),logger[_0x4149be(0x208)](_0x4149be(0x19f)+_0x14fbd5+'.'),!![];}catch(_0x53e40c){_0x272d3d=_0x53e40c,logger[_0x4149be(0x1fb)](_0x4149be(0x1d9)+_0x14fbd5+_0x4149be(0x178)+_0x363bd0+'\x20('+_0x5883d9+_0x4149be(0x18b)+_0x53e40c[_0x4149be(0x200)]);}}return logger[_0x4149be(0x1e5)](_0x4149be(0x1b5)+_0x363bd0+'\x20('+_0x5883d9+_0x4149be(0x15a)+(_0x272d3d?.[_0x4149be(0x200)]||_0x52854a['xUOPK'])),![];},exports[a106_0x2260f0(0x202)]=async(_0x30b198,_0x2b0462)=>{const _0x2ed166=a106_0x2260f0,_0x152a23={'kUWME':function(_0x2a2574,_0x8087ee){return _0x2a2574(_0x8087ee);},'XGtOe':'isAccessibilityPlatform','GUqsN':function(_0x57d234,_0x137303){return _0x57d234<=_0x137303;},'ZKCAM':function(_0x5a827b,_0x38962d){return _0x5a827b+_0x38962d;},'Klezz':function(_0xc9483f,_0x5b3201){return _0xc9483f+_0x5b3201;},'rNBNU':function(_0x5255fe,_0x2b6956){return _0x5255fe&&_0x2b6956;},'xisHJ':function(_0x1c8a61,_0x113289,_0x4ebec4){return _0x1c8a61(_0x113289,_0x4ebec4);},'MrzSV':function(_0x4d76b6,_0x5721e5,_0x31840a){return _0x4d76b6(_0x5721e5,_0x31840a);},'rWfqG':function(_0x1dd704,_0x2d9c5b,_0x47c0bc){return _0x1dd704(_0x2d9c5b,_0x47c0bc);},'bfXgC':'Unknown\x20error'},{isPlaywright:_0x169c37,type:_0x588f16}=_0x152a23[_0x2ed166(0x1dc)](detectDriverType,_0x30b198),_0x32f7eb=_0x169c37?_0x2b0462[_0x2ed166(0x20c)]:accessibilityHelper[_0x2ed166(0x1a8)]()&&globals[_0x2ed166(0x1da)](_0x152a23['XGtOe']);if(!_0x32f7eb)return logger[_0x2ed166(0x1c6)](_0x2ed166(0x1b8)+_0x588f16+_0x2ed166(0x18f)),[];let _0x3caccf=null;for(let _0x3118fd=0x1;_0x152a23[_0x2ed166(0x1e8)](_0x3118fd,_0x152a23['ZKCAM'](RETRY_CONFIG[_0x2ed166(0x194)],0x1));_0x3118fd++){try{logger[_0x2ed166(0x1fb)](_0x2ed166(0x1ff)+_0x3118fd+'/'+_0x152a23[_0x2ed166(0x181)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x588f16+')');let _0x322785;return _0x152a23['rNBNU'](_0x169c37,playwrightA11yHelper)?(_0x152a23[_0x2ed166(0x1d0)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x30b198,RETRY_CONFIG[_0x2ed166(0x177)]),_0x322785=await _0x152a23['MrzSV'](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x30b198),RETRY_CONFIG[_0x2ed166(0x177)]),await exports[_0x2ed166(0x20e)](_0x30b198,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x2ed166(0x15c)](_0x30b198,RETRY_CONFIG[_0x2ed166(0x177)]),_0x322785=await _0x152a23[_0x2ed166(0x15d)](withTimeout,accessibilityHelper[_0x2ed166(0x1f6)](_0x30b198,_0x2b0462),RETRY_CONFIG[_0x2ed166(0x177)]),await exports[_0x2ed166(0x15c)](_0x30b198,RETRY_CONFIG[_0x2ed166(0x166)])),logger[_0x2ed166(0x208)](_0x2ed166(0x1f5)+_0x3118fd+'\x20('+_0x588f16+')'),_0x322785;}catch(_0x4fde0c){_0x3caccf=_0x4fde0c,logger[_0x2ed166(0x1c6)](_0x2ed166(0x1ff)+_0x3118fd+_0x2ed166(0x210)+_0x588f16+_0x2ed166(0x18b)+_0x4fde0c['message']);}}return logger[_0x2ed166(0x1e5)](_0x2ed166(0x225)+_0x588f16+').\x20Last\x20error:\x20'+(_0x3caccf?.['message']||_0x152a23['bfXgC'])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x3a0cbb,_0x58ea13)=>{const _0x3c5b3d=a106_0x2260f0,_0x36aceb={'HNTpg':function(_0x1107bd,_0x3e88a7){return _0x1107bd(_0x3e88a7);},'DNDyY':_0x3c5b3d(0x159),'ldKNh':function(_0x1c603d,_0xa0a216){return _0x1c603d<=_0xa0a216;},'rKDRA':function(_0x27470d,_0x442edd){return _0x27470d+_0x442edd;},'NOYKO':function(_0x369589,_0x278cdc){return _0x369589&&_0x278cdc;},'knyoD':function(_0xe4340c,_0x5920ef,_0x42561f){return _0xe4340c(_0x5920ef,_0x42561f);},'zXqnA':function(_0x5fa529,_0x1e8808,_0x4781d9){return _0x5fa529(_0x1e8808,_0x4781d9);},'hEkWX':_0x3c5b3d(0x1ce)},{isPlaywright:_0x2c7c06,type:_0x414548}=_0x36aceb['HNTpg'](detectDriverType,_0x3a0cbb),_0x1aa92b=_0x2c7c06?_0x58ea13[_0x3c5b3d(0x20c)]:accessibilityHelper[_0x3c5b3d(0x1a8)]()&&globals['getGlobal'](_0x36aceb[_0x3c5b3d(0x1bd)]);if(!_0x1aa92b)return logger[_0x3c5b3d(0x1c6)](_0x3c5b3d(0x1b8)+_0x414548+_0x3c5b3d(0x196)),{};let _0x4b6b66=null;for(let _0x185ba4=0x1;_0x36aceb[_0x3c5b3d(0x1be)](_0x185ba4,_0x36aceb['rKDRA'](RETRY_CONFIG['maxRetries'],0x1));_0x185ba4++){try{logger[_0x3c5b3d(0x1fb)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x185ba4+'/'+_0x36aceb[_0x3c5b3d(0x1a0)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x414548+')');let _0x507092;return _0x36aceb['NOYKO'](_0x2c7c06,playwrightA11yHelper)?(_0x36aceb[_0x3c5b3d(0x199)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3a0cbb,RETRY_CONFIG[_0x3c5b3d(0x177)]),_0x507092=await _0x36aceb[_0x3c5b3d(0x185)](withTimeout,playwrightA11yHelper[_0x3c5b3d(0x1f8)](_0x3a0cbb),RETRY_CONFIG[_0x3c5b3d(0x177)]),await exports[_0x3c5b3d(0x20e)](_0x3a0cbb,RETRY_CONFIG[_0x3c5b3d(0x166)])):(await exports[_0x3c5b3d(0x15c)](_0x3a0cbb,RETRY_CONFIG[_0x3c5b3d(0x177)]),_0x507092=await _0x36aceb['knyoD'](withTimeout,accessibilityHelper[_0x3c5b3d(0x1f8)](_0x3a0cbb,_0x58ea13),RETRY_CONFIG[_0x3c5b3d(0x177)]),await exports[_0x3c5b3d(0x15c)](_0x3a0cbb,RETRY_CONFIG[_0x3c5b3d(0x166)])),logger['info']('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x185ba4+'\x20('+_0x414548+')'),_0x507092;}catch(_0x2f3981){_0x4b6b66=_0x2f3981,logger[_0x3c5b3d(0x1c6)](_0x3c5b3d(0x161)+_0x185ba4+_0x3c5b3d(0x210)+_0x414548+').\x20Error:\x20'+_0x2f3981[_0x3c5b3d(0x200)]);}}return logger[_0x3c5b3d(0x1e5)](_0x3c5b3d(0x186)+_0x414548+_0x3c5b3d(0x176)+(_0x4b6b66?.['message']||_0x36aceb[_0x3c5b3d(0x226)])),{};},exports[a106_0x2260f0(0x1e1)]=async(_0x4b9c2b,_0x5a9c35,_0x44cf2=null)=>{const _0x46797d=a106_0x2260f0,_0x471da5={'GMnxm':function(_0xc4a912,_0x37d0f1){return _0xc4a912(_0x37d0f1);},'KlIGJ':function(_0x2eb116,_0x46777d){return _0x2eb116===_0x46777d;},'wOIIn':_0x46797d(0x174),'SkuwH':function(_0x26f9f4,_0x166fa1){return _0x26f9f4===_0x166fa1;},'dLvZA':'rejected','RLOtC':'Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan'},{isPlaywright:_0x5f5d75,type:_0x28803e}=_0x471da5[_0x46797d(0x180)](detectDriverType,_0x4b9c2b),_0x433cfb={};_0x433cfb['scanSucceeded']=![],_0x433cfb[_0x46797d(0x16f)]=[],_0x433cfb[_0x46797d(0x17f)]={},_0x433cfb[_0x46797d(0x1e5)]=null,_0x433cfb[_0x46797d(0x18a)]=_0x28803e;const _0x26333d=_0x433cfb;try{_0x26333d['scanSucceeded']=await exports[_0x46797d(0x1f2)](_0x4b9c2b,_0x44cf2);if(_0x26333d[_0x46797d(0x1c1)]){const [_0xf189c0,_0x28d52c]=await Promise['allSettled']([exports[_0x46797d(0x202)](_0x4b9c2b,_0x5a9c35),exports[_0x46797d(0x16b)](_0x4b9c2b,_0x5a9c35)]);_0x26333d[_0x46797d(0x16f)]=_0x471da5['KlIGJ'](_0xf189c0[_0x46797d(0x1de)],_0x471da5[_0x46797d(0x1af)])?_0xf189c0[_0x46797d(0x192)]:[],_0x26333d['summary']=_0x471da5[_0x46797d(0x1b1)](_0x28d52c[_0x46797d(0x1de)],_0x471da5[_0x46797d(0x1af)])?_0x28d52c['value']:{},_0x471da5[_0x46797d(0x1c0)](_0xf189c0['status'],_0x471da5['dLvZA'])&&logger[_0x46797d(0x1c6)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x28803e+_0x46797d(0x1b3)+_0xf189c0['reason']?.[_0x46797d(0x200)]),_0x471da5[_0x46797d(0x1b1)](_0x28d52c[_0x46797d(0x1de)],_0x471da5[_0x46797d(0x21b)])&&logger[_0x46797d(0x1c6)]('Failed\x20to\x20retrieve\x20accessibility\x20summary\x20('+_0x28803e+_0x46797d(0x1b3)+_0x28d52c['reason']?.[_0x46797d(0x200)]);}}catch(_0x42b8b7){_0x26333d[_0x46797d(0x1e5)]=_0x42b8b7[_0x46797d(0x200)]||_0x471da5[_0x46797d(0x1a5)],logger['error'](_0x46797d(0x188)+_0x28803e+_0x46797d(0x1b3)+_0x26333d[_0x46797d(0x1e5)]);}return _0x26333d;},exports[a106_0x2260f0(0x1ea)]=_0x201639=>{const _0x1a919c=a106_0x2260f0,_0x2f981f={};_0x2f981f[_0x1a919c(0x1c2)]=function(_0x39b61d,_0x48b001){return _0x39b61d!==_0x48b001;};const _0x51e0a7=_0x2f981f;_0x51e0a7[_0x1a919c(0x1c2)](_0x201639[_0x1a919c(0x194)],undefined)&&(RETRY_CONFIG[_0x1a919c(0x194)]=Math[_0x1a919c(0x184)](0x0,_0x201639['maxRetries'])),_0x51e0a7[_0x1a919c(0x1c2)](_0x201639[_0x1a919c(0x177)],undefined)&&(RETRY_CONFIG[_0x1a919c(0x177)]=Math['max'](0x3e8,_0x201639['timeoutMs'])),logger[_0x1a919c(0x1fb)](_0x1a919c(0x227)+JSON['stringify'](RETRY_CONFIG));},exports[a106_0x2260f0(0x1c3)]=()=>{const _0x24d825={...RETRY_CONFIG};return _0x24d825;},exports['isPlaywrightPage']=_0x240ee1=>{const _0x369dc9=a106_0x2260f0,_0x2e390a={'eYoEe':function(_0x58d612,_0x246a14){return _0x58d612(_0x246a14);}};return _0x2e390a['eYoEe'](detectDriverType,_0x240ee1)[_0x369dc9(0x173)];},exports['isSeleniumDriver']=_0xbfdd5b=>{const _0x291f13=a106_0x2260f0,_0x9c780e={'AXjZk':function(_0x1ded0a,_0x3eaa4c){return _0x1ded0a(_0x3eaa4c);},'RKMtp':function(_0x4c71f4,_0x20f1de){return _0x4c71f4===_0x20f1de;},'tTmfb':'selenium-webdriver'},{isPlaywright:_0x22e0e4,type:_0x7522cb}=_0x9c780e[_0x291f13(0x15b)](detectDriverType,_0xbfdd5b);return!_0x22e0e4&&_0x9c780e['RKMtp'](_0x7522cb,_0x9c780e[_0x291f13(0x16d)]);},exports[a106_0x2260f0(0x20e)]=async(_0x410ac3,_0x147faf=null)=>{const _0x4e6f81=a106_0x2260f0,_0x5288b3={'wWRfY':function(_0x3bd10c,_0xf18c5e){return _0x3bd10c(_0xf18c5e);},'QGaVL':function(_0x24b593,_0x237a88){return _0x24b593===_0x237a88;},'fKEqN':'function'},{isPlaywright:_0x243238,type:_0x34dece}=_0x5288b3[_0x4e6f81(0x203)](detectDriverType,_0x410ac3);if(!_0x243238)return logger['debug'](_0x4e6f81(0x1ad)+_0x34dece+_0x4e6f81(0x1fd)),!![];const _0x397ec6=_0x147faf||RETRY_CONFIG[_0x4e6f81(0x166)];try{return _0x410ac3&&_0x5288b3[_0x4e6f81(0x1a3)](typeof _0x410ac3[_0x4e6f81(0x1d3)],_0x5288b3[_0x4e6f81(0x205)])&&(await _0x410ac3[_0x4e6f81(0x1d3)](_0x397ec6),logger[_0x4e6f81(0x1fb)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x397ec6+'ms')),!![];}catch(_0x34cb7e){return logger['warn'](_0x4e6f81(0x216)+_0x34cb7e[_0x4e6f81(0x200)]),![];}},exports[a106_0x2260f0(0x15c)]=async(_0x35bb06,_0x2f7f10=null)=>{const _0x2f1ccf=a106_0x2260f0,_0x1d43dd={};_0x1d43dd[_0x2f1ccf(0x191)]=_0x2f1ccf(0x1ed),_0x1d43dd['rwfAe']=function(_0x5929a8,_0x1198ad){return _0x5929a8===_0x1198ad;},_0x1d43dd[_0x2f1ccf(0x1e7)]='function',_0x1d43dd[_0x2f1ccf(0x21e)]=function(_0x1dc879,_0x51bc4d){return _0x1dc879===_0x51bc4d;},_0x1d43dd[_0x2f1ccf(0x16a)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x1d43dd[_0x2f1ccf(0x1ec)]=_0x2f1ccf(0x1f4);const _0x53fb58=_0x1d43dd;if(!exports[_0x2f1ccf(0x175)](_0x35bb06))return logger['warn'](_0x53fb58[_0x2f1ccf(0x191)]),![];const _0x36a37a=_0x2f7f10||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0x35bb06&&_0x53fb58['rwfAe'](typeof _0x35bb06['manage'],_0x53fb58[_0x2f1ccf(0x1e7)])){const _0x23f3bc=_0x35bb06['manage']();if(_0x23f3bc&&_0x53fb58[_0x2f1ccf(0x1e3)](typeof _0x23f3bc[_0x2f1ccf(0x1f1)],_0x53fb58[_0x2f1ccf(0x1e7)]))await _0x23f3bc[_0x2f1ccf(0x1f1)]()[_0x2f1ccf(0x1dd)](_0x36a37a),logger[_0x2f1ccf(0x1fb)](_0x2f1ccf(0x212)+_0x36a37a+_0x2f1ccf(0x1cb));else{if(_0x23f3bc&&_0x53fb58[_0x2f1ccf(0x21e)](typeof _0x23f3bc[_0x2f1ccf(0x158)],_0x53fb58[_0x2f1ccf(0x1e7)])){const _0x3504a6={};_0x3504a6[_0x2f1ccf(0x1b6)]=_0x36a37a,await _0x23f3bc[_0x2f1ccf(0x158)](_0x3504a6),logger['debug'](_0x2f1ccf(0x212)+_0x36a37a+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x23f3bc&&_0x53fb58[_0x2f1ccf(0x21e)](typeof _0x23f3bc['setScriptTimeout'],_0x53fb58[_0x2f1ccf(0x1e7)]))await _0x23f3bc[_0x2f1ccf(0x1dd)](_0x36a37a),logger[_0x2f1ccf(0x1fb)](_0x2f1ccf(0x212)+_0x36a37a+_0x2f1ccf(0x20a));else return logger[_0x2f1ccf(0x1fb)](_0x53fb58[_0x2f1ccf(0x16a)]),!![];}}}else return logger[_0x2f1ccf(0x1fb)](_0x53fb58[_0x2f1ccf(0x1ec)]),!![];return!![];}catch(_0x531d2f){return logger[_0x2f1ccf(0x1c6)](_0x2f1ccf(0x211)+_0x531d2f[_0x2f1ccf(0x200)]),![];}},exports[a106_0x2260f0(0x17b)]=async(_0x4f75c5,_0x39a1f3)=>{const _0x2180be=a106_0x2260f0,_0x3df5ca={'ZDQAg':function(_0x2e8752,_0x245d4d){return _0x2e8752(_0x245d4d);},'OBWLP':_0x2180be(0x159),'YwZzi':function(_0x23a330,_0x222c99){return _0x23a330<=_0x222c99;},'tkeuH':function(_0x49d6cb,_0x33ec57){return _0x49d6cb+_0x33ec57;},'VwQmr':function(_0x2930c8,_0x264ab5){return _0x2930c8+_0x264ab5;},'VTwPM':function(_0x5a26ad,_0x5a6989){return _0x5a26ad&&_0x5a6989;},'SqJfS':function(_0x2d385b,_0x5aeb6c,_0x1bee99){return _0x2d385b(_0x5aeb6c,_0x1bee99);},'pJBFQ':_0x2180be(0x204),'jFLFo':function(_0x2edb40,_0x48b025,_0x51b94c){return _0x2edb40(_0x48b025,_0x51b94c);},'CdJQF':_0x2180be(0x1ce)},{isPlaywright:_0x274ef0,type:_0x53d540}=_0x3df5ca[_0x2180be(0x1d2)](detectDriverType,_0x4f75c5),_0x407a35=_0x274ef0?global[_0x2180be(0x20c)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x2180be(0x1da)](_0x3df5ca['OBWLP']);if(!_0x407a35)return logger[_0x2180be(0x1c6)](_0x2180be(0x1b8)+_0x53d540+_0x2180be(0x198)),![];let _0x3034f9=null;for(let _0x5d2764=0x1;_0x3df5ca[_0x2180be(0x167)](_0x5d2764,_0x3df5ca[_0x2180be(0x19a)](RETRY_CONFIG['maxRetries'],0x1));_0x5d2764++){try{logger['debug']('Accessibility\x20results\x20save\x20attempt\x20'+_0x5d2764+'/'+_0x3df5ca[_0x2180be(0x224)](RETRY_CONFIG[_0x2180be(0x194)],0x1)+'\x20('+_0x53d540+')');if(_0x3df5ca[_0x2180be(0x1b9)](_0x274ef0,playwrightA11yHelper)){_0x3df5ca['SqJfS'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2180be(0x20e)](_0x4f75c5,RETRY_CONFIG[_0x2180be(0x177)]);const _0x285a57={};_0x285a57[_0x2180be(0x221)]=!![];const _0x176126=global['isMobilePlatform']?Object[_0x2180be(0x193)]({},_0x39a1f3,_0x285a57):_0x39a1f3;await _0x3df5ca[_0x2180be(0x1e6)](withTimeout,playwrightA11yHelper[_0x2180be(0x1ae)](_0x4f75c5,scripts[_0x2180be(0x189)],_0x176126),RETRY_CONFIG[_0x2180be(0x177)]),await exports[_0x2180be(0x20e)](_0x4f75c5,RETRY_CONFIG[_0x2180be(0x166)]);}else{await exports[_0x2180be(0x15c)](_0x4f75c5,RETRY_CONFIG[_0x2180be(0x177)]);const _0x12821e={};_0x12821e[_0x2180be(0x221)]=!![];const _0x40b40d=globals[_0x2180be(0x1da)](_0x3df5ca[_0x2180be(0x1cf)])?Object[_0x2180be(0x193)]({},_0x39a1f3,_0x12821e):_0x39a1f3;await _0x3df5ca[_0x2180be(0x1df)](withTimeout,_0x4f75c5[_0x2180be(0x1d7)](scripts[_0x2180be(0x189)],_0x40b40d),RETRY_CONFIG[_0x2180be(0x177)]),await exports[_0x2180be(0x15c)](_0x4f75c5,RETRY_CONFIG[_0x2180be(0x166)]);}return logger[_0x2180be(0x208)](_0x2180be(0x1d4)+_0x5d2764+'\x20('+_0x53d540+')'),!![];}catch(_0x33bb9e){_0x3034f9=_0x33bb9e,logger[_0x2180be(0x1c6)](_0x2180be(0x162)+_0x5d2764+'\x20failed\x20('+_0x53d540+_0x2180be(0x18b)+_0x33bb9e[_0x2180be(0x200)]);}}return logger['error'](_0x2180be(0x19e)+_0x53d540+_0x2180be(0x176)+(_0x3034f9?.[_0x2180be(0x200)]||_0x3df5ca['CdJQF'])),![];};function a106_0x1adc(){const _0x565f4f=['timeouts','performScanWithRetry','24PPuWju','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','getAccessibilityResults','bstackA11yShouldScan','getAccessibilityResultsSummary','accessibilityConfig','type','debug','../../bin/v2/browserstackCLI','\x20-\x20not\x20applicable','ykDPF','Accessibility\x20results\x20retrieval\x20attempt\x20','message','constructor','getAccessibilityResultsWithRetry','wWRfY','isMobilePlatform','fKEqN','THMjH','193312yUvHMb','info','216536Ykcutj','ms\x20using\x20setScriptTimeout\x20API','125774zYdlSS','accessibilityPlatform','qoJWF','setPlaywrightScriptTimeout','getSession','\x20failed\x20(','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','goto','AEIfR','scannerProcessingTimeout','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','Playwright\x20accessibility\x20helper\x20not\x20available','wrsOv','154CkEVex','url','dLvZA','getInstance','kAzNb','Rwxqa','race','HTFII','is_mobile_session','VPcoS',',\x20cannot\x20perform\x20scan\x20with\x20retry.','VwQmr','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','hEkWX','Accessibility\x20retry\x20configuration\x20updated:\x20','unknown','playwright-codecept-driver','setTimeouts','isAccessibilityPlatform',')\x20with\x20error:\x20','AXjZk','setSeleniumScriptTimeout','rWfqG','capabilitiesList','RnTEg','yCbfe','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','Accessibility\x20results\x20save\x20attempt\x20','evaluate','playwright-page','__workerDetails','defaultTimeoutMs','YwZzi','dxQyq','lKOKP','gPEBa','getAccessibilityResultsSummaryWithRetry','../globals','tTmfb','Unknown\x20driver/page\x20type:\x20','results','util','../../bin/playwright/accessibility-helper','page','isPlaywright','fulfilled','isSeleniumDriver',').\x20Last\x20error:\x20','timeoutMs','\x20failed\x20for\x20method:\x20','1043163WhVDOw','OeSiC','saveAccessibilityResultsWithRetry','XNnIj','zUCBZ','resolveMobileThTestRunUuid','summary','GMnxm','Klezz','measureWrapper','getAccessibilityModule','max','zXqnA','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','NcBAI','Comprehensive\x20accessibility\x20scan\x20failed\x20(','saveTestResults','driverType',').\x20Error:\x20','240417SvQDCm','undefined','pxiwP',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','DrtAv','NcGxG','value','assign','maxRetries','PERFORM_SCAN',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','knyoD','tkeuH','jrdqO','options','1344260EeGexU','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','rKDRA','210NAYPHB','nSlvX','QGaVL','fTGiX','RLOtC','TNCTN','WebDriver','isAccessibilityAutomationSession','Nicge','\x20completed\x20successfully.','tvUGu','fyjyF','Skipping\x20timeout\x20setting\x20for\x20','browserStackEvaluate','wOIIn','Playwright','KlIGJ','CitBF','):\x20','Operation\x20timed\x20out\x20after\x20','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','script','lRUtt','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','VTwPM','Page','function','hXlhe','DNDyY','ldKNh','./helper','SkuwH','scanSucceeded','OBiZV','getRetryConfig','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','getCurrentUrl','warn','getId','nIFLW','DSmNq','Budzr','ms\x20using\x20timeouts()\x20API','isRunning','6aaDyop','Unknown\x20error','pJBFQ','xisHJ','../performance/constants','ZDQAg','setDefaultTimeout','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','iBovK','performScan','executeAsyncScript','lucRC','Accessibility\x20scan\x20attempt\x20','getGlobal','zchmD','kUWME','setScriptTimeout','status','jFLFo','NJcQp','performComprehensiveAccessibilityScanWithRetry','293111YGRQuH','rwfAe','env','error','SqJfS','uBtaR','GUqsN','aSHFz','updateRetryConfig','xPCWK','LYfPR','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','../logger','\x20for\x20method:\x20','./scripts'];a106_0x1adc=function(){return _0x565f4f;};return a106_0x1adc();}
|
|
1
|
+
const a106_0x431f7e=a106_0x538a;function a106_0x82d3(){const _0x2bda91=['ZjUlV','yzkUB','khRvZ','LbNZG','YtOpz','640tSdTkn','zKxZQ','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','sHNDR','currentTest','nWeQG','accessibilityPlatform','getAccessibilityModule','getRetryConfig','Moeri','Accessibility\x20scan\x20attempt\x20','567284mwvaon','gwSss','kvkQn','../performance/constants','isPlaywright','rejected',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','isSeleniumDriver','race','ATTZQ','BUwiv','hCiti','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','getAccessibilityResultsSummaryWithRetry','ibeiO','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','../../bin/v2/browserstackCLI','results','env','accessibilityConfig','Accessibility\x20results\x20save\x20attempt\x20','value','BKfeP','Accessibility\x20results\x20retrieval\x20attempt\x20','jvIIS','getCurrentUrl','ms\x20using\x20setTimeouts\x20API','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','reason','LpYWr','ArtNR','playwright-codecept-driver','util','bstackA11yShouldScan','timeoutMs','Accessibility\x20retry\x20configuration\x20updated:\x20','18EsJVIz','browserstackSessionName','aTFji','Unknown\x20error','8964xqNyOj','zuyCo','Comprehensive\x20accessibility\x20scan\x20failed\x20(','KHDfG','FvmTS','isRunning','TkcHV','nnubz','\x20failed\x20(','mjtfS','saveAccessibilityResultsWithRetry','PetTh','driverType','type','riJlN','setSeleniumScriptTimeout','MlvCv','WAULw','goto','updateRetryConfig','UobEl','__workerDetails','getAccessibilityResults','performScan',').\x20Last\x20error:\x20','10SnWOxf','MrvqT','ms\x20using\x20timeouts()\x20API','bXGDo','\x20-\x20not\x20applicable','):\x20','setPlaywrightScriptTimeout','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','playwright-page','isPlaywrightPage','27498647ZJzhnx','defaultTimeoutMs','isAccessibilityPlatform','fulfilled','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','93icWpUe','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','NITbw','winstonLogger','getCapabilities','UGkEI','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','is_mobile_session','uqlvN','wHByG','qvFHx','swrRM','resolveMobileThTestRunUuid','UWERC','\x20completed\x20successfully.','max','Esnng','xXJMq','STckw','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','FIVzt','TELIq','getGlobal','getAccessibilityResultsSummary','koRSQ','Operation\x20timed\x20out\x20after\x20','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','eBCgp','Unknown\x20driver/page\x20type:\x20','vrdYC','ms\x20using\x20setScriptTimeout\x20API','error','../performance/performance-tester','tNxGW','constructor','setScriptTimeout','CSwmY','unHRc','getInstance','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','message','\x20for\x20method:\x20','BugRT','isAccessibilityAutomationSession','tycke','Scan\x20attempt\x20',').\x20Error:\x20','zPfuk','getSession','PNGwh','../globals','function','isMobilePlatform','timeouts',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','Page','tpHYm','122704NpiemN','yzWXF','measureWrapper','DhLJO',')\x20with\x20error:\x20','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','name','script','maxRetries','stringify','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','5005854lOsGrE','selenium-webdriver','performScanWithRetry','warn','Skipping\x20timeout\x20setting\x20for\x20','saveTestResults','assign','Playwright','info','\x20failed\x20for\x20method:\x20','../logger','xFrQj','195967XpMxUF','summary','executeAsyncScript','FvGWb','manage','status','page','setDefaultTimeout','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','PERFORM_SCAN','unknown','debug','rdsAs','YjFMR','OauBQ','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','1240315JoTMtW','eACkg','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','hQAQS','url','getAccessibilityResultsWithRetry','scanSucceeded','CZdDf','./helper','AvFBO','kRiyV','McoEl','tqNui'];a106_0x82d3=function(){return _0x2bda91;};return a106_0x82d3();}(function(_0x4005bf,_0x52e39e){const _0x190855=a106_0x538a,_0x2f01ae=_0x4005bf();while(!![]){try{const _0x4d44b6=parseInt(_0x190855(0x145))/0x1+parseInt(_0x190855(0x172))/0x2+-parseInt(_0x190855(0xf4))/0x3*(parseInt(_0x190855(0x12e))/0x4)+parseInt(_0x190855(0x155))/0x5*(-parseInt(_0x190855(0xc8))/0x6)+-parseInt(_0x190855(0x139))/0x7+-parseInt(_0x190855(0x167))/0x8*(parseInt(_0x190855(0xcc))/0x9)+parseInt(_0x190855(0xe5))/0xa*(parseInt(_0x190855(0xef))/0xb);if(_0x4d44b6===_0x52e39e)break;else _0x2f01ae['push'](_0x2f01ae['shift']());}catch(_0x2d3cba){_0x2f01ae['push'](_0x2f01ae['shift']());}}}(a106_0x82d3,0x77843));const util=require(a106_0x431f7e(0xc4)),logger=require(a106_0x431f7e(0x143))[a106_0x431f7e(0xf7)],accessibilityHelper=require(a106_0x431f7e(0x15d)),globals=require(a106_0x431f7e(0x127)),scripts=require('./scripts'),PerformanceTester=require(a106_0x431f7e(0x115)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x431f7e(0x175)),BrowserstackCLI=require(a106_0x431f7e(0xb4));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a106_0x11b71a){logger[a106_0x431f7e(0x150)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a106_0x3bb8cb={};function a106_0x538a(_0x20f7d3,_0x17ae46){const _0x82d315=a106_0x82d3();return a106_0x538a=function(_0x538a19,_0x39fefe){_0x538a19=_0x538a19-0xac;let _0x539b76=_0x82d315[_0x538a19];return _0x539b76;},a106_0x538a(_0x20f7d3,_0x17ae46);}a106_0x3bb8cb[a106_0x431f7e(0x136)]=0x1,a106_0x3bb8cb[a106_0x431f7e(0xc6)]=0x7530,a106_0x3bb8cb[a106_0x431f7e(0xf0)]=0x7530;const RETRY_CONFIG=a106_0x3bb8cb,setConfigTimeout=(_0x417ea,_0x21656a=null)=>{const _0x4c81de=a106_0x431f7e,_0x25e8cb={'STckw':function(_0x46d536,_0x4d5eb9){return _0x46d536===_0x4d5eb9;},'inLWq':'scannerProcessingTimeout','WAULw':function(_0x1bbc24,_0x5343e6){return _0x1bbc24*_0x5343e6;},'vrdYC':function(_0x161d45,_0x1ad7c1){return _0x161d45(_0x1ad7c1);}};if(BrowserstackCLI[_0x4c81de(0x11b)]()[_0x4c81de(0xd1)]()&&BrowserstackCLI[_0x4c81de(0x11b)]()[_0x4c81de(0x16e)]()){const _0x50fd51=BrowserstackCLI[_0x4c81de(0x11b)]()[_0x4c81de(0x16e)]()[_0x4c81de(0xb7)],_0x582f0c=_0x50fd51['options']['capabilitiesList']||[];for(const _0x10b623 of _0x582f0c){_0x25e8cb[_0x4c81de(0x107)](_0x10b623['name'],_0x25e8cb['inLWq'])&&_0x25e8cb[_0x4c81de(0x107)](_0x21656a,null)&&(_0x417ea[_0x4c81de(0xc6)]=_0x25e8cb[_0x4c81de(0xdd)](_0x25e8cb[_0x4c81de(0x112)](parseInt,_0x10b623['value']),0x3e8));}}else process[_0x4c81de(0xb6)][_0x4c81de(0xb0)]&&(_0x417ea[_0x4c81de(0xc6)]=_0x25e8cb['WAULw'](_0x25e8cb[_0x4c81de(0x112)](parseInt,process[_0x4c81de(0xb6)][_0x4c81de(0xb0)]),0x3e8));},detectDriverType=_0x37dc7a=>{const _0x2f3088=a106_0x431f7e,_0x29d4d7={};_0x29d4d7[_0x2f3088(0x126)]=_0x2f3088(0x14f),_0x29d4d7[_0x2f3088(0xb2)]=function(_0x1286a6,_0x555ce0){return _0x1286a6===_0x555ce0;},_0x29d4d7[_0x2f3088(0xae)]=_0x2f3088(0x128),_0x29d4d7['rdsAs']=function(_0x49d542,_0x44247e){return _0x49d542===_0x44247e;},_0x29d4d7['xFrQj']=function(_0x580b0f,_0x3a5c28){return _0x580b0f===_0x3a5c28;},_0x29d4d7[_0x2f3088(0xaf)]=_0x2f3088(0xed),_0x29d4d7[_0x2f3088(0x124)]=_0x2f3088(0x13a),_0x29d4d7['UpHNk']=_0x2f3088(0x12c),_0x29d4d7['FvGWb']=function(_0x4e3cb6,_0x45efaa){return _0x4e3cb6===_0x45efaa;},_0x29d4d7[_0x2f3088(0x12f)]='WebDriver',_0x29d4d7['qsqEL']=_0x2f3088(0x140),_0x29d4d7['unHRc']=_0x2f3088(0xc3),_0x29d4d7[_0x2f3088(0x152)]=function(_0xe79f6b,_0x11133c){return _0xe79f6b||_0x11133c;},_0x29d4d7['EZhhS']='undefined';const _0x499a44=_0x29d4d7;if(!_0x37dc7a){const _0x1c2dc4={};return _0x1c2dc4[_0x2f3088(0x176)]=![],_0x1c2dc4['type']=_0x499a44[_0x2f3088(0x126)],_0x1c2dc4;}if(_0x499a44[_0x2f3088(0xb2)](typeof _0x37dc7a['evaluate'],_0x499a44[_0x2f3088(0xae)])&&_0x499a44['rdsAs'](typeof _0x37dc7a['url'],_0x499a44[_0x2f3088(0xae)])&&_0x499a44[_0x2f3088(0x144)](typeof _0x37dc7a[_0x2f3088(0xde)],_0x499a44[_0x2f3088(0xae)])){const _0x50933f={};return _0x50933f[_0x2f3088(0x176)]=!![],_0x50933f[_0x2f3088(0xd9)]=_0x499a44[_0x2f3088(0xaf)],_0x50933f;}if(_0x499a44['rdsAs'](typeof _0x37dc7a[_0x2f3088(0x147)],_0x499a44['BUwiv'])&&_0x499a44[_0x2f3088(0xb2)](typeof _0x37dc7a[_0x2f3088(0xf8)],_0x499a44[_0x2f3088(0xae)])){const _0x6e185a={};return _0x6e185a[_0x2f3088(0x176)]=![],_0x6e185a['type']=_0x499a44['zPfuk'],_0x6e185a;}const _0xe6e5a5=_0x37dc7a[_0x2f3088(0x117)]?.[_0x2f3088(0x134)];if(_0x499a44['xFrQj'](_0xe6e5a5,_0x499a44['UpHNk'])){const _0x520d0e={};return _0x520d0e['isPlaywright']=!![],_0x520d0e[_0x2f3088(0xd9)]=_0x499a44['hCiti'],_0x520d0e;}if(_0x499a44[_0x2f3088(0x148)](_0xe6e5a5,_0x499a44[_0x2f3088(0x12f)])){const _0x50f03f={};return _0x50f03f[_0x2f3088(0x176)]=![],_0x50f03f[_0x2f3088(0xd9)]=_0x499a44['zPfuk'],_0x50f03f;}if(_0x499a44[_0x2f3088(0x151)](_0xe6e5a5,_0x499a44['qsqEL'])){const _0x791f91={};return _0x791f91[_0x2f3088(0x176)]=!![],_0x791f91[_0x2f3088(0xd9)]=_0x499a44[_0x2f3088(0x11a)],_0x791f91;}logger['warn'](_0x2f3088(0x111)+_0x499a44[_0x2f3088(0x152)](_0xe6e5a5,_0x499a44['EZhhS']));const _0xa5a287={};return _0xa5a287[_0x2f3088(0x176)]=![],_0xa5a287[_0x2f3088(0xd9)]=_0x499a44[_0x2f3088(0x126)],_0xa5a287;},withTimeout=(_0x2ea6a3,_0x3b7e33)=>{const _0xffea0c=a106_0x431f7e;return Promise[_0xffea0c(0xac)]([_0x2ea6a3,new Promise((_0x35661f,_0x26ca4a)=>setTimeout(()=>_0x26ca4a(new Error(_0xffea0c(0x10e)+_0x3b7e33+'ms')),_0x3b7e33))]);};exports['performScanWithRetry']=async(_0x1b836e,_0x33909e=null,_0x59a096=null,_0x27c600=![],_0x547bde=null)=>{const _0x2bb562=a106_0x431f7e,_0x56c8d3={'MrvqT':function(_0x4b6431,_0x54039d){return _0x4b6431&&_0x54039d;},'eBCgp':function(_0x3e3282,_0x1ce04b,_0x4e30c5){return _0x3e3282(_0x1ce04b,_0x4e30c5);},'UobEl':function(_0x2feac4,_0x495547){return _0x2feac4===_0x495547;},'McoEl':_0x2bb562(0xc3),'yzkUB':function(_0x4e5e77,_0x4e18dd){return _0x4e5e77(_0x4e18dd);},'nWeQG':function(_0x3f0429,_0x299134){return _0x3f0429||_0x299134;},'tqNui':function(_0x58fc30,_0x1006fe){return _0x58fc30!==_0x1006fe;},'sHNDR':_0x2bb562(0xf1),'tNxGW':function(_0x23cfb7,_0x4b44b6){return _0x23cfb7!==_0x4b44b6;},'xXJMq':_0x2bb562(0xc5),'FIVzt':_0x2bb562(0x133),'KHDfG':'unknown_method','aTFji':'function','NITbw':function(_0x5e52bc,_0x191408){return _0x5e52bc===_0x191408;},'qvFHx':function(_0x1fddd0,_0x148ee5){return _0x1fddd0<=_0x148ee5;},'CZdDf':function(_0x354d40,_0x5b01e4){return _0x354d40+_0x5b01e4;},'dzaTO':_0x2bb562(0xcb)},{isPlaywright:_0x6970eb,type:_0x312a0a}=_0x56c8d3[_0x2bb562(0x163)](detectDriverType,_0x1b836e),_0x3bb762=_0x27c600?_0x56c8d3[_0x2bb562(0x16c)](_0x547bde,{}):global['bstackA11yScanOptions']||{},_0x43775e=_0x6970eb?global[_0x2bb562(0x16d)]&&(_0x27c600||_0x56c8d3[_0x2bb562(0x161)](global[_0x2bb562(0xc5)],![])):accessibilityHelper[_0x2bb562(0x120)]()&&globals[_0x2bb562(0x10b)](_0x56c8d3[_0x2bb562(0x16a)])&&(_0x27c600||_0x56c8d3[_0x2bb562(0x116)](globals[_0x2bb562(0x10b)](_0x56c8d3[_0x2bb562(0x106)]),![]));if(!_0x43775e)return _0x6970eb&&global[_0x2bb562(0x16d)]&&_0x56c8d3[_0x2bb562(0xe0)](global[_0x2bb562(0xc5)],![])||!_0x6970eb&&globals['getGlobal'](_0x56c8d3['sHNDR'])&&_0x56c8d3['UobEl'](globals[_0x2bb562(0x10b)](_0x56c8d3[_0x2bb562(0x106)]),![])?logger['debug'](_0x56c8d3[_0x2bb562(0x109)]):logger[_0x2bb562(0x13c)](_0x2bb562(0x138)+_0x312a0a+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x32c7c1=_0x33909e||global[_0x2bb562(0xc9)]||_0x56c8d3[_0x2bb562(0xcf)];let _0x2ffb05=null;const _0x51a251={'testhub_btcer_uuid':global[_0x2bb562(0xe1)]?.[_0x2bb562(0x16b)]?.['id'],'url':_0x56c8d3[_0x2bb562(0xe0)](typeof _0x1b836e[_0x2bb562(0x159)],_0x56c8d3[_0x2bb562(0xca)])?await _0x1b836e[_0x2bb562(0x159)]():_0x56c8d3[_0x2bb562(0xf6)](typeof _0x1b836e[_0x2bb562(0xbd)],_0x56c8d3[_0x2bb562(0xca)])?await _0x1b836e[_0x2bb562(0xbd)]():'','automate_session_id':_0x56c8d3['NITbw'](typeof _0x1b836e[_0x2bb562(0x125)],_0x56c8d3[_0x2bb562(0xca)])?(await _0x1b836e[_0x2bb562(0x125)]())['getId']():''};for(let _0x98f606=0x1;_0x56c8d3[_0x2bb562(0xff)](_0x98f606,_0x56c8d3[_0x2bb562(0x15c)](RETRY_CONFIG[_0x2bb562(0x136)],0x1));_0x98f606++){try{return logger['debug'](_0x2bb562(0x171)+_0x98f606+'/'+_0x56c8d3[_0x2bb562(0x15c)](RETRY_CONFIG[_0x2bb562(0x136)],0x1)+_0x2bb562(0x11e)+_0x32c7c1+'\x20('+_0x312a0a+')'),await PerformanceTester[_0x2bb562(0x130)](PerformanceA11yEvents[_0x2bb562(0x14e)],async()=>{const _0x4c2117=_0x2bb562;let _0x926a32;if(_0x56c8d3[_0x4c2117(0xe6)](_0x6970eb,playwrightA11yHelper)){_0x56c8d3['eBCgp'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x4c2117(0xeb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xc6)]);let _0x5e86d4=_0x1b836e;_0x56c8d3[_0x4c2117(0xe0)](_0x312a0a,_0x56c8d3[_0x4c2117(0x160)])&&(_0x5e86d4=_0x1b836e[_0x4c2117(0x14b)]);const _0x360ed0=global[_0x4c2117(0x129)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4c2117(0x101)]()}:{};_0x926a32=await _0x56c8d3[_0x4c2117(0x110)](withTimeout,playwrightA11yHelper[_0x4c2117(0xe3)](_0x5e86d4,_0x32c7c1,_0x3bb762,_0x360ed0),RETRY_CONFIG[_0x4c2117(0xc6)]),await exports[_0x4c2117(0xeb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xf0)]);}else await exports[_0x4c2117(0xdb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xc6)]),_0x926a32=await _0x56c8d3['eBCgp'](withTimeout,accessibilityHelper[_0x4c2117(0xe3)](_0x1b836e,_0x32c7c1,_0x27c600,_0x3bb762),RETRY_CONFIG[_0x4c2117(0xc6)]),await exports[_0x4c2117(0xdb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xf0)]);logger[_0x4c2117(0x150)](_0x4c2117(0x122)+_0x98f606+_0x4c2117(0x103));},{'command':_0x32c7c1,..._0x51a251})(),logger[_0x2bb562(0x141)](_0x2bb562(0x14d)+_0x98f606+'.'),!![];}catch(_0x4795e3){_0x2ffb05=_0x4795e3,logger['debug'](_0x2bb562(0x171)+_0x98f606+_0x2bb562(0x142)+_0x32c7c1+'\x20('+_0x312a0a+_0x2bb562(0x123)+_0x4795e3['message']);}}return logger[_0x2bb562(0x114)](_0x2bb562(0xec)+_0x32c7c1+'\x20('+_0x312a0a+_0x2bb562(0x132)+(_0x2ffb05?.[_0x2bb562(0x11d)]||_0x56c8d3['dzaTO'])),![];},exports[a106_0x431f7e(0x15a)]=async(_0x3d4a14,_0x3df2f7)=>{const _0x3bb3f0=a106_0x431f7e,_0x2fa839={'TXwuR':function(_0x1bbd6c,_0x15281e){return _0x1bbd6c(_0x15281e);},'swrRM':_0x3bb3f0(0xf1),'PetTh':function(_0x5e0cff,_0x310104){return _0x5e0cff<=_0x310104;},'tycke':function(_0x2474c8,_0x3ef2fb){return _0x2474c8+_0x3ef2fb;},'CSwmY':function(_0x316d59,_0xf31427){return _0x316d59&&_0xf31427;},'XeJiw':function(_0x56bbcc,_0x5a39ce,_0x4a92b3){return _0x56bbcc(_0x5a39ce,_0x4a92b3);},'YtOpz':function(_0x20952d,_0x2fe243,_0x147f4e){return _0x20952d(_0x2fe243,_0x147f4e);},'SPETz':function(_0x2d3eee,_0x1ba820,_0x64ff81){return _0x2d3eee(_0x1ba820,_0x64ff81);},'AvFBO':_0x3bb3f0(0xcb)},{isPlaywright:_0xf8eeb,type:_0x3dfd92}=_0x2fa839['TXwuR'](detectDriverType,_0x3d4a14),_0x2c5eab=_0xf8eeb?_0x3df2f7[_0x3bb3f0(0x16d)]:accessibilityHelper[_0x3bb3f0(0x120)]()&&globals[_0x3bb3f0(0x10b)](_0x2fa839[_0x3bb3f0(0x100)]);if(!_0x2c5eab)return logger[_0x3bb3f0(0x13c)](_0x3bb3f0(0x138)+_0x3dfd92+_0x3bb3f0(0x178)),[];let _0x471986=null;for(let _0x5f1fc8=0x1;_0x2fa839[_0x3bb3f0(0xd7)](_0x5f1fc8,_0x2fa839[_0x3bb3f0(0x121)](RETRY_CONFIG['maxRetries'],0x1));_0x5f1fc8++){try{logger[_0x3bb3f0(0x150)](_0x3bb3f0(0xbb)+_0x5f1fc8+'/'+_0x2fa839[_0x3bb3f0(0x121)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x3dfd92+')');let _0x5ba21c;return _0x2fa839[_0x3bb3f0(0x119)](_0xf8eeb,playwrightA11yHelper)?(_0x2fa839['XeJiw'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3bb3f0(0xeb)](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xc6)]),_0x5ba21c=await _0x2fa839[_0x3bb3f0(0x166)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x3d4a14),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xf0)])):(await exports['setSeleniumScriptTimeout'](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xc6)]),_0x5ba21c=await _0x2fa839['SPETz'](withTimeout,accessibilityHelper[_0x3bb3f0(0xe2)](_0x3d4a14,_0x3df2f7),RETRY_CONFIG[_0x3bb3f0(0xc6)]),await exports[_0x3bb3f0(0xdb)](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xf0)])),logger[_0x3bb3f0(0x141)](_0x3bb3f0(0xfa)+_0x5f1fc8+'\x20('+_0x3dfd92+')'),_0x5ba21c;}catch(_0x43fda1){_0x471986=_0x43fda1,logger[_0x3bb3f0(0x13c)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x5f1fc8+_0x3bb3f0(0xd4)+_0x3dfd92+_0x3bb3f0(0x123)+_0x43fda1[_0x3bb3f0(0x11d)]);}}return logger[_0x3bb3f0(0x114)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x3dfd92+').\x20Last\x20error:\x20'+(_0x471986?.[_0x3bb3f0(0x11d)]||_0x2fa839[_0x3bb3f0(0x15e)])),[];},exports[a106_0x431f7e(0xb1)]=async(_0x277c3f,_0x3d14a6)=>{const _0x2c60a3=a106_0x431f7e,_0x50488a={'koRSQ':function(_0x440759,_0x11145a){return _0x440759(_0x11145a);},'mjtfS':_0x2c60a3(0xf1),'UGkEI':function(_0x91bc68,_0x5cd6d5){return _0x91bc68<=_0x5cd6d5;},'Moeri':function(_0x49374d,_0x405529){return _0x49374d+_0x405529;},'BugRT':function(_0x5c3b60,_0x270efb){return _0x5c3b60+_0x270efb;},'ATTZQ':function(_0x13a701,_0x2602e1){return _0x13a701&&_0x2602e1;},'kvkQn':function(_0x5ac394,_0x335433,_0xf2f99){return _0x5ac394(_0x335433,_0xf2f99);},'zKxZQ':function(_0x7d44fc,_0x4229a1,_0x5df915){return _0x7d44fc(_0x4229a1,_0x5df915);},'TbtFS':function(_0x28fdbe,_0x23baac,_0x30dcfc){return _0x28fdbe(_0x23baac,_0x30dcfc);},'Esnng':_0x2c60a3(0xcb)},{isPlaywright:_0x11a0bd,type:_0x1c5a16}=_0x50488a[_0x2c60a3(0x10d)](detectDriverType,_0x277c3f),_0x4c452b=_0x11a0bd?_0x3d14a6[_0x2c60a3(0x16d)]:accessibilityHelper[_0x2c60a3(0x120)]()&&globals[_0x2c60a3(0x10b)](_0x50488a[_0x2c60a3(0xd5)]);if(!_0x4c452b)return logger[_0x2c60a3(0x13c)](_0x2c60a3(0x138)+_0x1c5a16+_0x2c60a3(0x12b)),{};let _0x218545=null;for(let _0x2633ec=0x1;_0x50488a[_0x2c60a3(0xf9)](_0x2633ec,_0x50488a[_0x2c60a3(0x170)](RETRY_CONFIG[_0x2c60a3(0x136)],0x1));_0x2633ec++){try{logger['debug'](_0x2c60a3(0x10f)+_0x2633ec+'/'+_0x50488a[_0x2c60a3(0x11f)](RETRY_CONFIG[_0x2c60a3(0x136)],0x1)+'\x20('+_0x1c5a16+')');let _0x4e7df4;return _0x50488a[_0x2c60a3(0xad)](_0x11a0bd,playwrightA11yHelper)?(_0x50488a[_0x2c60a3(0x174)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xc6)]),_0x4e7df4=await _0x50488a[_0x2c60a3(0x168)](withTimeout,playwrightA11yHelper[_0x2c60a3(0x10c)](_0x277c3f),RETRY_CONFIG[_0x2c60a3(0xc6)]),await exports['setPlaywrightScriptTimeout'](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xf0)])):(await exports[_0x2c60a3(0xdb)](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xc6)]),_0x4e7df4=await _0x50488a['TbtFS'](withTimeout,accessibilityHelper[_0x2c60a3(0x10c)](_0x277c3f,_0x3d14a6),RETRY_CONFIG['timeoutMs']),await exports[_0x2c60a3(0xdb)](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xf0)])),logger[_0x2c60a3(0x141)](_0x2c60a3(0x108)+_0x2633ec+'\x20('+_0x1c5a16+')'),_0x4e7df4;}catch(_0x55bd62){_0x218545=_0x55bd62,logger[_0x2c60a3(0x13c)](_0x2c60a3(0x10f)+_0x2633ec+_0x2c60a3(0xd4)+_0x1c5a16+_0x2c60a3(0x123)+_0x55bd62[_0x2c60a3(0x11d)]);}}return logger[_0x2c60a3(0x114)](_0x2c60a3(0xbf)+_0x1c5a16+_0x2c60a3(0xe4)+(_0x218545?.[_0x2c60a3(0x11d)]||_0x50488a[_0x2c60a3(0x105)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x6ac00f,_0x186c8b,_0x28b86d=null)=>{const _0x297c49=a106_0x431f7e,_0x3869b9={'BKfeP':function(_0x3aeb9d,_0x465558){return _0x3aeb9d(_0x465558);},'ArtNR':function(_0x44dd40,_0x4857cf){return _0x44dd40===_0x4857cf;},'wHByG':_0x297c49(0xf2),'ZjUlV':function(_0xfaf6aa,_0x40512e){return _0xfaf6aa===_0x40512e;},'eACkg':_0x297c49(0x177),'aVeKh':_0x297c49(0xfb)},{isPlaywright:_0x249624,type:_0x29bc0d}=_0x3869b9[_0x297c49(0xba)](detectDriverType,_0x6ac00f),_0x76827e={};_0x76827e[_0x297c49(0x15b)]=![],_0x76827e[_0x297c49(0xb5)]=[],_0x76827e[_0x297c49(0x146)]={},_0x76827e[_0x297c49(0x114)]=null,_0x76827e[_0x297c49(0xd8)]=_0x29bc0d;const _0x273dad=_0x76827e;try{_0x273dad['scanSucceeded']=await exports[_0x297c49(0x13b)](_0x6ac00f,_0x28b86d);if(_0x273dad[_0x297c49(0x15b)]){const [_0x82556,_0x288f40]=await Promise['allSettled']([exports[_0x297c49(0x15a)](_0x6ac00f,_0x186c8b),exports[_0x297c49(0xb1)](_0x6ac00f,_0x186c8b)]);_0x273dad['results']=_0x3869b9[_0x297c49(0xc2)](_0x82556[_0x297c49(0x14a)],_0x3869b9['wHByG'])?_0x82556[_0x297c49(0xb9)]:[],_0x273dad[_0x297c49(0x146)]=_0x3869b9[_0x297c49(0xc2)](_0x288f40[_0x297c49(0x14a)],_0x3869b9[_0x297c49(0xfe)])?_0x288f40[_0x297c49(0xb9)]:{},_0x3869b9[_0x297c49(0x162)](_0x82556[_0x297c49(0x14a)],_0x3869b9['eACkg'])&&logger['warn']('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x29bc0d+_0x297c49(0xea)+_0x82556[_0x297c49(0xc0)]?.[_0x297c49(0x11d)]),_0x3869b9[_0x297c49(0xc2)](_0x288f40[_0x297c49(0x14a)],_0x3869b9[_0x297c49(0x156)])&&logger[_0x297c49(0x13c)](_0x297c49(0xf3)+_0x29bc0d+_0x297c49(0xea)+_0x288f40['reason']?.[_0x297c49(0x11d)]);}}catch(_0x623c60){_0x273dad['error']=_0x623c60[_0x297c49(0x11d)]||_0x3869b9['aVeKh'],logger[_0x297c49(0x114)](_0x297c49(0xce)+_0x29bc0d+_0x297c49(0xea)+_0x273dad[_0x297c49(0x114)]);}return _0x273dad;},exports[a106_0x431f7e(0xdf)]=_0x4fcf8d=>{const _0x3e4920=a106_0x431f7e,_0x4c9c2e={};_0x4c9c2e['jvIIS']=function(_0x59b725,_0x51daee){return _0x59b725!==_0x51daee;};const _0x58e13b=_0x4c9c2e;_0x58e13b['jvIIS'](_0x4fcf8d[_0x3e4920(0x136)],undefined)&&(RETRY_CONFIG[_0x3e4920(0x136)]=Math[_0x3e4920(0x104)](0x0,_0x4fcf8d[_0x3e4920(0x136)])),_0x58e13b[_0x3e4920(0xbc)](_0x4fcf8d[_0x3e4920(0xc6)],undefined)&&(RETRY_CONFIG[_0x3e4920(0xc6)]=Math['max'](0x3e8,_0x4fcf8d[_0x3e4920(0xc6)])),logger['debug'](_0x3e4920(0xc7)+JSON[_0x3e4920(0x137)](RETRY_CONFIG));},exports[a106_0x431f7e(0x16f)]=()=>{const _0x3aef1b={...RETRY_CONFIG};return _0x3aef1b;},exports[a106_0x431f7e(0xee)]=_0x104c2b=>{const _0x31af0f={'cgLfC':function(_0x5cd61a,_0x2d2943){return _0x5cd61a(_0x2d2943);}};return _0x31af0f['cgLfC'](detectDriverType,_0x104c2b)['isPlaywright'];},exports['isSeleniumDriver']=_0x1f9a9d=>{const _0x44f401=a106_0x431f7e,_0x25fd33={'khRvZ':function(_0x276a04,_0x2fcd5e){return _0x276a04(_0x2fcd5e);},'AxrbV':function(_0x1095c9,_0x3f19a6){return _0x1095c9===_0x3f19a6;},'tpHYm':'selenium-webdriver'},{isPlaywright:_0x28cd6c,type:_0x52b71a}=_0x25fd33[_0x44f401(0x164)](detectDriverType,_0x1f9a9d);return!_0x28cd6c&&_0x25fd33['AxrbV'](_0x52b71a,_0x25fd33[_0x44f401(0x12d)]);},exports[a106_0x431f7e(0xeb)]=async(_0x3ac76e,_0x3c6dad=null)=>{const _0x5665f7=a106_0x431f7e,_0x20a33f={'OauBQ':function(_0x4bdc65,_0x5c0b9f){return _0x4bdc65(_0x5c0b9f);},'YDIHo':function(_0x3cfb4c,_0x206abb){return _0x3cfb4c===_0x206abb;},'UWERC':_0x5665f7(0x128)},{isPlaywright:_0x32b03d,type:_0x4b650a}=_0x20a33f[_0x5665f7(0x153)](detectDriverType,_0x3ac76e);if(!_0x32b03d)return logger['debug'](_0x5665f7(0x13d)+_0x4b650a+_0x5665f7(0xe9)),!![];const _0x297f77=_0x3c6dad||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x3ac76e&&_0x20a33f['YDIHo'](typeof _0x3ac76e[_0x5665f7(0x14c)],_0x20a33f[_0x5665f7(0x102)])&&(await _0x3ac76e['setDefaultTimeout'](_0x297f77),logger[_0x5665f7(0x150)](_0x5665f7(0x154)+_0x297f77+'ms')),!![];}catch(_0x2a616c){return logger[_0x5665f7(0x13c)](_0x5665f7(0x169)+_0x2a616c[_0x5665f7(0x11d)]),![];}},exports[a106_0x431f7e(0xdb)]=async(_0x2b1f0b,_0x2c3e1a=null)=>{const _0x41100b=a106_0x431f7e,_0x64fcf8={};_0x64fcf8[_0x41100b(0xcd)]=_0x41100b(0xf5),_0x64fcf8[_0x41100b(0xd3)]=function(_0x1f5fb3,_0x17db93){return _0x1f5fb3===_0x17db93;},_0x64fcf8[_0x41100b(0xda)]=_0x41100b(0x128),_0x64fcf8['bXGDo']=function(_0x98fec7,_0x3c91ae){return _0x98fec7===_0x3c91ae;},_0x64fcf8[_0x41100b(0x165)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x64fcf8[_0x41100b(0xd2)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x45b419=_0x64fcf8;if(!exports[_0x41100b(0x179)](_0x2b1f0b))return logger[_0x41100b(0x13c)](_0x45b419[_0x41100b(0xcd)]),![];const _0x5ac385=_0x2c3e1a||RETRY_CONFIG[_0x41100b(0xf0)];try{if(_0x2b1f0b&&_0x45b419[_0x41100b(0xd3)](typeof _0x2b1f0b['manage'],_0x45b419['riJlN'])){const _0x174ad2=_0x2b1f0b[_0x41100b(0x149)]();if(_0x174ad2&&_0x45b419[_0x41100b(0xe8)](typeof _0x174ad2[_0x41100b(0x12a)],_0x45b419[_0x41100b(0xda)]))await _0x174ad2[_0x41100b(0x12a)]()[_0x41100b(0x118)](_0x5ac385),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5ac385+_0x41100b(0xe7));else{if(_0x174ad2&&_0x45b419[_0x41100b(0xe8)](typeof _0x174ad2['setTimeouts'],_0x45b419['riJlN'])){const _0x3934d7={};_0x3934d7[_0x41100b(0x135)]=_0x5ac385,await _0x174ad2['setTimeouts'](_0x3934d7),logger[_0x41100b(0x150)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5ac385+_0x41100b(0xbe));}else{if(_0x174ad2&&_0x45b419[_0x41100b(0xd3)](typeof _0x174ad2[_0x41100b(0x118)],_0x45b419[_0x41100b(0xda)]))await _0x174ad2[_0x41100b(0x118)](_0x5ac385),logger[_0x41100b(0x150)](_0x41100b(0xb3)+_0x5ac385+_0x41100b(0x113));else return logger[_0x41100b(0x150)](_0x45b419[_0x41100b(0x165)]),!![];}}}else return logger['debug'](_0x45b419['TkcHV']),!![];return!![];}catch(_0x36e0be){return logger[_0x41100b(0x13c)](_0x41100b(0x11c)+_0x36e0be['message']),![];}},exports[a106_0x431f7e(0xd6)]=async(_0x261a31,_0x3478f9)=>{const _0x3bfc4a=a106_0x431f7e,_0x122411={'hQAQS':function(_0x44355b,_0x382c05){return _0x44355b(_0x382c05);},'gwSss':_0x3bfc4a(0xf1),'FvmTS':function(_0x5e3419,_0x15b751){return _0x5e3419<=_0x15b751;},'DhLJO':function(_0x1cbc1d,_0x2e1d07){return _0x1cbc1d+_0x2e1d07;},'zlPLu':function(_0x5f3e66,_0x109992){return _0x5f3e66+_0x109992;},'kRiyV':function(_0x5f415d,_0x4a2065){return _0x5f415d&&_0x4a2065;},'MlvCv':function(_0x83531e,_0x4e24a6,_0x6a6ceb){return _0x83531e(_0x4e24a6,_0x6a6ceb);},'LpYWr':'isMobilePlatform','TELIq':function(_0x1911ad,_0x1f9317,_0x3384a8){return _0x1911ad(_0x1f9317,_0x3384a8);},'uqlvN':'Unknown\x20error'},{isPlaywright:_0x2edbea,type:_0x14858d}=_0x122411[_0x3bfc4a(0x158)](detectDriverType,_0x261a31),_0xd18429=_0x2edbea?global[_0x3bfc4a(0x16d)]:accessibilityHelper[_0x3bfc4a(0x120)]()&&globals[_0x3bfc4a(0x10b)](_0x122411[_0x3bfc4a(0x173)]);if(!_0xd18429)return logger[_0x3bfc4a(0x13c)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x14858d+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x38bf96=null;for(let _0x3e0228=0x1;_0x122411[_0x3bfc4a(0xd0)](_0x3e0228,_0x122411[_0x3bfc4a(0x131)](RETRY_CONFIG[_0x3bfc4a(0x136)],0x1));_0x3e0228++){try{logger[_0x3bfc4a(0x150)](_0x3bfc4a(0xb8)+_0x3e0228+'/'+_0x122411['zlPLu'](RETRY_CONFIG[_0x3bfc4a(0x136)],0x1)+'\x20('+_0x14858d+')');if(_0x122411[_0x3bfc4a(0x15f)](_0x2edbea,playwrightA11yHelper)){_0x122411[_0x3bfc4a(0xdc)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3bfc4a(0xeb)](_0x261a31,RETRY_CONFIG['timeoutMs']);const _0x224d29={};_0x224d29[_0x3bfc4a(0xfc)]=!![];const _0x5f2522=global[_0x3bfc4a(0x129)]?Object['assign']({},_0x3478f9,_0x224d29):_0x3478f9;await _0x122411[_0x3bfc4a(0xdc)](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x261a31,scripts['saveTestResults'],_0x5f2522),RETRY_CONFIG['timeoutMs']),await exports[_0x3bfc4a(0xeb)](_0x261a31,RETRY_CONFIG[_0x3bfc4a(0xf0)]);}else{await exports[_0x3bfc4a(0xdb)](_0x261a31,RETRY_CONFIG[_0x3bfc4a(0xc6)]);const _0x1b5827={};_0x1b5827['is_mobile_session']=!![];const _0x3f51b5=globals['getGlobal'](_0x122411[_0x3bfc4a(0xc1)])?Object[_0x3bfc4a(0x13f)]({},_0x3478f9,_0x1b5827):_0x3478f9;await _0x122411[_0x3bfc4a(0x10a)](withTimeout,_0x261a31[_0x3bfc4a(0x147)](scripts[_0x3bfc4a(0x13e)],_0x3f51b5),RETRY_CONFIG[_0x3bfc4a(0xc6)]),await exports[_0x3bfc4a(0xdb)](_0x261a31,RETRY_CONFIG[_0x3bfc4a(0xf0)]);}return logger[_0x3bfc4a(0x141)](_0x3bfc4a(0x157)+_0x3e0228+'\x20('+_0x14858d+')'),!![];}catch(_0x1f7d2d){_0x38bf96=_0x1f7d2d,logger[_0x3bfc4a(0x13c)](_0x3bfc4a(0xb8)+_0x3e0228+_0x3bfc4a(0xd4)+_0x14858d+_0x3bfc4a(0x123)+_0x1f7d2d[_0x3bfc4a(0x11d)]);}}return logger[_0x3bfc4a(0x114)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x14858d+_0x3bfc4a(0xe4)+(_0x38bf96?.[_0x3bfc4a(0x11d)]||_0x122411[_0x3bfc4a(0xfd)])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a107_0x4b9a89=a107_0x365f;(function(_0x52a332,_0x1216af){var _0x295394=a107_0x365f,_0x1c5b24=_0x52a332();while(!![]){try{var _0x46a7ea=-parseInt(_0x295394(0x12e))/0x1*(-parseInt(_0x295394(0x137))/0x2)+-parseInt(_0x295394(0x136))/0x3+-parseInt(_0x295394(0x144))/0x4+-parseInt(_0x295394(0x132))/0x5+parseInt(_0x295394(0x147))/0x6*(parseInt(_0x295394(0x12d))/0x7)+-parseInt(_0x295394(0x13c))/0x8*(parseInt(_0x295394(0x138))/0x9)+-parseInt(_0x295394(0x148))/0xa*(-parseInt(_0x295394(0x13a))/0xb);if(_0x46a7ea===_0x1216af)break;else _0x1c5b24['push'](_0x1c5b24['shift']());}catch(_0xfae21e){_0x1c5b24['push'](_0x1c5b24['shift']());}}}(a107_0x4cdd,0x65278),exports[a107_0x4b9a89(0x13b)]=a107_0x4b9a89(0x145),exports[a107_0x4b9a89(0x12f)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']='100',exports['MINIMUM_CHROMEFORTESTING_VERSION']=a107_0x4b9a89(0x143),exports[a107_0x4b9a89(0x140)]=a107_0x4b9a89(0x133));function a107_0x365f(_0x4a0468,_0x29c55c){var _0x4cddd4=a107_0x4cdd();return a107_0x365f=function(_0x365f9e,_0x31978b){_0x365f9e=_0x365f9e-0x12d;var _0x1fb8b6=_0x4cddd4[_0x365f9e];return _0x1fb8b6;},a107_0x365f(_0x4a0468,_0x29c55c);}var a107_0xaebea4={};a107_0xaebea4[a107_0x4b9a89(0x13d)]=a107_0x4b9a89(0x146),a107_0xaebea4[a107_0x4b9a89(0x141)]=0x5e,a107_0xaebea4['min_version_non_browserstack']=0x64,a107_0xaebea4['requires_chrome_options_check']=!![];var a107_0xcd951={};a107_0xcd951['display_name']='Chrome',a107_0xcd951['min_version_browserstack']=0x5e,a107_0xcd951[a107_0x4b9a89(0x139)]=0x64,a107_0xcd951[a107_0x4b9a89(0x131)]=!![];var a107_0x3e1bb9={};a107_0x3e1bb9[a107_0x4b9a89(0x13d)]=a107_0x4b9a89(0x146),a107_0x3e1bb9[a107_0x4b9a89(0x141)]=0x5e,a107_0x3e1bb9[a107_0x4b9a89(0x139)]=0x64,a107_0x3e1bb9[a107_0x4b9a89(0x131)]=!![];var a107_0x54d6de={};a107_0x54d6de[a107_0x4b9a89(0x13d)]=a107_0x4b9a89(0x142),a107_0x54d6de[a107_0x4b9a89(0x141)]=0x8d,a107_0x54d6de[a107_0x4b9a89(0x139)]=0x8d,a107_0x54d6de['requires_chrome_options_check']=!![];var a107_0x19f2d1={};a107_0x19f2d1[a107_0x4b9a89(0x13d)]=a107_0x4b9a89(0x13f),a107_0x19f2d1[a107_0x4b9a89(0x141)]=18.4,a107_0x19f2d1['min_version_non_browserstack']=18.4,a107_0x19f2d1[a107_0x4b9a89(0x131)]=![];var a107_0x3c82ad={};a107_0x3c82ad[a107_0x4b9a89(0x135)]=a107_0xaebea4,a107_0x3c82ad[a107_0x4b9a89(0x13e)]=a107_0xcd951,a107_0x3c82ad[a107_0x4b9a89(0x134)]=a107_0x3e1bb9,a107_0x3c82ad[a107_0x4b9a89(0x130)]=a107_0x54d6de,a107_0x3c82ad['safari']=a107_0x19f2d1,exports['ACCESSIBILITY_SUPPORTED_BROWSERS']=a107_0x3c82ad;function a107_0x4cdd(){var _0x101759=['min_version_non_browserstack','2386406OUXTrx','API_URL','8sdoppM','display_name','chromium','Safari','MINIMUM_SAFARI_VERSION','min_version_browserstack','ChromeForTesting','141','2471796LbSAFF','https://accessibility.browserstack.com/api','Chrome','1218EXgEgj','100hDjXAE','19453DYvrZP','12279BGsGdd','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','chromefortesting','requires_chrome_options_check','2801885IeOvUG','18.4','playwright-chromium','chrome','1452993kdgMBf','12vSiujx','6572574ukOuQx'];a107_0x4cdd=function(){return _0x101759;};return a107_0x4cdd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a108_0x28dfd9=a108_0x80f3;(function(_0x3036cb,_0x442003){const _0x3e7cd8=a108_0x80f3,_0xddc1c3=_0x3036cb();while(!![]){try{const _0x2dabc0=-parseInt(_0x3e7cd8(0x1bb))/0x1+parseInt(_0x3e7cd8(0x162))/0x2+-parseInt(_0x3e7cd8(0x179))/0x3+-parseInt(_0x3e7cd8(0x11a))/0x4+parseInt(_0x3e7cd8(0xe7))/0x5*(parseInt(_0x3e7cd8(0x103))/0x6)+parseInt(_0x3e7cd8(0xbb))/0x7*(parseInt(_0x3e7cd8(0xd3))/0x8)+-parseInt(_0x3e7cd8(0x112))/0x9*(parseInt(_0x3e7cd8(0x116))/0xa);if(_0x2dabc0===_0x442003)break;else _0xddc1c3['push'](_0xddc1c3['shift']());}catch(_0x40a8f6){_0xddc1c3['push'](_0xddc1c3['shift']());}}}(a108_0x2957,0x8415a));function a108_0x2957(){const _0x167a1b=['pmsxd','GkMzc','1971918aCxMyq','errors','WTgFq','QpLMx','isBrowserSupportedForAccessibility','thTestRunUuid','warn','isUndefined','Invalid\x20configuration\x20passed.','stringify','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','length','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','qbucZ','status','BROWSERSTACK_TEST_ACCESSIBILITY_YML','GET_RESULTS_SUMMARY','requiresChromeOptionsValidation','string','OkcwA','aRBKV','hnzQg','DZXGP','2643279rzsNij','JzCOf','../performance/performance-tester','browserstack','--headless','checkAccessibilityPlatformConfig','Performing\x20scan\x20before\x20getting\x20results\x20summary','chromeOptions_','isMobileScanningEnabledForGroup','headers','LBLqe','rlQco','RTQCS','QbGuL','keys','getCapabilities','__cloud_provider___','capabilities_','isVersionSupported','LIGqM','includes','scannerVersion','gmHmr','ndSJZ','util','cTiDn','mergeDeep','toString','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','toLowerCase','Build\x20creation\x20had\x20failed.','accessibility','join','display_name','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','getAccessibilityResults','user','gbbRi','No\x20accessibility\x20summary\x20was\x20found.','test_runs/stop','DcXhZ','selenium-webdriver','nPylP','script','version','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','xPLdA','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','isBrowserStackCommandExecutor','PERFORM_SCAN','map','info','qiumZ','isMobileAccessibilitySession','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','HAmVi','imtRd','getBrowserDisplayName','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','toJson','goog:chromeOptions','wzeKd','sdvmO','dpphG','UxxUy','setNonBstackInfraCapabilities','20338EnNeHx','DBRTv','MOBILE_SCANNING_DISABLED_WARNING','XfMwz','command','eCubB','performScan','response','getGitMetaData','chrome','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','getMobileA11yCapabilities','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','uOlUy','browserName','PYuId','wqzOx','OwDqP','env','json','getGlobal','debug','Cehrf','yqjCN',']\x20but\x20thTestRunUuid\x20is\x20','11515nuqyBS','WXSJQ','shouldScanTestForAccessibility','eHAaj','getMinVersionForBrowser','includeTagsInTestingScope','browserstackSessionName','YifbN','sSHtJ','jMEAl','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','message','mifMx','browserVersion','../logger','xLiQQ','application/json','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','requireModule','stopAccessibilityTestRun','set','buildName','fetchPlatformDetails','error','520FyuoXa','UBLAQ','executeScript','getResultsSummary','Bearer\x20','SUBSc','isMobileAccessibilityPlatform','parse','PIRjd','isArray','JnzDu','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','base64','fvpFv','data','../performance/constants','qwbVF','projectName','toISOString','eNVdG','1400SkpBpu','ueRhx','bVpff','Performing\x20scan\x20before\x20getting\x20results','vBAty','method','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','getPlatform','executeAsyncScript','min_version_browserstack','get','getBrowserA11yConfig','forEach','__workerDetails','POST','lDEnn','MFQiV','FVbZI','getPackageVersion','excludeTagsInTestingScope','sWmJE','nodeRequest','isBrowserstackInfra','measureWrapper','nbUgh','HHrEP','isAccessibilityAutomationSession','Lzjtv','15474MmyHBq','zEFkR','getHostInfo','MxdTs','oTNYZ','bstackA11yScanOptions','CvYHY','VMqxe','success','mOvSF','GPeFV','ZwdBe','assign','BS_A11Y_JWT','is_mobile_session','34839mmjzsd','koSXP','DOxiB','getAccessKey','30Mrvhso','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','--headless=new','selenium-webdriver/chrome.js','1443768wWsTwY','No\x20accessibility\x20results\x20were\x20found.','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','npQJu','device','stack','wait','TsKlH','getResults','function','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','split','platformName','android','format','statusText','vCZzY','nestedKeyValue','createAccessibilityTestRun','resolveMobileThTestRunUuid','auth','VajSJ','Content-Type','nonBstackPlatformValidation','dfQVe','eRmzh','some','min_version_non_browserstack','BAXCm','getPlatformVersion','ZglkJ','--headless=','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','basename','oUCfo','pass','Not\x20a\x20Accessibility\x20Session','YhwRu','browserstack_executor','replace','isTrue','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','kGXft','options_','getTestFrameworkDetails','getAgentVersion','bstackA11yShouldScan','accessibilityToken','v2/test_runs','winstonLogger','compareVersions','fmQkp','a11y:start','Authorization','isAccessibilityPlatform','body','ovudm','startsWith','OWEtr','DCUYA','chromeOptions','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','EWcyU','LDHet','from','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','DyEDv','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','WgpHZ'];a108_0x2957=function(){return _0x167a1b;};return a108_0x2957();}function a108_0x80f3(_0x1391c2,_0xe38b48){const _0x2957a9=a108_0x2957();return a108_0x80f3=function(_0x80f3e3,_0x214a9f){_0x80f3e3=_0x80f3e3-0xb1;let _0x3fae1a=_0x2957a9[_0x80f3e3];return _0x3fae1a;},a108_0x80f3(_0x1391c2,_0xe38b48);}const path=require('path'),util=require(a108_0x28dfd9(0x191)),bsSetupHelper=require('../helper'),logger=require(a108_0x28dfd9(0xc9))[a108_0x28dfd9(0x14c)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require('./constants'),PerformanceTester=require(a108_0x28dfd9(0x17b)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a108_0x28dfd9(0xe2));exports[a108_0x28dfd9(0xd1)]=async _0x485e7a=>{const _0x27bbf9=a108_0x28dfd9,_0x5aff22={};_0x5aff22[_0x27bbf9(0x155)]=function(_0x5f549a,_0x31acc3){return _0x5f549a===_0x31acc3;},_0x5aff22['DBRTv']=_0x27bbf9(0x17c);const _0x589885=_0x5aff22;let _0x3f0ab2={};try{const _0x2a2b96=await _0x485e7a[_0x27bbf9(0x188)]();_0x3f0ab2={'os_name':_0x2a2b96[_0x27bbf9(0xee)](),'os_version':bsSetupHelper[_0x27bbf9(0x138)](_0x589885['OWEtr'](global[_0x27bbf9(0x189)],_0x589885[_0x27bbf9(0x1bc)])),'browser_name':_0x2a2b96['getBrowserName'](),'browser_version':_0x2a2b96['getBrowserVersion']()};}catch(_0x289473){logger[_0x27bbf9(0xb7)](_0x27bbf9(0x1a6)+_0x289473);}return _0x3f0ab2;},exports[a108_0x28dfd9(0x101)]=()=>{const _0x1101c0=a108_0x28dfd9,_0x54a777={};_0x54a777[_0x1101c0(0x156)]=function(_0x4891be,_0x433af5){return _0x4891be===_0x433af5;},_0x54a777[_0x1101c0(0x107)]='string',_0x54a777[_0x1101c0(0xdd)]=function(_0x14a3d5,_0x2b5963){return _0x14a3d5>_0x2b5963;},_0x54a777[_0x1101c0(0xf7)]=function(_0x479979,_0x182b54){return _0x479979!==_0x182b54;},_0x54a777[_0x1101c0(0x17a)]='null',_0x54a777['MxdTs']=function(_0x5ad08a,_0x5e8b3e){return _0x5ad08a&&_0x5e8b3e;};const _0x8f316d=_0x54a777;try{const _0x17e92d=bsSetupHelper['isTrue'](process['env'][_0x1101c0(0x171)])||bsSetupHelper[_0x1101c0(0x143)](process[_0x1101c0(0xb4)][_0x1101c0(0x19b)]),_0x195713=_0x8f316d[_0x1101c0(0x156)](typeof process[_0x1101c0(0xb4)][_0x1101c0(0x110)],_0x8f316d[_0x1101c0(0x107)])&&_0x8f316d[_0x1101c0(0xdd)](process[_0x1101c0(0xb4)][_0x1101c0(0x110)][_0x1101c0(0x16d)],0x0)&&_0x8f316d[_0x1101c0(0xf7)](process[_0x1101c0(0xb4)][_0x1101c0(0x110)],_0x8f316d[_0x1101c0(0x17a)]);return _0x8f316d[_0x1101c0(0x106)](_0x17e92d,_0x195713);}catch(_0x347621){logger[_0x1101c0(0xb7)](_0x1101c0(0x1b3)+_0x347621);}return![];},exports[a108_0x28dfd9(0x132)]=(_0x33c009,_0x403383)=>{const _0x57b76c=a108_0x28dfd9,_0x1e5840={'qbucZ':_0x57b76c(0x1c9),'RTQCS':function(_0x4dcb32,_0x3b290d){return _0x4dcb32(_0x3b290d);},'eNVdG':_0x57b76c(0xc8),'imtRd':function(_0x12e8e8,_0x46af59){return _0x12e8e8(_0x46af59);},'aEjYm':_0x57b76c(0x1a5),'HHrEP':'bstack:options','gbbRi':function(_0x42cb76,_0x727e4){return _0x42cb76(_0x727e4);},'mOvSF':'deviceName','vBAty':_0x57b76c(0x11e),'LIGqM':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','qwbVF':_0x57b76c(0x119),'YifbN':_0x57b76c(0x1a2),'bVpff':_0x57b76c(0x146),'yqjCN':'args','wqzOx':_0x57b76c(0x157),'QpLMx':_0x57b76c(0x1c5),'qiumZ':_0x57b76c(0x1b5),'CvYHY':function(_0x178bdb,_0x18d733){return _0x178bdb===_0x18d733;},'uIxJT':_0x57b76c(0x1c4),'ovudm':function(_0x11a188,_0x498ced){return _0x11a188>=_0x498ced;}},_0x5d2549=_0x33c009[_0x57b76c(0xf1)](_0x1e5840[_0x57b76c(0x16f)]),_0x29b88e=_0x1e5840[_0x57b76c(0x185)](parseFloat,_0x33c009[_0x57b76c(0xf1)](_0x1e5840[_0x57b76c(0xe6)]))||_0x1e5840[_0x57b76c(0x1b1)](parseFloat,_0x33c009[_0x57b76c(0xf1)](_0x1e5840['aEjYm'])),_0x5df316=_0x33c009[_0x57b76c(0xf1)](_0x1e5840[_0x57b76c(0x100)])||{},_0x20b8fa=_0x1e5840[_0x57b76c(0x19e)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3dd00f=_0x5df316[_0x1e5840[_0x57b76c(0x10c)]]||_0x33c009[_0x57b76c(0xf1)](_0x1e5840[_0x57b76c(0xeb)])||![];if(_0x3dd00f)return logger[_0x57b76c(0x168)](_0x1e5840[_0x57b76c(0x18c)]),![];let _0x96b38;try{_0x96b38=bsSetupHelper[_0x57b76c(0xcd)](_0x1e5840[_0x57b76c(0xe3)],_0x1e5840[_0x57b76c(0xc2)]);}catch(_0x515fcf){return![];}const _0x52566f=new _0x96b38['Options'](_0x403383[_0x57b76c(0x180)]),_0x145d7c=bsSetupHelper['nestedKeyValue'](_0x52566f,[_0x1e5840[_0x57b76c(0xe9)],_0x1e5840[_0x57b76c(0xb9)]])||bsSetupHelper[_0x57b76c(0x12c)](_0x403383[_0x57b76c(0x18a)],[_0x1e5840[_0x57b76c(0x100)],_0x1e5840[_0x57b76c(0xb2)],_0x1e5840[_0x57b76c(0xb9)]])||bsSetupHelper[_0x57b76c(0x12c)](_0x403383[_0x57b76c(0x18a)],[_0x1e5840[_0x57b76c(0xb2)],_0x1e5840['yqjCN']])||[],_0x4895e8=Array['isArray'](_0x145d7c)?_0x145d7c:[];if(_0x4895e8['some'](_0x1853dd=>typeof _0x1853dd===_0x57b76c(0x174)&&(_0x1853dd===_0x57b76c(0x17d)||_0x1853dd[_0x57b76c(0x154)](_0x57b76c(0x13a))&&_0x1853dd!==_0x57b76c(0x118))))return logger[_0x57b76c(0x168)](_0x1e5840[_0x57b76c(0x165)]),![];const _0x35ee6a=_0x403383[_0x57b76c(0x18a)]||{},_0x236339=bsSetupHelper[_0x57b76c(0x12c)](_0x35ee6a,[_0x1e5840[_0x57b76c(0x1ad)]])||{},_0x5ab590=bsSetupHelper[_0x57b76c(0x12c)](_0x236339,[_0x1e5840['yqjCN']])||[],_0x3b9277=Array[_0x57b76c(0xdc)](_0x5ab590)?_0x5ab590:[];if(_0x3b9277[_0x57b76c(0x135)](_0x538385=>typeof _0x538385===_0x57b76c(0x174)&&(_0x538385===_0x57b76c(0x17d)||_0x538385['startsWith']('--headless=')&&_0x538385!==_0x57b76c(0x118))))return logger[_0x57b76c(0x168)](_0x1e5840[_0x57b76c(0x165)]),![];if(_0x1e5840[_0x57b76c(0x109)](_0x5d2549['toLowerCase'](),_0x1e5840['uIxJT'])&&_0x1e5840[_0x57b76c(0x153)](_0x29b88e,_0x20b8fa))return!![];return logger[_0x57b76c(0x168)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x28dfd9(0x1ba)]=_0x2e79b8=>{const _0x56051b=a108_0x28dfd9,_0x50e4ab={};_0x50e4ab['OwDqP']=_0x56051b(0x1b5),_0x50e4ab[_0x56051b(0x10a)]=function(_0x145e9d,_0x2a9707){return _0x145e9d||_0x2a9707;},_0x50e4ab[_0x56051b(0xe0)]=_0x56051b(0x13f);const _0x45ea0b=_0x50e4ab,_0x17cd15=scripts['ChromeExtension'];try{const _0x3bfb4f=bsSetupHelper[_0x56051b(0x143)](process[_0x56051b(0xb4)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x56051b(0xb4)][_0x56051b(0x19b)]);if((!bsSetupHelper['isBrowserstackInfra']()||process['env']['BROWSERSTACK_TURBOSCALE'])&&_0x3bfb4f){const _0x3fad71=_0x2e79b8['getCapabilities'](),_0x32cb99=_0x3fad71[_0x56051b(0xf1)](_0x45ea0b[_0x56051b(0xb3)]),_0x1ca582=_0x45ea0b[_0x56051b(0x10a)](_0x32cb99,{});bsSetupHelper[_0x56051b(0x193)](_0x1ca582,_0x17cd15),_0x2e79b8[_0x56051b(0x188)]()[_0x56051b(0xcf)](_0x45ea0b[_0x56051b(0xb3)],_0x1ca582);}else logger[_0x56051b(0x168)](_0x45ea0b[_0x56051b(0xe0)]);}catch(_0x1790e8){logger[_0x56051b(0xd2)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x1790e8);}},exports[a108_0x28dfd9(0xbd)]=(_0x9c30e2=null,_0x4efa4e=!![],_0x341153=[])=>{const _0x1c7e16=a108_0x28dfd9,_0x348448={};_0x348448[_0x1c7e16(0xf6)]=function(_0xa4fac0,_0x7aeaba){return _0xa4fac0==_0x7aeaba;},_0x348448[_0x1c7e16(0x11d)]=function(_0x385aaf,_0x43e97b){return _0x385aaf>_0x43e97b;},_0x348448[_0x1c7e16(0x145)]=function(_0x3e5a28,_0x299d45){return _0x3e5a28===_0x299d45;},_0x348448[_0x1c7e16(0x186)]=function(_0x3873d6,_0x2ac6d8){return _0x3873d6&&_0x2ac6d8;};const _0x37a478=_0x348448;if(_0x37a478[_0x1c7e16(0xf6)](process[_0x1c7e16(0xb4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x45b591=JSON[_0x1c7e16(0xda)](process['env'][_0x1c7e16(0x195)]),_0x5dbc33=Array['isArray'](_0x45b591[_0x1c7e16(0xc0)])?_0x45b591['includeTagsInTestingScope']:[],_0x2052f1=Array[_0x1c7e16(0xdc)](_0x45b591[_0x1c7e16(0xfa)])?_0x45b591[_0x1c7e16(0xfa)]:[],_0x27973a=_0x4ba91d=>typeof _0x4ba91d===_0x1c7e16(0x174)?_0x4ba91d[_0x1c7e16(0x142)](/^@/,'')[_0x1c7e16(0x196)]()['trim']():_0x4ba91d;if(bsSetupHelper[_0x1c7e16(0x169)](_0x9c30e2)){if(_0x37a478[_0x1c7e16(0x11d)](_0x341153[_0x1c7e16(0x16d)],0x0)){const _0x872be1=_0x341153[_0x1c7e16(0x1ab)](_0x27973a),_0x3fd338=_0x2052f1[_0x1c7e16(0x135)](_0x3b4f9c=>_0x872be1[_0x1c7e16(0x18d)](_0x27973a(_0x3b4f9c))),_0x46ab2d=_0x37a478[_0x1c7e16(0x145)](_0x5dbc33[_0x1c7e16(0x16d)],0x0)||_0x5dbc33[_0x1c7e16(0x135)](_0x78fe98=>_0x872be1[_0x1c7e16(0x18d)](_0x27973a(_0x78fe98)));return _0x37a478['QbGuL'](!_0x3fd338,_0x46ab2d);}return!![];}let _0x3f6699;_0x4efa4e?_0x3f6699=_0x9c30e2['join']('/'):_0x3f6699=_0x9c30e2;const _0x824416=_0x2052f1[_0x1c7e16(0x135)](_0x1cfe0e=>_0x3f6699[_0x1c7e16(0x196)]()[_0x1c7e16(0x18d)](_0x27973a(_0x1cfe0e)[_0x1c7e16(0x196)]())),_0x328082=_0x37a478[_0x1c7e16(0x145)](_0x5dbc33[_0x1c7e16(0x16d)],0x0)||_0x5dbc33[_0x1c7e16(0x135)](_0x4a5945=>_0x3f6699[_0x1c7e16(0x196)]()[_0x1c7e16(0x18d)](_0x27973a(_0x4a5945)[_0x1c7e16(0x196)]()));return _0x37a478[_0x1c7e16(0x186)](!_0x824416,_0x328082);}catch(_0x329215){logger[_0x1c7e16(0xb7)](_0x1c7e16(0xed)+util['format'](_0x329215));}return![];},exports[a108_0x28dfd9(0x17e)]=_0x100604=>{const _0x30435d=a108_0x28dfd9;let _0x41b4e4=![];try{_0x100604['platforms'][_0x30435d(0xf3)](_0x357923=>{const _0x51a951=_0x30435d;if(bsSetupHelper[_0x51a951(0x143)](_0x357923[_0x51a951(0x198)]))return _0x41b4e4=!![],!![];});}catch(_0x3fe649){logger[_0x30435d(0xb7)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3fe649);}return _0x41b4e4||bsSetupHelper[_0x30435d(0x143)](_0x100604[_0x30435d(0x198)]);},exports[a108_0x28dfd9(0x12d)]=PerformanceTester[a108_0x28dfd9(0xfe)](a108_0x28dfd9(0x14f),async function(_0x85e9af,_0x16cdc7){const _0x469a1b=a108_0x28dfd9,_0x3f26c9={};_0x3f26c9[_0x469a1b(0xc4)]=_0x469a1b(0x16e),_0x3f26c9['eHAaj']='playwright',_0x3f26c9[_0x469a1b(0x190)]='javascript',_0x3f26c9[_0x469a1b(0x102)]=_0x469a1b(0xcb),_0x3f26c9['sWmJE']=_0x469a1b(0xf5),_0x3f26c9['eCubB']=_0x469a1b(0x14b),_0x3f26c9['gmHmr']=function(_0x5801ac,_0x482a0a){return _0x5801ac===_0x482a0a;},_0x3f26c9['rlQco']=_0x469a1b(0x16a),_0x3f26c9[_0x469a1b(0x133)]='false';const _0x2b3ebd=_0x3f26c9,_0x3c38cc=bsSetupHelper['getUserName'](_0x85e9af),_0x2fdedd=bsSetupHelper[_0x469a1b(0x115)](_0x85e9af);if(bsSetupHelper[_0x469a1b(0x169)](_0x3c38cc)||bsSetupHelper[_0x469a1b(0x169)](_0x2fdedd))return logger[_0x469a1b(0xd2)](_0x2b3ebd[_0x469a1b(0xc4)]),[null,null];try{let _0xe3171c;bsSetupHelper[_0x469a1b(0x169)](process[_0x469a1b(0xb4)][_0x469a1b(0x195)])?_0xe3171c={}:_0xe3171c=JSON[_0x469a1b(0xda)](process[_0x469a1b(0xb4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x3d4d6b,version:_0xd0cd82}=bsSetupHelper[_0x469a1b(0x147)](_0x85e9af,_0x16cdc7),_0x1333bf={'projectName':_0x85e9af[_0x469a1b(0xe4)],'buildName':_0x85e9af[_0x469a1b(0xd0)]||path[_0x469a1b(0x13c)](path['resolve'](process['cwd']())),'startTime':new Date()[_0x469a1b(0xe5)](),'description':_0x85e9af['buildDescription']||'','source':{'frameworkName':_0x16cdc7[_0x469a1b(0x18d)](_0x2b3ebd[_0x469a1b(0xbe)])?_0x2b3ebd[_0x469a1b(0xbe)]:_0x16cdc7,'frameworkVersion':bsSetupHelper[_0x469a1b(0xf9)](_0x16cdc7),'sdkVersion':bsSetupHelper[_0x469a1b(0x148)](),'language':_0x2b3ebd[_0x469a1b(0x190)],'testFramework':_0x3d4d6b,'testFrameworkVersion':_0xd0cd82},'settings':_0xe3171c,'versionControl':await bsSetupHelper[_0x469a1b(0x1c3)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x469a1b(0x105)](),'browserstackAutomation':bsSetupHelper[_0x469a1b(0xfd)]()},_0x1a5066={};_0x1a5066[_0x469a1b(0x19d)]=_0x3c38cc,_0x1a5066[_0x469a1b(0x13e)]=_0x2fdedd;const _0xd3bf25={};_0xd3bf25[_0x469a1b(0x131)]=_0x2b3ebd[_0x469a1b(0x102)];const _0x124556={};_0x124556[_0x469a1b(0x12f)]=_0x1a5066,_0x124556[_0x469a1b(0x182)]=_0xd3bf25;const _0x2d1a85=_0x124556,_0x5c47b4={};_0x5c47b4[_0x469a1b(0x152)]=_0x1333bf,_0x5c47b4[_0x469a1b(0xb5)]=!![];const _0xc8353=Object['assign'](_0x2d1a85,_0x5c47b4),_0x29ee33=await bsSetupHelper[_0x469a1b(0xfc)](_0x2b3ebd[_0x469a1b(0xfb)],_0x2b3ebd[_0x469a1b(0x1c0)],_0xc8353,_0x85e9af,API_URL);let _0x6d980f=process['env'][_0x469a1b(0x195)];return _0x6d980f?_0x6d980f=JSON['parse'](process[_0x469a1b(0xb4)][_0x469a1b(0x195)]):_0x6d980f={},scripts['parseFromJson'](_0x29ee33['data'][_0x469a1b(0xe1)]),scripts[_0x469a1b(0x1b4)](),_0x6d980f[_0x469a1b(0x18e)]=_0x29ee33[_0x469a1b(0xe1)][_0x469a1b(0xe1)][_0x469a1b(0x18e)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x469a1b(0x16b)](_0x6d980f),[_0x29ee33['data'][_0x469a1b(0xe1)][_0x469a1b(0x14a)],_0x29ee33[_0x469a1b(0xe1)][_0x469a1b(0xe1)]['id']];}catch(_0x424c0a){if(_0x424c0a[_0x469a1b(0x1c2)])logger[_0x469a1b(0xd2)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x424c0a['response'][_0x469a1b(0x170)]+'\x20'+_0x424c0a[_0x469a1b(0x1c2)]['statusText']+'\x20'+JSON[_0x469a1b(0x16b)](_0x424c0a[_0x469a1b(0x1c2)][_0x469a1b(0xe1)]));else{if(_0x2b3ebd[_0x469a1b(0x18f)](_0x424c0a[_0x469a1b(0xc6)],_0x2b3ebd[_0x469a1b(0x184)])){logger['error'](_0x469a1b(0x11c)+(_0x424c0a[_0x469a1b(0xc6)]||_0x424c0a[_0x469a1b(0x11f)]));for(const _0x529eb4 of _0x424c0a[_0x469a1b(0x163)]){logger['error'](_0x529eb4[_0x469a1b(0xc6)]);}process[_0x469a1b(0xb4)][_0x469a1b(0x171)]=_0x2b3ebd['dfQVe'],process['env'][_0x469a1b(0x19b)]=_0x2b3ebd[_0x469a1b(0x133)];}else logger[_0x469a1b(0xd2)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x424c0a['message']||_0x424c0a[_0x469a1b(0x11f)]));}return[null,null];}}),exports[a108_0x28dfd9(0xce)]=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x260ec1){const _0x1b9a89=a108_0x28dfd9,_0x18e615={};_0x18e615['HAmVi']=function(_0x582107,_0x24a056){return _0x582107!==_0x24a056;},_0x18e615[_0x1b9a89(0x1be)]=_0x1b9a89(0x174),_0x18e615[_0x1b9a89(0x134)]=_0x1b9a89(0xd2),_0x18e615[_0x1b9a89(0x10e)]=_0x1b9a89(0x197),_0x18e615[_0x1b9a89(0x176)]=_0x1b9a89(0xcb),_0x18e615['oUCfo']='PUT',_0x18e615[_0x1b9a89(0x178)]=_0x1b9a89(0x1a0),_0x18e615[_0x1b9a89(0xff)]=function(_0x54cfbb,_0xf9d43b){return _0x54cfbb+_0xf9d43b;},_0x18e615[_0x1b9a89(0x1a7)]='Invalid\x20request:\x20',_0x18e615['DyEDv']=_0x1b9a89(0x10b);const _0x482992=_0x18e615;if(bsSetupHelper[_0x1b9a89(0x169)](process[_0x1b9a89(0xb4)][_0x1b9a89(0x110)])||_0x482992[_0x1b9a89(0x1b0)](typeof process[_0x1b9a89(0xb4)]['BS_A11Y_JWT'],_0x482992['XfMwz'])){const _0x562cb3={};return _0x562cb3[_0x1b9a89(0x170)]=_0x482992[_0x1b9a89(0x134)],_0x562cb3[_0x1b9a89(0xc6)]=_0x482992['ZwdBe'],_0x562cb3;}const _0x23fcd9={'endTime':new Date()[_0x1b9a89(0xe5)]()},_0x4ba834={};_0x4ba834[_0x1b9a89(0x150)]=_0x1b9a89(0xd7)+process[_0x1b9a89(0xb4)][_0x1b9a89(0x110)],_0x4ba834[_0x1b9a89(0x131)]=_0x482992[_0x1b9a89(0x176)];const _0x264a2b={};_0x264a2b['headers']=_0x4ba834;const _0x34e378=_0x264a2b,_0x12f3b3={};_0x12f3b3[_0x1b9a89(0x152)]=_0x23fcd9,_0x12f3b3[_0x1b9a89(0x12f)]=null,_0x12f3b3[_0x1b9a89(0xb5)]=!![];const _0x55c3f2=Object[_0x1b9a89(0x10f)](_0x34e378,_0x12f3b3);try{const _0x21931c=await bsSetupHelper[_0x1b9a89(0xfc)](_0x482992[_0x1b9a89(0x13d)],_0x482992[_0x1b9a89(0x178)],_0x55c3f2,_0x260ec1,API_URL);if(_0x21931c[_0x1b9a89(0xe1)]['error'])throw new Error(_0x482992[_0x1b9a89(0xff)](_0x482992[_0x1b9a89(0x1a7)],_0x21931c[_0x1b9a89(0xe1)][_0x1b9a89(0xd2)]));else{logger[_0x1b9a89(0x1ac)](_0x1b9a89(0x124)+new Date()[_0x1b9a89(0xe5)]());const _0x1f9d7b={};return _0x1f9d7b[_0x1b9a89(0x170)]=_0x482992[_0x1b9a89(0x15d)],_0x1f9d7b[_0x1b9a89(0xc6)]='',_0x1f9d7b;}}catch(_0x23cb30){_0x23cb30[_0x1b9a89(0x1c2)]?logger[_0x1b9a89(0xd2)](_0x1b9a89(0xde)+_0x23cb30[_0x1b9a89(0x1c2)][_0x1b9a89(0x170)]+'\x20'+_0x23cb30[_0x1b9a89(0x1c2)]['statusText']+'\x20'+JSON[_0x1b9a89(0x16b)](_0x23cb30[_0x1b9a89(0x1c2)][_0x1b9a89(0xe1)])):logger[_0x1b9a89(0xd2)](_0x1b9a89(0xde)+(_0x23cb30['message']||util[_0x1b9a89(0x129)](_0x23cb30)));const _0x3923d8={};return _0x3923d8[_0x1b9a89(0x170)]=_0x482992['eRmzh'],_0x3923d8[_0x1b9a89(0xc6)]=_0x23cb30[_0x1b9a89(0xc6)]||(_0x23cb30[_0x1b9a89(0x1c2)]?_0x23cb30[_0x1b9a89(0x1c2)][_0x1b9a89(0x170)]+':'+_0x23cb30[_0x1b9a89(0x1c2)][_0x1b9a89(0x12a)]:_0x23cb30),_0x3923d8;}}),exports['performScan']=async(_0x2b56f9,_0x26406f=null,_0x16c314=![],_0x33a535=null)=>{const _0x45e6f1=a108_0x28dfd9,_0x5622b5={};_0x5622b5[_0x45e6f1(0x114)]='isAccessibilityPlatform',_0x5622b5[_0x45e6f1(0xf8)]=_0x45e6f1(0x149),_0x5622b5[_0x45e6f1(0x1b8)]=_0x45e6f1(0x15e),_0x5622b5[_0x45e6f1(0x104)]=function(_0x5abeaa,_0x4ceafc){return _0x5abeaa||_0x4ceafc;},_0x5622b5[_0x45e6f1(0xd4)]=_0x45e6f1(0x108),_0x5622b5[_0x45e6f1(0x1b7)]=_0x45e6f1(0x1a8);const _0x40d448=_0x5622b5;if(!this[_0x45e6f1(0x101)]()||!globals['getGlobal'](_0x40d448['DOxiB'])||!_0x16c314&&!globals[_0x45e6f1(0xb6)](_0x40d448[_0x45e6f1(0xf8)])){logger[_0x45e6f1(0x168)](_0x40d448['dpphG']);return;}const _0x300e53=_0x16c314?_0x40d448[_0x45e6f1(0x104)](_0x33a535,{}):globals[_0x45e6f1(0xb6)](_0x40d448[_0x45e6f1(0xd4)])||{},_0x17a7c7={};_0x17a7c7[_0x45e6f1(0xec)]=_0x26406f||global[_0x45e6f1(0xc1)];const _0x4c65d0=Object[_0x45e6f1(0x10f)]({},_0x300e53,_0x17a7c7);await this[_0x45e6f1(0x1ae)](_0x2b56f9)&&(Object[_0x45e6f1(0x10f)](_0x4c65d0,this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x45e6f1(0x12e)]()}),logger[_0x45e6f1(0xb7)](_0x40d448[_0x45e6f1(0x1b7)]));logger[_0x45e6f1(0xb7)](_0x45e6f1(0x117)+util[_0x45e6f1(0x129)]('%j',_0x4c65d0));const _0x3a999a={};return _0x3a999a[_0x45e6f1(0x1bf)]=_0x26406f,await PerformanceTester[_0x45e6f1(0xfe)](PerformanceA11yEvents[_0x45e6f1(0x1aa)],async()=>{const _0x2bf63f=_0x45e6f1;try{await _0x2b56f9[_0x2bf63f(0x120)](()=>_0x2b56f9[_0x2bf63f(0xd5)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x2c9ad7){}const _0x26378d=util[_0x2bf63f(0x129)](await _0x2b56f9[_0x2bf63f(0xef)](scripts[_0x2bf63f(0x1c1)],_0x4c65d0));return logger['debug']('Performed\x20scan\x20with\x20result:\x20'+_0x26378d),_0x26378d;},_0x3a999a)();},exports[a108_0x28dfd9(0x19c)]=async(_0x57ec0c,_0x2f4654)=>{const _0xb7a98f=a108_0x28dfd9,_0xc0d017={};_0xc0d017[_0xb7a98f(0x139)]=_0xb7a98f(0xea),_0xc0d017[_0xb7a98f(0x160)]='isAccessibilityPlatform',_0xc0d017[_0xb7a98f(0x183)]=_0xb7a98f(0x149),_0xc0d017['cTiDn']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0xc0d017[_0xb7a98f(0x15f)]=_0xb7a98f(0x19c),_0xc0d017[_0xb7a98f(0xc7)]=_0xb7a98f(0x11b);const _0x1c6305=_0xc0d017;if(!this['isAccessibilityAutomationSession']()||!globals[_0xb7a98f(0xb6)](_0x1c6305['pmsxd'])||!globals['getGlobal'](_0x1c6305[_0xb7a98f(0x183)]))return logger[_0xb7a98f(0x168)](_0x1c6305[_0xb7a98f(0x192)]),[];try{const _0x3a5e58=await this[_0xb7a98f(0x1ae)](_0x57ec0c),_0x143b59=_0x3a5e58?Object[_0xb7a98f(0x10f)]({},this[_0xb7a98f(0x1c6)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x3a5e58&&logger[_0xb7a98f(0xb7)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0xb7a98f(0x129)]('%j',_0x143b59)),await PerformanceTester[_0xb7a98f(0xfe)](PerformanceA11yEvents[_0xb7a98f(0x1aa)],async()=>{const _0x39791a=_0xb7a98f;logger[_0x39791a(0xb7)](_0x1c6305[_0x39791a(0x139)]);const _0x49ca56={};_0x49ca56['method']=_0x2f4654[_0x39791a(0xc1)];const _0x1aec4b=Object['assign'](_0x49ca56,_0x143b59);logger[_0x39791a(0xb7)](util[_0x39791a(0x129)](await _0x57ec0c[_0x39791a(0xef)](scripts['performScan'],_0x1aec4b)));},{'command':_0x1c6305[_0xb7a98f(0x15f)]})(),await PerformanceTester[_0xb7a98f(0xfe)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x2ad256=_0xb7a98f,_0x2eea42=_0x3a5e58?await _0x57ec0c['executeAsyncScript'](scripts['getResults'],_0x143b59):await _0x57ec0c[_0x2ad256(0xef)](scripts[_0x2ad256(0x122)]);return _0x2eea42;})();}catch{return logger['error'](_0x1c6305['mifMx']),[];}},exports['getAccessibilityResultsSummary']=async(_0xe23a65,_0x43553e)=>{const _0x431d12=a108_0x28dfd9,_0x9a8bac={};_0x9a8bac['xLiQQ']=_0x431d12(0x17f),_0x9a8bac[_0x431d12(0xc3)]=_0x431d12(0x151),_0x9a8bac[_0x431d12(0x1b9)]=_0x431d12(0x149),_0x9a8bac[_0x431d12(0xb1)]=_0x431d12(0x1af),_0x9a8bac[_0x431d12(0x130)]='getAccessibilityResultsSummary',_0x9a8bac[_0x431d12(0x137)]=_0x431d12(0x19f);const _0x45146d=_0x9a8bac;if(!this[_0x431d12(0x101)]()||!globals[_0x431d12(0xb6)](_0x45146d[_0x431d12(0xc3)])||!globals[_0x431d12(0xb6)](_0x45146d[_0x431d12(0x1b9)]))return logger[_0x431d12(0x168)](_0x45146d['PYuId']),{};try{const _0x4f51e0=await this[_0x431d12(0x1ae)](_0xe23a65),_0x45f38a=_0x4f51e0?Object[_0x431d12(0x10f)]({},this[_0x431d12(0x1c6)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x4f51e0&&logger[_0x431d12(0xb7)](_0x431d12(0x144)+util['format']('%j',_0x45f38a)),await PerformanceTester[_0x431d12(0xfe)](PerformanceA11yEvents[_0x431d12(0x1aa)],async()=>{const _0x120bd5=_0x431d12;logger[_0x120bd5(0xb7)](_0x45146d[_0x120bd5(0xca)]);const _0xba038={};_0xba038[_0x120bd5(0xec)]=_0x43553e[_0x120bd5(0xc1)];const _0x5ac15e=Object[_0x120bd5(0x10f)](_0xba038,_0x45f38a);logger[_0x120bd5(0xb7)](util[_0x120bd5(0x129)](await _0xe23a65['executeAsyncScript'](scripts[_0x120bd5(0x1c1)],_0x5ac15e)));},{'command':_0x45146d[_0x431d12(0x130)]})(),await PerformanceTester[_0x431d12(0xfe)](PerformanceA11yEvents[_0x431d12(0x172)],async()=>{const _0x57cb65=_0x431d12,_0x3b6416=_0x4f51e0?await _0xe23a65[_0x57cb65(0xef)](scripts[_0x57cb65(0xd6)],_0x45f38a):await _0xe23a65['executeAsyncScript'](scripts['getResultsSummary']);return _0x3b6416;})();}catch{return logger[_0x431d12(0xd2)](_0x45146d[_0x431d12(0x137)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x9a2406,_0x76f6e2=![])=>{const _0x4a90df=a108_0x28dfd9,_0x173c36={'uOlUy':function(_0x256a6f,_0x3a4a8e){return _0x256a6f(_0x3a4a8e);},'aTseF':function(_0x26c708,_0x3b2cf7){return _0x26c708(_0x3b2cf7);},'WTgFq':_0x4a90df(0x127),'Cehrf':function(_0x3bf44c,_0x44a4f3){return _0x3bf44c!==_0x44a4f3;},'DcXhZ':_0x4a90df(0x128),'PIRjd':function(_0x425317,_0x9cb426){return _0x425317(_0x9cb426);},'ueRhx':'browserName','GPeFV':_0x4a90df(0x1c4),'TYhKE':_0x4a90df(0xc5),'EWcyU':'Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)'};try{if(!_0x9a2406)return![];const _0x47ac73=_0x452b8b=>typeof _0x9a2406[_0x4a90df(0xf1)]===_0x4a90df(0x123)?_0x9a2406[_0x4a90df(0xf1)](_0x452b8b):_0x9a2406[_0x452b8b],_0x51aba1=_0x173c36[_0x4a90df(0x1c8)](String,_0x173c36['aTseF'](_0x47ac73,_0x173c36[_0x4a90df(0x164)])||'')[_0x4a90df(0x196)]();if(_0x173c36[_0x4a90df(0xb8)](_0x51aba1,_0x173c36[_0x4a90df(0x1a1)]))return![];const _0x5e1934=_0x173c36[_0x4a90df(0xdb)](String,_0x173c36['PIRjd'](_0x47ac73,_0x173c36[_0x4a90df(0xe8)])||'')[_0x4a90df(0x196)]();if(!_0x5e1934[_0x4a90df(0x18d)](_0x173c36[_0x4a90df(0x10d)]))return _0x76f6e2&&logger['warn'](_0x173c36['TYhKE']),![];return logger[_0x4a90df(0xb7)](_0x173c36[_0x4a90df(0x159)]),!![];}catch(_0xf1e726){return logger[_0x4a90df(0xb7)](_0x4a90df(0x158)+_0xf1e726),![];}},exports[a108_0x28dfd9(0x1ae)]=async _0x2cee52=>{const _0x5df161=a108_0x28dfd9;try{const _0x5d2514=await _0x2cee52[_0x5df161(0x188)]();return exports[_0x5df161(0xd9)](_0x5d2514);}catch(_0x32974f){return logger['debug'](_0x5df161(0x16c)+_0x32974f),![];}},exports[a108_0x28dfd9(0x1c6)]=()=>{const _0x10fc5f=a108_0x28dfd9,_0x15a84d={};return _0x15a84d[_0x10fc5f(0x111)]=!![],_0x15a84d;},exports[a108_0x28dfd9(0x12e)]=()=>{const _0x5982be=a108_0x28dfd9,_0x532bf9={};_0x532bf9[_0x5982be(0x175)]=function(_0x27ae86,_0x5b4da8){return _0x27ae86===_0x5b4da8;},_0x532bf9[_0x5982be(0xbc)]=_0x5982be(0x174),_0x532bf9[_0x5982be(0x15a)]=function(_0x555019,_0xa78be4){return _0x555019>_0xa78be4;},_0x532bf9[_0x5982be(0x1b6)]=_0x5982be(0xcc),_0x532bf9['fwHjd']=_0x5982be(0x15c),_0x532bf9[_0x5982be(0x113)]=function(_0x28bd26,_0x27798b){return _0x28bd26===_0x27798b;},_0x532bf9[_0x5982be(0x121)]='undefined';const _0x5d0789=_0x532bf9,_0x1cc2e7=global[_0x5982be(0xf4)],_0x3340da=_0x1cc2e7&&_0x1cc2e7['currentTest'],_0x37b79e=_0x3340da&&_0x3340da[_0x5982be(0x167)];if(_0x5d0789[_0x5982be(0x175)](typeof _0x37b79e,_0x5d0789[_0x5982be(0xbc)])&&_0x5d0789[_0x5982be(0x15a)](_0x37b79e[_0x5982be(0x16d)],0x0))return _0x37b79e;let _0x2b05a3;if(!_0x1cc2e7)_0x2b05a3=_0x5d0789[_0x5982be(0x1b6)];else!_0x3340da?_0x2b05a3=_0x5d0789['fwHjd']:_0x2b05a3='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object[_0x5982be(0x187)](_0x3340da)[_0x5982be(0x199)](',\x20')+_0x5982be(0xba)+(_0x5d0789[_0x5982be(0x113)](_0x37b79e,undefined)?_0x5d0789[_0x5982be(0x121)]:'\x22'+_0x37b79e+'\x22')+_0x5982be(0x1c7);return logger['warn']('[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20'+_0x2b05a3+_0x5982be(0x125)),'';},exports[a108_0x28dfd9(0x1a9)]=_0x2f8408=>{const _0x45cf46=a108_0x28dfd9,_0xd1bf39={};_0xd1bf39['ryqwI']=function(_0x1296c1,_0x5e92d1){return _0x1296c1===_0x5e92d1;},_0xd1bf39['hnzQg']=_0x45cf46(0x174),_0xd1bf39[_0x45cf46(0x1a3)]=_0x45cf46(0x141);const _0x1e2061=_0xd1bf39;if(_0x2f8408&&_0x2f8408[_0x45cf46(0x1a4)]&&_0x1e2061['ryqwI'](typeof _0x2f8408[_0x45cf46(0x1a4)],_0x1e2061[_0x45cf46(0x177)]))return _0x2f8408[_0x45cf46(0x1a4)]['includes'](_0x1e2061[_0x45cf46(0x1a3)]);return![];},exports[a108_0x28dfd9(0x1bd)]=a108_0x28dfd9(0x13b),exports[a108_0x28dfd9(0x181)]=()=>process[a108_0x28dfd9(0xb4)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']==='true',exports[a108_0x28dfd9(0x166)]=_0x138a61=>{const _0x832b42=a108_0x28dfd9,_0x4a30e5={};_0x4a30e5[_0x832b42(0x14e)]=function(_0x2d44a2,_0x9bdf76){return _0x2d44a2 in _0x9bdf76;};const _0x468cce=_0x4a30e5;if(bsSetupHelper[_0x832b42(0x169)](_0x138a61))return![];const _0xeaa931=_0x138a61[_0x832b42(0x196)]();return _0x468cce[_0x832b42(0x14e)](_0xeaa931,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports['getBrowserA11yConfig']=_0x19684c=>{const _0x37c470=a108_0x28dfd9;if(bsSetupHelper[_0x37c470(0x169)](_0x19684c))return null;const _0x271ed4=_0x19684c['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x271ed4]||null;},exports[a108_0x28dfd9(0xbf)]=(_0x5d4d24,_0x5a619d)=>{const _0x19baef=a108_0x28dfd9,_0x22a9b0=this[_0x19baef(0xf2)](_0x5d4d24);if(!_0x22a9b0)return null;if(_0x5a619d)return _0x22a9b0[_0x19baef(0xf0)];return _0x22a9b0[_0x19baef(0x136)];},exports[a108_0x28dfd9(0x1b2)]=_0x131252=>{const _0x2e9318=a108_0x28dfd9,_0x4c76e9=this[_0x2e9318(0xf2)](_0x131252);return _0x4c76e9?_0x4c76e9[_0x2e9318(0x19a)]:_0x131252;},exports[a108_0x28dfd9(0x173)]=_0x1af3f5=>{const _0x1da6b7=this['getBrowserA11yConfig'](_0x1af3f5);return _0x1da6b7?_0x1da6b7['requires_chrome_options_check']:![];},exports[a108_0x28dfd9(0x18b)]=(_0x548e7e,_0x34135b)=>{const _0x17703f=a108_0x28dfd9,_0x25486f={'WnfWm':function(_0x30be22,_0x4d46f1){return _0x30be22(_0x4d46f1);},'SUBSc':function(_0x52ae57,_0x1b2193){return _0x52ae57(_0x1b2193);},'vCZzY':function(_0x2c20f2,_0x2dc9a1){return _0x2c20f2>=_0x2dc9a1;}};if(bsSetupHelper[_0x17703f(0x169)](_0x548e7e)||bsSetupHelper[_0x17703f(0x169)](_0x34135b))return![];const _0x5c95f1=bsSetupHelper[_0x17703f(0x14d)](_0x25486f['WnfWm'](String,_0x548e7e),_0x25486f[_0x17703f(0xd8)](String,_0x34135b));return _0x25486f[_0x17703f(0x12b)](_0x5c95f1,0x0);},exports['parseA11yJwtPayload']=_0x462d1d=>{const _0x17b1e3=a108_0x28dfd9,_0x5a9056={};_0x5a9056['HufyP']=function(_0x1d541e,_0x3fbfc1){return _0x1d541e!==_0x3fbfc1;},_0x5a9056[_0x17b1e3(0x140)]=_0x17b1e3(0x174),_0x5a9056[_0x17b1e3(0x161)]=_0x17b1e3(0xdf);const _0x39da3c=_0x5a9056;if(!_0x462d1d||_0x39da3c['HufyP'](typeof _0x462d1d,_0x39da3c[_0x17b1e3(0x140)]))return null;try{return JSON['parse'](Buffer[_0x17b1e3(0x15b)](_0x462d1d[_0x17b1e3(0x126)]('.')[0x1],_0x39da3c['GkMzc'])[_0x17b1e3(0x194)]());}catch{return null;}};
|
|
1
|
+
const a108_0x4d581a=a108_0x2f04;function a108_0x2f04(_0xad11,_0x4068ed){const _0x3e18bb=a108_0x3e18();return a108_0x2f04=function(_0x2f04da,_0x7e1959){_0x2f04da=_0x2f04da-0x12f;let _0x156a70=_0x3e18bb[_0x2f04da];return _0x156a70;},a108_0x2f04(_0xad11,_0x4068ed);}(function(_0x30808e,_0x102af9){const _0x5a1959=a108_0x2f04,_0x102445=_0x30808e();while(!![]){try{const _0x395495=parseInt(_0x5a1959(0x150))/0x1*(-parseInt(_0x5a1959(0x173))/0x2)+-parseInt(_0x5a1959(0x1e0))/0x3*(-parseInt(_0x5a1959(0x196))/0x4)+-parseInt(_0x5a1959(0x18b))/0x5+parseInt(_0x5a1959(0x18a))/0x6+parseInt(_0x5a1959(0x1d7))/0x7*(parseInt(_0x5a1959(0x217))/0x8)+parseInt(_0x5a1959(0x20f))/0x9+-parseInt(_0x5a1959(0x159))/0xa*(parseInt(_0x5a1959(0x165))/0xb);if(_0x395495===_0x102af9)break;else _0x102445['push'](_0x102445['shift']());}catch(_0x1e64f3){_0x102445['push'](_0x102445['shift']());}}}(a108_0x3e18,0x8d929));const path=require(a108_0x4d581a(0x1fa)),util=require('util'),bsSetupHelper=require('../helper'),logger=require(a108_0x4d581a(0x1f7))[a108_0x4d581a(0x221)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require('./constants'),PerformanceTester=require(a108_0x4d581a(0x1ce)),scripts=require(a108_0x4d581a(0x136)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a108_0x4d581a(0x19c)]=async _0x13e748=>{const _0x1d1881=a108_0x4d581a,_0x336ea3={};_0x336ea3[_0x1d1881(0x1e8)]=function(_0x412aa6,_0x49e994){return _0x412aa6===_0x49e994;},_0x336ea3[_0x1d1881(0x130)]=_0x1d1881(0x180);const _0x584b87=_0x336ea3;let _0x5bf9aa={};try{const _0xda3796=await _0x13e748['getCapabilities']();_0x5bf9aa={'os_name':_0xda3796['getPlatform'](),'os_version':bsSetupHelper[_0x1d1881(0x211)](_0x584b87[_0x1d1881(0x1e8)](global[_0x1d1881(0x243)],_0x584b87[_0x1d1881(0x130)])),'browser_name':_0xda3796[_0x1d1881(0x1a8)](),'browser_version':_0xda3796['getBrowserVersion']()};}catch(_0x5e9b5f){logger[_0x1d1881(0x170)](_0x1d1881(0x168)+_0x5e9b5f);}return _0x5bf9aa;},exports[a108_0x4d581a(0x15f)]=()=>{const _0x267c2c=a108_0x4d581a,_0x1258ae={};_0x1258ae[_0x267c2c(0x1c3)]=function(_0x27b868,_0x4f570d){return _0x27b868===_0x4f570d;},_0x1258ae['SrcSQ']=_0x267c2c(0x186),_0x1258ae[_0x267c2c(0x139)]=function(_0x454f59,_0xd46fdf){return _0x454f59>_0xd46fdf;},_0x1258ae[_0x267c2c(0x1f0)]=function(_0x2967bb,_0x155a71){return _0x2967bb!==_0x155a71;},_0x1258ae['NlzDi']=_0x267c2c(0x13d),_0x1258ae[_0x267c2c(0x16a)]=function(_0x2ae3c7,_0x272c3c){return _0x2ae3c7&&_0x272c3c;};const _0x4fcda2=_0x1258ae;try{const _0x530128=bsSetupHelper[_0x267c2c(0x1bc)](process[_0x267c2c(0x17a)][_0x267c2c(0x23a)])||bsSetupHelper[_0x267c2c(0x1bc)](process[_0x267c2c(0x17a)][_0x267c2c(0x240)]),_0x567983=_0x4fcda2['UtfDN'](typeof process[_0x267c2c(0x17a)][_0x267c2c(0x1a7)],_0x4fcda2[_0x267c2c(0x1e6)])&&_0x4fcda2[_0x267c2c(0x139)](process[_0x267c2c(0x17a)][_0x267c2c(0x1a7)][_0x267c2c(0x14a)],0x0)&&_0x4fcda2[_0x267c2c(0x1f0)](process['env']['BS_A11Y_JWT'],_0x4fcda2['NlzDi']);return _0x4fcda2[_0x267c2c(0x16a)](_0x530128,_0x567983);}catch(_0x270000){logger[_0x267c2c(0x170)](_0x267c2c(0x22e)+_0x270000);}return![];},exports[a108_0x4d581a(0x209)]=(_0x5effec,_0x1a4012)=>{const _0x135fb7=a108_0x4d581a,_0x584a75={'cLRGu':'browserName','qdmIl':function(_0x20fb00,_0x5ed33e){return _0x20fb00(_0x5ed33e);},'nuZcb':_0x135fb7(0x166),'EQlPC':function(_0x524bd5,_0x5e9473){return _0x524bd5(_0x5e9473);},'oQVgw':'version','rZqTZ':_0x135fb7(0x1d0),'qlcqX':_0x135fb7(0x137),'JvmsR':_0x135fb7(0x22f),'cbQjD':_0x135fb7(0x1f9),'RvbCY':'selenium-webdriver/chrome.js','erOTX':_0x135fb7(0x1dc),'PcpeA':_0x135fb7(0x1b0),'oGGCW':_0x135fb7(0x22c),'TnziH':'chromeOptions','calkG':_0x135fb7(0x174),'qsMoH':_0x135fb7(0x1df),'zwHPS':function(_0x9ba1fd,_0x162a44){return _0x9ba1fd===_0x162a44;},'yoeSz':_0x135fb7(0x1d1),'Vilas':function(_0x45d331,_0x582050){return _0x45d331>=_0x582050;}},_0xb41366=_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x1e9)]),_0x87e1c=_0x584a75[_0x135fb7(0x14b)](parseFloat,_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x1b4)]))||_0x584a75[_0x135fb7(0x149)](parseFloat,_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x142)])),_0x27698c=_0x5effec[_0x135fb7(0x218)](_0x584a75['rZqTZ'])||{},_0x4a1c60=_0x584a75[_0x135fb7(0x14b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3e72ec=_0x27698c[_0x584a75[_0x135fb7(0x22d)]]||_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x154)])||![];if(_0x3e72ec)return logger[_0x135fb7(0x1ae)](_0x584a75[_0x135fb7(0x21d)]),![];let _0x4f488e;try{_0x4f488e=bsSetupHelper[_0x135fb7(0x151)](_0x584a75[_0x135fb7(0x1e2)],_0x584a75[_0x135fb7(0x175)]);}catch(_0x22053f){return![];}const _0x4c975e=new _0x4f488e['Options'](_0x1a4012[_0x135fb7(0x15a)]),_0x18c569=bsSetupHelper[_0x135fb7(0x1ca)](_0x4c975e,[_0x584a75['PcpeA'],_0x584a75[_0x135fb7(0x147)]])||bsSetupHelper[_0x135fb7(0x1ca)](_0x1a4012[_0x135fb7(0x19d)],[_0x584a75['rZqTZ'],_0x584a75[_0x135fb7(0x152)],_0x584a75[_0x135fb7(0x147)]])||bsSetupHelper[_0x135fb7(0x1ca)](_0x1a4012['capabilities_'],[_0x584a75[_0x135fb7(0x152)],_0x584a75[_0x135fb7(0x147)]])||[],_0x1cc388=Array[_0x135fb7(0x233)](_0x18c569)?_0x18c569:[];if(_0x1cc388['some'](_0x595f4b=>typeof _0x595f4b===_0x135fb7(0x186)&&(_0x595f4b==='--headless'||_0x595f4b[_0x135fb7(0x135)](_0x135fb7(0x1eb))&&_0x595f4b!==_0x135fb7(0x1a3))))return logger[_0x135fb7(0x1ae)](_0x584a75[_0x135fb7(0x246)]),![];const _0xc4cfb8=_0x1a4012[_0x135fb7(0x19d)]||{},_0x4e4644=bsSetupHelper[_0x135fb7(0x1ca)](_0xc4cfb8,[_0x584a75[_0x135fb7(0x16d)]])||{},_0x2eaed0=bsSetupHelper[_0x135fb7(0x1ca)](_0x4e4644,[_0x584a75[_0x135fb7(0x147)]])||[],_0x125c92=Array['isArray'](_0x2eaed0)?_0x2eaed0:[];if(_0x125c92[_0x135fb7(0x143)](_0xc18793=>typeof _0xc18793===_0x135fb7(0x186)&&(_0xc18793===_0x135fb7(0x14f)||_0xc18793['startsWith']('--headless=')&&_0xc18793!==_0x135fb7(0x1a3))))return logger[_0x135fb7(0x1ae)](_0x584a75[_0x135fb7(0x246)]),![];if(_0x584a75[_0x135fb7(0x138)](_0xb41366[_0x135fb7(0x14d)](),_0x584a75[_0x135fb7(0x1c0)])&&_0x584a75[_0x135fb7(0x1a4)](_0x87e1c,_0x4a1c60))return!![];return logger[_0x135fb7(0x1ae)](_0x135fb7(0x202)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x4d581a(0x232)]=_0x58ed6b=>{const _0x3229fc=a108_0x4d581a,_0x4a674d={};_0x4a674d[_0x3229fc(0x12f)]=_0x3229fc(0x1df),_0x4a674d[_0x3229fc(0x157)]=function(_0xc3ab94,_0x279774){return _0xc3ab94||_0x279774;},_0x4a674d['jwADr']=_0x3229fc(0x148);const _0x3f3232=_0x4a674d,_0x4115b4=scripts[_0x3229fc(0x241)];try{const _0x2e490a=bsSetupHelper[_0x3229fc(0x1bc)](process[_0x3229fc(0x17a)][_0x3229fc(0x23a)])||bsSetupHelper[_0x3229fc(0x1bc)](process[_0x3229fc(0x17a)][_0x3229fc(0x240)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x3229fc(0x17a)]['BROWSERSTACK_TURBOSCALE'])&&_0x2e490a){const _0x2a95e5=_0x58ed6b[_0x3229fc(0x1ac)](),_0x4fdd35=_0x2a95e5[_0x3229fc(0x218)](_0x3f3232['oWSGH']),_0xc27711=_0x3f3232[_0x3229fc(0x157)](_0x4fdd35,{});bsSetupHelper[_0x3229fc(0x225)](_0xc27711,_0x4115b4),_0x58ed6b['getCapabilities']()['set'](_0x3f3232[_0x3229fc(0x12f)],_0xc27711);}else logger[_0x3229fc(0x1ae)](_0x3f3232['jwADr']);}catch(_0x3bd6d0){logger[_0x3229fc(0x1c1)](_0x3229fc(0x1a1)+_0x3bd6d0);}},exports['shouldScanTestForAccessibility']=(_0x23f870=null,_0x5e6322=!![],_0x54bb92=[])=>{const _0x153c94=a108_0x4d581a,_0x4b470b={};_0x4b470b[_0x153c94(0x19a)]=function(_0x584b08,_0x415648){return _0x584b08==_0x415648;},_0x4b470b['nlZVq']=function(_0x473bdc,_0x23f599){return _0x473bdc>_0x23f599;},_0x4b470b[_0x153c94(0x1e5)]=function(_0x141291,_0x18d4c2){return _0x141291===_0x18d4c2;},_0x4b470b[_0x153c94(0x215)]=function(_0x178e5e,_0x218eb1){return _0x178e5e&&_0x218eb1;};const _0x18ed09=_0x4b470b;if(_0x18ed09['XKrwf'](process[_0x153c94(0x17a)][_0x153c94(0x1c5)],null))return!![];try{const _0x897791=JSON[_0x153c94(0x16e)](process[_0x153c94(0x17a)][_0x153c94(0x1c5)]),_0x4f4caf=Array[_0x153c94(0x233)](_0x897791['includeTagsInTestingScope'])?_0x897791[_0x153c94(0x161)]:[],_0x45a92d=Array[_0x153c94(0x233)](_0x897791[_0x153c94(0x229)])?_0x897791[_0x153c94(0x229)]:[],_0x5c6452=_0x486e0f=>typeof _0x486e0f===_0x153c94(0x186)?_0x486e0f[_0x153c94(0x167)](/^@/,'')['toLowerCase']()[_0x153c94(0x1d6)]():_0x486e0f;if(bsSetupHelper['isUndefined'](_0x23f870)){if(_0x18ed09['nlZVq'](_0x54bb92[_0x153c94(0x14a)],0x0)){const _0x9899d2=_0x54bb92[_0x153c94(0x206)](_0x5c6452),_0x47ae0b=_0x45a92d[_0x153c94(0x143)](_0x4edec7=>_0x9899d2[_0x153c94(0x23e)](_0x5c6452(_0x4edec7))),_0x562dc7=_0x18ed09[_0x153c94(0x1e5)](_0x4f4caf[_0x153c94(0x14a)],0x0)||_0x4f4caf[_0x153c94(0x143)](_0x56419c=>_0x9899d2[_0x153c94(0x23e)](_0x5c6452(_0x56419c)));return _0x18ed09['PGMkZ'](!_0x47ae0b,_0x562dc7);}return!![];}let _0x16daff;_0x5e6322?_0x16daff=_0x23f870[_0x153c94(0x20e)]('/'):_0x16daff=_0x23f870;const _0x50fa09=_0x45a92d[_0x153c94(0x143)](_0x4d8ae6=>_0x16daff[_0x153c94(0x14d)]()['includes'](_0x5c6452(_0x4d8ae6)[_0x153c94(0x14d)]())),_0x26cc7f=_0x18ed09['AaCVD'](_0x4f4caf[_0x153c94(0x14a)],0x0)||_0x4f4caf['some'](_0x4b5755=>_0x16daff[_0x153c94(0x14d)]()[_0x153c94(0x23e)](_0x5c6452(_0x4b5755)[_0x153c94(0x14d)]()));return _0x18ed09[_0x153c94(0x215)](!_0x50fa09,_0x26cc7f);}catch(_0x1fa6d7){logger[_0x153c94(0x170)](_0x153c94(0x13a)+util[_0x153c94(0x228)](_0x1fa6d7));}return![];},exports[a108_0x4d581a(0x220)]=_0x1dd5fd=>{const _0x186e7=a108_0x4d581a;let _0x13d6ad=![];try{_0x1dd5fd['platforms']['forEach'](_0x179a79=>{if(bsSetupHelper['isTrue'](_0x179a79['accessibility']))return _0x13d6ad=!![],!![];});}catch(_0x5d7e67){logger['debug'](_0x186e7(0x1bf)+_0x5d7e67);}return _0x13d6ad||bsSetupHelper[_0x186e7(0x1bc)](_0x1dd5fd[_0x186e7(0x153)]);},exports[a108_0x4d581a(0x236)]=PerformanceTester[a108_0x4d581a(0x179)]('a11y:start',async function(_0x170c16,_0x3bd5d0){const _0x223123=a108_0x4d581a,_0x1e4caa={};_0x1e4caa[_0x223123(0x13f)]=_0x223123(0x22b),_0x1e4caa['ENaNF']='playwright',_0x1e4caa[_0x223123(0x227)]=_0x223123(0x1fe),_0x1e4caa[_0x223123(0x1a5)]='application/json',_0x1e4caa['BSvxT']=_0x223123(0x19f),_0x1e4caa['pMLvg']=_0x223123(0x1cb),_0x1e4caa[_0x223123(0x1aa)]=function(_0xb78fdb,_0x195367){return _0xb78fdb===_0x195367;},_0x1e4caa['jsxzN']=_0x223123(0x15b),_0x1e4caa[_0x223123(0x20d)]=_0x223123(0x248);const _0x38e50d=_0x1e4caa,_0x18f1da=bsSetupHelper[_0x223123(0x146)](_0x170c16),_0x124245=bsSetupHelper[_0x223123(0x1e3)](_0x170c16);if(bsSetupHelper[_0x223123(0x1cc)](_0x18f1da)||bsSetupHelper[_0x223123(0x1cc)](_0x124245))return logger['error'](_0x38e50d[_0x223123(0x13f)]),[null,null];try{let _0x3eb408;bsSetupHelper[_0x223123(0x1cc)](process[_0x223123(0x17a)][_0x223123(0x1c5)])?_0x3eb408={}:_0x3eb408=JSON['parse'](process[_0x223123(0x17a)][_0x223123(0x1c5)]);const {name:_0x435111,version:_0x4239d5}=bsSetupHelper['getTestFrameworkDetails'](_0x170c16,_0x3bd5d0),_0x3fc97c={'projectName':_0x170c16[_0x223123(0x1ed)],'buildName':_0x170c16[_0x223123(0x197)]||path['basename'](path[_0x223123(0x1ad)](process['cwd']())),'startTime':new Date()[_0x223123(0x198)](),'description':_0x170c16[_0x223123(0x1a9)]||'','source':{'frameworkName':_0x3bd5d0[_0x223123(0x23e)](_0x38e50d[_0x223123(0x23b)])?_0x38e50d[_0x223123(0x23b)]:_0x3bd5d0,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x3bd5d0),'sdkVersion':bsSetupHelper[_0x223123(0x155)](),'language':_0x38e50d[_0x223123(0x227)],'testFramework':_0x435111,'testFrameworkVersion':_0x4239d5},'settings':_0x3eb408,'versionControl':await bsSetupHelper[_0x223123(0x1b8)](),'ciInfo':bsSetupHelper[_0x223123(0x1af)](),'hostInfo':bsSetupHelper[_0x223123(0x189)](),'browserstackAutomation':bsSetupHelper[_0x223123(0x222)]()},_0x56eed9={};_0x56eed9['user']=_0x18f1da,_0x56eed9[_0x223123(0x15e)]=_0x124245;const _0x1c15cb={};_0x1c15cb[_0x223123(0x238)]=_0x38e50d[_0x223123(0x1a5)];const _0xda8084={};_0xda8084[_0x223123(0x162)]=_0x56eed9,_0xda8084[_0x223123(0x245)]=_0x1c15cb;const _0x21a797=_0xda8084,_0x27f2c9={};_0x27f2c9[_0x223123(0x244)]=_0x3fc97c,_0x27f2c9[_0x223123(0x1cd)]=!![];const _0x56d7aa=Object[_0x223123(0x231)](_0x21a797,_0x27f2c9),_0x1ec54b=await bsSetupHelper[_0x223123(0x13e)](_0x38e50d['BSvxT'],_0x38e50d[_0x223123(0x18d)],_0x56d7aa,_0x170c16,API_URL);let _0x5d5ef2=process[_0x223123(0x17a)][_0x223123(0x1c5)];return _0x5d5ef2?_0x5d5ef2=JSON[_0x223123(0x16e)](process[_0x223123(0x17a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x5d5ef2={},scripts[_0x223123(0x1be)](_0x1ec54b[_0x223123(0x1ef)][_0x223123(0x1ef)]),scripts['toJson'](),_0x5d5ef2[_0x223123(0x1bb)]=_0x1ec54b['data'][_0x223123(0x1ef)]['scannerVersion'],process[_0x223123(0x17a)][_0x223123(0x1c5)]=JSON[_0x223123(0x1fb)](_0x5d5ef2),[_0x1ec54b[_0x223123(0x1ef)][_0x223123(0x1ef)][_0x223123(0x193)],_0x1ec54b[_0x223123(0x1ef)][_0x223123(0x1ef)]['id']];}catch(_0x14da1c){if(_0x14da1c['response'])logger[_0x223123(0x1c1)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x14da1c[_0x223123(0x247)][_0x223123(0x17d)]+'\x20'+_0x14da1c[_0x223123(0x247)][_0x223123(0x235)]+'\x20'+JSON[_0x223123(0x1fb)](_0x14da1c[_0x223123(0x247)]['data']));else{if(_0x38e50d['euUwQ'](_0x14da1c['message'],_0x38e50d[_0x223123(0x219)])){logger[_0x223123(0x1c1)](_0x223123(0x199)+(_0x14da1c[_0x223123(0x176)]||_0x14da1c[_0x223123(0x1c6)]));for(const _0x40c976 of _0x14da1c[_0x223123(0x22a)]){logger[_0x223123(0x1c1)](_0x40c976[_0x223123(0x176)]);}process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x38e50d[_0x223123(0x20d)],process[_0x223123(0x17a)][_0x223123(0x240)]=_0x38e50d[_0x223123(0x20d)];}else logger[_0x223123(0x1c1)](_0x223123(0x199)+(_0x14da1c['message']||_0x14da1c[_0x223123(0x1c6)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a108_0x4d581a(0x179)](a108_0x4d581a(0x1a6),async function(_0x4a17b0){const _0x13d02e=a108_0x4d581a,_0x260848={};_0x260848['efnLy']=function(_0x307162,_0x1e9b90){return _0x307162!==_0x1e9b90;},_0x260848[_0x13d02e(0x15c)]='string',_0x260848[_0x13d02e(0x1b6)]=_0x13d02e(0x1c1),_0x260848[_0x13d02e(0x1bd)]=_0x13d02e(0x156),_0x260848[_0x13d02e(0x212)]=_0x13d02e(0x1ee),_0x260848[_0x13d02e(0x21c)]=_0x13d02e(0x230),_0x260848[_0x13d02e(0x17b)]=_0x13d02e(0x1db),_0x260848[_0x13d02e(0x192)]=function(_0x1ecb29,_0x7df35d){return _0x1ecb29+_0x7df35d;},_0x260848[_0x13d02e(0x216)]=_0x13d02e(0x14e),_0x260848[_0x13d02e(0x187)]=_0x13d02e(0x1c4);const _0x121b71=_0x260848;if(bsSetupHelper['isUndefined'](process['env'][_0x13d02e(0x1a7)])||_0x121b71['efnLy'](typeof process[_0x13d02e(0x17a)][_0x13d02e(0x1a7)],_0x121b71[_0x13d02e(0x15c)])){const _0x227f01={};return _0x227f01[_0x13d02e(0x17d)]=_0x121b71[_0x13d02e(0x1b6)],_0x227f01[_0x13d02e(0x176)]=_0x121b71['AKdRz'],_0x227f01;}const _0x52ffcd={'endTime':new Date()['toISOString']()},_0x6b31d8={};_0x6b31d8[_0x13d02e(0x1f2)]='Bearer\x20'+process[_0x13d02e(0x17a)][_0x13d02e(0x1a7)],_0x6b31d8[_0x13d02e(0x238)]=_0x121b71[_0x13d02e(0x212)];const _0x24e1c3={};_0x24e1c3[_0x13d02e(0x245)]=_0x6b31d8;const _0x408c0b=_0x24e1c3,_0x609399={};_0x609399[_0x13d02e(0x244)]=_0x52ffcd,_0x609399['auth']=null,_0x609399[_0x13d02e(0x1cd)]=!![];const _0x163286=Object[_0x13d02e(0x231)](_0x408c0b,_0x609399);try{const _0x14a3a2=await bsSetupHelper['nodeRequest'](_0x121b71[_0x13d02e(0x21c)],_0x121b71[_0x13d02e(0x17b)],_0x163286,_0x4a17b0,API_URL);if(_0x14a3a2[_0x13d02e(0x1ef)]['error'])throw new Error(_0x121b71['MUpsR'](_0x121b71[_0x13d02e(0x216)],_0x14a3a2[_0x13d02e(0x1ef)]['error']));else{logger[_0x13d02e(0x1c8)](_0x13d02e(0x1ea)+new Date()['toISOString']());const _0x4d4c3a={};return _0x4d4c3a[_0x13d02e(0x17d)]=_0x121b71[_0x13d02e(0x187)],_0x4d4c3a['message']='',_0x4d4c3a;}}catch(_0x106d17){_0x106d17[_0x13d02e(0x247)]?logger[_0x13d02e(0x1c1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x106d17[_0x13d02e(0x247)][_0x13d02e(0x17d)]+'\x20'+_0x106d17[_0x13d02e(0x247)]['statusText']+'\x20'+JSON[_0x13d02e(0x1fb)](_0x106d17[_0x13d02e(0x247)]['data'])):logger[_0x13d02e(0x1c1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x106d17['message']||util[_0x13d02e(0x228)](_0x106d17)));const _0x2d7b4c={};return _0x2d7b4c[_0x13d02e(0x17d)]=_0x121b71[_0x13d02e(0x1b6)],_0x2d7b4c[_0x13d02e(0x176)]=_0x106d17[_0x13d02e(0x176)]||(_0x106d17[_0x13d02e(0x247)]?_0x106d17['response'][_0x13d02e(0x17d)]+':'+_0x106d17[_0x13d02e(0x247)]['statusText']:_0x106d17),_0x2d7b4c;}}),exports['performScan']=async(_0x2e227a,_0x3cf7f3=null,_0x1ce9cb=![],_0x24985f=null)=>{const _0x1b8490=a108_0x4d581a,_0x34a174={};_0x34a174['dkwQr']=_0x1b8490(0x1fd),_0x34a174['ulVSl']=_0x1b8490(0x1a2),_0x34a174['hMCcI']=_0x1b8490(0x1ff),_0x34a174[_0x1b8490(0x132)]=function(_0x5355ac,_0x241043){return _0x5355ac||_0x241043;},_0x34a174[_0x1b8490(0x1f6)]='bstackA11yScanOptions',_0x34a174['djkND']=_0x1b8490(0x191);const _0x124db0=_0x34a174;if(!this['isAccessibilityAutomationSession']()||!globals[_0x1b8490(0x1c7)](_0x124db0[_0x1b8490(0x1e7)])||!_0x1ce9cb&&!globals[_0x1b8490(0x1c7)](_0x124db0[_0x1b8490(0x1d2)])){logger[_0x1b8490(0x1ae)](_0x124db0[_0x1b8490(0x1e4)]);return;}const _0x167f0f=_0x1ce9cb?_0x124db0[_0x1b8490(0x132)](_0x24985f,{}):globals[_0x1b8490(0x1c7)](_0x124db0[_0x1b8490(0x1f6)])||{},_0x39a920={};_0x39a920[_0x1b8490(0x17f)]=_0x3cf7f3||global[_0x1b8490(0x1b7)];const _0x37845e=Object[_0x1b8490(0x231)]({},_0x167f0f,_0x39a920);await this[_0x1b8490(0x19b)](_0x2e227a)&&(Object[_0x1b8490(0x231)](_0x37845e,this[_0x1b8490(0x13c)](),{'thTestRunUuid':this[_0x1b8490(0x205)]()}),logger[_0x1b8490(0x170)](_0x124db0['djkND']));logger[_0x1b8490(0x170)](_0x1b8490(0x210)+util['format']('%j',_0x37845e));const _0x2a9df4={};return _0x2a9df4[_0x1b8490(0x200)]=_0x3cf7f3,await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1b8490(0x18f)],async()=>{const _0x59b81b=_0x1b8490;try{await _0x2e227a[_0x59b81b(0x21f)](()=>_0x2e227a[_0x59b81b(0x21e)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x36ea5c){}const _0x4f9ca0=util['format'](await _0x2e227a[_0x59b81b(0x214)](scripts[_0x59b81b(0x160)],_0x37845e));return logger[_0x59b81b(0x170)](_0x59b81b(0x226)+_0x4f9ca0),_0x4f9ca0;},_0x2a9df4)();},exports[a108_0x4d581a(0x23c)]=async(_0x238eda,_0x10a678)=>{const _0x34437e=a108_0x4d581a,_0x2f7b2a={};_0x2f7b2a[_0x34437e(0x1c2)]=_0x34437e(0x1dd),_0x2f7b2a['ObSke']='isAccessibilityPlatform',_0x2f7b2a[_0x34437e(0x1f5)]=_0x34437e(0x1a2),_0x2f7b2a['IIEgs']=_0x34437e(0x1f3),_0x2f7b2a[_0x34437e(0x1d8)]=_0x34437e(0x23c),_0x2f7b2a[_0x34437e(0x207)]=_0x34437e(0x23f);const _0x215411=_0x2f7b2a;if(!this[_0x34437e(0x15f)]()||!globals[_0x34437e(0x1c7)](_0x215411[_0x34437e(0x1b1)])||!globals['getGlobal'](_0x215411[_0x34437e(0x1f5)]))return logger[_0x34437e(0x1ae)](_0x215411[_0x34437e(0x16f)]),[];try{const _0x477fd4=await this[_0x34437e(0x19b)](_0x238eda),_0x36d093=_0x477fd4?Object[_0x34437e(0x231)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x34437e(0x205)]()}):{};return _0x477fd4&&logger[_0x34437e(0x170)](_0x34437e(0x177)+util['format']('%j',_0x36d093)),await PerformanceTester[_0x34437e(0x179)](PerformanceA11yEvents[_0x34437e(0x18f)],async()=>{const _0x24d95e=_0x34437e;logger['debug'](_0x215411['oWUFh']);const _0x2aafc8={};_0x2aafc8['method']=_0x10a678['browserstackSessionName'];const _0x31df29=Object[_0x24d95e(0x231)](_0x2aafc8,_0x36d093);logger[_0x24d95e(0x170)](util[_0x24d95e(0x228)](await _0x238eda[_0x24d95e(0x214)](scripts[_0x24d95e(0x160)],_0x31df29)));},{'command':_0x215411[_0x34437e(0x1d8)]})(),await PerformanceTester[_0x34437e(0x179)](PerformanceA11yEvents[_0x34437e(0x172)],async()=>{const _0x41b9d1=_0x34437e,_0x793c49=_0x477fd4?await _0x238eda[_0x41b9d1(0x214)](scripts[_0x41b9d1(0x24b)],_0x36d093):await _0x238eda[_0x41b9d1(0x214)](scripts[_0x41b9d1(0x24b)]);return _0x793c49;})();}catch{return logger[_0x34437e(0x1c1)](_0x215411[_0x34437e(0x207)]),[];}},exports[a108_0x4d581a(0x204)]=async(_0x45e078,_0x3f39c8)=>{const _0x1c43d7=a108_0x4d581a,_0x31837c={};_0x31837c[_0x1c43d7(0x1e1)]=_0x1c43d7(0x1cf),_0x31837c[_0x1c43d7(0x178)]=_0x1c43d7(0x1fd),_0x31837c[_0x1c43d7(0x171)]=_0x1c43d7(0x1a2),_0x31837c[_0x1c43d7(0x1ba)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x31837c[_0x1c43d7(0x242)]='getAccessibilityResultsSummary',_0x31837c[_0x1c43d7(0x17c)]=_0x1c43d7(0x194);const _0x39f758=_0x31837c;if(!this[_0x1c43d7(0x15f)]()||!globals['getGlobal'](_0x39f758[_0x1c43d7(0x178)])||!globals[_0x1c43d7(0x1c7)](_0x39f758['GRhmg']))return logger[_0x1c43d7(0x1ae)](_0x39f758[_0x1c43d7(0x1ba)]),{};try{const _0xe582e7=await this[_0x1c43d7(0x19b)](_0x45e078),_0x1a01a6=_0xe582e7?Object[_0x1c43d7(0x231)]({},this[_0x1c43d7(0x13c)](),{'thTestRunUuid':this[_0x1c43d7(0x205)]()}):{};return _0xe582e7&&logger[_0x1c43d7(0x170)](_0x1c43d7(0x184)+util[_0x1c43d7(0x228)]('%j',_0x1a01a6)),await PerformanceTester[_0x1c43d7(0x179)](PerformanceA11yEvents[_0x1c43d7(0x18f)],async()=>{const _0x26caea=_0x1c43d7;logger[_0x26caea(0x170)](_0x39f758[_0x26caea(0x1e1)]);const _0x3b1cee={};_0x3b1cee['method']=_0x3f39c8[_0x26caea(0x1b7)];const _0xe174c2=Object[_0x26caea(0x231)](_0x3b1cee,_0x1a01a6);logger['debug'](util[_0x26caea(0x228)](await _0x45e078[_0x26caea(0x214)](scripts[_0x26caea(0x160)],_0xe174c2)));},{'command':_0x39f758[_0x1c43d7(0x242)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x52118d=_0x1c43d7,_0xe184e5=_0xe582e7?await _0x45e078['executeAsyncScript'](scripts[_0x52118d(0x140)],_0x1a01a6):await _0x45e078[_0x52118d(0x214)](scripts[_0x52118d(0x140)]);return _0xe184e5;})();}catch{return logger[_0x1c43d7(0x1c1)](_0x39f758[_0x1c43d7(0x17c)]),{};}},exports[a108_0x4d581a(0x21a)]=(_0x11e08c,_0x1f2bb7=![])=>{const _0x384560=a108_0x4d581a,_0x11a586={'fLouS':function(_0x3fc53b,_0x4ef9d0){return _0x3fc53b(_0x4ef9d0);},'rZOkA':function(_0x38ab07,_0x140b9b){return _0x38ab07(_0x140b9b);},'GIFeq':_0x384560(0x188),'bGJqc':function(_0x4bc85c,_0x32706d){return _0x4bc85c!==_0x32706d;},'hxyJF':_0x384560(0x181),'rjbyk':function(_0x2b7c6a,_0xd8415c){return _0x2b7c6a(_0xd8415c);},'Sfvhr':'browserName','tyXkD':_0x384560(0x1d1),'hnFYg':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','sKQEv':_0x384560(0x190)};try{if(!_0x11e08c)return![];const _0x2b5fe7=_0x4d20c9=>typeof _0x11e08c[_0x384560(0x218)]===_0x384560(0x1a0)?_0x11e08c[_0x384560(0x218)](_0x4d20c9):_0x11e08c[_0x4d20c9],_0x55d265=_0x11a586[_0x384560(0x144)](String,_0x11a586[_0x384560(0x24a)](_0x2b5fe7,_0x11a586[_0x384560(0x17e)])||'')[_0x384560(0x14d)]();if(_0x11a586[_0x384560(0x1ec)](_0x55d265,_0x11a586[_0x384560(0x169)]))return![];const _0x23c87f=_0x11a586['rjbyk'](String,_0x11a586[_0x384560(0x144)](_0x2b5fe7,_0x11a586['Sfvhr'])||'')[_0x384560(0x14d)]();if(!_0x23c87f['includes'](_0x11a586[_0x384560(0x203)]))return _0x1f2bb7&&logger[_0x384560(0x1ae)](_0x11a586[_0x384560(0x18c)]),![];return logger['debug'](_0x11a586[_0x384560(0x16c)]),!![];}catch(_0x5b7294){return logger[_0x384560(0x170)](_0x384560(0x141)+_0x5b7294),![];}},exports['isMobileAccessibilitySession']=async _0x24519d=>{const _0x4c04d0=a108_0x4d581a;try{const _0x29d50d=await _0x24519d['getCapabilities']();return exports[_0x4c04d0(0x21a)](_0x29d50d);}catch(_0x4dbca4){return logger[_0x4c04d0(0x170)](_0x4c04d0(0x15d)+_0x4dbca4),![];}},exports[a108_0x4d581a(0x13c)]=()=>{const _0x232989=a108_0x4d581a,_0xa05947={};return _0xa05947[_0x232989(0x21b)]=!![],_0xa05947;},exports[a108_0x4d581a(0x205)]=()=>{const _0x30cc1e=a108_0x4d581a,_0x3a1d54={};_0x3a1d54['dVVsI']=function(_0x195b7d,_0x2e56e4){return _0x195b7d===_0x2e56e4;},_0x3a1d54[_0x30cc1e(0x23d)]=_0x30cc1e(0x186),_0x3a1d54['YTPzo']=function(_0x4f1b03,_0x5a7180){return _0x4f1b03>_0x5a7180;},_0x3a1d54[_0x30cc1e(0x1b9)]=_0x30cc1e(0x13b),_0x3a1d54[_0x30cc1e(0x1de)]=_0x30cc1e(0x1f1),_0x3a1d54[_0x30cc1e(0x1d9)]=_0x30cc1e(0x14c);const _0x40c029=_0x3a1d54,_0x5ca0c9=global['__workerDetails'],_0x1625c4=_0x5ca0c9&&_0x5ca0c9[_0x30cc1e(0x1da)],_0x4e4832=_0x1625c4&&_0x1625c4[_0x30cc1e(0x239)];if(_0x40c029[_0x30cc1e(0x182)](typeof _0x4e4832,_0x40c029['aLesI'])&&_0x40c029[_0x30cc1e(0x20b)](_0x4e4832['length'],0x0))return _0x4e4832;let _0x549b27;if(!_0x5ca0c9)_0x549b27=_0x40c029[_0x30cc1e(0x1b9)];else!_0x1625c4?_0x549b27=_0x40c029[_0x30cc1e(0x1de)]:_0x549b27='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object['keys'](_0x1625c4)[_0x30cc1e(0x20e)](',\x20')+_0x30cc1e(0x1d5)+(_0x40c029[_0x30cc1e(0x182)](_0x4e4832,undefined)?_0x40c029[_0x30cc1e(0x1d9)]:'\x22'+_0x4e4832+'\x22')+_0x30cc1e(0x133);return logger[_0x30cc1e(0x1ae)](_0x30cc1e(0x224)+_0x549b27+_0x30cc1e(0x1fc)),'';},exports[a108_0x4d581a(0x213)]=_0x112853=>{const _0x54e343=a108_0x4d581a,_0x137a98={};_0x137a98[_0x54e343(0x18e)]=function(_0x32a98f,_0x29dd1b){return _0x32a98f===_0x29dd1b;},_0x137a98[_0x54e343(0x1b2)]=_0x54e343(0x186),_0x137a98[_0x54e343(0x20a)]=_0x54e343(0x131);const _0x7e1192=_0x137a98;if(_0x112853&&_0x112853[_0x54e343(0x145)]&&_0x7e1192['cGADw'](typeof _0x112853[_0x54e343(0x145)],_0x7e1192[_0x54e343(0x1b2)]))return _0x112853['script'][_0x54e343(0x23e)](_0x7e1192[_0x54e343(0x20a)]);return![];},exports[a108_0x4d581a(0x134)]=a108_0x4d581a(0x1d4),exports[a108_0x4d581a(0x201)]=()=>process[a108_0x4d581a(0x17a)][a108_0x4d581a(0x164)]===a108_0x4d581a(0x1b5),exports[a108_0x4d581a(0x195)]=_0x1cc6c8=>{const _0x3fc576=a108_0x4d581a,_0x5dbf9d={};_0x5dbf9d[_0x3fc576(0x234)]=function(_0x2981f4,_0x47fffa){return _0x2981f4 in _0x47fffa;};const _0x557acb=_0x5dbf9d;if(bsSetupHelper['isUndefined'](_0x1cc6c8))return![];const _0x68f8f=_0x1cc6c8[_0x3fc576(0x14d)]();return _0x557acb[_0x3fc576(0x234)](_0x68f8f,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x4d581a(0x1f8)]=_0x6bff44=>{const _0x1ac32a=a108_0x4d581a;if(bsSetupHelper[_0x1ac32a(0x1cc)](_0x6bff44))return null;const _0x48f958=_0x6bff44[_0x1ac32a(0x14d)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x48f958]||null;},exports['getMinVersionForBrowser']=(_0x53fb68,_0x17fdf3)=>{const _0x1f7537=a108_0x4d581a,_0x252088=this[_0x1f7537(0x1f8)](_0x53fb68);if(!_0x252088)return null;if(_0x17fdf3)return _0x252088[_0x1f7537(0x1f4)];return _0x252088[_0x1f7537(0x208)];},exports[a108_0x4d581a(0x237)]=_0x14a3ef=>{const _0x17732e=a108_0x4d581a,_0xfa36c2=this[_0x17732e(0x1f8)](_0x14a3ef);return _0xfa36c2?_0xfa36c2[_0x17732e(0x20c)]:_0x14a3ef;},exports[a108_0x4d581a(0x163)]=_0x312383=>{const _0x49c984=a108_0x4d581a,_0x30715a=this['getBrowserA11yConfig'](_0x312383);return _0x30715a?_0x30715a[_0x49c984(0x1c9)]:![];},exports[a108_0x4d581a(0x19e)]=(_0x34e974,_0x1433f0)=>{const _0xad1ce6=a108_0x4d581a,_0x1d301a={'vMzoB':function(_0x3f1515,_0x28667d){return _0x3f1515(_0x28667d);},'NDODR':function(_0x554bb3,_0x57d410){return _0x554bb3(_0x57d410);},'bqAbA':function(_0x580bec,_0x5c3649){return _0x580bec>=_0x5c3649;}};if(bsSetupHelper[_0xad1ce6(0x1cc)](_0x34e974)||bsSetupHelper[_0xad1ce6(0x1cc)](_0x1433f0))return![];const _0x16ae97=bsSetupHelper[_0xad1ce6(0x16b)](_0x1d301a['vMzoB'](String,_0x34e974),_0x1d301a[_0xad1ce6(0x249)](String,_0x1433f0));return _0x1d301a[_0xad1ce6(0x158)](_0x16ae97,0x0);},exports[a108_0x4d581a(0x185)]=_0x649e86=>{const _0x2a6036=a108_0x4d581a,_0x513d91={};_0x513d91['tQHym']=function(_0x433c97,_0x3bc232){return _0x433c97!==_0x3bc232;},_0x513d91['KeSln']='string',_0x513d91['uWIVk']=_0x2a6036(0x183);const _0x1d0ff2=_0x513d91;if(!_0x649e86||_0x1d0ff2['tQHym'](typeof _0x649e86,_0x1d0ff2[_0x2a6036(0x1d3)]))return null;try{return JSON[_0x2a6036(0x16e)](Buffer['from'](_0x649e86[_0x2a6036(0x1b3)]('.')[0x1],_0x1d0ff2[_0x2a6036(0x1ab)])[_0x2a6036(0x223)]());}catch{return null;}};function a108_0x3e18(){const _0x19e952=['nuZcb','true','lYnKH','browserstackSessionName','getGitMetaData','NgmxH','BfHiC','scannerVersion','isTrue','AKdRz','parseFromJson','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','yoeSz','error','oWUFh','UtfDN','success','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','stack','getGlobal','info','requires_chrome_options_check','nestedKeyValue','v2/test_runs','isUndefined','json','../performance/performance-tester','Performing\x20scan\x20before\x20getting\x20results\x20summary','bstack:options','chrome','ulVSl','KeSln','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.',']\x20but\x20thTestRunUuid\x20is\x20','trim','4501VTsJtI','tKBbW','htsrY','currentTest','test_runs/stop','selenium-webdriver','Performing\x20scan\x20before\x20getting\x20results','IvlHI','goog:chromeOptions','101319FdYzui','apvMP','RvbCY','getAccessKey','hMCcI','AaCVD','SrcSQ','dkwQr','UZdki','cLRGu','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','--headless=','bGJqc','projectName','application/json','data','nDoEb','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','Authorization','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','min_version_browserstack','GIMxv','OCjCZ','../logger','getBrowserA11yConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','path','stringify','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','isAccessibilityPlatform','javascript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','command','isMobileScanningEnabledForGroup','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','tyXkD','getAccessibilityResultsSummary','resolveMobileThTestRunUuid','map','SwAfD','min_version_non_browserstack','nonBstackPlatformValidation','SknWs','YTPzo','display_name','oWvOQ','join','1279566lYkOBy','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','getPlatformVersion','KvpKE','isBrowserStackCommandExecutor','executeAsyncScript','PGMkZ','itnaH','6464ceYPTV','get','jsxzN','isMobileAccessibilityPlatform','is_mobile_session','pSSLo','cbQjD','executeScript','wait','checkAccessibilityPlatformConfig','winstonLogger','isBrowserstackInfra','toString','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','mergeDeep','Performed\x20scan\x20with\x20result:\x20','EjBIy','format','excludeTagsInTestingScope','errors','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','args','qlcqX','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','device','PUT','assign','setNonBstackInfraCapabilities','isArray','RuVJH','statusText','createAccessibilityTestRun','getBrowserDisplayName','Content-Type','thTestRunUuid','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ENaNF','getAccessibilityResults','aLesI','includes','No\x20accessibility\x20results\x20were\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','ChromeExtension','sMVBX','__cloud_provider___','body','headers','calkG','response','false','NDODR','rZOkA','getResults','oWSGH','YiMzm','browserstack_executor','VBwDX','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','MOBILE_SCANNING_DISABLED_WARNING','startsWith','./scripts','deviceName','zwHPS','QhMHo','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','getMobileA11yCapabilities','null','nodeRequest','ZJTzM','getResultsSummary','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','oQVgw','some','fLouS','script','getUserName','oGGCW','Not\x20a\x20Accessibility\x20Session','EQlPC','length','qdmIl','undefined','toLowerCase','Invalid\x20request:\x20','--headless','207721xLUPZe','requireModule','TnziH','accessibility','JvmsR','getAgentVersion','Build\x20creation\x20had\x20failed.','ParHw','bqAbA','636860UjjleS','chromeOptions_','Invalid\x20configuration\x20passed.','Bwhqz','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','pass','isAccessibilityAutomationSession','performScan','includeTagsInTestingScope','auth','requiresChromeOptionsValidation','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','66ATTppe','browserVersion','replace','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','hxyJF','wyGDQ','compareVersions','sKQEv','qsMoH','parse','IIEgs','debug','GRhmg','GET_RESULTS','10icyuBz','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','erOTX','message','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','UEssV','measureWrapper','env','NbcDD','qiLSp','status','GIFeq','method','browserstack','android','dVVsI','base64','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','parseA11yJwtPayload','string','bHLdm','platformName','getHostInfo','5864196rBruJn','387655ptscNN','hnFYg','pMLvg','cGADw','PERFORM_SCAN','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','MUpsR','accessibilityToken','No\x20accessibility\x20summary\x20was\x20found.','isBrowserSupportedForAccessibility','52mmoFOf','buildName','toISOString','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','XKrwf','isMobileAccessibilitySession','fetchPlatformDetails','capabilities_','isVersionSupported','POST','function','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','bstackA11yShouldScan','--headless=new','Vilas','DJzqL','a11y:stop','BS_A11Y_JWT','getBrowserName','buildDescription','euUwQ','uWIVk','getCapabilities','resolve','warn','getCiInfo','options_','ObSke','nddsx','split'];a108_0x3e18=function(){return _0x19e952;};return a108_0x3e18();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a109_0x1e79b4=a109_0x5548;function a109_0x5548(_0x375375,_0x20bed2){const _0x2d7761=a109_0x2d77();return a109_0x5548=function(_0x554871,_0x544a46){_0x554871=_0x554871-0x19e;let _0x2fcbfb=_0x2d7761[_0x554871];return _0x2fcbfb;},a109_0x5548(_0x375375,_0x20bed2);}(function(_0x494a90,_0x347b69){const _0x17c6ef=a109_0x5548,_0x3c561a=_0x494a90();while(!![]){try{const _0x270e56=parseInt(_0x17c6ef(0x1bc))/0x1+-parseInt(_0x17c6ef(0x1d7))/0x2+-parseInt(_0x17c6ef(0x1b1))/0x3*(-parseInt(_0x17c6ef(0x1d9))/0x4)+-parseInt(_0x17c6ef(0x1c3))/0x5+-parseInt(_0x17c6ef(0x1d5))/0x6*(-parseInt(_0x17c6ef(0x1c4))/0x7)+parseInt(_0x17c6ef(0x1b0))/0x8*(parseInt(_0x17c6ef(0x1d2))/0x9)+-parseInt(_0x17c6ef(0x1ba))/0xa*(-parseInt(_0x17c6ef(0x1aa))/0xb);if(_0x270e56===_0x347b69)break;else _0x3c561a['push'](_0x3c561a['shift']());}catch(_0x338378){_0x3c561a['push'](_0x3c561a['shift']());}}}(a109_0x2d77,0x6ddb9));const path=require(a109_0x1e79b4(0x1d3)),fs=require('fs'),logger=require(a109_0x1e79b4(0x1c9))['winstonLogger'],helper=require(a109_0x1e79b4(0x19f));class Scripts{constructor(){const _0x1675ed=a109_0x1e79b4,_0x2cfcaf={};_0x2cfcaf['FBLPg']=_0x1675ed(0x1cc),_0x2cfcaf[_0x1675ed(0x1c0)]=_0x1675ed(0x1d8),_0x2cfcaf[_0x1675ed(0x1d1)]='.browserstack';const _0x56ed43=_0x2cfcaf,_0x4e8e84=_0x56ed43[_0x1675ed(0x1c1)][_0x1675ed(0x1ae)]('|');let _0x274aca=0x0;while(!![]){switch(_0x4e8e84[_0x274aca++]){case'0':this[_0x1675ed(0x1ce)]=null;continue;case'1':this[_0x1675ed(0x1a5)]();continue;case'2':this[_0x1675ed(0x1b6)]=path[_0x1675ed(0x1bb)](this['browserstackFolderPath'],_0x56ed43['uWpxt']);continue;case'3':this[_0x1675ed(0x1c6)]=path[_0x1675ed(0x1bb)](helper[_0x1675ed(0x1d6)](),_0x56ed43[_0x1675ed(0x1d1)]);continue;case'4':this[_0x1675ed(0x1b8)]=null;continue;case'5':this[_0x1675ed(0x1d0)]=null;continue;case'6':this['getResultsSummary']=null;continue;}break;}}['parseFromJson'](_0x124b3d){const _0x298099=a109_0x1e79b4;_0x124b3d[_0x298099(0x1ad)]&&(this[_0x298099(0x1d0)]=_0x124b3d[_0x298099(0x1ad)][_0x298099(0x1dc)],this[_0x298099(0x1ce)]=_0x124b3d[_0x298099(0x1ad)][_0x298099(0x1ce)],this['getResultsSummary']=_0x124b3d[_0x298099(0x1ad)]['getResultsSummary'],this[_0x298099(0x1b8)]=_0x124b3d[_0x298099(0x1ad)][_0x298099(0x1b9)]),this['commandsToWrap']=_0x124b3d[_0x298099(0x1c2)],this[_0x298099(0x1cb)]=_0x124b3d[_0x298099(0x1a6)];}[a109_0x1e79b4(0x1b5)](_0x8b3226,_0xd7a594){const _0x216eeb=a109_0x1e79b4,_0x329396={};_0x329396['Drfqu']=function(_0x4e3c0f,_0x562d6c){return _0x4e3c0f>_0x562d6c;},_0x329396[_0x216eeb(0x1c5)]=function(_0x4f58bd,_0x5d28e0){return _0x4f58bd===_0x5d28e0;},_0x329396[_0x216eeb(0x1c8)]=_0x216eeb(0x1dc),_0x329396[_0x216eeb(0x1c7)]='getResults',_0x329396[_0x216eeb(0x1ac)]=function(_0xfba491,_0x14e13c){return _0xfba491===_0x14e13c;},_0x329396['FoAFx']='getResultsSummary',_0x329396[_0x216eeb(0x1da)]='saveResults';const _0x52b7ad=_0x329396;if(_0x8b3226&&_0x52b7ad[_0x216eeb(0x1be)](_0x8b3226[_0x216eeb(0x1cd)],0x0))for(const _0xce5a5 of _0x8b3226){if(_0x52b7ad[_0x216eeb(0x1c5)](_0xce5a5[_0x216eeb(0x1a9)](),_0x52b7ad[_0x216eeb(0x1c8)]))this[_0x216eeb(0x1d0)]=_0xce5a5[_0x216eeb(0x1a1)]();else{if(_0x52b7ad['BmpaZ'](_0xce5a5[_0x216eeb(0x1a9)](),_0x52b7ad[_0x216eeb(0x1c7)]))this['getResults']=_0xce5a5[_0x216eeb(0x1a1)]();else{if(_0x52b7ad[_0x216eeb(0x1ac)](_0xce5a5[_0x216eeb(0x1a9)](),_0x52b7ad['FoAFx']))this[_0x216eeb(0x1b4)]=_0xce5a5['getCommand']();else _0x52b7ad[_0x216eeb(0x1c5)](_0xce5a5[_0x216eeb(0x1a9)](),_0x52b7ad[_0x216eeb(0x1da)])&&(this['saveTestResults']=_0xce5a5[_0x216eeb(0x1a1)]());}}}_0xd7a594&&_0x52b7ad[_0x216eeb(0x1be)](_0xd7a594['length'],0x0)&&(this[_0x216eeb(0x1a0)]=_0xd7a594[_0x216eeb(0x1b2)](_0x4e2047=>{const _0x2c5bb6=_0x216eeb;return{'name':_0x4e2047[_0x2c5bb6(0x1a9)](),'method':_0x4e2047[_0x2c5bb6(0x1b7)](),'library':_0x4e2047[_0x2c5bb6(0x1a7)](),'module':_0x4e2047[_0x2c5bb6(0x1a2)](),'class':_0x4e2047[_0x2c5bb6(0x1db)]()};}));}[a109_0x1e79b4(0x1bd)](_0x21c360){const _0x2c9596=a109_0x1e79b4,_0x1cac64={};_0x1cac64[_0x2c9596(0x1b3)]=function(_0x1bc914,_0xa51931){return _0x1bc914!==_0xa51931;};const _0x437d7d=_0x1cac64;try{return _0x437d7d[_0x2c9596(0x1b3)](this[_0x2c9596(0x1a0)][_0x2c9596(0x1af)](_0x39ee0f=>_0x39ee0f['name'][_0x2c9596(0x1ca)]()===_0x21c360[_0x2c9596(0x1ca)]()),-0x1);}catch(_0x30585c){logger[_0x2c9596(0x1ab)](_0x2c9596(0x1a3)+_0x30585c);}return![];}[a109_0x1e79b4(0x1cf)](){const _0x225419=a109_0x1e79b4;!fs[_0x225419(0x1a8)](this[_0x225419(0x1c6)])&&fs[_0x225419(0x1a4)](this['browserstackFolderPath']),fs['writeFileSync'](this[_0x225419(0x1b6)],JSON[_0x225419(0x1d4)]({'scripts':{'scan':this[_0x225419(0x1d0)],'getResults':this[_0x225419(0x1ce)],'getResultsSummary':this[_0x225419(0x1b4)],'saveResults':this[_0x225419(0x1b8)]},'commands':this[_0x225419(0x1a0)],'nonBStackInfraA11yChromeOptions':this[_0x225419(0x1cb)]}));}['fromJson'](){const _0x268eb8=a109_0x1e79b4,_0x246295={'iwJRl':function(_0x1ab5c0,_0x340439){return _0x1ab5c0(_0x340439);}};fs[_0x268eb8(0x1a8)](this['commandsPath'])&&this[_0x268eb8(0x19e)](_0x246295['iwJRl'](require,this[_0x268eb8(0x1b6)]));}}module[a109_0x1e79b4(0x1bf)]=new Scripts();function a109_0x2d77(){const _0x41f40f=['saveTestResults','saveResults','43530KdYHnk','join','118138MkWtqp','shouldWrapCommand','Drfqu','exports','uWpxt','FBLPg','commands','3932960kjCkoL','441644NuArYq','BmpaZ','browserstackFolderPath','qRaSC','VeejG','../../helpers/logger','toLowerCase','ChromeExtension','5|0|6|4|3|2|1','length','getResults','toJson','performScan','WhKGO','1640097biphKm','path','stringify','48ggcOjC','homedir','633434zjBIQD','commands.json','168uMUuxp','XcGJY','getClass','scan','parseFromJson','../helper','commandsToWrap','getCommand','getModule','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','mkdirSync','fromJson','nonBStackInfraA11yChromeOptions','getLibrary','existsSync','getName','1639mTzXci','debug','rcVHd','scripts','split','findIndex','8FBdinZ','7113ecBKYs','map','FQFTS','getResultsSummary','parseFromProto','commandsPath','getMethod'];a109_0x2d77=function(){return _0x41f40f;};return a109_0x2d77();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110_0x2c9b37=a110_0x250e;(function(_0x29bc29,_0x3a3607){const _0x2de4fa=a110_0x250e,_0x396142=_0x29bc29();while(!![]){try{const _0x4a5c52=-parseInt(_0x2de4fa(0x10e))/0x1+-parseInt(_0x2de4fa(0x125))/0x2*(-parseInt(_0x2de4fa(0x112))/0x3)+parseInt(_0x2de4fa(0x12f))/0x4*(parseInt(_0x2de4fa(0x138))/0x5)+-parseInt(_0x2de4fa(0x153))/0x6*(-parseInt(_0x2de4fa(0x135))/0x7)+-parseInt(_0x2de4fa(0x11c))/0x8+-parseInt(_0x2de4fa(0x111))/0x9*(-parseInt(_0x2de4fa(0x123))/0xa)+parseInt(_0x2de4fa(0x11a))/0xb*(parseInt(_0x2de4fa(0x10d))/0xc);if(_0x4a5c52===_0x3a3607)break;else _0x396142['push'](_0x396142['shift']());}catch(_0x133c50){_0x396142['push'](_0x396142['shift']());}}}(a110_0x2cc6,0xdcd9b));const path=require(a110_0x2c9b37(0x15a)),{commandRepository}=require('./autoHealHelper'),constants=require(a110_0x2c9b37(0x152)),logger=require(a110_0x2c9b37(0x16d))['winstonLogger'],globals=require(a110_0x2c9b37(0x13e)),timeoutPromise=require(a110_0x2c9b37(0x130)),isUndefinedOrNull=_0x97b03e=>_0x97b03e===undefined||_0x97b03e===null||_0x97b03e==='',isNotUndefinedOrNull=_0x7fef88=>!isUndefinedOrNull(_0x7fef88),isString=_0x360d22=>isNotUndefinedOrNull(_0x360d22)&&typeof _0x360d22===a110_0x2c9b37(0x13b);class AiSdkWrapper{constructor(){const _0x5c7585=a110_0x2c9b37,_0x728811={'jONyX':function(_0x4b726d,_0x8d5dd4){return _0x4b726d(_0x8d5dd4);},'akXRu':_0x5c7585(0x10a)};this[_0x5c7585(0xfc)]=undefined;try{this[_0x5c7585(0xfc)]=_0x728811[_0x5c7585(0xfd)](require,path['join'](__dirname,_0x728811['akXRu']));}catch(_0x367813){logger[_0x5c7585(0x16f)](_0x5c7585(0x101)+(_0x367813&&_0x367813[_0x5c7585(0x16c)]?_0x367813[_0x5c7585(0x16c)]:''));}}[a110_0x2c9b37(0x157)](_0x1bcec1){const _0x5ca157=a110_0x2c9b37,_0x3b40bd={};_0x3b40bd[_0x5ca157(0x10f)]='newCapabilities',_0x3b40bd[_0x5ca157(0x16b)]=function(_0x45bfb9,_0x35b032){return _0x45bfb9===_0x35b032;},_0x3b40bd[_0x5ca157(0x10c)]=_0x5ca157(0x173),_0x3b40bd[_0x5ca157(0x108)]=_0x5ca157(0x13d),_0x3b40bd[_0x5ca157(0x14f)]=_0x5ca157(0x14a),_0x3b40bd[_0x5ca157(0x16e)]=function(_0x5b5a66,_0x21f864){return _0x5b5a66===_0x21f864;},_0x3b40bd[_0x5ca157(0x12d)]='edge',_0x3b40bd['UUQye']=_0x5ca157(0x124);const _0x4e3733=_0x3b40bd;try{const _0x4bdd1e=this['BrowserstackHealing'][_0x5ca157(0x132)](Object[_0x5ca157(0x134)](_0x1bcec1['getCapabilities']()[_0x5ca157(0x15c)]));console[_0x5ca157(0x140)](_0x4e3733['ZXyWt'],_0x4bdd1e);if(_0x4e3733[_0x5ca157(0x16b)](_0x4bdd1e?.[_0x5ca157(0x131)]?.[_0x5ca157(0x128)](),_0x4e3733[_0x5ca157(0x10c)]))_0x1bcec1['chromeOptions_']=_0x4bdd1e;else{if(_0x4e3733['yDxHO'](_0x4bdd1e?.['browserName']?.[_0x5ca157(0x128)](),_0x4e3733[_0x5ca157(0x108)]))_0x1bcec1['firefoxOptions_']=_0x4bdd1e;else{if(_0x4e3733[_0x5ca157(0x16b)](_0x4bdd1e?.[_0x5ca157(0x131)]?.[_0x5ca157(0x128)](),_0x4e3733['mQvUX']))_0x1bcec1[_0x5ca157(0x164)]=_0x4bdd1e;else{if(_0x4e3733[_0x5ca157(0x16e)](_0x4bdd1e?.[_0x5ca157(0x131)]?.[_0x5ca157(0x128)](),_0x4e3733['FomAK'])||_0x4e3733[_0x5ca157(0x16b)](_0x4bdd1e?.[_0x5ca157(0x131)]?.[_0x5ca157(0x128)](),_0x4e3733[_0x5ca157(0x11e)]))_0x1bcec1['edgeOptions_']=_0x4bdd1e;else _0x4e3733[_0x5ca157(0x16e)](_0x4bdd1e?.[_0x5ca157(0x131)]?.[_0x5ca157(0x128)](),'ie')&&(_0x1bcec1['ieOptions_']=_0x4bdd1e);}}}Object[_0x5ca157(0x121)](_0x4bdd1e)[_0x5ca157(0x107)](_0x32b8af=>{const _0xb26db9=_0x5ca157,_0x5cf73d=_0x1bcec1[_0xb26db9(0x100)]['get'](_0x32b8af);_0x1bcec1['capabilities_'][_0xb26db9(0x115)](_0x32b8af,_0x4bdd1e[_0x32b8af]);});}catch(_0x5d84cc){logger[_0x5ca157(0x16f)](_0x5ca157(0x11f)+(_0x5d84cc&&_0x5d84cc[_0x5ca157(0x16c)]?_0x5d84cc[_0x5ca157(0x16c)]:''));}}async[a110_0x2c9b37(0x159)](_0x672224){const _0x5d8278=a110_0x2c9b37,_0x4603db={'dHmfy':function(_0x550870,_0x3db47b,_0xd640d,_0x4512da,_0x1c1a19,_0x2fbcd9,_0x5ebace){return _0x550870(_0x3db47b,_0xd640d,_0x4512da,_0x1c1a19,_0x2fbcd9,_0x5ebace);},'HPQGA':_0x5d8278(0x11b),'bnUIb':_0x5d8278(0x148),'TWpkK':'aiHeal_sessionToken'},_0x1b94fb=new Date(),_0x337a1e=_0x4603db[_0x5d8278(0x15e)](timeoutPromise,constants[_0x5d8278(0x154)],_0x4603db[_0x5d8278(0x172)],_0x4603db[_0x5d8278(0x12c)],_0x1b94fb,this[_0x5d8278(0x133)],this[_0x5d8278(0x13c)]);await Promise[_0x5d8278(0x109)]([this[_0x5d8278(0xfc)][_0x5d8278(0x13f)](_0x672224,globals['getGlobal'](_0x4603db[_0x5d8278(0x114)]),constants['TCG_URL'])[_0x5d8278(0x136)](()=>{const _0x51671d=_0x5d8278;_0x337a1e[_0x51671d(0x167)]();}),_0x337a1e]);}async[a110_0x2c9b37(0x120)](_0x3ddbf5,_0xccc92f,_0x41b1ee,_0x58608e){const _0x179cf3=a110_0x2c9b37,_0x962729={'QGKST':function(_0x2f497b,_0x928e4c){return _0x2f497b===_0x928e4c;},'QhajA':function(_0x3172f9,_0x453864){return _0x3172f9(_0x453864);},'OGUhA':function(_0x558664,_0x5e4bfb){return _0x558664(_0x5e4bfb);},'soLWA':function(_0x2467d5,_0x547ca6){return _0x2467d5(_0x547ca6);},'iqfVj':function(_0x1385d0,_0x55bfbb){return _0x1385d0(_0x55bfbb);},'zdZtL':function(_0x1990b9,_0x36ed90){return _0x1990b9(_0x36ed90);},'xTYcl':_0x179cf3(0x106),'VGatG':_0x179cf3(0x161),'gQSnf':_0x179cf3(0x11d),'OkmeL':_0x179cf3(0x118),'NJyzJ':function(_0x6e0261,_0xb93f4b,_0x2df9b3,_0x5528de,_0x93d607,_0x1c8719,_0x51f283){return _0x6e0261(_0xb93f4b,_0x2df9b3,_0x5528de,_0x93d607,_0x1c8719,_0x51f283);},'yLrbI':_0x179cf3(0x141),'rBBTb':'BrowserstackHealingLogDataFailed','eFhVv':_0x179cf3(0x143),'kyRVc':_0x179cf3(0x105)},_0x174b5d=(await _0xccc92f[_0x179cf3(0x129)]())[_0x179cf3(0x163)]();let _0x3a03fc='';if(commandRepository[_0x179cf3(0x144)]()&&_0x962729[_0x179cf3(0x103)](_0x58608e,![])||_0x962729[_0x179cf3(0x103)](_0x58608e,!![])){const _0x3f8a81=_0x962729['QhajA'](isNotUndefinedOrNull,_0x41b1ee['parameters_'][_0x179cf3(0xfe)])&&_0x962729[_0x179cf3(0x169)](isString,_0x41b1ee[_0x179cf3(0x110)]['using'])?_0x41b1ee['parameters_'][_0x179cf3(0xfe)]['replace'](/'/g,'\x5c\x27')[_0x179cf3(0x14c)](/"/g,'\x5c\x22'):'',_0x32666c=_0x962729[_0x179cf3(0x14b)](isNotUndefinedOrNull,_0x41b1ee[_0x179cf3(0x110)][_0x179cf3(0xfe)])&&_0x962729['QhajA'](isString,_0x41b1ee[_0x179cf3(0x110)][_0x179cf3(0x174)])?_0x41b1ee[_0x179cf3(0x110)][_0x179cf3(0x174)][_0x179cf3(0x14c)](/'/g,'\x5c\x27')[_0x179cf3(0x14c)](/"/g,'\x5c\x22'):'',_0x37a66e=_0x962729[_0x179cf3(0x117)](isNotUndefinedOrNull,commandRepository[_0x179cf3(0x15b)]())&&_0x962729[_0x179cf3(0x168)](isString,commandRepository['getProjectName']())?commandRepository[_0x179cf3(0x15b)]()[_0x179cf3(0x14c)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x5b22b0=_0x962729[_0x179cf3(0x14b)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x962729[_0x179cf3(0x168)](isString,global[_0x179cf3(0x165)])?global[_0x179cf3(0x165)][_0x179cf3(0x14c)](/'/g,'\x5c\x27')[_0x179cf3(0x14c)](/"/g,'\x5c\x22'):'';!_0x5b22b0&&(_0x5b22b0=_0x962729[_0x179cf3(0x117)](isNotUndefinedOrNull,commandRepository[_0x179cf3(0x166)]())&&_0x962729[_0x179cf3(0x162)](isString,commandRepository[_0x179cf3(0x166)]())?commandRepository['getTestName']()[_0x179cf3(0x14c)](/'/g,'\x5c\x27')[_0x179cf3(0x14c)](/"/g,'\x5c\x22'):'');let _0x55c0bc=_0x179cf3(0x160)+constants['TCG_REGION']+_0x179cf3(0x171)+constants[_0x179cf3(0x122)]+_0x179cf3(0xff)+constants[_0x179cf3(0x14d)][_0x179cf3(0x126)](_0x962729[_0x179cf3(0x12a)])[0x1]+'\x22}}}';_0x55c0bc=_0x962729[_0x179cf3(0x117)](isNotUndefinedOrNull,_0x55c0bc)&&_0x962729[_0x179cf3(0x168)](isString,_0x55c0bc)?_0x55c0bc[_0x179cf3(0x14c)](/'/g,'\x5c\x27')[_0x179cf3(0x14c)](/"/g,'\x5c\x22'):'';const _0x2b0dd8=commandRepository['getCommands'](_0x174b5d),_0x47b977=globals[_0x179cf3(0x113)](_0x962729[_0x179cf3(0x145)]),_0x326f91=globals[_0x179cf3(0x113)](_0x962729['gQSnf']),_0x1d058e=globals[_0x179cf3(0x113)](_0x962729[_0x179cf3(0x12b)]),_0x112abf=![],_0x5b7bf9=new Date();if(_0x58608e){const _0x3d7514=_0x962729[_0x179cf3(0x151)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x962729[_0x179cf3(0x104)],_0x962729[_0x179cf3(0x147)],_0x5b7bf9,this[_0x179cf3(0x133)],this['framework']);_0x3a03fc=await Promise[_0x179cf3(0x109)]([this[_0x179cf3(0xfc)]['logData'](_0x3f8a81,_0x32666c,_0x37a66e,_0x5b22b0,_0x326f91,_0x174b5d,_0x2b0dd8,_0x55c0bc)[_0x179cf3(0x136)](_0x3914b4=>{return _0x3d7514['cancel'](),_0x3914b4;}),_0x3d7514]);}else{if(commandRepository[_0x179cf3(0x144)]()){const _0x525527=_0x962729[_0x179cf3(0x151)](timeoutPromise,constants[_0x179cf3(0x149)],_0x962729[_0x179cf3(0x156)],_0x962729[_0x179cf3(0x139)],_0x5b7bf9,this[_0x179cf3(0x133)],this[_0x179cf3(0x13c)]);_0x3a03fc=await Promise[_0x179cf3(0x109)]([this[_0x179cf3(0xfc)]['healFailure'](_0x3f8a81,_0x32666c,_0x37a66e,_0x5b22b0,_0x47b977,_0x326f91,_0x174b5d,_0x2b0dd8,_0x112abf,_0x1d058e,_0x55c0bc)['then'](_0x5856d1=>{const _0x3acdc1=_0x179cf3;return _0x525527[_0x3acdc1(0x167)](),_0x5856d1;}),_0x525527]);}}_0x3a03fc&&await _0xccc92f['executeScript'](_0x3a03fc);}}async[a110_0x2c9b37(0x15f)](_0xaabc22,_0xc90da8,_0x3a65d4){const _0x505bff=a110_0x2c9b37;try{await this[_0x505bff(0x120)](_0xaabc22,_0xc90da8,_0x3a65d4,!![]);}catch(_0x5bafd9){return logger[_0x505bff(0x16f)](_0x505bff(0x137)+(_0x5bafd9&&_0x5bafd9[_0x505bff(0x16c)]?_0x5bafd9[_0x505bff(0x16c)]:'')),![];}return!![];}async['handleFailure'](_0x4b15cf,_0x2127fe,_0x15ae6){const _0x261800=a110_0x2c9b37,_0x3f349d={'vYlKD':function(_0x4badd7,_0x1c7a18,_0x3996ae,_0x313583,_0x1e4b01,_0x459b57,_0x360199){return _0x4badd7(_0x1c7a18,_0x3996ae,_0x313583,_0x1e4b01,_0x459b57,_0x360199);},'LZIgz':_0x261800(0x150),'ueYKf':'BrowserstackHealingPollResultFailed','hmKCQ':_0x261800(0x16a)};try{await this[_0x261800(0x120)](_0x4b15cf,_0x2127fe,_0x15ae6,![]);const _0x4ffcf9=(await _0x2127fe[_0x261800(0x129)]())['getId'](),_0x18b200=new Date(),_0x34dfb8=_0x3f349d[_0x261800(0x12e)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x3f349d[_0x261800(0x127)],_0x3f349d['ueYKf'],_0x18b200,this[_0x261800(0x133)],this[_0x261800(0x13c)]),_0x4754a8=await Promise[_0x261800(0x109)]([this[_0x261800(0xfc)][_0x261800(0x142)](constants[_0x261800(0x14d)],_0x4ffcf9,globals[_0x261800(0x113)](_0x3f349d['hmKCQ']))[_0x261800(0x136)](_0x4343d7=>{const _0x1c544d=_0x261800;return _0x34dfb8[_0x1c544d(0x167)](),_0x4343d7;}),_0x34dfb8]);if(_0x4754a8&&_0x4754a8['selector']&&_0x4754a8[_0x261800(0x174)]){const _0x483307={};return _0x483307[_0x261800(0x13a)]=_0x4754a8['selector'],_0x483307[_0x261800(0x146)]=_0x4754a8[_0x261800(0x174)],_0x483307[_0x261800(0x116)]=!![],_0x483307;}const _0x16520e={};return _0x16520e[_0x261800(0x13a)]=_0x15ae6[_0x261800(0x110)]['using'],_0x16520e['locatorValue']=_0x4754a8[_0x261800(0x174)],_0x16520e[_0x261800(0x116)]=!![],_0x16520e;}catch(_0x424958){return logger[_0x261800(0x15d)](_0x261800(0x155)+(_0x424958&&_0x424958[_0x261800(0x16c)]?_0x424958[_0x261800(0x16c)]:'')),logger[_0x261800(0x119)](_0x261800(0x10b)+_0x15ae6[_0x261800(0x102)]+_0x261800(0x170)),_0x15ae6;}}}exports[a110_0x2c9b37(0x14e)]=Object[a110_0x2c9b37(0x158)](new AiSdkWrapper());function a110_0x250e(_0x506688,_0x4d0f9e){const _0x2cc665=a110_0x2cc6();return a110_0x250e=function(_0x250e85,_0x299b8c){_0x250e85=_0x250e85-0xfc;let _0x44b701=_0x2cc665[_0x250e85];return _0x44b701;},a110_0x250e(_0x506688,_0x4d0f9e);}function a110_0x2cc6(){const _0x4fa500=['aiHeal_groupId','UUQye','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','_handleEvent','keys','TCG_REGION','350JhZCfj','microsoftedge','47944PmQevs','split','LZIgz','toLowerCase','getSession','xTYcl','OkmeL','bnUIb','FomAK','vYlKD','4dEzSjc','../../helpers/timeoutPromise','browserName','initializeCapabilities','config','fromEntries','901201kSuKiD','then','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','2531205hKZEOQ','kyRVc','locatorType','string','framework','firefox','../globals','setToken','log','BrowserstackHealing.logData\x20method\x20timed\x20out','pollResult','BrowserstackHealing.healFailure\x20method\x20timed\x20out','isSelfHealEnabled','VGatG','locatorValue','rBBTb','BrowserstackHealingSetTcgTokenFailed','HEALING_FAILURE_TIMEOUT','safari','soLWA','replace','TCG_URL','aiSdkWrapper','mQvUX','BrowserstackHealing.pollResult\x20method\x20timed\x20out','NJyzJ','../../bin/utils/constants','42pJRBqO','SET_TCG_TOKEN_TIMEOUT','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','eFhVv','initializeHealingCapabilities','freeze','setTcgToken','path','getProjectName','map_','debug','dHmfy','handleSuccess','{\x22region\x22:\x20\x22','aiHeal_userId','QhajA','getId','safariOptions_','browserstackSessionName','getTestName','cancel','zdZtL','OGUhA','aiHeal_sessionToken','yDxHO','message','../logger','BeVYl','error','\x20command','\x22,\x20\x22tcgUrls\x22:\x20{\x22','HPQGA','chrome','value','BrowserstackHealing','jONyX','using','\x22:\x20{\x22endpoint\x22:\x20\x22','capabilities_','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','name_','QGKST','yLrbI','BrowserstackHealingHealFailureFailed','s://','forEach','Myjxt','race','../../ai-sdk-node/bundle','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','mihsh','12LMNHCb','1380155NeWjCw','ZXyWt','parameters_','163575bRGeDH','33OrFjhW','getGlobal','TWpkK','set','aiHealing','iqfVj','aiHeal_isGroupAIEnabled','info','17957588IvFbfo','BrowserstackHealing.setToken\x20method\x20timed\x20out','13240072TSWvwr'];a110_0x2cc6=function(){return _0x4fa500;};return a110_0x2cc6();}
|
|
1
|
+
const a110_0x27ef79=a110_0x14c6;(function(_0x19fcde,_0x3c9024){const _0x5d825a=a110_0x14c6,_0x4e6a35=_0x19fcde();while(!![]){try{const _0xb73264=parseInt(_0x5d825a(0x16b))/0x1*(parseInt(_0x5d825a(0x195))/0x2)+parseInt(_0x5d825a(0x19e))/0x3*(-parseInt(_0x5d825a(0x14d))/0x4)+parseInt(_0x5d825a(0x19c))/0x5*(-parseInt(_0x5d825a(0x144))/0x6)+parseInt(_0x5d825a(0x135))/0x7+-parseInt(_0x5d825a(0x136))/0x8+parseInt(_0x5d825a(0x18a))/0x9*(-parseInt(_0x5d825a(0x178))/0xa)+parseInt(_0x5d825a(0x17e))/0xb*(-parseInt(_0x5d825a(0x190))/0xc);if(_0xb73264===_0x3c9024)break;else _0x4e6a35['push'](_0x4e6a35['shift']());}catch(_0x5621d2){_0x4e6a35['push'](_0x4e6a35['shift']());}}}(a110_0x4510,0xe8aa0));function a110_0x14c6(_0x5705e0,_0x4276ce){const _0x45105d=a110_0x4510();return a110_0x14c6=function(_0x14c6a3,_0x48087d){_0x14c6a3=_0x14c6a3-0x129;let _0x80bc3e=_0x45105d[_0x14c6a3];return _0x80bc3e;},a110_0x14c6(_0x5705e0,_0x4276ce);}const path=require(a110_0x27ef79(0x182)),{commandRepository}=require(a110_0x27ef79(0x137)),constants=require(a110_0x27ef79(0x197)),logger=require('../logger')['winstonLogger'],globals=require('../globals'),timeoutPromise=require(a110_0x27ef79(0x185)),isUndefinedOrNull=_0x589c2b=>_0x589c2b===undefined||_0x589c2b===null||_0x589c2b==='',isNotUndefinedOrNull=_0x555ef0=>!isUndefinedOrNull(_0x555ef0),isString=_0x5ae522=>isNotUndefinedOrNull(_0x5ae522)&&typeof _0x5ae522==='string';class AiSdkWrapper{constructor(){const _0x2eb833=a110_0x27ef79,_0x300a1f={'ILyyu':function(_0x42544d,_0x5686dd){return _0x42544d(_0x5686dd);},'Hjrua':_0x2eb833(0x15e)};this[_0x2eb833(0x14b)]=undefined;try{this[_0x2eb833(0x14b)]=_0x300a1f[_0x2eb833(0x12f)](require,path[_0x2eb833(0x19b)](__dirname,_0x300a1f[_0x2eb833(0x186)]));}catch(_0x398ffe){logger[_0x2eb833(0x145)](_0x2eb833(0x179)+(_0x398ffe&&_0x398ffe[_0x2eb833(0x155)]?_0x398ffe[_0x2eb833(0x155)]:''));}}[a110_0x27ef79(0x13b)](_0x48a30c){const _0x563ec8=a110_0x27ef79,_0x321985={};_0x321985[_0x563ec8(0x164)]=_0x563ec8(0x156),_0x321985[_0x563ec8(0x16a)]=function(_0x46d850,_0x30f0e9){return _0x46d850===_0x30f0e9;},_0x321985[_0x563ec8(0x16c)]=_0x563ec8(0x16f),_0x321985[_0x563ec8(0x18c)]=_0x563ec8(0x13e),_0x321985[_0x563ec8(0x158)]='safari',_0x321985[_0x563ec8(0x17c)]='edge',_0x321985[_0x563ec8(0x13a)]=function(_0x569a10,_0xdffe72){return _0x569a10===_0xdffe72;},_0x321985[_0x563ec8(0x193)]='microsoftedge',_0x321985[_0x563ec8(0x171)]=function(_0x226f34,_0x5247ab){return _0x226f34===_0x5247ab;};const _0x24544d=_0x321985;try{const _0xadecf6=this[_0x563ec8(0x14b)][_0x563ec8(0x176)](Object[_0x563ec8(0x160)](_0x48a30c['getCapabilities']()[_0x563ec8(0x138)]));console['log'](_0x24544d['KDpfJ'],_0xadecf6);if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x16c)]))_0x48a30c[_0x563ec8(0x165)]=_0xadecf6;else{if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x18c)]))_0x48a30c[_0x563ec8(0x169)]=_0xadecf6;else{if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.['browserName']?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x158)]))_0x48a30c['safariOptions_']=_0xadecf6;else{if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x17c)])||_0x24544d['ZqShq'](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x193)]))_0x48a30c[_0x563ec8(0x175)]=_0xadecf6;else _0x24544d[_0x563ec8(0x171)](_0xadecf6?.[_0x563ec8(0x142)]?.['toLowerCase'](),'ie')&&(_0x48a30c[_0x563ec8(0x129)]=_0xadecf6);}}}Object['keys'](_0xadecf6)['forEach'](_0x56ad66=>{const _0x3ac90a=_0x563ec8,_0x2a53fe=_0x48a30c[_0x3ac90a(0x168)][_0x3ac90a(0x161)](_0x56ad66);_0x48a30c[_0x3ac90a(0x168)][_0x3ac90a(0x132)](_0x56ad66,_0xadecf6[_0x56ad66]);});}catch(_0x26b6ba){logger[_0x563ec8(0x145)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x26b6ba&&_0x26b6ba['message']?_0x26b6ba[_0x563ec8(0x155)]:''));}}async['setTcgToken'](_0xd4c51a){const _0x437da1=a110_0x27ef79,_0x39477e={'GoGdF':function(_0xcd1d86,_0x2acb1e,_0x4d2503,_0x2c38a2,_0x24141d,_0x1859a9,_0x223da2){return _0xcd1d86(_0x2acb1e,_0x4d2503,_0x2c38a2,_0x24141d,_0x1859a9,_0x223da2);},'ZkLiG':_0x437da1(0x188),'gUoXS':_0x437da1(0x167),'dnblr':_0x437da1(0x15f)},_0x2c4051=new Date(),_0x5565e2=_0x39477e[_0x437da1(0x15b)](timeoutPromise,constants[_0x437da1(0x139)],_0x39477e[_0x437da1(0x183)],_0x39477e[_0x437da1(0x18f)],_0x2c4051,this['config'],this[_0x437da1(0x19d)]);await Promise[_0x437da1(0x14a)]([this[_0x437da1(0x14b)][_0x437da1(0x12d)](_0xd4c51a,globals[_0x437da1(0x181)](_0x39477e[_0x437da1(0x13d)]),constants[_0x437da1(0x141)])[_0x437da1(0x14c)](()=>{const _0x897568=_0x437da1;_0x5565e2[_0x897568(0x189)]();}),_0x5565e2]);}async[a110_0x27ef79(0x12c)](_0x1db76c,_0x20257b,_0x473f3f,_0x43b45e){const _0x195085=a110_0x27ef79,_0x2fb3d6={'rQneK':function(_0x309e17,_0x1a42a5){return _0x309e17===_0x1a42a5;},'FuYbZ':function(_0xfcb18a,_0x33064f){return _0xfcb18a(_0x33064f);},'YIsac':function(_0x2adab6,_0x38bfcf){return _0x2adab6(_0x38bfcf);},'Jvfiy':function(_0x17345b,_0x2aabbf){return _0x17345b(_0x2aabbf);},'DfAsB':function(_0x5d7405,_0x53a2da){return _0x5d7405(_0x53a2da);},'SFQCT':function(_0x1c6253,_0x45d8e8){return _0x1c6253(_0x45d8e8);},'HOrGm':function(_0x2ee140,_0x411141){return _0x2ee140(_0x411141);},'kCaSc':function(_0x38d9dd,_0x4594e7){return _0x38d9dd(_0x4594e7);},'xSCWZ':function(_0x1ac472,_0x3fef44){return _0x1ac472(_0x3fef44);},'KIgDM':'s://','CIVrB':function(_0xda6c5f,_0x5d1440){return _0xda6c5f(_0x5d1440);},'jwRCn':_0x195085(0x157),'WWlvh':'aiHeal_groupId','cDgxo':'aiHeal_isGroupAIEnabled','KNHtj':function(_0x5c7712,_0x28fbcb,_0x4f171c,_0x50893b,_0x5a1529,_0x203981,_0x2aa626){return _0x5c7712(_0x28fbcb,_0x4f171c,_0x50893b,_0x5a1529,_0x203981,_0x2aa626);},'CXwCl':'BrowserstackHealing.logData\x20method\x20timed\x20out','anWmS':_0x195085(0x153),'ohaEB':function(_0x56413e,_0x1b4569,_0x23849f,_0x14c134,_0x3f677b,_0x2a3acc,_0x1bec7e){return _0x56413e(_0x1b4569,_0x23849f,_0x14c134,_0x3f677b,_0x2a3acc,_0x1bec7e);},'yDiFP':_0x195085(0x198),'BgwMR':_0x195085(0x14e)},_0xed48f9=(await _0x20257b[_0x195085(0x17a)]())['getId']();let _0xab333='';if(commandRepository['isSelfHealEnabled']()&&_0x2fb3d6['rQneK'](_0x43b45e,![])||_0x2fb3d6[_0x195085(0x162)](_0x43b45e,!![])){const _0x5f1831=_0x2fb3d6[_0x195085(0x192)](isNotUndefinedOrNull,_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)])&&_0x2fb3d6[_0x195085(0x19a)](isString,_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)])?_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)][_0x195085(0x17d)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x48999f=_0x2fb3d6['FuYbZ'](isNotUndefinedOrNull,_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)])&&_0x2fb3d6[_0x195085(0x133)](isString,_0x473f3f[_0x195085(0x180)][_0x195085(0x154)])?_0x473f3f[_0x195085(0x180)][_0x195085(0x154)][_0x195085(0x17d)](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'',_0x4ee2e2=_0x2fb3d6['DfAsB'](isNotUndefinedOrNull,commandRepository[_0x195085(0x16e)]())&&_0x2fb3d6['SFQCT'](isString,commandRepository[_0x195085(0x16e)]())?commandRepository[_0x195085(0x16e)]()['replace'](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'';let _0x4ae786=_0x2fb3d6[_0x195085(0x148)](isNotUndefinedOrNull,global[_0x195085(0x12a)])&&_0x2fb3d6[_0x195085(0x15a)](isString,global[_0x195085(0x12a)])?global[_0x195085(0x12a)][_0x195085(0x17d)](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'';!_0x4ae786&&(_0x4ae786=_0x2fb3d6[_0x195085(0x177)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x2fb3d6[_0x195085(0x184)](isString,commandRepository[_0x195085(0x170)]())?commandRepository['getTestName']()[_0x195085(0x17d)](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'');let _0x364294=_0x195085(0x150)+constants[_0x195085(0x130)]+_0x195085(0x196)+constants['TCG_REGION']+_0x195085(0x18b)+constants[_0x195085(0x141)]['split'](_0x2fb3d6['KIgDM'])[0x1]+'\x22}}}';_0x364294=_0x2fb3d6['CIVrB'](isNotUndefinedOrNull,_0x364294)&&_0x2fb3d6[_0x195085(0x177)](isString,_0x364294)?_0x364294['replace'](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'';const _0x3770a4=commandRepository[_0x195085(0x17f)](_0xed48f9),_0x485d6a=globals[_0x195085(0x181)](_0x2fb3d6['jwRCn']),_0x1f524a=globals[_0x195085(0x181)](_0x2fb3d6['WWlvh']),_0x2bae3e=globals[_0x195085(0x181)](_0x2fb3d6['cDgxo']),_0x5f0021=![],_0x1e4766=new Date();if(_0x43b45e){const _0x46ee3d=_0x2fb3d6['KNHtj'](timeoutPromise,constants[_0x195085(0x173)],_0x2fb3d6[_0x195085(0x172)],_0x2fb3d6[_0x195085(0x166)],_0x1e4766,this[_0x195085(0x13f)],this[_0x195085(0x19d)]);_0xab333=await Promise[_0x195085(0x14a)]([this[_0x195085(0x14b)][_0x195085(0x199)](_0x5f1831,_0x48999f,_0x4ee2e2,_0x4ae786,_0x1f524a,_0xed48f9,_0x3770a4,_0x364294)[_0x195085(0x14c)](_0x20b62f=>{const _0x342091=_0x195085;return _0x46ee3d[_0x342091(0x189)](),_0x20b62f;}),_0x46ee3d]);}else{if(commandRepository[_0x195085(0x131)]()){const _0x11ea2d=_0x2fb3d6['ohaEB'](timeoutPromise,constants[_0x195085(0x134)],_0x2fb3d6[_0x195085(0x151)],_0x2fb3d6[_0x195085(0x14f)],_0x1e4766,this['config'],this[_0x195085(0x19d)]);_0xab333=await Promise['race']([this['BrowserstackHealing'][_0x195085(0x17b)](_0x5f1831,_0x48999f,_0x4ee2e2,_0x4ae786,_0x485d6a,_0x1f524a,_0xed48f9,_0x3770a4,_0x5f0021,_0x2bae3e,_0x364294)['then'](_0x524e7b=>{return _0x11ea2d['cancel'](),_0x524e7b;}),_0x11ea2d]);}}_0xab333&&await _0x20257b[_0x195085(0x12b)](_0xab333);}}async[a110_0x27ef79(0x13c)](_0x22dcff,_0x439fa3,_0x544c9b){const _0x3c5768=a110_0x27ef79;try{await this[_0x3c5768(0x12c)](_0x22dcff,_0x439fa3,_0x544c9b,!![]);}catch(_0x400f9f){return logger[_0x3c5768(0x145)](_0x3c5768(0x147)+(_0x400f9f&&_0x400f9f[_0x3c5768(0x155)]?_0x400f9f[_0x3c5768(0x155)]:'')),![];}return!![];}async[a110_0x27ef79(0x191)](_0x196372,_0x4817d6,_0x3daf1a){const _0x4e2663=a110_0x27ef79,_0x22ce52={'TdCZH':function(_0x5d5f27,_0x335324,_0x5af1c5,_0x5e0b32,_0x40cb03,_0x207193,_0x5e5080){return _0x5d5f27(_0x335324,_0x5af1c5,_0x5e0b32,_0x40cb03,_0x207193,_0x5e5080);},'cEzcc':_0x4e2663(0x152),'LQWAt':_0x4e2663(0x143),'csBCL':'aiHeal_sessionToken'};try{await this[_0x4e2663(0x12c)](_0x196372,_0x4817d6,_0x3daf1a,![]);const _0x4e7aab=(await _0x4817d6['getSession']())['getId'](),_0x1db8ec=new Date(),_0x1be197=_0x22ce52[_0x4e2663(0x16d)](timeoutPromise,constants[_0x4e2663(0x15d)],_0x22ce52['cEzcc'],_0x22ce52[_0x4e2663(0x163)],_0x1db8ec,this[_0x4e2663(0x13f)],this[_0x4e2663(0x19d)]),_0xe53c61=await Promise[_0x4e2663(0x14a)]([this['BrowserstackHealing']['pollResult'](constants[_0x4e2663(0x141)],_0x4e7aab,globals[_0x4e2663(0x181)](_0x22ce52['csBCL']))[_0x4e2663(0x14c)](_0x48f2ff=>{const _0x327b86=_0x4e2663;return _0x1be197[_0x327b86(0x189)](),_0x48f2ff;}),_0x1be197]);if(_0xe53c61&&_0xe53c61[_0x4e2663(0x174)]&&_0xe53c61['value']){const _0x2e2441={};return _0x2e2441[_0x4e2663(0x15c)]=_0xe53c61[_0x4e2663(0x174)],_0x2e2441[_0x4e2663(0x187)]=_0xe53c61['value'],_0x2e2441[_0x4e2663(0x159)]=!![],_0x2e2441;}const _0x27c0d4={};return _0x27c0d4[_0x4e2663(0x15c)]=_0x3daf1a[_0x4e2663(0x180)]['using'],_0x27c0d4[_0x4e2663(0x187)]=_0xe53c61['value'],_0x27c0d4['aiHealing']=!![],_0x27c0d4;}catch(_0x244b33){return logger[_0x4e2663(0x149)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x244b33&&_0x244b33[_0x4e2663(0x155)]?_0x244b33['message']:'')),logger[_0x4e2663(0x194)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x3daf1a['name_']+_0x4e2663(0x146)),_0x3daf1a;}}}function a110_0x4510(){const _0x5d788a=['freeze','ILyyu','TCG_REGION','isSelfHealEnabled','set','Jvfiy','HEALING_FAILURE_TIMEOUT','12179020bbPRnY','361168xCkPUG','./autoHealHelper','map_','SET_TCG_TOKEN_TIMEOUT','ZqShq','initializeHealingCapabilities','handleSuccess','dnblr','firefox','config','toLowerCase','TCG_URL','browserName','BrowserstackHealingPollResultFailed','234fAAwVD','error','\x20command','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','HOrGm','debug','race','BrowserstackHealing','then','8pgDzQo','BrowserstackHealingHealFailureFailed','BgwMR','{\x22region\x22:\x20\x22','yDiFP','BrowserstackHealing.pollResult\x20method\x20timed\x20out','BrowserstackHealingLogDataFailed','value','message','newCapabilities','aiHeal_userId','YjwnB','aiHealing','DfAsB','GoGdF','locatorType','POLL_HEALING_RESULT_TIMEOUT','../../ai-sdk-node/bundle','aiHeal_sessionToken','fromEntries','get','rQneK','LQWAt','KDpfJ','chromeOptions_','anWmS','BrowserstackHealingSetTcgTokenFailed','capabilities_','firefoxOptions_','sCeHh','148UmNaPD','yaxtO','TdCZH','getProjectName','chrome','getTestName','kLmeV','CXwCl','HEALING_LOG_DATA_TIMEOUT','selector','edgeOptions_','initializeCapabilities','kCaSc','70gUevrH','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','getSession','healFailure','bWRhH','replace','807532uBzkWm','getCommands','parameters_','getGlobal','path','ZkLiG','xSCWZ','../../helpers/timeoutPromise','Hjrua','locatorValue','BrowserstackHealing.setToken\x20method\x20timed\x20out','cancel','97101FbWaEj','\x22:\x20{\x22endpoint\x22:\x20\x22','GwmDc','using','aiSdkWrapper','gUoXS','168DPGjpu','handleFailure','FuYbZ','uvRdR','info','20962ddgXNq','\x22,\x20\x22tcgUrls\x22:\x20{\x22','../../bin/utils/constants','BrowserstackHealing.healFailure\x20method\x20timed\x20out','logData','YIsac','join','59435ZJsXUL','framework','1089039ZJgpyz','ieOptions_','browserstackSessionName','executeScript','_handleEvent','setToken'];a110_0x4510=function(){return _0x5d788a;};return a110_0x4510();}exports[a110_0x27ef79(0x18e)]=Object[a110_0x27ef79(0x12e)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a111_0xf5c3eb=a111_0x5794;function a111_0x5794(_0x4e4320,_0x3b68ac){const _0x123337=a111_0x1233();return a111_0x5794=function(_0x579482,_0x3d8b5b){_0x579482=_0x579482-0xe4;let _0x594b8e=_0x123337[_0x579482];return _0x594b8e;},a111_0x5794(_0x4e4320,_0x3b68ac);}(function(_0x5a6bd3,_0x3dcb9e){const _0x970a7b=a111_0x5794,_0x3af3d8=_0x5a6bd3();while(!![]){try{const _0x3b647d=-parseInt(_0x970a7b(0x11f))/0x1*(parseInt(_0x970a7b(0x101))/0x2)+parseInt(_0x970a7b(0x10e))/0x3*(parseInt(_0x970a7b(0x112))/0x4)+-parseInt(_0x970a7b(0x121))/0x5*(-parseInt(_0x970a7b(0x118))/0x6)+parseInt(_0x970a7b(0xf6))/0x7*(-parseInt(_0x970a7b(0xee))/0x8)+parseInt(_0x970a7b(0xf0))/0x9*(-parseInt(_0x970a7b(0x105))/0xa)+-parseInt(_0x970a7b(0x10f))/0xb*(parseInt(_0x970a7b(0x123))/0xc)+-parseInt(_0x970a7b(0x10a))/0xd*(-parseInt(_0x970a7b(0xe6))/0xe);if(_0x3b647d===_0x3dcb9e)break;else _0x3af3d8['push'](_0x3af3d8['shift']());}catch(_0xbb3bd6){_0x3af3d8['push'](_0x3af3d8['shift']());}}}(a111_0x1233,0x5aa97));function a111_0x1233(){const _0x3e2718=['623964rIlSdq','aiHeal_isAuthenticated','getConfig','nFWww','NnkvZ','setTcgTokenStatus','push','249257qXdZgI','setProjectNameForHealingContext','10QdeeDD','No\x20commands\x20found\x20for\x20session:\x20','32892QcYbbv','setFramework','getTestName','getFramework','17088582iebQtI','2|5|4|1|3|0','stringify','setTestNameForHealingContext','iFUiz','selfHeal','getGlobal','VYzss','4794952LVcorv','../globals','337257TOAfnT','ZYhwh','true','pushCommand','XHTiS','path','7oNeadJ','split','method','config','getAuthInfo','setAuthInfo','now','ksBlE','projectName','isSelfHealEnabled','framework','2UFsSxS','hGjyP','_pushCommand','commands','90ssHTra','accessKey','userName','aiHeal_isHealingEnabled','DRYGY','13GNnjfe','getTcgTokenStatus','map','getCommands','6LCOayG','11uZhZAp','authInfo','setAiSessionTimeStamp','262748QzlGeA','join','isTcgTokenSet','debug','../logger','aiSessionTimeStamp'];a111_0x1233=function(){return _0x3e2718;};return a111_0x1233();}const calculateTimeDiff=_0x207f27=>Date[a111_0xf5c3eb(0xfc)]()-_0x207f27,logger=require(a111_0xf5c3eb(0x116))['winstonLogger'],globals=require(a111_0xf5c3eb(0xef));class HealingCommandRepo{constructor(){const _0x3d01de=a111_0xf5c3eb,_0x1e463a={};_0x1e463a[_0x3d01de(0xf1)]=_0x3d01de(0xe7);const _0xae5a4a=_0x1e463a,_0xa14ff6=_0xae5a4a[_0x3d01de(0xf1)][_0x3d01de(0xf7)]('|');let _0x30a9b7=0x0;while(!![]){switch(_0xa14ff6[_0x30a9b7++]){case'0':this[_0x3d01de(0x114)]=![];continue;case'1':this['testName']='';continue;case'2':this[_0x3d01de(0x104)]={};continue;case'3':this[_0x3d01de(0x110)]={};continue;case'4':this[_0x3d01de(0xfe)]='';continue;case'5':this[_0x3d01de(0x117)]={};continue;}break;}}[a111_0xf5c3eb(0x103)](_0x30af7c,_0x1e6847){const _0x422795=a111_0xf5c3eb,_0x389cd3={};_0x389cd3['hGjyP']=function(_0xea5706,_0x3e501a){return _0xea5706 in _0x3e501a;};const _0xc15bb8=_0x389cd3;!_0xc15bb8[_0x422795(0x102)](_0x30af7c,this[_0x422795(0x104)])&&(this[_0x422795(0x104)][_0x30af7c]=[]),this[_0x422795(0x104)][_0x30af7c][_0x422795(0x11e)](_0x1e6847);}[a111_0xf5c3eb(0xf3)](_0xe2c8ab,_0x4ad541){const _0x12ca66=a111_0xf5c3eb,_0x5df3f5={'iFUiz':function(_0xa8689e,_0x5006b8){return _0xa8689e(_0x5006b8);}},_0x44165c=_0x4ad541[_0x12ca66(0xf8)],_0x58ed7a=_0x4ad541[_0x12ca66(0xf5)][_0x12ca66(0xf7)](_0xe2c8ab)[0x1],_0x4a6b79=this[_0x12ca66(0x117)][_0xe2c8ab],_0x33016a={'k':_0x44165c+':'+_0x58ed7a,'t':_0x5df3f5[_0x12ca66(0xea)](calculateTimeDiff,_0x4a6b79)};this[_0x12ca66(0x103)](_0xe2c8ab,_0x33016a);}[a111_0xf5c3eb(0x111)](_0x22ad8a){const _0x1ff4c3=a111_0xf5c3eb;this[_0x1ff4c3(0x117)][_0x22ad8a]=Date['now']();}[a111_0xf5c3eb(0xfb)](_0x3ecc17,_0x462ed9){const _0x57f3d4=a111_0xf5c3eb;this[_0x57f3d4(0x110)][_0x57f3d4(0x107)]=_0x3ecc17,this[_0x57f3d4(0x110)][_0x57f3d4(0x106)]=_0x462ed9;}[a111_0xf5c3eb(0xfa)](){const _0x5a796a=a111_0xf5c3eb;return this[_0x5a796a(0x110)];}[a111_0xf5c3eb(0x120)](_0x15e0b0){this['projectName']=_0x15e0b0;}[a111_0xf5c3eb(0xe9)](_0x3868ae){this['testName']=_0x3868ae;}['setConfig'](_0x5d1db0){const _0x42b81d=a111_0xf5c3eb;this[_0x42b81d(0xf9)]=_0x5d1db0,this[_0x42b81d(0x120)](_0x5d1db0[_0x42b81d(0xfe)]),this[_0x42b81d(0xfb)](_0x5d1db0[_0x42b81d(0x107)],_0x5d1db0[_0x42b81d(0x106)]);}[a111_0xf5c3eb(0x124)](_0x5d5ca2){const _0x3052e6=a111_0xf5c3eb;this[_0x3052e6(0x100)]=_0x5d5ca2;}[a111_0xf5c3eb(0x11d)](_0x200ff3){const _0xdd7e65=a111_0xf5c3eb;this[_0xdd7e65(0x114)]=_0x200ff3;}['getConfig'](){const _0x401134=a111_0xf5c3eb;return this[_0x401134(0xf9)];}[a111_0xf5c3eb(0xe5)](){const _0x3fde38=a111_0xf5c3eb;return this[_0x3fde38(0x100)];}['getProjectName'](){const _0x4a77c8=a111_0xf5c3eb;return this[_0x4a77c8(0xfe)];}[a111_0xf5c3eb(0xe4)](){return this['testName'];}[a111_0xf5c3eb(0x10d)](_0x1f22fe){const _0xbc6e24=a111_0xf5c3eb,_0x1da1a1={};_0x1da1a1['NnkvZ']=_0xbc6e24(0x119),_0x1da1a1['FWXKD']=_0xbc6e24(0x108),_0x1da1a1[_0xbc6e24(0xfd)]=function(_0x2bf06e,_0x42d5dd){return _0x2bf06e===_0x42d5dd;},_0x1da1a1['VYzss']=function(_0x13561b,_0x59e02d){return _0x13561b+_0x59e02d;},_0x1da1a1[_0xbc6e24(0x11b)]=_0xbc6e24(0x122);const _0x90d69a=_0x1da1a1,_0x5b31ec=this[_0xbc6e24(0x104)][_0x1f22fe];this[_0xbc6e24(0x104)][_0x1f22fe]=[];if(globals['getGlobal'](_0x90d69a[_0xbc6e24(0x11c)])&&globals[_0xbc6e24(0xec)](_0x90d69a['FWXKD'])&&!_0x5b31ec||_0x90d69a['ksBlE'](_0x5b31ec['length'],0x0))return logger[_0xbc6e24(0x115)](_0x90d69a[_0xbc6e24(0xed)](_0x90d69a[_0xbc6e24(0x11b)],_0x1f22fe)),'';return _0x5b31ec[_0xbc6e24(0x10c)](_0x302d14=>JSON[_0xbc6e24(0xe8)](_0x302d14))[_0xbc6e24(0x113)](',');}[a111_0xf5c3eb(0xff)](){const _0x165398=a111_0xf5c3eb,_0x1b9914={};_0x1b9914['SOLUZ']=function(_0x282d08,_0x4480ae){return _0x282d08===_0x4480ae;},_0x1b9914['XHTiS']=function(_0x35e3d7,_0x2716d3){return _0x35e3d7===_0x2716d3;},_0x1b9914[_0x165398(0x109)]=_0x165398(0xf2);const _0xdb978=_0x1b9914;let _0x1d3b5a=![];return this[_0x165398(0x11a)]()&&(_0xdb978['SOLUZ'](this[_0x165398(0x11a)]()[_0x165398(0xeb)],!![])||_0xdb978[_0x165398(0xf4)](this[_0x165398(0x11a)]()[_0x165398(0xeb)],_0xdb978[_0x165398(0x109)]))&&(_0x1d3b5a=!![]),_0x1d3b5a;}[a111_0xf5c3eb(0x10b)](){return this['isTcgTokenSet'];}}exports['commandRepository']=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a112_0x672175=a112_0x3cd0;(function(_0x3abba3,_0x3831f4){const _0x51a668=a112_0x3cd0,_0x493719=_0x3abba3();while(!![]){try{const _0xd5a1e3=parseInt(_0x51a668(0x85))/0x1+-parseInt(_0x51a668(0x83))/0x2*(-parseInt(_0x51a668(0x78))/0x3)+parseInt(_0x51a668(0x6f))/0x4*(parseInt(_0x51a668(0x70))/0x5)+-parseInt(_0x51a668(0x84))/0x6+-parseInt(_0x51a668(0x71))/0x7*(-parseInt(_0x51a668(0x80))/0x8)+-parseInt(_0x51a668(0x7c))/0x9*(-parseInt(_0x51a668(0x77))/0xa)+-parseInt(_0x51a668(0x7a))/0xb;if(_0xd5a1e3===_0x3831f4)break;else _0x493719['push'](_0x493719['shift']());}catch(_0x4e3e7a){_0x493719['push'](_0x493719['shift']());}}}(a112_0x58ea,0x991d8));const a112_0x581ed7={};a112_0x581ed7[a112_0x672175(0x72)]=a112_0x672175(0x76),a112_0x581ed7['API_ENDPOINT']=a112_0x672175(0x74),module[a112_0x672175(0x86)]=a112_0x581ed7;function a112_0x58ea(){const _0x1176b5=['stag','automate-turboscale/v1','toLowerCase','https://grid.browserstack.com/dashboard/builds','110PprIcP','3LSffYH','prod','5573601iOljrm','BROWSERSTACK_ENV','286461iAoYlF','preprod','pre-prod','https://grid-devhst.bsstag.com/dashboard/builds','88IWhasL','https://grid-preprod.bsstag.com/dashboard/builds','env','189718nJYipH','1518162tghnPo','99350kYCWuN','exports','35668MdXmJB','145stuRBK','371609aBQoWL','BUILDS_DASHBOARD_URL'];a112_0x58ea=function(){return _0x1176b5;};return a112_0x58ea();}const _env=(process[a112_0x672175(0x82)][a112_0x672175(0x7b)]||a112_0x672175(0x79))[a112_0x672175(0x75)]();function a112_0x3cd0(_0xf2f19d,_0x347b7d){const _0x58ea21=a112_0x58ea();return a112_0x3cd0=function(_0x3cd026,_0x1a4ecb){_0x3cd026=_0x3cd026-0x6f;let _0x5a6b78=_0x58ea21[_0x3cd026];return _0x5a6b78;},a112_0x3cd0(_0xf2f19d,_0x347b7d);}if(_env==='staging'||_env===a112_0x672175(0x73))module['exports'][a112_0x672175(0x72)]=a112_0x672175(0x7f);else(_env===a112_0x672175(0x7d)||_env===a112_0x672175(0x7e))&&(module['exports'][a112_0x672175(0x72)]=a112_0x672175(0x81));
|