browserstack-node-sdk 1.55.3 → 1.55.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +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 a108_0xfa8525=a108_0x104d;function a108_0x104d(_0x92b485,_0x1f1f8c){const _0x112729=a108_0x1127();return a108_0x104d=function(_0x104df4,_0xfdc003){_0x104df4=_0x104df4-0x1b3;let _0xbf7311=_0x112729[_0x104df4];return _0xbf7311;},a108_0x104d(_0x92b485,_0x1f1f8c);}(function(_0x40ea1d,_0xf01ed9){const _0x1cd50d=a108_0x104d,_0x1cdd9f=_0x40ea1d();while(!![]){try{const _0x4929d0=-parseInt(_0x1cd50d(0x1f3))/0x1+parseInt(_0x1cd50d(0x2ad))/0x2+-parseInt(_0x1cd50d(0x269))/0x3+-parseInt(_0x1cd50d(0x222))/0x4*(-parseInt(_0x1cd50d(0x279))/0x5)+-parseInt(_0x1cd50d(0x2a2))/0x6+-parseInt(_0x1cd50d(0x294))/0x7+parseInt(_0x1cd50d(0x290))/0x8;if(_0x4929d0===_0xf01ed9)break;else _0x1cdd9f['push'](_0x1cdd9f['shift']());}catch(_0x8eed5c){_0x1cdd9f['push'](_0x1cdd9f['shift']());}}}(a108_0x1127,0x1b5cc));const path=require(a108_0xfa8525(0x1bc)),util=require(a108_0xfa8525(0x2cc)),bsSetupHelper=require(a108_0xfa8525(0x276)),logger=require(a108_0xfa8525(0x22a))[a108_0xfa8525(0x277)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0xfa8525(0x28a)),PerformanceTester=require(a108_0xfa8525(0x2d1)),scripts=require('./scripts'),globals=require(a108_0xfa8525(0x230)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a108_0xfa8525(0x20c));exports[a108_0xfa8525(0x1ee)]=async _0x15310=>{const _0x6eb753=a108_0xfa8525,_0x1210d3={};_0x1210d3['tRXDR']=function(_0x463006,_0x2d1b5f){return _0x463006===_0x2d1b5f;},_0x1210d3['GmHWF']='browserstack';const _0x1155ee=_0x1210d3;let _0x2c34c0={};try{const _0x43bd2b=await _0x15310[_0x6eb753(0x1e3)]();_0x2c34c0={'os_name':_0x43bd2b[_0x6eb753(0x29f)](),'os_version':bsSetupHelper[_0x6eb753(0x1fd)](_0x1155ee['tRXDR'](global[_0x6eb753(0x2bd)],_0x1155ee[_0x6eb753(0x25d)])),'browser_name':_0x43bd2b['getBrowserName'](),'browser_version':_0x43bd2b['getBrowserVersion']()};}catch(_0x27cd9c){logger[_0x6eb753(0x1d0)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x27cd9c);}return _0x2c34c0;},exports[a108_0xfa8525(0x26d)]=()=>{const _0x4733e2=a108_0xfa8525,_0x3af584={};_0x3af584[_0x4733e2(0x1b3)]=function(_0x58dac0,_0x44fe16){return _0x58dac0===_0x44fe16;},_0x3af584[_0x4733e2(0x1ce)]='string',_0x3af584[_0x4733e2(0x278)]=function(_0x3cffb7,_0x58164b){return _0x3cffb7>_0x58164b;},_0x3af584[_0x4733e2(0x2a0)]=function(_0x53f201,_0x4605b5){return _0x53f201!==_0x4605b5;},_0x3af584[_0x4733e2(0x1e8)]=_0x4733e2(0x2be),_0x3af584[_0x4733e2(0x285)]=function(_0x35e9a4,_0x50c7af){return _0x35e9a4&&_0x50c7af;};const _0x585ed4=_0x3af584;try{const _0x48a100=bsSetupHelper[_0x4733e2(0x28f)](process[_0x4733e2(0x1d1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process['env'][_0x4733e2(0x2d0)]),_0x299c39=_0x585ed4[_0x4733e2(0x1b3)](typeof process[_0x4733e2(0x1d1)][_0x4733e2(0x20a)],_0x585ed4['lvgiH'])&&_0x585ed4[_0x4733e2(0x278)](process['env'][_0x4733e2(0x20a)][_0x4733e2(0x2bf)],0x0)&&_0x585ed4['smaEm'](process[_0x4733e2(0x1d1)][_0x4733e2(0x20a)],_0x585ed4[_0x4733e2(0x1e8)]);return _0x585ed4[_0x4733e2(0x285)](_0x48a100,_0x299c39);}catch(_0x1b29b5){logger['debug'](_0x4733e2(0x273)+_0x1b29b5);}return![];},exports[a108_0xfa8525(0x22f)]=(_0x384f83,_0x4bc9fd)=>{const _0x1e9065=a108_0xfa8525,_0xa7962e={'FCrmT':_0x1e9065(0x246),'eTkZt':function(_0x14469c,_0x1aa6ed){return _0x14469c(_0x1aa6ed);},'ZPoNE':_0x1e9065(0x2b7),'KdLVZ':_0x1e9065(0x23e),'jytSb':_0x1e9065(0x217),'GtOdy':function(_0x47cbf5,_0x5f58ad){return _0x47cbf5(_0x5f58ad);},'bRUvw':_0x1e9065(0x24c),'tctzv':_0x1e9065(0x1f1),'YcNAV':_0x1e9065(0x1f2),'MYSmS':_0x1e9065(0x243),'eGThG':'selenium-webdriver','YQHhT':_0x1e9065(0x24f),'Ymrue':'args','qadYC':_0x1e9065(0x21f),'xeghT':_0x1e9065(0x2a9),'TZWjL':_0x1e9065(0x1dc),'ZwHpZ':function(_0x3376fd,_0x2077f3){return _0x3376fd===_0x2077f3;},'yFKeG':_0x1e9065(0x2c4),'VkNvl':function(_0x59217c,_0x49e557){return _0x59217c>=_0x49e557;}},_0x2e8e31=_0x384f83[_0x1e9065(0x2a1)](_0xa7962e[_0x1e9065(0x1d8)]),_0x32eaa8=_0xa7962e['eTkZt'](parseFloat,_0x384f83[_0x1e9065(0x2a1)](_0xa7962e[_0x1e9065(0x24d)]))||_0xa7962e[_0x1e9065(0x1f4)](parseFloat,_0x384f83[_0x1e9065(0x2a1)](_0xa7962e[_0x1e9065(0x255)])),_0xcf293b=_0x384f83[_0x1e9065(0x2a1)](_0xa7962e['jytSb'])||{},_0x42cab0=_0xa7962e[_0x1e9065(0x212)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x5c7564=_0xcf293b[_0xa7962e[_0x1e9065(0x1ff)]]||_0x384f83[_0x1e9065(0x2a1)](_0xa7962e[_0x1e9065(0x1c2)])||![];if(_0x5c7564)return logger[_0x1e9065(0x1d4)](_0xa7962e['YcNAV']),![];let _0x87e5de;try{_0x87e5de=bsSetupHelper[_0x1e9065(0x275)](_0xa7962e[_0x1e9065(0x23d)],_0xa7962e[_0x1e9065(0x288)]);}catch(_0x57566b){return![];}const _0x302e01=new _0x87e5de[(_0x1e9065(0x1de))](_0x4bc9fd[_0x1e9065(0x203)]),_0x3cec67=bsSetupHelper[_0x1e9065(0x254)](_0x302e01,[_0xa7962e[_0x1e9065(0x1bf)],_0xa7962e['Ymrue']])||bsSetupHelper[_0x1e9065(0x254)](_0x4bc9fd['capabilities_'],[_0xa7962e[_0x1e9065(0x1e5)],_0xa7962e[_0x1e9065(0x247)],_0xa7962e[_0x1e9065(0x1c1)]])||bsSetupHelper['nestedKeyValue'](_0x4bc9fd['capabilities_'],[_0xa7962e['qadYC'],_0xa7962e[_0x1e9065(0x1c1)]])||[],_0xacd80a=Array[_0x1e9065(0x23a)](_0x3cec67)?_0x3cec67:[];if(_0xacd80a[_0x1e9065(0x1b5)](_0x7e6e5b=>typeof _0x7e6e5b===_0x1e9065(0x1f9)&&(_0x7e6e5b===_0x1e9065(0x2a8)||_0x7e6e5b[_0x1e9065(0x26f)](_0x1e9065(0x268))&&_0x7e6e5b!==_0x1e9065(0x20b))))return logger[_0x1e9065(0x1d4)](_0xa7962e[_0x1e9065(0x2b3)]),![];const _0x172e27=_0x4bc9fd['capabilities_']||{},_0x437d57=bsSetupHelper['nestedKeyValue'](_0x172e27,[_0xa7962e[_0x1e9065(0x1e1)]])||{},_0x437356=bsSetupHelper['nestedKeyValue'](_0x437d57,[_0xa7962e[_0x1e9065(0x1c1)]])||[],_0x15e4b5=Array['isArray'](_0x437356)?_0x437356:[];if(_0x15e4b5[_0x1e9065(0x1b5)](_0x37dc7c=>typeof _0x37dc7c==='string'&&(_0x37dc7c===_0x1e9065(0x2a8)||_0x37dc7c['startsWith']('--headless=')&&_0x37dc7c!=='--headless=new')))return logger[_0x1e9065(0x1d4)](_0xa7962e[_0x1e9065(0x2b3)]),![];if(_0xa7962e[_0x1e9065(0x289)](_0x2e8e31['toLowerCase'](),_0xa7962e[_0x1e9065(0x265)])&&_0xa7962e[_0x1e9065(0x27f)](_0x32eaa8,_0x42cab0))return!![];return logger[_0x1e9065(0x1d4)](_0x1e9065(0x228)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0xfa8525(0x229)]=_0x27285d=>{const _0x284481=a108_0xfa8525,_0x489fd9={};_0x489fd9[_0x284481(0x244)]=_0x284481(0x1dc),_0x489fd9[_0x284481(0x208)]=function(_0x46529d,_0xaf7f2a){return _0x46529d||_0xaf7f2a;},_0x489fd9[_0x284481(0x1b9)]=_0x284481(0x1e9);const _0x3aca69=_0x489fd9,_0x5293f3=scripts[_0x284481(0x29c)];try{const _0x50c044=bsSetupHelper['isTrue'](process[_0x284481(0x1d1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x284481(0x28f)](process['env'][_0x284481(0x2d0)]);if((!bsSetupHelper[_0x284481(0x251)]()||process[_0x284481(0x1d1)][_0x284481(0x1b6)])&&_0x50c044){const _0x158ebf=_0x27285d['getCapabilities'](),_0x2b0cb3=_0x158ebf[_0x284481(0x2a1)](_0x3aca69[_0x284481(0x244)]),_0x383cc6=_0x3aca69[_0x284481(0x208)](_0x2b0cb3,{});bsSetupHelper['mergeDeep'](_0x383cc6,_0x5293f3),_0x27285d[_0x284481(0x1e3)]()[_0x284481(0x1fa)](_0x3aca69[_0x284481(0x244)],_0x383cc6);}else logger[_0x284481(0x1d4)](_0x3aca69['GMfOY']);}catch(_0x257150){logger[_0x284481(0x205)](_0x284481(0x28c)+_0x257150);}},exports[a108_0xfa8525(0x1b4)]=(_0x4fd156=null,_0x1494c8=!![],_0x42cafd=[])=>{const _0xb8770f=a108_0xfa8525,_0x2017cd={};_0x2017cd[_0xb8770f(0x2a4)]=function(_0x55817b,_0x5d2e7e){return _0x55817b==_0x5d2e7e;},_0x2017cd[_0xb8770f(0x281)]=function(_0x5d83bd,_0x43fd55){return _0x5d83bd>_0x43fd55;},_0x2017cd['KeSEq']=function(_0x474d8d,_0x37ad54){return _0x474d8d===_0x37ad54;},_0x2017cd[_0xb8770f(0x26e)]=function(_0x1f89d7,_0x37bca0){return _0x1f89d7&&_0x37bca0;},_0x2017cd[_0xb8770f(0x2c1)]=function(_0x1c67c6,_0x26ef42){return _0x1c67c6===_0x26ef42;},_0x2017cd[_0xb8770f(0x2c3)]=function(_0x35c52b,_0x5bb1e8){return _0x35c52b&&_0x5bb1e8;};const _0xa2017a=_0x2017cd;if(_0xa2017a['fjEJH'](process[_0xb8770f(0x1d1)][_0xb8770f(0x2b0)],null))return!![];try{const _0x5d281a=JSON[_0xb8770f(0x218)](process['env'][_0xb8770f(0x2b0)]),_0x30f744=Array[_0xb8770f(0x23a)](_0x5d281a[_0xb8770f(0x1e0)])?_0x5d281a[_0xb8770f(0x1e0)]:[],_0x43a4a4=Array[_0xb8770f(0x23a)](_0x5d281a[_0xb8770f(0x248)])?_0x5d281a[_0xb8770f(0x248)]:[],_0x16cd39=_0x59aa51=>typeof _0x59aa51===_0xb8770f(0x1f9)?_0x59aa51['replace'](/^@/,'')['toLowerCase']()[_0xb8770f(0x2c5)]():_0x59aa51;if(bsSetupHelper[_0xb8770f(0x25a)](_0x4fd156)){if(_0xa2017a[_0xb8770f(0x281)](_0x42cafd[_0xb8770f(0x2bf)],0x0)){const _0x303fcc=_0x42cafd[_0xb8770f(0x24b)](_0x16cd39),_0x14b29d=_0x43a4a4[_0xb8770f(0x1b5)](_0x5079c2=>_0x303fcc['includes'](_0x16cd39(_0x5079c2))),_0x1f6f6c=_0xa2017a[_0xb8770f(0x296)](_0x30f744[_0xb8770f(0x2bf)],0x0)||_0x30f744[_0xb8770f(0x1b5)](_0x2119cd=>_0x303fcc[_0xb8770f(0x214)](_0x16cd39(_0x2119cd)));return _0xa2017a[_0xb8770f(0x26e)](!_0x14b29d,_0x1f6f6c);}return!![];}let _0x4ab20a;_0x1494c8?_0x4ab20a=_0x4fd156[_0xb8770f(0x1e4)]('/'):_0x4ab20a=_0x4fd156;const _0x28728f=_0x43a4a4[_0xb8770f(0x1b5)](_0x2e8d28=>_0x4ab20a[_0xb8770f(0x209)]()['includes'](_0x16cd39(_0x2e8d28)[_0xb8770f(0x209)]())),_0x596faf=_0xa2017a[_0xb8770f(0x2c1)](_0x30f744[_0xb8770f(0x2bf)],0x0)||_0x30f744[_0xb8770f(0x1b5)](_0x185fb6=>_0x4ab20a[_0xb8770f(0x209)]()[_0xb8770f(0x214)](_0x16cd39(_0x185fb6)[_0xb8770f(0x209)]()));return _0xa2017a[_0xb8770f(0x2c3)](!_0x28728f,_0x596faf);}catch(_0xd604d6){logger[_0xb8770f(0x1d0)](_0xb8770f(0x1ef)+util[_0xb8770f(0x1f0)](_0xd604d6));}return![];},exports[a108_0xfa8525(0x226)]=_0x51c93e=>{const _0x29839a=a108_0xfa8525;let _0x3703ba=![];try{_0x51c93e['platforms'][_0x29839a(0x225)](_0x6be998=>{const _0xdb327b=_0x29839a;if(bsSetupHelper[_0xdb327b(0x28f)](_0x6be998['accessibility']))return _0x3703ba=!![],!![];});}catch(_0x8041a2){logger[_0x29839a(0x1d0)](_0x29839a(0x240)+_0x8041a2);}return _0x3703ba||bsSetupHelper[_0x29839a(0x28f)](_0x51c93e[_0x29839a(0x21d)]);},exports['createAccessibilityTestRun']=PerformanceTester[a108_0xfa8525(0x2b9)]('a11y:start',async function(_0x5ce2e0,_0x352347){const _0x1fcf25=a108_0xfa8525,_0x53e666={};_0x53e666[_0x1fcf25(0x1ba)]=_0x1fcf25(0x1bd),_0x53e666['TbWjU']='playwright',_0x53e666[_0x1fcf25(0x1ea)]=_0x1fcf25(0x286),_0x53e666[_0x1fcf25(0x258)]=_0x1fcf25(0x1ec),_0x53e666[_0x1fcf25(0x2c8)]=_0x1fcf25(0x295),_0x53e666[_0x1fcf25(0x21b)]=_0x1fcf25(0x2b5),_0x53e666['LYleY']=function(_0x533e04,_0x233a8d){return _0x533e04===_0x233a8d;},_0x53e666[_0x1fcf25(0x1dd)]=_0x1fcf25(0x220),_0x53e666['refkq']=_0x1fcf25(0x2a7);const _0x192d66=_0x53e666,_0x2d670c=bsSetupHelper[_0x1fcf25(0x2c0)](_0x5ce2e0),_0x5139a3=bsSetupHelper[_0x1fcf25(0x1e6)](_0x5ce2e0);if(bsSetupHelper[_0x1fcf25(0x25a)](_0x2d670c)||bsSetupHelper[_0x1fcf25(0x25a)](_0x5139a3))return logger['error'](_0x192d66[_0x1fcf25(0x1ba)]),[null,null];try{let _0x41372d;bsSetupHelper[_0x1fcf25(0x25a)](process['env'][_0x1fcf25(0x2b0)])?_0x41372d={}:_0x41372d=JSON[_0x1fcf25(0x218)](process[_0x1fcf25(0x1d1)][_0x1fcf25(0x2b0)]);const {name:_0x42d213,version:_0x2d66d7}=bsSetupHelper[_0x1fcf25(0x299)](_0x5ce2e0,_0x352347),_0x4935d0={'projectName':_0x5ce2e0[_0x1fcf25(0x2ce)],'buildName':_0x5ce2e0['buildName']||path['basename'](path[_0x1fcf25(0x1d7)](process[_0x1fcf25(0x2a3)]())),'startTime':new Date()[_0x1fcf25(0x2cd)](),'description':_0x5ce2e0[_0x1fcf25(0x2cb)]||'','source':{'frameworkName':_0x352347['includes'](_0x192d66[_0x1fcf25(0x234)])?_0x192d66[_0x1fcf25(0x234)]:_0x352347,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x352347),'sdkVersion':bsSetupHelper[_0x1fcf25(0x1c8)](),'language':_0x192d66[_0x1fcf25(0x1ea)],'testFramework':_0x42d213,'testFrameworkVersion':_0x2d66d7},'settings':_0x41372d,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x1fcf25(0x231)](),'hostInfo':bsSetupHelper[_0x1fcf25(0x20e)](),'browserstackAutomation':bsSetupHelper[_0x1fcf25(0x251)]()},_0x129d7a={};_0x129d7a['user']=_0x2d670c,_0x129d7a[_0x1fcf25(0x249)]=_0x5139a3;const _0x5e28b1={};_0x5e28b1[_0x1fcf25(0x241)]=_0x192d66['dQvoc'];const _0x4c5856={};_0x4c5856['auth']=_0x129d7a,_0x4c5856[_0x1fcf25(0x253)]=_0x5e28b1;const _0x2f61c2=_0x4c5856,_0x1aabeb={};_0x1aabeb[_0x1fcf25(0x211)]=_0x4935d0,_0x1aabeb['json']=!![];const _0xeb07a4=Object['assign'](_0x2f61c2,_0x1aabeb),_0x48aef0=await bsSetupHelper[_0x1fcf25(0x1d5)](_0x192d66[_0x1fcf25(0x2c8)],_0x192d66[_0x1fcf25(0x21b)],_0xeb07a4,_0x5ce2e0,API_URL);let _0x1afebb=process[_0x1fcf25(0x1d1)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x1afebb?_0x1afebb=JSON['parse'](process[_0x1fcf25(0x1d1)][_0x1fcf25(0x2b0)]):_0x1afebb={},scripts[_0x1fcf25(0x267)](_0x48aef0['data']['data']),scripts[_0x1fcf25(0x280)](),_0x1afebb[_0x1fcf25(0x2c6)]=_0x48aef0[_0x1fcf25(0x1be)][_0x1fcf25(0x1be)][_0x1fcf25(0x2c6)],process[_0x1fcf25(0x1d1)][_0x1fcf25(0x2b0)]=JSON[_0x1fcf25(0x202)](_0x1afebb),[_0x48aef0[_0x1fcf25(0x1be)]['data'][_0x1fcf25(0x242)],_0x48aef0[_0x1fcf25(0x1be)]['data']['id']];}catch(_0x2eaa7f){if(_0x2eaa7f[_0x1fcf25(0x1f8)])logger[_0x1fcf25(0x205)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x2eaa7f[_0x1fcf25(0x1f8)][_0x1fcf25(0x28e)]+'\x20'+_0x2eaa7f[_0x1fcf25(0x1f8)]['statusText']+'\x20'+JSON[_0x1fcf25(0x202)](_0x2eaa7f[_0x1fcf25(0x1f8)][_0x1fcf25(0x1be)]));else{if(_0x192d66[_0x1fcf25(0x245)](_0x2eaa7f[_0x1fcf25(0x256)],_0x192d66['MGeVH'])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x2eaa7f[_0x1fcf25(0x256)]||_0x2eaa7f[_0x1fcf25(0x236)]));for(const _0x5ad1fb of _0x2eaa7f['errors']){logger[_0x1fcf25(0x205)](_0x5ad1fb['message']);}process[_0x1fcf25(0x1d1)][_0x1fcf25(0x233)]=_0x192d66['refkq'],process[_0x1fcf25(0x1d1)][_0x1fcf25(0x2d0)]=_0x192d66[_0x1fcf25(0x29e)];}else logger[_0x1fcf25(0x205)](_0x1fcf25(0x2af)+(_0x2eaa7f[_0x1fcf25(0x256)]||_0x2eaa7f['stack']));}return[null,null];}}),exports[a108_0xfa8525(0x238)]=PerformanceTester['measureWrapper'](a108_0xfa8525(0x1e2),async function(_0x1ee47d){const _0x13da58=a108_0xfa8525,_0x4fc757={};_0x4fc757['yTIlt']=function(_0x3f6ba2,_0x9ede51){return _0x3f6ba2!==_0x9ede51;},_0x4fc757[_0x13da58(0x1d6)]=_0x13da58(0x1f9),_0x4fc757[_0x13da58(0x2ab)]=_0x13da58(0x205),_0x4fc757[_0x13da58(0x2b1)]=_0x13da58(0x262),_0x4fc757[_0x13da58(0x25f)]=_0x13da58(0x1ec),_0x4fc757[_0x13da58(0x25e)]=_0x13da58(0x26c),_0x4fc757[_0x13da58(0x25c)]=_0x13da58(0x27b),_0x4fc757['MMeyc']=function(_0x3f0d17,_0x1c97a6){return _0x3f0d17+_0x1c97a6;},_0x4fc757[_0x13da58(0x2b2)]=_0x13da58(0x29a),_0x4fc757[_0x13da58(0x237)]=_0x13da58(0x266);const _0x1d6f83=_0x4fc757;if(bsSetupHelper[_0x13da58(0x25a)](process['env'][_0x13da58(0x20a)])||_0x1d6f83['yTIlt'](typeof process['env'][_0x13da58(0x20a)],_0x1d6f83[_0x13da58(0x1d6)])){const _0x34eaa8={};return _0x34eaa8[_0x13da58(0x28e)]=_0x1d6f83['oieZQ'],_0x34eaa8[_0x13da58(0x256)]=_0x1d6f83['ysveH'],_0x34eaa8;}const _0x3740ba={'endTime':new Date()[_0x13da58(0x2cd)]()},_0x288c1d={};_0x288c1d['Authorization']='Bearer\x20'+process['env'][_0x13da58(0x20a)],_0x288c1d['Content-Type']=_0x1d6f83['yuQqv'];const _0xdd5843={};_0xdd5843[_0x13da58(0x253)]=_0x288c1d;const _0x57d42c=_0xdd5843,_0x2f431b={};_0x2f431b[_0x13da58(0x211)]=_0x3740ba,_0x2f431b[_0x13da58(0x2ac)]=null,_0x2f431b[_0x13da58(0x283)]=!![];const _0xaf44e6=Object[_0x13da58(0x2cf)](_0x57d42c,_0x2f431b);try{const _0x24aa47=await bsSetupHelper[_0x13da58(0x1d5)](_0x1d6f83['xdmFp'],_0x1d6f83['GeMZU'],_0xaf44e6,_0x1ee47d,API_URL);if(_0x24aa47['data'][_0x13da58(0x205)])throw new Error(_0x1d6f83[_0x13da58(0x252)](_0x1d6f83[_0x13da58(0x2b2)],_0x24aa47[_0x13da58(0x1be)][_0x13da58(0x205)]));else{logger['info'](_0x13da58(0x1f7)+new Date()[_0x13da58(0x2cd)]());const _0x2c9f4b={};return _0x2c9f4b['status']=_0x1d6f83[_0x13da58(0x237)],_0x2c9f4b[_0x13da58(0x256)]='',_0x2c9f4b;}}catch(_0x37a143){_0x37a143[_0x13da58(0x1f8)]?logger[_0x13da58(0x205)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x37a143[_0x13da58(0x1f8)][_0x13da58(0x28e)]+'\x20'+_0x37a143[_0x13da58(0x1f8)][_0x13da58(0x2a6)]+'\x20'+JSON[_0x13da58(0x202)](_0x37a143[_0x13da58(0x1f8)][_0x13da58(0x1be)])):logger[_0x13da58(0x205)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x37a143[_0x13da58(0x256)]||util['format'](_0x37a143)));const _0x42ed59={};return _0x42ed59['status']=_0x1d6f83[_0x13da58(0x2ab)],_0x42ed59[_0x13da58(0x256)]=_0x37a143[_0x13da58(0x256)]||(_0x37a143[_0x13da58(0x1f8)]?_0x37a143['response'][_0x13da58(0x28e)]+':'+_0x37a143[_0x13da58(0x1f8)][_0x13da58(0x2a6)]:_0x37a143),_0x42ed59;}}),exports['performScan']=async(_0x15055d,_0x3f1b9=null,_0x4194c0=![],_0x31c93d=null)=>{const _0x3220b6=a108_0xfa8525,_0x4ec3ba={};_0x4ec3ba[_0x3220b6(0x1c3)]=_0x3220b6(0x2b4),_0x4ec3ba[_0x3220b6(0x250)]=_0x3220b6(0x270),_0x4ec3ba[_0x3220b6(0x1b8)]=_0x3220b6(0x282),_0x4ec3ba[_0x3220b6(0x223)]=function(_0x2b0be3,_0x3f8199){return _0x2b0be3||_0x3f8199;},_0x4ec3ba['aglIK']=_0x3220b6(0x224),_0x4ec3ba['BwwYa']=_0x3220b6(0x26a);const _0x5874d2=_0x4ec3ba;if(!this['isAccessibilityAutomationSession']()||!globals[_0x3220b6(0x22c)](_0x5874d2['aJgJG'])||!_0x4194c0&&!globals[_0x3220b6(0x22c)](_0x5874d2[_0x3220b6(0x250)])){logger[_0x3220b6(0x1d4)](_0x5874d2['sOdKZ']);return;}const _0x2c06ff=_0x4194c0?_0x5874d2[_0x3220b6(0x223)](_0x31c93d,{}):globals[_0x3220b6(0x22c)](_0x5874d2[_0x3220b6(0x271)])||{},_0x217b2c={};_0x217b2c[_0x3220b6(0x287)]=_0x3f1b9||global[_0x3220b6(0x1cd)];const _0x42dc8c=Object[_0x3220b6(0x2cf)]({},_0x2c06ff,_0x217b2c);await this[_0x3220b6(0x1c0)](_0x15055d)&&(Object[_0x3220b6(0x2cf)](_0x42dc8c,this[_0x3220b6(0x29b)](),{'thTestRunUuid':this[_0x3220b6(0x1c7)]()}),logger['debug'](_0x5874d2[_0x3220b6(0x1bb)]));logger['debug'](_0x3220b6(0x1c6)+util[_0x3220b6(0x1f0)]('%j',_0x42dc8c));const _0xc53998={};return _0xc53998[_0x3220b6(0x1d3)]=_0x3f1b9,await PerformanceTester[_0x3220b6(0x2b9)](PerformanceA11yEvents[_0x3220b6(0x1cf)],async()=>{const _0x619800=_0x3220b6;try{await _0x15055d[_0x619800(0x206)](()=>_0x15055d['executeScript'](_0x619800(0x21c)),0x1388);}catch(_0x2a3864){}const _0x526050=util['format'](await _0x15055d[_0x619800(0x26b)](scripts[_0x619800(0x28d)],_0x42dc8c));return logger[_0x619800(0x1d0)]('Performed\x20scan\x20with\x20result:\x20'+_0x526050),_0x526050;},_0xc53998)();},exports['getAccessibilityResults']=async(_0x4fb273,_0xa41270)=>{const _0x4219f9=a108_0xfa8525,_0x5e3caa={};_0x5e3caa[_0x4219f9(0x1e7)]=_0x4219f9(0x27d),_0x5e3caa[_0x4219f9(0x1d2)]='isAccessibilityPlatform',_0x5e3caa[_0x4219f9(0x1df)]='bstackA11yShouldScan',_0x5e3caa['BPodJ']=_0x4219f9(0x213),_0x5e3caa[_0x4219f9(0x1ed)]='getAccessibilityResults',_0x5e3caa[_0x4219f9(0x22e)]=_0x4219f9(0x2c9);const _0x9bd6cb=_0x5e3caa;if(!this[_0x4219f9(0x26d)]()||!globals['getGlobal'](_0x9bd6cb[_0x4219f9(0x1d2)])||!globals[_0x4219f9(0x22c)](_0x9bd6cb[_0x4219f9(0x1df)]))return logger['warn'](_0x9bd6cb[_0x4219f9(0x2b6)]),[];try{const _0x3f2d68=await this[_0x4219f9(0x1c0)](_0x4fb273),_0xab8810=_0x3f2d68?Object['assign']({},this[_0x4219f9(0x29b)](),{'thTestRunUuid':this[_0x4219f9(0x1c7)]()}):{};return _0x3f2d68&&logger[_0x4219f9(0x1d0)](_0x4219f9(0x239)+util[_0x4219f9(0x1f0)]('%j',_0xab8810)),await PerformanceTester[_0x4219f9(0x2b9)](PerformanceA11yEvents[_0x4219f9(0x1cf)],async()=>{const _0x57e191=_0x4219f9;logger[_0x57e191(0x1d0)](_0x9bd6cb[_0x57e191(0x1e7)]);const _0x20d996={};_0x20d996[_0x57e191(0x287)]=_0xa41270['browserstackSessionName'];const _0x33d791=Object[_0x57e191(0x2cf)](_0x20d996,_0xab8810);logger[_0x57e191(0x1d0)](util[_0x57e191(0x1f0)](await _0x4fb273[_0x57e191(0x26b)](scripts[_0x57e191(0x28d)],_0x33d791)));},{'command':_0x9bd6cb[_0x4219f9(0x1ed)]})(),await PerformanceTester[_0x4219f9(0x2b9)](PerformanceA11yEvents[_0x4219f9(0x2ca)],async()=>{const _0x2afc2c=_0x4219f9,_0x43ef06=_0x3f2d68?await _0x4fb273[_0x2afc2c(0x26b)](scripts[_0x2afc2c(0x28b)],_0xab8810):await _0x4fb273[_0x2afc2c(0x26b)](scripts[_0x2afc2c(0x28b)]);return _0x43ef06;})();}catch{return logger[_0x4219f9(0x205)](_0x9bd6cb[_0x4219f9(0x22e)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x517010,_0x3831ed)=>{const _0x390af3=a108_0xfa8525,_0x3433fa={};_0x3433fa[_0x390af3(0x20f)]=_0x390af3(0x1fb),_0x3433fa[_0x390af3(0x1cb)]=_0x390af3(0x2b4),_0x3433fa[_0x390af3(0x24a)]=_0x390af3(0x270),_0x3433fa['UPVBY']=_0x390af3(0x261),_0x3433fa[_0x390af3(0x263)]=_0x390af3(0x260),_0x3433fa[_0x390af3(0x2ba)]='No\x20accessibility\x20summary\x20was\x20found.';const _0xe3a39c=_0x3433fa;if(!this[_0x390af3(0x26d)]()||!globals[_0x390af3(0x22c)](_0xe3a39c['pNxyD'])||!globals[_0x390af3(0x22c)](_0xe3a39c[_0x390af3(0x24a)]))return logger['warn'](_0xe3a39c[_0x390af3(0x200)]),{};try{const _0x50413c=await this[_0x390af3(0x1c0)](_0x517010),_0xd69dc4=_0x50413c?Object[_0x390af3(0x2cf)]({},this[_0x390af3(0x29b)](),{'thTestRunUuid':this[_0x390af3(0x1c7)]()}):{};return _0x50413c&&logger[_0x390af3(0x1d0)](_0x390af3(0x27c)+util[_0x390af3(0x1f0)]('%j',_0xd69dc4)),await PerformanceTester[_0x390af3(0x2b9)](PerformanceA11yEvents[_0x390af3(0x1cf)],async()=>{const _0x5e7135=_0x390af3;logger[_0x5e7135(0x1d0)](_0xe3a39c[_0x5e7135(0x20f)]);const _0x8f71ac={};_0x8f71ac['method']=_0x3831ed[_0x5e7135(0x1cd)];const _0x550858=Object[_0x5e7135(0x2cf)](_0x8f71ac,_0xd69dc4);logger[_0x5e7135(0x1d0)](util['format'](await _0x517010['executeAsyncScript'](scripts[_0x5e7135(0x28d)],_0x550858)));},{'command':_0xe3a39c[_0x390af3(0x263)]})(),await PerformanceTester[_0x390af3(0x2b9)](PerformanceA11yEvents[_0x390af3(0x292)],async()=>{const _0x519441=_0x390af3,_0xf69e96=_0x50413c?await _0x517010[_0x519441(0x26b)](scripts[_0x519441(0x1fe)],_0xd69dc4):await _0x517010[_0x519441(0x26b)](scripts[_0x519441(0x1fe)]);return _0xf69e96;})();}catch{return logger['error'](_0xe3a39c[_0x390af3(0x2ba)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x548238,_0x24e99a=![])=>{const _0x28fdae=a108_0xfa8525,_0x3d3885={'SaCFC':function(_0x43b3fd,_0x12df66){return _0x43b3fd(_0x12df66);},'SaFOQ':_0x28fdae(0x22b),'PdiMJ':function(_0x136584,_0x106825){return _0x136584!==_0x106825;},'GTwbF':_0x28fdae(0x1ca),'WhgyH':'browserName','SEZBF':_0x28fdae(0x2c4),'KXWIU':_0x28fdae(0x219),'mtzls':_0x28fdae(0x2bb)};try{if(!_0x548238)return![];const _0x1962f5=_0x722f9=>typeof _0x548238[_0x28fdae(0x2a1)]==='function'?_0x548238[_0x28fdae(0x2a1)](_0x722f9):_0x548238[_0x722f9],_0x261b52=_0x3d3885[_0x28fdae(0x1c5)](String,_0x3d3885['SaCFC'](_0x1962f5,_0x3d3885[_0x28fdae(0x23b)])||'')[_0x28fdae(0x209)]();if(_0x3d3885['PdiMJ'](_0x261b52,_0x3d3885[_0x28fdae(0x1b7)]))return![];const _0x49aa1a=_0x3d3885['SaCFC'](String,_0x3d3885[_0x28fdae(0x1c5)](_0x1962f5,_0x3d3885['WhgyH'])||'')[_0x28fdae(0x209)]();if(!_0x49aa1a[_0x28fdae(0x214)](_0x3d3885['SEZBF']))return _0x24e99a&&logger['warn'](_0x3d3885[_0x28fdae(0x1c4)]),![];return logger['debug'](_0x3d3885['mtzls']),!![];}catch(_0x39d072){return logger['debug'](_0x28fdae(0x2a5)+_0x39d072),![];}},exports[a108_0xfa8525(0x1c0)]=async _0x2a7454=>{const _0x1b6431=a108_0xfa8525;try{const _0x50cb46=await _0x2a7454[_0x1b6431(0x1e3)]();return exports['isMobileAccessibilityPlatform'](_0x50cb46);}catch(_0x27369b){return logger[_0x1b6431(0x1d0)](_0x1b6431(0x284)+_0x27369b),![];}},exports[a108_0xfa8525(0x29b)]=()=>{const _0x6d9e7f=a108_0xfa8525,_0x594a6b={};return _0x594a6b[_0x6d9e7f(0x1d9)]=!![],_0x594a6b;},exports[a108_0xfa8525(0x1c7)]=()=>{const _0x26e9a5=a108_0xfa8525,_0x2217f1={};_0x2217f1[_0x26e9a5(0x215)]=function(_0x4f1e1a,_0x52c3a9){return _0x4f1e1a===_0x52c3a9;},_0x2217f1[_0x26e9a5(0x232)]=_0x26e9a5(0x1f9),_0x2217f1['UxxuG']=function(_0x125705,_0x4e9b0b){return _0x125705>_0x4e9b0b;},_0x2217f1[_0x26e9a5(0x2c7)]=_0x26e9a5(0x264),_0x2217f1[_0x26e9a5(0x274)]=_0x26e9a5(0x2bc),_0x2217f1[_0x26e9a5(0x1da)]=_0x26e9a5(0x216);const _0x1a0cc8=_0x2217f1,_0x129215=global['__workerDetails'],_0x7f5771=_0x129215&&_0x129215[_0x26e9a5(0x21a)],_0x21adf3=_0x7f5771&&_0x7f5771['thTestRunUuid'];if(_0x1a0cc8[_0x26e9a5(0x215)](typeof _0x21adf3,_0x1a0cc8[_0x26e9a5(0x232)])&&_0x1a0cc8[_0x26e9a5(0x1eb)](_0x21adf3[_0x26e9a5(0x2bf)],0x0))return _0x21adf3;let _0x347475;if(!_0x129215)_0x347475=_0x1a0cc8['WtWvR'];else!_0x7f5771?_0x347475=_0x1a0cc8[_0x26e9a5(0x274)]:_0x347475=_0x26e9a5(0x21e)+Object[_0x26e9a5(0x1cc)](_0x7f5771)[_0x26e9a5(0x1e4)](',\x20')+_0x26e9a5(0x25b)+(_0x1a0cc8[_0x26e9a5(0x215)](_0x21adf3,undefined)?_0x1a0cc8[_0x26e9a5(0x1da)]:'\x22'+_0x21adf3+'\x22')+_0x26e9a5(0x29d);return logger['warn'](_0x26e9a5(0x23f)+_0x347475+_0x26e9a5(0x297)),'';},exports[a108_0xfa8525(0x20d)]=_0x14bc10=>{const _0xd9f724=a108_0xfa8525,_0x215e64={};_0x215e64['HIwpU']=function(_0x4f1107,_0x1146a4){return _0x4f1107===_0x1146a4;},_0x215e64[_0xd9f724(0x1f5)]=_0xd9f724(0x1f9),_0x215e64[_0xd9f724(0x204)]=_0xd9f724(0x227);const _0xc77cae=_0x215e64;if(_0x14bc10&&_0x14bc10['script']&&_0xc77cae[_0xd9f724(0x257)](typeof _0x14bc10[_0xd9f724(0x24e)],_0xc77cae['jTXFT']))return _0x14bc10[_0xd9f724(0x24e)]['includes'](_0xc77cae[_0xd9f724(0x204)]);return![];},exports[a108_0xfa8525(0x293)]=a108_0xfa8525(0x259),exports['isMobileScanningEnabledForGroup']=()=>process[a108_0xfa8525(0x1d1)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']==='true',exports[a108_0xfa8525(0x27e)]=_0x2f6ac5=>{const _0x3ea4a9=a108_0xfa8525,_0x295972={};_0x295972[_0x3ea4a9(0x1c9)]=function(_0x29e5f4,_0x43fd9b){return _0x29e5f4 in _0x43fd9b;};const _0x5b6711=_0x295972;if(bsSetupHelper[_0x3ea4a9(0x25a)](_0x2f6ac5))return![];const _0x43a0da=_0x2f6ac5[_0x3ea4a9(0x209)]();return _0x5b6711['AEDVw'](_0x43a0da,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0xfa8525(0x291)]=_0x50910f=>{const _0x5e0ec2=a108_0xfa8525;if(bsSetupHelper[_0x5e0ec2(0x25a)](_0x50910f))return null;const _0x2f5356=_0x50910f[_0x5e0ec2(0x209)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x2f5356]||null;},exports[a108_0xfa8525(0x235)]=(_0x301644,_0x29484f)=>{const _0x2ed0b3=a108_0xfa8525,_0x36f467=this[_0x2ed0b3(0x291)](_0x301644);if(!_0x36f467)return null;if(_0x29484f)return _0x36f467[_0x2ed0b3(0x2ae)];return _0x36f467['min_version_non_browserstack'];},exports[a108_0xfa8525(0x2b8)]=_0x10df9d=>{const _0x3a97b7=a108_0xfa8525,_0x3b9dcf=this['getBrowserA11yConfig'](_0x10df9d);return _0x3b9dcf?_0x3b9dcf[_0x3a97b7(0x27a)]:_0x10df9d;},exports[a108_0xfa8525(0x221)]=_0x10238f=>{const _0x1068fc=a108_0xfa8525,_0x1dd495=this[_0x1068fc(0x291)](_0x10238f);return _0x1dd495?_0x1dd495[_0x1068fc(0x210)]:![];},exports['isVersionSupported']=(_0x56be0a,_0x3ceac9)=>{const _0x551f4a=a108_0xfa8525,_0x17081c={'xwkfE':function(_0x410188,_0x30c91f){return _0x410188(_0x30c91f);},'CwgbJ':function(_0x4e0bf3,_0x4ff166){return _0x4e0bf3(_0x4ff166);},'epTwj':function(_0x2c80cc,_0x5844b0){return _0x2c80cc>=_0x5844b0;}};if(bsSetupHelper['isUndefined'](_0x56be0a)||bsSetupHelper[_0x551f4a(0x25a)](_0x3ceac9))return![];const _0x50257f=bsSetupHelper[_0x551f4a(0x201)](_0x17081c[_0x551f4a(0x22d)](String,_0x56be0a),_0x17081c[_0x551f4a(0x207)](String,_0x3ceac9));return _0x17081c[_0x551f4a(0x1fc)](_0x50257f,0x0);},exports[a108_0xfa8525(0x272)]=_0x350d60=>{const _0x2639d3=a108_0xfa8525,_0x487494={};_0x487494[_0x2639d3(0x2c2)]=function(_0xd68c25,_0x205ef7){return _0xd68c25!==_0x205ef7;},_0x487494[_0x2639d3(0x1db)]=_0x2639d3(0x1f9),_0x487494['NXEDM']=_0x2639d3(0x298);const _0x47e1dd=_0x487494;if(!_0x350d60||_0x47e1dd[_0x2639d3(0x2c2)](typeof _0x350d60,_0x47e1dd[_0x2639d3(0x1db)]))return null;try{return JSON[_0x2639d3(0x218)](Buffer[_0x2639d3(0x23c)](_0x350d60[_0x2639d3(0x1f6)]('.')[0x1],_0x47e1dd['NXEDM'])[_0x2639d3(0x2aa)]());}catch{return null;}};function a108_0x1127(){const _0x2e2263=['string','set','Performing\x20scan\x20before\x20getting\x20results\x20summary','epTwj','getPlatformVersion','getResultsSummary','bRUvw','UPVBY','compareVersions','stringify','chromeOptions_','fQuvu','error','wait','CwgbJ','IUcSX','toLowerCase','BS_A11Y_JWT','--headless=new','../performance/constants','isBrowserStackCommandExecutor','getHostInfo','tbyqH','requires_chrome_options_check','body','GtOdy','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','includes','BfPim','undefined','bstack:options','parse','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','currentTest','NznYu','return\x20document.readyState\x20===\x20\x22complete\x22','accessibility','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','chromeOptions','Invalid\x20configuration\x20passed.','requiresChromeOptionsValidation','88612BJvyXj','budXC','bstackA11yScanOptions','forEach','checkAccessibilityPlatformConfig','browserstack_executor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','setNonBstackInfraCapabilities','../logger','platformName','getGlobal','xwkfE','xTBUi','nonBstackPlatformValidation','../globals','getCiInfo','tPJsD','BROWSERSTACK_TEST_ACCESSIBILITY_YML','TbWjU','getMinVersionForBrowser','stack','eXzGV','stopAccessibilityTestRun','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','isArray','SaFOQ','from','MYSmS','version','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','Content-Type','accessibilityToken','selenium-webdriver/chrome.js','cUXuE','LYleY','browserName','qadYC','excludeTagsInTestingScope','pass','Qdyek','map','deviceName','ZPoNE','script','options_','PhaBH','isBrowserstackInfra','MMeyc','headers','nestedKeyValue','KdLVZ','message','HIwpU','dQvoc','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','isUndefined',']\x20but\x20thTestRunUuid\x20is\x20','GeMZU','GmHWF','xdmFp','yuQqv','getAccessibilityResultsSummary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','Build\x20creation\x20had\x20failed.','duoEz','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).','yFKeG','success','parseFromJson','--headless=','250170EhIOFD','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','executeAsyncScript','PUT','isAccessibilityAutomationSession','akmcw','startsWith','bstackA11yShouldScan','aglIK','parseA11yJwtPayload','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','hQhbO','requireModule','../helper','winstonLogger','NVNDI','40APKdaQ','display_name','test_runs/stop','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','Performing\x20scan\x20before\x20getting\x20results','isBrowserSupportedForAccessibility','VkNvl','toJson','vgNNW','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','json','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','LdXYp','javascript','method','eGThG','ZwHpZ','./constants','getResults','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','performScan','status','isTrue','1165072zcjBrA','getBrowserA11yConfig','GET_RESULTS_SUMMARY','MOBILE_SCANNING_DISABLED_WARNING','242263VydOWo','POST','KeSEq','\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.','base64','getTestFrameworkDetails','Invalid\x20request:\x20','getMobileA11yCapabilities','ChromeExtension','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','refkq','getPlatform','smaEm','get','1011522YvNrYz','cwd','fjEJH','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','statusText','false','--headless','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','toString','oieZQ','auth','210436okahhe','min_version_browserstack','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ysveH','txday','xeghT','isAccessibilityPlatform','v2/test_runs','BPodJ','browserVersion','getBrowserDisplayName','measureWrapper','UWCSa','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','__cloud_provider___','null','length','getUserName','UaCrA','dJpzg','Uqcfw','chrome','trim','scannerVersion','WtWvR','xMfHw','No\x20accessibility\x20results\x20were\x20found.','GET_RESULTS','buildDescription','util','toISOString','projectName','assign','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','../performance/performance-tester','ifCIp','shouldScanTestForAccessibility','some','BROWSERSTACK_TURBOSCALE','GTwbF','sOdKZ','GMfOY','tpAgq','BwwYa','path','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','data','YQHhT','isMobileAccessibilitySession','Ymrue','tctzv','aJgJG','KXWIU','SaCFC','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','resolveMobileThTestRunUuid','getAgentVersion','AEDVw','android','pNxyD','keys','browserstackSessionName','lvgiH','PERFORM_SCAN','debug','env','zikhQ','command','warn','nodeRequest','XagZY','resolve','FCrmT','is_mobile_session','RfNGx','GFsmE','goog:chromeOptions','MGeVH','Options','apeuU','includeTagsInTestingScope','TZWjL','a11y:stop','getCapabilities','join','jytSb','getAccessKey','QlxGq','vinAP','Not\x20a\x20Accessibility\x20Session','IVvmE','UxxuG','application/json','Nbsyr','fetchPlatformDetails','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','format','device','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','29414LAPTkh','eTkZt','jTXFT','split','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','response'];a108_0x1127=function(){return _0x2e2263;};return a108_0x1127();}
|
|
1
|
+
const a108_0x5c1bf7=a108_0x24ae;(function(_0x5cb8ff,_0x1bd984){const _0x1fd300=a108_0x24ae,_0x5cccfa=_0x5cb8ff();while(!![]){try{const _0x10cdc0=parseInt(_0x1fd300(0x17d))/0x1+-parseInt(_0x1fd300(0x157))/0x2+-parseInt(_0x1fd300(0x16c))/0x3+-parseInt(_0x1fd300(0x11b))/0x4+parseInt(_0x1fd300(0x149))/0x5*(-parseInt(_0x1fd300(0x121))/0x6)+-parseInt(_0x1fd300(0x82))/0x7+parseInt(_0x1fd300(0x118))/0x8;if(_0x10cdc0===_0x1bd984)break;else _0x5cccfa['push'](_0x5cccfa['shift']());}catch(_0x4003ca){_0x5cccfa['push'](_0x5cccfa['shift']());}}}(a108_0x1fd4,0xe233f));function a108_0x1fd4(){const _0x1ec343=['BROWSERSTACK_TEST_ACCESSIBILITY_YML','RnkvF','mMMXw','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','FbMRc','getHostInfo','isAccessibilityPlatform','Bearer\x20','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','isBrowserSupportedForAccessibility','path','status','true','../globals','error','BwhZt','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','gVanV','GET_RESULTS_SUMMARY','eDjcN','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','selenium-webdriver/chrome.js','buildName','compareVersions','getCiInfo','display_name','getAccessibilityResults','response','chromeOptions_','data','WNCVi','chrome','qgoor','patbG','performScan','browserName','getBrowserDisplayName','bstackA11yScanOptions','__workerDetails','toISOString','./scripts','startsWith','fetchPlatformDetails','requiresChromeOptionsValidation','test_runs/stop','cyaPQ','requireModule','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','toString','BS_A11Y_JWT','shouldScanTestForAccessibility','ISxZV','min_version_browserstack','nodeRequest','statusText','--headless','dPxue','stopAccessibilityTestRun','resolveMobileThTestRunUuid','Performing\x20scan\x20before\x20getting\x20results','WmMFa','warn','toLowerCase','../logger','join','browserstack','createAccessibilityTestRun','tmLBN','RpTgf','v2/test_runs','getTestFrameworkDetails','rwoVZ','--headless=','getUserName','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','thTestRunUuid','kIAPK','rqRDM','vkCTW','cRQDF','ougdI','egLuI','android','bstack:options','bFQKY','stringify','message','a11y:start','VqTxP','nonBstackPlatformValidation','getAccessibilityResultsSummary','getAccessKey','parseFromJson','OziXN','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','parse','28778520kUFxsh','includeTagsInTestingScope','getBrowserA11yConfig','183316aveOHr','OdayH','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','Options','PERFORM_SCAN','getPlatform','1320YgZkXu','eJTGb','WCIqY','assign','ZxuMR','executeScript','isUndefined','NHDSG','winstonLogger','bstackA11yShouldScan','accessibilityToken','isBrowserstackInfra','excludeTagsInTestingScope','includes','length','wait','IHLFj','hgMWc','nestedKeyValue','accessibility','Performed\x20scan\x20with\x20result:\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','zgyfN','cMYLl','GURXb','iqVGT','__cloud_provider___','AjchP','browserstackSessionName','platforms','TMQzK','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','UwPGW','DZuiU','parseA11yJwtPayload','dtwMy','uPhZd','from','VrUMW','16015RFnEdZ','false','IYBkg','csQxs','resolve','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','BRRnf','capabilities_','get','script','function','getGlobal','goog:chromeOptions','method','3086008xCBHQo','No\x20accessibility\x20results\x20were\x20found.','isTrue','checkAccessibilityPlatformConfig','QYsIa','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','keys','some','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','application/json','json','getMobileA11yCapabilities','env','jAdnJ','GlGxH','Performing\x20scan\x20before\x20getting\x20results\x20summary','mqqnD','nKBpg','isMobileAccessibilityPlatform','FAhXx','3845796KAvnPo','executeAsyncScript','No\x20accessibility\x20summary\x20was\x20found.','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','LneLj','body','SDbKN','../helper','LQBpl','DGjjt','lSKmr','Build\x20creation\x20had\x20failed.','sLDTg','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','toJson','WnRnO','1377335clKnhO','--headless=new','EWqYA','yfDAf','getBrowserName','dGBtR','MOBILE_SCANNING_DISABLED_WARNING','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','stSnY','yHMKD','getPackageVersion','Content-Type','return\x20document.readyState\x20===\x20\x22complete\x22','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','odLpO','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','util','qkJvQ','../performance/performance-tester','Invalid\x20request:\x20','getMinVersionForBrowser','dUemI','browserVersion','isArray','isMobileAccessibilitySession','stack','measureWrapper','isBrowserStackCommandExecutor','getBrowserVersion','3308886TKVPlq','urKmR','cwd','buildDescription','GwgnS','qJyqG','is_mobile_session','../performance/constants','iHnhH','requires_chrome_options_check','Authorization','format','options_','ZCsao','debug','chromeOptions','getResults','gWntx','WVMAT','zxXhO','auth','./constants','YFMyk','OndrQ','ySCaO','min_version_non_browserstack','scannerVersion','IMhnv','javascript','isAccessibilityAutomationSession','UJYsA','getCapabilities','MpElR','bNhBL','projectName','jkeQh','UhNOf','Zbhtp','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','ghWew','TXFFm','a11y:stop','getResultsSummary','xmlMy','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','info','string','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','device','headers','getPlatformVersion','GET_RESULTS'];a108_0x1fd4=function(){return _0x1ec343;};return a108_0x1fd4();}function a108_0x24ae(_0x4fba29,_0x4e88ef){const _0x1fd41a=a108_0x1fd4();return a108_0x24ae=function(_0x24aee8,_0x499ada){_0x24aee8=_0x24aee8-0x82;let _0x278c3b=_0x1fd41a[_0x24aee8];return _0x278c3b;},a108_0x24ae(_0x4fba29,_0x4e88ef);}const path=require(a108_0x5c1bf7(0xc2)),util=require(a108_0x5c1bf7(0x18d)),bsSetupHelper=require(a108_0x5c1bf7(0x174)),logger=require(a108_0x5c1bf7(0xf7))[a108_0x5c1bf7(0x129)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x5c1bf7(0x97)),PerformanceTester=require(a108_0x5c1bf7(0x18f)),scripts=require(a108_0x5c1bf7(0xe0)),globals=require(a108_0x5c1bf7(0xc5)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a108_0x5c1bf7(0x89));exports[a108_0x5c1bf7(0xe2)]=async _0x4a5d75=>{const _0x10f163=a108_0x5c1bf7,_0x21d05b={};_0x21d05b[_0x10f163(0x8a)]=function(_0x137e41,_0x37ecdb){return _0x137e41===_0x37ecdb;},_0x21d05b[_0x10f163(0xeb)]=_0x10f163(0xf9);const _0x23c5fe=_0x21d05b;let _0x54073e={};try{const _0x8afe5a=await _0x4a5d75[_0x10f163(0xa1)]();_0x54073e={'os_name':_0x8afe5a[_0x10f163(0x120)](),'os_version':bsSetupHelper[_0x10f163(0xb4)](_0x23c5fe[_0x10f163(0x8a)](global[_0x10f163(0x13c)],_0x23c5fe[_0x10f163(0xeb)])),'browser_name':_0x8afe5a[_0x10f163(0x181)](),'browser_version':_0x8afe5a[_0x10f163(0x199)]()};}catch(_0x3b3ce6){logger[_0x10f163(0x90)](_0x10f163(0xb1)+_0x3b3ce6);}return _0x54073e;},exports['isAccessibilityAutomationSession']=()=>{const _0x569e77=a108_0x5c1bf7,_0x2e5982={};_0x2e5982[_0x569e77(0xb8)]=function(_0x350804,_0x4dc9b1){return _0x350804===_0x4dc9b1;},_0x2e5982['kIAPK']='string',_0x2e5982[_0x569e77(0x110)]=function(_0x3b76e4,_0xea3d1a){return _0x3b76e4>_0xea3d1a;},_0x2e5982['iqVGT']=function(_0x421869,_0x106186){return _0x421869!==_0x106186;},_0x2e5982[_0x569e77(0x93)]='null',_0x2e5982['qgoor']=function(_0x581def,_0x507e7a){return _0x581def&&_0x507e7a;};const _0x23bbd6=_0x2e5982;try{const _0x2c31fe=bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x569e77(0x159)](process['env'][_0x569e77(0x18a)]),_0x37141c=_0x23bbd6[_0x569e77(0xb8)](typeof process[_0x569e77(0x164)][_0x569e77(0xe9)],_0x23bbd6[_0x569e77(0x104)])&&_0x23bbd6['VqTxP'](process['env'][_0x569e77(0xe9)]['length'],0x0)&&_0x23bbd6[_0x569e77(0x13b)](process[_0x569e77(0x164)][_0x569e77(0xe9)],_0x23bbd6[_0x569e77(0x93)]);return _0x23bbd6[_0x569e77(0xd8)](_0x2c31fe,_0x37141c);}catch(_0x4bfd6e){logger[_0x569e77(0x90)](_0x569e77(0xc8)+_0x4bfd6e);}return![];},exports[a108_0x5c1bf7(0x111)]=(_0x4cd4a4,_0x3dd950)=>{const _0x283b5d=a108_0x5c1bf7,_0x2c9121={'dtwMy':_0x283b5d(0xdb),'odLpO':function(_0x4e4369,_0x48572c){return _0x4e4369(_0x48572c);},'AjchP':_0x283b5d(0x193),'dPxue':'version','bFQKY':_0x283b5d(0x10b),'dGBtR':function(_0x3ea85e,_0x3b4617){return _0x3ea85e(_0x3b4617);},'urKmR':'deviceName','TMQzK':_0x283b5d(0xb2),'QKjiL':_0x283b5d(0x184),'QYsIa':_0x283b5d(0xcd),'eJTGb':'selenium-webdriver','ghWew':_0x283b5d(0x8e),'DGjjt':'args','EvgeU':_0x283b5d(0x91),'xmlMy':_0x283b5d(0xe7),'yrzYa':_0x283b5d(0x155),'XioAl':function(_0x570fa4,_0x3ee250){return _0x570fa4===_0x3ee250;},'WnRnO':_0x283b5d(0xd7),'bNhBL':function(_0x5bb885,_0x56ad25){return _0x5bb885>=_0x56ad25;}},_0x2739c4=_0x4cd4a4['get'](_0x2c9121[_0x283b5d(0x145)]),_0x3a4aeb=_0x2c9121[_0x283b5d(0x18b)](parseFloat,_0x4cd4a4['get'](_0x2c9121[_0x283b5d(0x13d)]))||_0x2c9121[_0x283b5d(0x18b)](parseFloat,_0x4cd4a4[_0x283b5d(0x151)](_0x2c9121[_0x283b5d(0xf0)])),_0x49a606=_0x4cd4a4['get'](_0x2c9121[_0x283b5d(0x10c)])||{},_0x37bf28=_0x2c9121[_0x283b5d(0x182)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x49530b=_0x49a606[_0x2c9121[_0x283b5d(0x83)]]||_0x4cd4a4[_0x283b5d(0x151)](_0x2c9121[_0x283b5d(0x140)])||![];if(_0x49530b)return logger[_0x283b5d(0xf5)](_0x2c9121['QKjiL']),![];let _0x5c2917;try{_0x5c2917=bsSetupHelper[_0x283b5d(0xe6)](_0x2c9121[_0x283b5d(0x15b)],_0x2c9121[_0x283b5d(0x122)]);}catch(_0x3bc450){return![];}const _0x6befd4=new _0x5c2917[(_0x283b5d(0x11e))](_0x3dd950[_0x283b5d(0xd4)]),_0x403224=bsSetupHelper[_0x283b5d(0x133)](_0x6befd4,[_0x2c9121[_0x283b5d(0xa9)],_0x2c9121['DGjjt']])||bsSetupHelper[_0x283b5d(0x133)](_0x3dd950[_0x283b5d(0x150)],[_0x2c9121[_0x283b5d(0x10c)],_0x2c9121['EvgeU'],_0x2c9121[_0x283b5d(0x176)]])||bsSetupHelper[_0x283b5d(0x133)](_0x3dd950[_0x283b5d(0x150)],[_0x2c9121['EvgeU'],_0x2c9121[_0x283b5d(0x176)]])||[],_0x219646=Array['isArray'](_0x403224)?_0x403224:[];if(_0x219646[_0x283b5d(0x15f)](_0x5325bb=>typeof _0x5325bb==='string'&&(_0x5325bb===_0x283b5d(0xef)||_0x5325bb[_0x283b5d(0xe1)]('--headless=')&&_0x5325bb!=='--headless=new')))return logger[_0x283b5d(0xf5)](_0x2c9121[_0x283b5d(0xad)]),![];const _0x1f75e1=_0x3dd950[_0x283b5d(0x150)]||{},_0x146b3e=bsSetupHelper[_0x283b5d(0x133)](_0x1f75e1,[_0x2c9121['yrzYa']])||{},_0xbed273=bsSetupHelper[_0x283b5d(0x133)](_0x146b3e,[_0x2c9121[_0x283b5d(0x176)]])||[],_0x24f2ac=Array[_0x283b5d(0x194)](_0xbed273)?_0xbed273:[];if(_0x24f2ac['some'](_0x3ecb5d=>typeof _0x3ecb5d===_0x283b5d(0xb0)&&(_0x3ecb5d===_0x283b5d(0xef)||_0x3ecb5d[_0x283b5d(0xe1)](_0x283b5d(0x100))&&_0x3ecb5d!==_0x283b5d(0x17e))))return logger[_0x283b5d(0xf5)](_0x2c9121[_0x283b5d(0xad)]),![];if(_0x2c9121['XioAl'](_0x2739c4[_0x283b5d(0xf6)](),_0x2c9121[_0x283b5d(0x17c)])&&_0x2c9121[_0x283b5d(0xa3)](_0x3a4aeb,_0x37bf28))return!![];return logger[_0x283b5d(0xf5)](_0x283b5d(0x137)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x5d2d7c=>{const _0x39896c=a108_0x5c1bf7,_0x4782b7={};_0x4782b7[_0x39896c(0x98)]=_0x39896c(0x155),_0x4782b7[_0x39896c(0x8f)]=function(_0x1ab3c8,_0x32adc7){return _0x1ab3c8||_0x32adc7;},_0x4782b7['VofAI']='Not\x20a\x20Accessibility\x20Session';const _0x578059=_0x4782b7,_0x4b8ef2=scripts['ChromeExtension'];try{const _0x5d418d=bsSetupHelper[_0x39896c(0x159)](process[_0x39896c(0x164)][_0x39896c(0xb6)])||bsSetupHelper[_0x39896c(0x159)](process[_0x39896c(0x164)][_0x39896c(0x18a)]);if((!bsSetupHelper[_0x39896c(0x12c)]()||process[_0x39896c(0x164)]['BROWSERSTACK_TURBOSCALE'])&&_0x5d418d){const _0x29eddc=_0x5d2d7c['getCapabilities'](),_0x57c199=_0x29eddc[_0x39896c(0x151)](_0x578059[_0x39896c(0x98)]),_0x4b213d=_0x578059[_0x39896c(0x8f)](_0x57c199,{});bsSetupHelper['mergeDeep'](_0x4b213d,_0x4b8ef2),_0x5d2d7c[_0x39896c(0xa1)]()['set'](_0x578059[_0x39896c(0x98)],_0x4b213d);}else logger[_0x39896c(0xf5)](_0x578059['VofAI']);}catch(_0x23cbdd){logger[_0x39896c(0xc6)](_0x39896c(0x102)+_0x23cbdd);}},exports[a108_0x5c1bf7(0xea)]=(_0x10b152=null,_0xa58124=!![],_0x13d420=[])=>{const _0x2a8d1e=a108_0x5c1bf7,_0x36d3d1={};_0x36d3d1[_0x2a8d1e(0x132)]=function(_0x4db070,_0x4dc165){return _0x4db070==_0x4dc165;},_0x36d3d1[_0x2a8d1e(0x138)]=function(_0x4b3589,_0x649192){return _0x4b3589>_0x649192;},_0x36d3d1[_0x2a8d1e(0x143)]=function(_0x2677df,_0x1d5a5e){return _0x2677df===_0x1d5a5e;},_0x36d3d1['dUemI']=function(_0x5843fa,_0x1106a0){return _0x5843fa&&_0x1106a0;};const _0x29e18a=_0x36d3d1;if(_0x29e18a['hgMWc'](process[_0x2a8d1e(0x164)][_0x2a8d1e(0x15d)],null))return!![];try{const _0xe3fccf=JSON[_0x2a8d1e(0x117)](process[_0x2a8d1e(0x164)][_0x2a8d1e(0x15d)]),_0x3ac775=Array[_0x2a8d1e(0x194)](_0xe3fccf[_0x2a8d1e(0x119)])?_0xe3fccf[_0x2a8d1e(0x119)]:[],_0x14a9ad=Array['isArray'](_0xe3fccf['excludeTagsInTestingScope'])?_0xe3fccf[_0x2a8d1e(0x12d)]:[],_0x16797a=_0x592718=>typeof _0x592718===_0x2a8d1e(0xb0)?_0x592718['replace'](/^@/,'')[_0x2a8d1e(0xf6)]()['trim']():_0x592718;if(bsSetupHelper[_0x2a8d1e(0x127)](_0x10b152)){if(_0x29e18a[_0x2a8d1e(0x138)](_0x13d420['length'],0x0)){const _0x415444=_0x13d420['map'](_0x16797a),_0x57dcff=_0x14a9ad[_0x2a8d1e(0x15f)](_0x3a621f=>_0x415444[_0x2a8d1e(0x12e)](_0x16797a(_0x3a621f))),_0x2397e7=_0x29e18a[_0x2a8d1e(0x143)](_0x3ac775['length'],0x0)||_0x3ac775['some'](_0x2fb91d=>_0x415444[_0x2a8d1e(0x12e)](_0x16797a(_0x2fb91d)));return _0x29e18a[_0x2a8d1e(0x192)](!_0x57dcff,_0x2397e7);}return!![];}let _0x4a1a95;_0xa58124?_0x4a1a95=_0x10b152[_0x2a8d1e(0xf8)]('/'):_0x4a1a95=_0x10b152;const _0x2f40c6=_0x14a9ad[_0x2a8d1e(0x15f)](_0x221c1c=>_0x4a1a95[_0x2a8d1e(0xf6)]()[_0x2a8d1e(0x12e)](_0x16797a(_0x221c1c)[_0x2a8d1e(0xf6)]())),_0x29787d=_0x29e18a[_0x2a8d1e(0x143)](_0x3ac775[_0x2a8d1e(0x12f)],0x0)||_0x3ac775[_0x2a8d1e(0x15f)](_0x4a261e=>_0x4a1a95[_0x2a8d1e(0xf6)]()[_0x2a8d1e(0x12e)](_0x16797a(_0x4a261e)[_0x2a8d1e(0xf6)]()));return _0x29e18a[_0x2a8d1e(0x192)](!_0x2f40c6,_0x29787d);}catch(_0x549232){logger[_0x2a8d1e(0x90)](_0x2a8d1e(0xae)+util['format'](_0x549232));}return![];},exports[a108_0x5c1bf7(0x15a)]=_0x40e781=>{const _0x51c597=a108_0x5c1bf7;let _0x2af0a0=![];try{_0x40e781[_0x51c597(0x13f)]['forEach'](_0x373c24=>{const _0x3041e0=_0x51c597;if(bsSetupHelper[_0x3041e0(0x159)](_0x373c24['accessibility']))return _0x2af0a0=!![],!![];});}catch(_0x3d43cb){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3d43cb);}return _0x2af0a0||bsSetupHelper[_0x51c597(0x159)](_0x40e781[_0x51c597(0x134)]);},exports[a108_0x5c1bf7(0xfa)]=PerformanceTester['measureWrapper'](a108_0x5c1bf7(0x10f),async function(_0x17734b,_0x2cd2b4){const _0x559889=a108_0x5c1bf7,_0x4260f4={};_0x4260f4[_0x559889(0xa5)]=_0x559889(0x18c),_0x4260f4['sLDTg']='playwright',_0x4260f4[_0x559889(0xaa)]=_0x559889(0x9e),_0x4260f4[_0x559889(0x142)]=_0x559889(0x161),_0x4260f4[_0x559889(0x180)]='POST',_0x4260f4['OndrQ']=_0x559889(0xfd),_0x4260f4[_0x559889(0x14c)]=function(_0x527e2c,_0xc1fea1){return _0x527e2c===_0xc1fea1;},_0x4260f4[_0x559889(0x169)]='Invalid\x20configuration\x20passed.',_0x4260f4[_0x559889(0xd9)]=_0x559889(0x14a);const _0x3f0439=_0x4260f4,_0x131a78=bsSetupHelper[_0x559889(0x101)](_0x17734b),_0x13e93c=bsSetupHelper[_0x559889(0x113)](_0x17734b);if(bsSetupHelper[_0x559889(0x127)](_0x131a78)||bsSetupHelper[_0x559889(0x127)](_0x13e93c))return logger[_0x559889(0xc6)](_0x3f0439[_0x559889(0xa5)]),[null,null];try{let _0x2c2a10;bsSetupHelper[_0x559889(0x127)](process[_0x559889(0x164)][_0x559889(0x15d)])?_0x2c2a10={}:_0x2c2a10=JSON[_0x559889(0x117)](process[_0x559889(0x164)][_0x559889(0x15d)]);const {name:_0xb70e9e,version:_0x17619e}=bsSetupHelper[_0x559889(0xfe)](_0x17734b,_0x2cd2b4),_0x50fd0b={'projectName':_0x17734b[_0x559889(0xa4)],'buildName':_0x17734b[_0x559889(0xce)]||path['basename'](path[_0x559889(0x14d)](process[_0x559889(0x84)]())),'startTime':new Date()[_0x559889(0xdf)](),'description':_0x17734b[_0x559889(0x85)]||'','source':{'frameworkName':_0x2cd2b4['includes'](_0x3f0439[_0x559889(0x179)])?_0x3f0439[_0x559889(0x179)]:_0x2cd2b4,'frameworkVersion':bsSetupHelper[_0x559889(0x187)](_0x2cd2b4),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x3f0439[_0x559889(0xaa)],'testFramework':_0xb70e9e,'testFrameworkVersion':_0x17619e},'settings':_0x2c2a10,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x559889(0xd0)](),'hostInfo':bsSetupHelper[_0x559889(0xbd)](),'browserstackAutomation':bsSetupHelper[_0x559889(0x12c)]()},_0x30804f={};_0x30804f['user']=_0x131a78,_0x30804f['pass']=_0x13e93c;const _0x30cd1b={};_0x30cd1b['Content-Type']=_0x3f0439[_0x559889(0x142)];const _0x2ef728={};_0x2ef728[_0x559889(0x96)]=_0x30804f,_0x2ef728[_0x559889(0xb3)]=_0x30cd1b;const _0x386246=_0x2ef728,_0x53162c={};_0x53162c[_0x559889(0x172)]=_0x50fd0b,_0x53162c[_0x559889(0x162)]=!![];const _0x4629b1=Object['assign'](_0x386246,_0x53162c),_0x5b000f=await bsSetupHelper[_0x559889(0xed)](_0x3f0439[_0x559889(0x180)],_0x3f0439[_0x559889(0x99)],_0x4629b1,_0x17734b,API_URL);let _0xcff4d6=process[_0x559889(0x164)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0xcff4d6?_0xcff4d6=JSON[_0x559889(0x117)](process[_0x559889(0x164)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0xcff4d6={},scripts[_0x559889(0x114)](_0x5b000f[_0x559889(0xd5)]['data']),scripts[_0x559889(0x17b)](),_0xcff4d6[_0x559889(0x9c)]=_0x5b000f[_0x559889(0xd5)][_0x559889(0xd5)][_0x559889(0x9c)],process['env'][_0x559889(0x15d)]=JSON[_0x559889(0x10d)](_0xcff4d6),[_0x5b000f[_0x559889(0xd5)]['data'][_0x559889(0x12b)],_0x5b000f[_0x559889(0xd5)][_0x559889(0xd5)]['id']];}catch(_0x286765){if(_0x286765['response'])logger[_0x559889(0xc6)](_0x559889(0x170)+_0x286765[_0x559889(0xd3)][_0x559889(0xc3)]+'\x20'+_0x286765[_0x559889(0xd3)][_0x559889(0xee)]+'\x20'+JSON[_0x559889(0x10d)](_0x286765['response'][_0x559889(0xd5)]));else{if(_0x3f0439[_0x559889(0x14c)](_0x286765['message'],_0x3f0439[_0x559889(0x169)])){logger[_0x559889(0xc6)](_0x559889(0x170)+(_0x286765[_0x559889(0x10e)]||_0x286765[_0x559889(0x196)]));for(const _0x1cafca of _0x286765['errors']){logger['error'](_0x1cafca[_0x559889(0x10e)]);}process[_0x559889(0x164)][_0x559889(0xb6)]=_0x3f0439['patbG'],process[_0x559889(0x164)][_0x559889(0x18a)]=_0x3f0439[_0x559889(0xd9)];}else logger[_0x559889(0xc6)](_0x559889(0x170)+(_0x286765[_0x559889(0x10e)]||_0x286765[_0x559889(0x196)]));}return[null,null];}}),exports[a108_0x5c1bf7(0xf1)]=PerformanceTester[a108_0x5c1bf7(0x197)](a108_0x5c1bf7(0xab),async function(_0x48c49a){const _0x3891e5=a108_0x5c1bf7,_0x5b94cd={};_0x5b94cd[_0x3891e5(0x185)]=function(_0x5347ea,_0x165308){return _0x5347ea!==_0x165308;},_0x5b94cd[_0x3891e5(0x18e)]=_0x3891e5(0xb0),_0x5b94cd[_0x3891e5(0x168)]=_0x3891e5(0xc6),_0x5b94cd[_0x3891e5(0x87)]=_0x3891e5(0x178),_0x5b94cd[_0x3891e5(0xa7)]=_0x3891e5(0x161),_0x5b94cd[_0x3891e5(0xf4)]='PUT',_0x5b94cd['ougdI']=_0x3891e5(0xe4),_0x5b94cd[_0x3891e5(0x177)]=function(_0x39523c,_0x36bd7e){return _0x39523c+_0x36bd7e;},_0x5b94cd[_0x3891e5(0x17f)]=_0x3891e5(0x190),_0x5b94cd[_0x3891e5(0x95)]='success';const _0x6b368d=_0x5b94cd;if(bsSetupHelper[_0x3891e5(0x127)](process[_0x3891e5(0x164)][_0x3891e5(0xe9)])||_0x6b368d[_0x3891e5(0x185)](typeof process[_0x3891e5(0x164)]['BS_A11Y_JWT'],_0x6b368d['qkJvQ'])){const _0x2d731d={};return _0x2d731d['status']=_0x6b368d[_0x3891e5(0x168)],_0x2d731d['message']=_0x6b368d['qJyqG'],_0x2d731d;}const _0x37fffa={'endTime':new Date()[_0x3891e5(0xdf)]()},_0x5c4574={};_0x5c4574[_0x3891e5(0x8c)]=_0x3891e5(0xbf)+process['env']['BS_A11Y_JWT'],_0x5c4574[_0x3891e5(0x188)]=_0x6b368d['Zbhtp'];const _0x1126a9={};_0x1126a9['headers']=_0x5c4574;const _0x9d5b00=_0x1126a9,_0x2e6b75={};_0x2e6b75[_0x3891e5(0x172)]=_0x37fffa,_0x2e6b75['auth']=null,_0x2e6b75[_0x3891e5(0x162)]=!![];const _0x2a290f=Object['assign'](_0x9d5b00,_0x2e6b75);try{const _0x3d50f9=await bsSetupHelper[_0x3891e5(0xed)](_0x6b368d[_0x3891e5(0xf4)],_0x6b368d[_0x3891e5(0x108)],_0x2a290f,_0x48c49a,API_URL);if(_0x3d50f9[_0x3891e5(0xd5)][_0x3891e5(0xc6)])throw new Error(_0x6b368d[_0x3891e5(0x177)](_0x6b368d['EWqYA'],_0x3d50f9[_0x3891e5(0xd5)][_0x3891e5(0xc6)]));else{logger[_0x3891e5(0xaf)](_0x3891e5(0xcc)+new Date()[_0x3891e5(0xdf)]());const _0x447c1a={};return _0x447c1a[_0x3891e5(0xc3)]=_0x6b368d[_0x3891e5(0x95)],_0x447c1a['message']='',_0x447c1a;}}catch(_0x194b4b){_0x194b4b[_0x3891e5(0xd3)]?logger[_0x3891e5(0xc6)](_0x3891e5(0x17a)+_0x194b4b[_0x3891e5(0xd3)][_0x3891e5(0xc3)]+'\x20'+_0x194b4b[_0x3891e5(0xd3)][_0x3891e5(0xee)]+'\x20'+JSON[_0x3891e5(0x10d)](_0x194b4b['response']['data'])):logger[_0x3891e5(0xc6)](_0x3891e5(0x17a)+(_0x194b4b[_0x3891e5(0x10e)]||util['format'](_0x194b4b)));const _0x22106d={};return _0x22106d['status']=_0x6b368d['mqqnD'],_0x22106d[_0x3891e5(0x10e)]=_0x194b4b[_0x3891e5(0x10e)]||(_0x194b4b[_0x3891e5(0xd3)]?_0x194b4b[_0x3891e5(0xd3)][_0x3891e5(0xc3)]+':'+_0x194b4b[_0x3891e5(0xd3)][_0x3891e5(0xee)]:_0x194b4b),_0x22106d;}}),exports[a108_0x5c1bf7(0xda)]=async(_0x30360b,_0x546129=null,_0x30ec63=![],_0x2fe4b8=null)=>{const _0x586459=a108_0x5c1bf7,_0x39a245={};_0x39a245[_0x586459(0xc7)]=_0x586459(0xbe),_0x39a245[_0x586459(0xd6)]=_0x586459(0x12a),_0x39a245[_0x586459(0x146)]=_0x586459(0xba),_0x39a245[_0x586459(0x86)]=function(_0x5c4b53,_0x34d798){return _0x5c4b53||_0x34d798;},_0x39a245[_0x586459(0x125)]=_0x586459(0xdd),_0x39a245[_0x586459(0x171)]='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x5600d4=_0x39a245;if(!this[_0x586459(0x9f)]()||!globals['getGlobal'](_0x5600d4['BwhZt'])||!_0x30ec63&&!globals[_0x586459(0x154)](_0x5600d4['WNCVi'])){logger[_0x586459(0xf5)](_0x5600d4['uPhZd']);return;}const _0x467f27=_0x30ec63?_0x5600d4[_0x586459(0x86)](_0x2fe4b8,{}):globals[_0x586459(0x154)](_0x5600d4[_0x586459(0x125)])||{},_0x3d0f0b={};_0x3d0f0b[_0x586459(0x156)]=_0x546129||global[_0x586459(0x13e)];const _0xff5264=Object[_0x586459(0x124)]({},_0x467f27,_0x3d0f0b);await this[_0x586459(0x195)](_0x30360b)&&(Object[_0x586459(0x124)](_0xff5264,this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x586459(0xf2)]()}),logger[_0x586459(0x90)](_0x5600d4['LneLj']));logger[_0x586459(0x90)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util[_0x586459(0x8d)]('%j',_0xff5264));const _0x5280a4={};return _0x5280a4['command']=_0x546129,await PerformanceTester[_0x586459(0x197)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x259dd0=_0x586459;try{await _0x30360b[_0x259dd0(0x130)](()=>_0x30360b[_0x259dd0(0x126)](_0x259dd0(0x189)),0x1388);}catch(_0x221d49){}const _0x4ad5d3=util[_0x259dd0(0x8d)](await _0x30360b['executeAsyncScript'](scripts[_0x259dd0(0xda)],_0xff5264));return logger['debug'](_0x259dd0(0x135)+_0x4ad5d3),_0x4ad5d3;},_0x5280a4)();},exports[a108_0x5c1bf7(0xd2)]=async(_0x25c56e,_0x9cc5f9)=>{const _0x580644=a108_0x5c1bf7,_0x38494f={};_0x38494f['ySCaO']=_0x580644(0xf3),_0x38494f[_0x580644(0x115)]=_0x580644(0xbe),_0x38494f[_0x580644(0xc9)]=_0x580644(0x12a),_0x38494f[_0x580644(0x148)]=_0x580644(0x136),_0x38494f[_0x580644(0xe5)]=_0x580644(0xd2),_0x38494f[_0x580644(0x9d)]=_0x580644(0x158);const _0x44845e=_0x38494f;if(!this[_0x580644(0x9f)]()||!globals['getGlobal'](_0x44845e[_0x580644(0x115)])||!globals[_0x580644(0x154)](_0x44845e[_0x580644(0xc9)]))return logger[_0x580644(0xf5)](_0x44845e[_0x580644(0x148)]),[];try{const _0x29ceb1=await this[_0x580644(0x195)](_0x25c56e),_0x375528=_0x29ceb1?Object[_0x580644(0x124)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x580644(0xf2)]()}):{};return _0x29ceb1&&logger[_0x580644(0x90)](_0x580644(0xa8)+util[_0x580644(0x8d)]('%j',_0x375528)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x539bfd=_0x580644;logger[_0x539bfd(0x90)](_0x44845e[_0x539bfd(0x9a)]);const _0x3b00f9={};_0x3b00f9[_0x539bfd(0x156)]=_0x9cc5f9['browserstackSessionName'];const _0x3b223d=Object['assign'](_0x3b00f9,_0x375528);logger[_0x539bfd(0x90)](util[_0x539bfd(0x8d)](await _0x25c56e[_0x539bfd(0x16d)](scripts[_0x539bfd(0xda)],_0x3b223d)));},{'command':_0x44845e['cyaPQ']})(),await PerformanceTester[_0x580644(0x197)](PerformanceA11yEvents[_0x580644(0xb5)],async()=>{const _0x113b71=_0x580644,_0x463df1=_0x29ceb1?await _0x25c56e['executeAsyncScript'](scripts[_0x113b71(0x92)],_0x375528):await _0x25c56e[_0x113b71(0x16d)](scripts[_0x113b71(0x92)]);return _0x463df1;})();}catch{return logger['error'](_0x44845e[_0x580644(0x9d)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x18bae1,_0x4e7bc0)=>{const _0xa589b4=a108_0x5c1bf7,_0x3d04f1={};_0x3d04f1[_0xa589b4(0xa2)]=_0xa589b4(0x167),_0x3d04f1[_0xa589b4(0x13a)]=_0xa589b4(0xbe),_0x3d04f1[_0xa589b4(0x14f)]=_0xa589b4(0x12a),_0x3d04f1['SQbzk']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x3d04f1[_0xa589b4(0x123)]=_0xa589b4(0x112),_0x3d04f1[_0xa589b4(0x175)]=_0xa589b4(0x16e);const _0x4f90b2=_0x3d04f1;if(!this[_0xa589b4(0x9f)]()||!globals[_0xa589b4(0x154)](_0x4f90b2['GURXb'])||!globals['getGlobal'](_0x4f90b2[_0xa589b4(0x14f)]))return logger['warn'](_0x4f90b2['SQbzk']),{};try{const _0x5897f8=await this['isMobileAccessibilitySession'](_0x18bae1),_0x7b3a87=_0x5897f8?Object[_0xa589b4(0x124)]({},this[_0xa589b4(0x163)](),{'thTestRunUuid':this[_0xa589b4(0xf2)]()}):{};return _0x5897f8&&logger[_0xa589b4(0x90)](_0xa589b4(0xc0)+util[_0xa589b4(0x8d)]('%j',_0x7b3a87)),await PerformanceTester[_0xa589b4(0x197)](PerformanceA11yEvents[_0xa589b4(0x11f)],async()=>{const _0x5c0b2f=_0xa589b4;logger[_0x5c0b2f(0x90)](_0x4f90b2[_0x5c0b2f(0xa2)]);const _0x5afc30={};_0x5afc30[_0x5c0b2f(0x156)]=_0x4e7bc0[_0x5c0b2f(0x13e)];const _0x3f453a=Object['assign'](_0x5afc30,_0x7b3a87);logger[_0x5c0b2f(0x90)](util[_0x5c0b2f(0x8d)](await _0x18bae1[_0x5c0b2f(0x16d)](scripts['performScan'],_0x3f453a)));},{'command':_0x4f90b2[_0xa589b4(0x123)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xa589b4(0xca)],async()=>{const _0x2ccd7a=_0xa589b4,_0x20573a=_0x5897f8?await _0x18bae1[_0x2ccd7a(0x16d)](scripts[_0x2ccd7a(0xac)],_0x7b3a87):await _0x18bae1[_0x2ccd7a(0x16d)](scripts[_0x2ccd7a(0xac)]);return _0x20573a;})();}catch{return logger[_0xa589b4(0xc6)](_0x4f90b2[_0xa589b4(0x175)]),{};}},exports[a108_0x5c1bf7(0x16a)]=(_0x37d4c6,_0x570fc5=![])=>{const _0x4f8dcd=a108_0x5c1bf7,_0x231fbd={'NHDSG':function(_0x52f3e5,_0x455af8){return _0x52f3e5(_0x455af8);},'WVMAT':'platformName','OdayH':function(_0x3b4d98,_0x1dcec3){return _0x3b4d98!==_0x1dcec3;},'FAhXx':_0x4f8dcd(0x10a),'UhNOf':_0x4f8dcd(0xdb),'cMYLl':_0x4f8dcd(0xd7),'SDbKN':_0x4f8dcd(0x141),'YITmM':_0x4f8dcd(0x160)};try{if(!_0x37d4c6)return![];const _0x46fb77=_0x61e337=>typeof _0x37d4c6[_0x4f8dcd(0x151)]===_0x4f8dcd(0x153)?_0x37d4c6[_0x4f8dcd(0x151)](_0x61e337):_0x37d4c6[_0x61e337],_0x310bac=_0x231fbd['NHDSG'](String,_0x231fbd[_0x4f8dcd(0x128)](_0x46fb77,_0x231fbd[_0x4f8dcd(0x94)])||'')['toLowerCase']();if(_0x231fbd[_0x4f8dcd(0x11c)](_0x310bac,_0x231fbd[_0x4f8dcd(0x16b)]))return![];const _0xdb406b=_0x231fbd[_0x4f8dcd(0x128)](String,_0x231fbd[_0x4f8dcd(0x128)](_0x46fb77,_0x231fbd[_0x4f8dcd(0xa6)])||'')['toLowerCase']();if(!_0xdb406b[_0x4f8dcd(0x12e)](_0x231fbd[_0x4f8dcd(0x139)]))return _0x570fc5&&logger[_0x4f8dcd(0xf5)](_0x231fbd[_0x4f8dcd(0x173)]),![];return logger[_0x4f8dcd(0x90)](_0x231fbd['YITmM']),!![];}catch(_0x2cf3ba){return logger['debug'](_0x4f8dcd(0x15c)+_0x2cf3ba),![];}},exports[a108_0x5c1bf7(0x195)]=async _0x345a40=>{const _0x9fc3cb=a108_0x5c1bf7;try{const _0x53d868=await _0x345a40['getCapabilities']();return exports[_0x9fc3cb(0x16a)](_0x53d868);}catch(_0xaf8400){return logger[_0x9fc3cb(0x90)](_0x9fc3cb(0x14e)+_0xaf8400),![];}},exports[a108_0x5c1bf7(0x163)]=()=>{const _0x2029d0=a108_0x5c1bf7,_0xcb8035={};return _0xcb8035[_0x2029d0(0x88)]=!![],_0xcb8035;},exports['resolveMobileThTestRunUuid']=()=>{const _0xff6ed6=a108_0x5c1bf7,_0x2b6d54={};_0x2b6d54[_0xff6ed6(0x14b)]=function(_0x11760a,_0x35d0b0){return _0x11760a===_0x35d0b0;},_0x2b6d54['FbMRc']='string',_0x2b6d54[_0xff6ed6(0x106)]=function(_0x57b537,_0x5eac50){return _0x57b537>_0x5eac50;},_0x2b6d54[_0xff6ed6(0x131)]='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).',_0x2b6d54[_0xff6ed6(0xb7)]=_0xff6ed6(0xb9),_0x2b6d54['egLuI']='undefined';const _0x2caaa8=_0x2b6d54,_0x4b30f8=global[_0xff6ed6(0xde)],_0x3de5d9=_0x4b30f8&&_0x4b30f8['currentTest'],_0x30e430=_0x3de5d9&&_0x3de5d9[_0xff6ed6(0x103)];if(_0x2caaa8['IYBkg'](typeof _0x30e430,_0x2caaa8[_0xff6ed6(0xbc)])&&_0x2caaa8[_0xff6ed6(0x106)](_0x30e430[_0xff6ed6(0x12f)],0x0))return _0x30e430;let _0x440cef;if(!_0x4b30f8)_0x440cef=_0x2caaa8[_0xff6ed6(0x131)];else!_0x3de5d9?_0x440cef=_0x2caaa8[_0xff6ed6(0xb7)]:_0x440cef=_0xff6ed6(0x116)+Object[_0xff6ed6(0x15e)](_0x3de5d9)['join'](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x2caaa8['IYBkg'](_0x30e430,undefined)?_0x2caaa8[_0xff6ed6(0x109)]:'\x22'+_0x30e430+'\x22')+_0xff6ed6(0x16f);return logger[_0xff6ed6(0xf5)](_0xff6ed6(0xbb)+_0x440cef+'\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.'),'';},exports[a108_0x5c1bf7(0x198)]=_0x4032fb=>{const _0x52a95c=a108_0x5c1bf7,_0x4b0cc0={};_0x4b0cc0['rqRDM']=function(_0x552ac0,_0x5b09cf){return _0x552ac0===_0x5b09cf;},_0x4b0cc0[_0x52a95c(0xff)]=_0x52a95c(0xb0),_0x4b0cc0[_0x52a95c(0x186)]='browserstack_executor';const _0x59d46b=_0x4b0cc0;if(_0x4032fb&&_0x4032fb[_0x52a95c(0x152)]&&_0x59d46b[_0x52a95c(0x105)](typeof _0x4032fb[_0x52a95c(0x152)],_0x59d46b[_0x52a95c(0xff)]))return _0x4032fb[_0x52a95c(0x152)][_0x52a95c(0x12e)](_0x59d46b[_0x52a95c(0x186)]);return![];},exports[a108_0x5c1bf7(0x183)]=a108_0x5c1bf7(0x11d),exports['isMobileScanningEnabledForGroup']=()=>process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']===a108_0x5c1bf7(0xc4),exports[a108_0x5c1bf7(0xc1)]=_0x30de21=>{const _0x44bb3e=a108_0x5c1bf7,_0x180ecd={};_0x180ecd[_0x44bb3e(0x166)]=function(_0x4c3088,_0x19e6ae){return _0x4c3088 in _0x19e6ae;};const _0x58b396=_0x180ecd;if(bsSetupHelper[_0x44bb3e(0x127)](_0x30de21))return![];const _0x3bf70a=_0x30de21['toLowerCase']();return _0x58b396['GlGxH'](_0x3bf70a,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports['getBrowserA11yConfig']=_0x146f97=>{const _0x27d7de=a108_0x5c1bf7;if(bsSetupHelper[_0x27d7de(0x127)](_0x146f97))return null;const _0x93f077=_0x146f97[_0x27d7de(0xf6)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x93f077]||null;},exports[a108_0x5c1bf7(0x191)]=(_0x4eeb03,_0x569a84)=>{const _0x4f1982=a108_0x5c1bf7,_0x13fcb0=this[_0x4f1982(0x11a)](_0x4eeb03);if(!_0x13fcb0)return null;if(_0x569a84)return _0x13fcb0[_0x4f1982(0xec)];return _0x13fcb0[_0x4f1982(0x9b)];},exports[a108_0x5c1bf7(0xdc)]=_0x229fa5=>{const _0x4705b9=a108_0x5c1bf7,_0x48d7d3=this[_0x4705b9(0x11a)](_0x229fa5);return _0x48d7d3?_0x48d7d3[_0x4705b9(0xd1)]:_0x229fa5;},exports[a108_0x5c1bf7(0xe3)]=_0xfb78d1=>{const _0x2db65b=a108_0x5c1bf7,_0x5f2804=this[_0x2db65b(0x11a)](_0xfb78d1);return _0x5f2804?_0x5f2804[_0x2db65b(0x8b)]:![];},exports['isVersionSupported']=(_0xe4e0ce,_0x2dc9b9)=>{const _0x444842=a108_0x5c1bf7,_0x2714f6={'jAdnJ':function(_0x39ef28,_0x29e840){return _0x39ef28(_0x29e840);},'cRQDF':function(_0x225327,_0x402ccc){return _0x225327(_0x402ccc);},'RpTgf':function(_0x1a231a,_0x77bcc3){return _0x1a231a>=_0x77bcc3;}};if(bsSetupHelper[_0x444842(0x127)](_0xe4e0ce)||bsSetupHelper[_0x444842(0x127)](_0x2dc9b9))return![];const _0x2da7c1=bsSetupHelper[_0x444842(0xcf)](_0x2714f6[_0x444842(0x165)](String,_0xe4e0ce),_0x2714f6[_0x444842(0x107)](String,_0x2dc9b9));return _0x2714f6[_0x444842(0xfc)](_0x2da7c1,0x0);},exports[a108_0x5c1bf7(0x144)]=_0x590fec=>{const _0x3b3b15=a108_0x5c1bf7,_0x2ef332={};_0x2ef332['UJYsA']=function(_0x197863,_0x2ce2d2){return _0x197863!==_0x2ce2d2;},_0x2ef332['tmLBN']='string',_0x2ef332[_0x3b3b15(0xcb)]='base64';const _0x402ddc=_0x2ef332;if(!_0x590fec||_0x402ddc[_0x3b3b15(0xa0)](typeof _0x590fec,_0x402ddc[_0x3b3b15(0xfb)]))return null;try{return JSON['parse'](Buffer[_0x3b3b15(0x147)](_0x590fec['split']('.')[0x1],_0x402ddc['eDjcN'])[_0x3b3b15(0xe8)]());}catch{return null;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a109_0x5349(){const _0x532c52=['commandsPath','getLibrary','toLowerCase','ZChIl','commands.json','lhTIh','mkdirSync','commands','rkRAU','24JLuECP','5777004cWFMBz','3366JnUkke','split','performScan','QeCPF','commandsToWrap','eXhEg','writeFileSync','saveResults','getCommand','2073642bfqAYX','1701978JtaotV','getModule','browserstackFolderPath','toJson','getClass','stringify','ChromeExtension','11ZreDEm','58379wjLCVy','findIndex','eznpz','.browserstack','getMethod','parseFromProto','wNZJd','VRWjZ','join','3602232jkpznV','length','scripts','4onydYX','saveTestResults','RJeYy','EELFy','debug','157416hkMsxk','24410VZppbq','getName','scan','exports','homedir','getResults','twcfd','nonBStackInfraA11yChromeOptions','parseFromJson','existsSync','yyvCg','5sHvwMh','getResultsSummary','2|3|5|4|6|0|1'];a109_0x5349=function(){return _0x532c52;};return a109_0x5349();}const a109_0x330ad5=a109_0x1284;(function(_0x394ec5,_0x37cb1b){const _0x3d5589=a109_0x1284,_0x395395=_0x394ec5();while(!![]){try{const _0x5c5731=-parseInt(_0x3d5589(0x93))/0x1*(parseInt(_0x3d5589(0x9f))/0x2)+parseInt(_0x3d5589(0x8a))/0x3+-parseInt(_0x3d5589(0x9c))/0x4+-parseInt(_0x3d5589(0x73))/0x5*(-parseInt(_0x3d5589(0x8b))/0x6)+parseInt(_0x3d5589(0x67))/0x7*(parseInt(_0x3d5589(0x7f))/0x8)+parseInt(_0x3d5589(0x81))/0x9*(parseInt(_0x3d5589(0x68))/0xa)+-parseInt(_0x3d5589(0x92))/0xb*(parseInt(_0x3d5589(0x80))/0xc);if(_0x5c5731===_0x37cb1b)break;else _0x395395['push'](_0x395395['shift']());}catch(_0x65b67d){_0x395395['push'](_0x395395['shift']());}}}(a109_0x5349,0x6f75e));const path=require('path'),fs=require('fs'),logger=require('../../helpers/logger')['winstonLogger'],helper=require('../helper');function a109_0x1284(_0x2b6c47,_0x324977){const _0x5349e1=a109_0x5349();return a109_0x1284=function(_0x128444,_0x3b1440){_0x128444=_0x128444-0x67;let _0xbe72d8=_0x5349e1[_0x128444];return _0xbe72d8;},a109_0x1284(_0x2b6c47,_0x324977);}class Scripts{constructor(){const _0x2dbf09=a109_0x1284,_0x5636b3={};_0x5636b3[_0x2dbf09(0x79)]=_0x2dbf09(0x75),_0x5636b3[_0x2dbf09(0x6e)]=_0x2dbf09(0x7a),_0x5636b3[_0x2dbf09(0x7b)]=_0x2dbf09(0x96);const _0x12162b=_0x5636b3,_0x1514a8=_0x12162b[_0x2dbf09(0x79)][_0x2dbf09(0x82)]('|');let _0x5a00c7=0x0;while(!![]){switch(_0x1514a8[_0x5a00c7++]){case'0':this[_0x2dbf09(0x76)]=path['join'](this[_0x2dbf09(0x8d)],_0x12162b[_0x2dbf09(0x6e)]);continue;case'1':this['fromJson']();continue;case'2':this[_0x2dbf09(0x83)]=null;continue;case'3':this['getResults']=null;continue;case'4':this['saveTestResults']=null;continue;case'5':this['getResultsSummary']=null;continue;case'6':this[_0x2dbf09(0x8d)]=path[_0x2dbf09(0x9b)](helper[_0x2dbf09(0x6c)](),_0x12162b[_0x2dbf09(0x7b)]);continue;}break;}}[a109_0x330ad5(0x70)](_0x2d0372){const _0x2942c7=a109_0x330ad5;_0x2d0372[_0x2942c7(0x9e)]&&(this['performScan']=_0x2d0372['scripts'][_0x2942c7(0x6a)],this['getResults']=_0x2d0372['scripts'][_0x2942c7(0x6d)],this[_0x2942c7(0x74)]=_0x2d0372['scripts']['getResultsSummary'],this['saveTestResults']=_0x2d0372[_0x2942c7(0x9e)][_0x2942c7(0x88)]),this['commandsToWrap']=_0x2d0372[_0x2942c7(0x7d)],this[_0x2942c7(0x91)]=_0x2d0372[_0x2942c7(0x6f)];}[a109_0x330ad5(0x98)](_0x191aa4,_0x455ed5){const _0x888508=a109_0x330ad5,_0xf1523e={};_0xf1523e[_0x888508(0xa2)]=function(_0x348b86,_0x2c3140){return _0x348b86>_0x2c3140;},_0xf1523e[_0x888508(0x9a)]=function(_0x2ff699,_0x4ce825){return _0x2ff699===_0x4ce825;},_0xf1523e[_0x888508(0x86)]=_0x888508(0x6a),_0xf1523e['wNZJd']=function(_0xfc5816,_0x534221){return _0xfc5816===_0x534221;},_0xf1523e[_0x888508(0x7e)]=_0x888508(0x6d),_0xf1523e[_0x888508(0xa1)]='getResultsSummary',_0xf1523e[_0x888508(0x95)]=_0x888508(0x88);const _0x4c9f39=_0xf1523e;if(_0x191aa4&&_0x4c9f39['EELFy'](_0x191aa4[_0x888508(0x9d)],0x0))for(const _0xa8d71f of _0x191aa4){if(_0x4c9f39[_0x888508(0x9a)](_0xa8d71f['getName'](),_0x4c9f39[_0x888508(0x86)]))this[_0x888508(0x83)]=_0xa8d71f['getCommand']();else{if(_0x4c9f39[_0x888508(0x99)](_0xa8d71f[_0x888508(0x69)](),_0x4c9f39[_0x888508(0x7e)]))this[_0x888508(0x6d)]=_0xa8d71f[_0x888508(0x89)]();else{if(_0x4c9f39[_0x888508(0x9a)](_0xa8d71f[_0x888508(0x69)](),_0x4c9f39['RJeYy']))this[_0x888508(0x74)]=_0xa8d71f[_0x888508(0x89)]();else _0x4c9f39[_0x888508(0x99)](_0xa8d71f[_0x888508(0x69)](),_0x4c9f39[_0x888508(0x95)])&&(this[_0x888508(0xa0)]=_0xa8d71f[_0x888508(0x89)]());}}}_0x455ed5&&_0x4c9f39['EELFy'](_0x455ed5['length'],0x0)&&(this[_0x888508(0x85)]=_0x455ed5['map'](_0x5f19fe=>{const _0x285dcd=_0x888508;return{'name':_0x5f19fe[_0x285dcd(0x69)](),'method':_0x5f19fe[_0x285dcd(0x97)](),'library':_0x5f19fe[_0x285dcd(0x77)](),'module':_0x5f19fe[_0x285dcd(0x8c)](),'class':_0x5f19fe[_0x285dcd(0x8f)]()};}));}['shouldWrapCommand'](_0x2b406a){const _0x372ffa=a109_0x330ad5,_0x502791={};_0x502791[_0x372ffa(0x84)]=function(_0x207bf2,_0x403b14){return _0x207bf2!==_0x403b14;};const _0x4bae40=_0x502791;try{return _0x4bae40[_0x372ffa(0x84)](this['commandsToWrap'][_0x372ffa(0x94)](_0x39ef23=>_0x39ef23['name'][_0x372ffa(0x78)]()===_0x2b406a[_0x372ffa(0x78)]()),-0x1);}catch(_0x3a0dff){logger[_0x372ffa(0xa3)]('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0x3a0dff);}return![];}[a109_0x330ad5(0x8e)](){const _0xcb7787=a109_0x330ad5;!fs[_0xcb7787(0x71)](this[_0xcb7787(0x8d)])&&fs[_0xcb7787(0x7c)](this['browserstackFolderPath']),fs[_0xcb7787(0x87)](this['commandsPath'],JSON[_0xcb7787(0x90)]({'scripts':{'scan':this[_0xcb7787(0x83)],'getResults':this[_0xcb7787(0x6d)],'getResultsSummary':this[_0xcb7787(0x74)],'saveResults':this[_0xcb7787(0xa0)]},'commands':this[_0xcb7787(0x85)],'nonBStackInfraA11yChromeOptions':this[_0xcb7787(0x91)]}));}['fromJson'](){const _0x156198=a109_0x330ad5,_0x33ed09={'yyvCg':function(_0x1cfe70,_0xaa7ace){return _0x1cfe70(_0xaa7ace);}};fs[_0x156198(0x71)](this['commandsPath'])&&this[_0x156198(0x70)](_0x33ed09[_0x156198(0x72)](require,this['commandsPath']));}}module[a109_0x330ad5(0x6b)]=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a110_0x5336(_0x4a966f,_0x19eab7){const _0x162125=a110_0x1621();return a110_0x5336=function(_0x53364b,_0x76f610){_0x53364b=_0x53364b-0x1de;let _0x11fa78=_0x162125[_0x53364b];return _0x11fa78;},a110_0x5336(_0x4a966f,_0x19eab7);}const a110_0x33315e=a110_0x5336;(function(_0x3cbe9d,_0x42a340){const _0x36b374=a110_0x5336,_0x1e2191=_0x3cbe9d();while(!![]){try{const _0x43f101=-parseInt(_0x36b374(0x224))/0x1+-parseInt(_0x36b374(0x1ff))/0x2*(parseInt(_0x36b374(0x1e2))/0x3)+-parseInt(_0x36b374(0x1f3))/0x4*(parseInt(_0x36b374(0x1e6))/0x5)+-parseInt(_0x36b374(0x20e))/0x6+parseInt(_0x36b374(0x250))/0x7+parseInt(_0x36b374(0x223))/0x8*(-parseInt(_0x36b374(0x208))/0x9)+-parseInt(_0x36b374(0x1e3))/0xa*(-parseInt(_0x36b374(0x209))/0xb);if(_0x43f101===_0x42a340)break;else _0x1e2191['push'](_0x1e2191['shift']());}catch(_0x50fe54){_0x1e2191['push'](_0x1e2191['shift']());}}}(a110_0x1621,0x905b3));const path=require(a110_0x33315e(0x23f)),{commandRepository}=require('./autoHealHelper'),constants=require(a110_0x33315e(0x256)),logger=require(a110_0x33315e(0x24b))[a110_0x33315e(0x1ed)],globals=require('../globals'),timeoutPromise=require(a110_0x33315e(0x24d)),isUndefinedOrNull=_0x43a448=>_0x43a448===undefined||_0x43a448===null||_0x43a448==='',isNotUndefinedOrNull=_0x2ef95f=>!isUndefinedOrNull(_0x2ef95f),isString=_0x303a2a=>isNotUndefinedOrNull(_0x303a2a)&&typeof _0x303a2a==='string';function a110_0x1621(){const _0x51b4cc=['bEmjc','../../helpers/timeoutPromise','TCG_REGION','\x22}}}','3542889YCGupM','join','HrCsD','sQCua','filIH','BrowserstackHealing','../../bin/utils/constants','getCapabilities','BrowserstackHealing.pollResult\x20method\x20timed\x20out','safari','uOiRn','vBnwI','246apSmIx','10GexLpe','chrome','getCommands','591515UeNQxj','IFOOi','message','CLZuN','HEALING_FAILURE_TIMEOUT','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','MxwWg','winstonLogger','handleFailure','selector','getProjectName','race','forEach','20xPtgFv','config','_handleEvent','OQdmo','../../ai-sdk-node/bundle','value','framework','HEALING_LOG_DATA_TIMEOUT','then','debug','VYorP','CeczD','24124xZKmYS','newCapabilities','handleSuccess','aiHeal_groupId','ylTpL','browserName','BrowserstackHealingLogDataFailed','setToken','NSwCo','531qrjdkd','44035959apwmpf','locatorType','initializeCapabilities','edge','getId','2792436BVyBJY','TCG_URL','aiHeal_sessionToken','microsoftedge','pollResult','getTestName','log','error','healFailure','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','keys','split','aiHealing','MdPpp','setTcgToken','POLL_HEALING_RESULT_TIMEOUT','info','aiHeal_isGroupAIEnabled','YLdhB','ieOptions_','BrowserstackHealing.setToken\x20method\x20timed\x20out','97872hdVXvV','1150302UCNHkM','locatorValue','INOzT','FozyA','fbYVh','YNHeC','UXmwr','isSelfHealEnabled','RaiHJ','set','BrowserstackHealingSetTcgTokenFailed','BrowserstackHealing.healFailure\x20method\x20timed\x20out','TOnKV','\x22:\x20{\x22endpoint\x22:\x20\x22','QKsru','Vhevn','chromeOptions_','parameters_','freeze','firefox','JhEKJ','getGlobal','browserstackSessionName','obRiT','toLowerCase','neFgg','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','path','capabilities_','getSession','WyIkB','SET_TCG_TOKEN_TIMEOUT','cancel','BrowserstackHealing.logData\x20method\x20timed\x20out','replace','name_','FcmsF','initializeHealingCapabilities','using','../logger'];a110_0x1621=function(){return _0x51b4cc;};return a110_0x1621();}class AiSdkWrapper{constructor(){const _0x5506b4=a110_0x33315e,_0x3c19d1={'YkCbl':function(_0x1d05a2,_0x236547){return _0x1d05a2(_0x236547);},'uOiRn':_0x5506b4(0x1f7)};this[_0x5506b4(0x255)]=undefined;try{this[_0x5506b4(0x255)]=_0x3c19d1['YkCbl'](require,path[_0x5506b4(0x251)](__dirname,_0x3c19d1[_0x5506b4(0x1e0)]));}catch(_0x85eac5){logger[_0x5506b4(0x215)](_0x5506b4(0x217)+(_0x85eac5&&_0x85eac5[_0x5506b4(0x1e8)]?_0x85eac5[_0x5506b4(0x1e8)]:''));}}[a110_0x33315e(0x249)](_0x176641){const _0x16f0d4=a110_0x33315e,_0x507a51={};_0x507a51[_0x16f0d4(0x228)]=_0x16f0d4(0x200),_0x507a51[_0x16f0d4(0x22a)]=function(_0x5bd777,_0xad369d){return _0x5bd777===_0xad369d;},_0x507a51[_0x16f0d4(0x254)]=_0x16f0d4(0x1e4),_0x507a51[_0x16f0d4(0x227)]=function(_0x155900,_0x2bb196){return _0x155900===_0x2bb196;},_0x507a51[_0x16f0d4(0x24c)]=_0x16f0d4(0x237),_0x507a51[_0x16f0d4(0x242)]=_0x16f0d4(0x1df),_0x507a51[_0x16f0d4(0x207)]=_0x16f0d4(0x20c),_0x507a51[_0x16f0d4(0x23d)]=_0x16f0d4(0x211),_0x507a51[_0x16f0d4(0x1ec)]=function(_0x478063,_0x277ef8){return _0x478063===_0x277ef8;};const _0x476582=_0x507a51;try{const _0x45438c=this[_0x16f0d4(0x255)][_0x16f0d4(0x20b)](Object['fromEntries'](_0x176641[_0x16f0d4(0x257)]()['map_']));console[_0x16f0d4(0x214)](_0x476582['fbYVh'],_0x45438c);if(_0x476582[_0x16f0d4(0x22a)](_0x45438c?.['browserName']?.[_0x16f0d4(0x23c)](),_0x476582[_0x16f0d4(0x254)]))_0x176641[_0x16f0d4(0x234)]=_0x45438c;else{if(_0x476582[_0x16f0d4(0x227)](_0x45438c?.['browserName']?.['toLowerCase'](),_0x476582[_0x16f0d4(0x24c)]))_0x176641['firefoxOptions_']=_0x45438c;else{if(_0x476582['FozyA'](_0x45438c?.[_0x16f0d4(0x204)]?.['toLowerCase'](),_0x476582[_0x16f0d4(0x242)]))_0x176641['safariOptions_']=_0x45438c;else{if(_0x476582[_0x16f0d4(0x227)](_0x45438c?.['browserName']?.['toLowerCase'](),_0x476582[_0x16f0d4(0x207)])||_0x476582[_0x16f0d4(0x22a)](_0x45438c?.[_0x16f0d4(0x204)]?.['toLowerCase'](),_0x476582[_0x16f0d4(0x23d)]))_0x176641['edgeOptions_']=_0x45438c;else _0x476582[_0x16f0d4(0x1ec)](_0x45438c?.[_0x16f0d4(0x204)]?.['toLowerCase'](),'ie')&&(_0x176641[_0x16f0d4(0x221)]=_0x45438c);}}}Object[_0x16f0d4(0x218)](_0x45438c)[_0x16f0d4(0x1f2)](_0x1776e3=>{const _0xfe55b2=_0x16f0d4,_0x1f423e=_0x176641[_0xfe55b2(0x240)]['get'](_0x1776e3);_0x176641[_0xfe55b2(0x240)][_0xfe55b2(0x22d)](_0x1776e3,_0x45438c[_0x1776e3]);});}catch(_0x5ba48b){logger['error'](_0x16f0d4(0x23e)+(_0x5ba48b&&_0x5ba48b[_0x16f0d4(0x1e8)]?_0x5ba48b[_0x16f0d4(0x1e8)]:''));}}async[a110_0x33315e(0x21c)](_0x3193f1){const _0x2c848b=a110_0x33315e,_0x557345={'Vhevn':function(_0x4a6519,_0x489d7f,_0x18fe83,_0x202608,_0x37ad2c,_0x57bc57,_0x432211){return _0x4a6519(_0x489d7f,_0x18fe83,_0x202608,_0x37ad2c,_0x57bc57,_0x432211);},'FcmsF':_0x2c848b(0x222),'SdXiL':_0x2c848b(0x22e),'IFOOi':_0x2c848b(0x210)},_0x3b75e5=new Date(),_0x1a2c66=_0x557345[_0x2c848b(0x233)](timeoutPromise,constants[_0x2c848b(0x243)],_0x557345[_0x2c848b(0x248)],_0x557345['SdXiL'],_0x3b75e5,this['config'],this[_0x2c848b(0x1f9)]);await Promise[_0x2c848b(0x1f1)]([this['BrowserstackHealing'][_0x2c848b(0x206)](_0x3193f1,globals[_0x2c848b(0x239)](_0x557345[_0x2c848b(0x1e7)]),constants['TCG_URL'])['then'](()=>{const _0x3a9e48=_0x2c848b;_0x1a2c66[_0x3a9e48(0x244)]();}),_0x1a2c66]);}async['_handleEvent'](_0x1e0b80,_0x5520bc,_0x118778,_0x31601a){const _0x57bd66=a110_0x33315e,_0x18f8cd={'xsWXc':function(_0x3a2ae6,_0x4fe9aa){return _0x3a2ae6===_0x4fe9aa;},'YLdhB':function(_0x36db39,_0x3f3777){return _0x36db39===_0x3f3777;},'CeczD':function(_0x2ba55d,_0x28fbb5){return _0x2ba55d(_0x28fbb5);},'obRiT':function(_0x4f6511,_0x3ce44c){return _0x4f6511(_0x3ce44c);},'MdPpp':function(_0x3fb975,_0x4a937a){return _0x3fb975(_0x4a937a);},'CLZuN':function(_0x12dd79,_0x5552f9){return _0x12dd79(_0x5552f9);},'Ngriq':function(_0x51dfb7,_0x4d06fb){return _0x51dfb7(_0x4d06fb);},'YNHeC':function(_0x571fcb,_0x148ac7){return _0x571fcb(_0x148ac7);},'RaiHJ':'s://','VYorP':function(_0x445d30,_0x23250a){return _0x445d30(_0x23250a);},'PIabO':'aiHeal_userId','HrCsD':_0x57bd66(0x202),'OQdmo':_0x57bd66(0x21f),'JhEKJ':function(_0x306e4b,_0xf55c5b,_0x203430,_0x3426f5,_0x3f948d,_0xf11212,_0x298c9f){return _0x306e4b(_0xf55c5b,_0x203430,_0x3426f5,_0x3f948d,_0xf11212,_0x298c9f);},'uBBrD':_0x57bd66(0x245),'sQCua':_0x57bd66(0x205),'QKsru':_0x57bd66(0x22f),'dvwKx':'BrowserstackHealingHealFailureFailed'},_0x4d9c4f=(await _0x5520bc[_0x57bd66(0x241)]())[_0x57bd66(0x20d)]();let _0x551e6a='';if(commandRepository[_0x57bd66(0x22b)]()&&_0x18f8cd['xsWXc'](_0x31601a,![])||_0x18f8cd[_0x57bd66(0x220)](_0x31601a,!![])){const _0x3ba250=_0x18f8cd[_0x57bd66(0x1fe)](isNotUndefinedOrNull,_0x118778['parameters_']['using'])&&_0x18f8cd[_0x57bd66(0x23b)](isString,_0x118778[_0x57bd66(0x235)]['using'])?_0x118778[_0x57bd66(0x235)][_0x57bd66(0x24a)][_0x57bd66(0x246)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x2a8aa1=_0x18f8cd[_0x57bd66(0x23b)](isNotUndefinedOrNull,_0x118778[_0x57bd66(0x235)][_0x57bd66(0x24a)])&&_0x18f8cd[_0x57bd66(0x1fe)](isString,_0x118778[_0x57bd66(0x235)][_0x57bd66(0x1f8)])?_0x118778['parameters_']['value'][_0x57bd66(0x246)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x250416=_0x18f8cd[_0x57bd66(0x23b)](isNotUndefinedOrNull,commandRepository[_0x57bd66(0x1f0)]())&&_0x18f8cd[_0x57bd66(0x21b)](isString,commandRepository[_0x57bd66(0x1f0)]())?commandRepository[_0x57bd66(0x1f0)]()[_0x57bd66(0x246)](/'/g,'\x5c\x27')[_0x57bd66(0x246)](/"/g,'\x5c\x22'):'';let _0x17ea87=_0x18f8cd[_0x57bd66(0x1e9)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x18f8cd['Ngriq'](isString,global[_0x57bd66(0x23a)])?global['browserstackSessionName'][_0x57bd66(0x246)](/'/g,'\x5c\x27')[_0x57bd66(0x246)](/"/g,'\x5c\x22'):'';!_0x17ea87&&(_0x17ea87=_0x18f8cd[_0x57bd66(0x229)](isNotUndefinedOrNull,commandRepository[_0x57bd66(0x213)]())&&_0x18f8cd['obRiT'](isString,commandRepository[_0x57bd66(0x213)]())?commandRepository[_0x57bd66(0x213)]()['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'');let _0x1a1445='{\x22region\x22:\x20\x22'+constants['TCG_REGION']+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x57bd66(0x24e)]+_0x57bd66(0x231)+constants[_0x57bd66(0x20f)][_0x57bd66(0x219)](_0x18f8cd[_0x57bd66(0x22c)])[0x1]+_0x57bd66(0x24f);_0x1a1445=_0x18f8cd['MdPpp'](isNotUndefinedOrNull,_0x1a1445)&&_0x18f8cd[_0x57bd66(0x1fd)](isString,_0x1a1445)?_0x1a1445[_0x57bd66(0x246)](/'/g,'\x5c\x27')[_0x57bd66(0x246)](/"/g,'\x5c\x22'):'';const _0x357cb5=commandRepository[_0x57bd66(0x1e5)](_0x4d9c4f),_0x1f0edf=globals[_0x57bd66(0x239)](_0x18f8cd['PIabO']),_0x4faa1c=globals['getGlobal'](_0x18f8cd[_0x57bd66(0x252)]),_0x30d1ea=globals[_0x57bd66(0x239)](_0x18f8cd[_0x57bd66(0x1f6)]),_0x5882d2=![],_0x320714=new Date();if(_0x31601a){const _0x5d11a5=_0x18f8cd[_0x57bd66(0x238)](timeoutPromise,constants[_0x57bd66(0x1fa)],_0x18f8cd['uBBrD'],_0x18f8cd[_0x57bd66(0x253)],_0x320714,this[_0x57bd66(0x1f4)],this[_0x57bd66(0x1f9)]);_0x551e6a=await Promise[_0x57bd66(0x1f1)]([this[_0x57bd66(0x255)]['logData'](_0x3ba250,_0x2a8aa1,_0x250416,_0x17ea87,_0x4faa1c,_0x4d9c4f,_0x357cb5,_0x1a1445)[_0x57bd66(0x1fb)](_0x463f73=>{return _0x5d11a5['cancel'](),_0x463f73;}),_0x5d11a5]);}else{if(commandRepository[_0x57bd66(0x22b)]()){const _0x389302=_0x18f8cd['JhEKJ'](timeoutPromise,constants[_0x57bd66(0x1ea)],_0x18f8cd[_0x57bd66(0x232)],_0x18f8cd['dvwKx'],_0x320714,this[_0x57bd66(0x1f4)],this['framework']);_0x551e6a=await Promise['race']([this[_0x57bd66(0x255)][_0x57bd66(0x216)](_0x3ba250,_0x2a8aa1,_0x250416,_0x17ea87,_0x1f0edf,_0x4faa1c,_0x4d9c4f,_0x357cb5,_0x5882d2,_0x30d1ea,_0x1a1445)[_0x57bd66(0x1fb)](_0x21da2b=>{const _0x33280d=_0x57bd66;return _0x389302[_0x33280d(0x244)](),_0x21da2b;}),_0x389302]);}}_0x551e6a&&await _0x5520bc['executeScript'](_0x551e6a);}}async[a110_0x33315e(0x201)](_0x3423a8,_0x1b7212,_0x3ef527){const _0x24e58f=a110_0x33315e;try{await this['_handleEvent'](_0x3423a8,_0x1b7212,_0x3ef527,!![]);}catch(_0x22ac42){return logger[_0x24e58f(0x215)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x22ac42&&_0x22ac42[_0x24e58f(0x1e8)]?_0x22ac42[_0x24e58f(0x1e8)]:'')),![];}return!![];}async[a110_0x33315e(0x1ee)](_0x5b437a,_0x499be4,_0x3de103){const _0x46cf95=a110_0x33315e,_0x369412={'INOzT':function(_0x33512c,_0x34bd22,_0x25bdcd,_0x391c35,_0x5aec2f,_0x4a264b,_0xc620b2){return _0x33512c(_0x34bd22,_0x25bdcd,_0x391c35,_0x5aec2f,_0x4a264b,_0xc620b2);},'TOnKV':_0x46cf95(0x1de),'vBnwI':'BrowserstackHealingPollResultFailed','ylTpL':_0x46cf95(0x210)};try{await this[_0x46cf95(0x1f5)](_0x5b437a,_0x499be4,_0x3de103,![]);const _0x4f0381=(await _0x499be4[_0x46cf95(0x241)]())[_0x46cf95(0x20d)](),_0x36e6b0=new Date(),_0x3e1932=_0x369412[_0x46cf95(0x226)](timeoutPromise,constants[_0x46cf95(0x21d)],_0x369412[_0x46cf95(0x230)],_0x369412[_0x46cf95(0x1e1)],_0x36e6b0,this[_0x46cf95(0x1f4)],this['framework']),_0x8428cf=await Promise[_0x46cf95(0x1f1)]([this['BrowserstackHealing'][_0x46cf95(0x212)](constants[_0x46cf95(0x20f)],_0x4f0381,globals['getGlobal'](_0x369412[_0x46cf95(0x203)]))[_0x46cf95(0x1fb)](_0x1a4309=>{const _0x1015b3=_0x46cf95;return _0x3e1932[_0x1015b3(0x244)](),_0x1a4309;}),_0x3e1932]);if(_0x8428cf&&_0x8428cf[_0x46cf95(0x1ef)]&&_0x8428cf[_0x46cf95(0x1f8)]){const _0x5a4bd3={};return _0x5a4bd3['locatorType']=_0x8428cf[_0x46cf95(0x1ef)],_0x5a4bd3['locatorValue']=_0x8428cf[_0x46cf95(0x1f8)],_0x5a4bd3[_0x46cf95(0x21a)]=!![],_0x5a4bd3;}const _0x21e146={};return _0x21e146[_0x46cf95(0x20a)]=_0x3de103[_0x46cf95(0x235)][_0x46cf95(0x24a)],_0x21e146[_0x46cf95(0x225)]=_0x8428cf['value'],_0x21e146[_0x46cf95(0x21a)]=!![],_0x21e146;}catch(_0x43cf82){return logger[_0x46cf95(0x1fc)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x43cf82&&_0x43cf82[_0x46cf95(0x1e8)]?_0x43cf82[_0x46cf95(0x1e8)]:'')),logger[_0x46cf95(0x21e)](_0x46cf95(0x1eb)+_0x3de103[_0x46cf95(0x247)]+'\x20command'),_0x3de103;}}}exports['aiSdkWrapper']=Object[a110_0x33315e(0x236)](new AiSdkWrapper());
|
|
1
|
+
const a110_0x3b4142=a110_0x5594;(function(_0xda9ba1,_0x4ba7fe){const _0x4fdedc=a110_0x5594,_0x66c6e=_0xda9ba1();while(!![]){try{const _0x495045=parseInt(_0x4fdedc(0x100))/0x1*(parseInt(_0x4fdedc(0xd1))/0x2)+parseInt(_0x4fdedc(0x11e))/0x3+-parseInt(_0x4fdedc(0xc6))/0x4*(parseInt(_0x4fdedc(0x13d))/0x5)+-parseInt(_0x4fdedc(0xf3))/0x6+parseInt(_0x4fdedc(0x10d))/0x7+-parseInt(_0x4fdedc(0x10c))/0x8+-parseInt(_0x4fdedc(0xea))/0x9*(-parseInt(_0x4fdedc(0xf5))/0xa);if(_0x495045===_0x4ba7fe)break;else _0x66c6e['push'](_0x66c6e['shift']());}catch(_0x1d21fa){_0x66c6e['push'](_0x66c6e['shift']());}}}(a110_0x32d5,0xbf2b0));const path=require('path'),{commandRepository}=require('./autoHealHelper'),constants=require(a110_0x3b4142(0xee)),logger=require(a110_0x3b4142(0xf4))[a110_0x3b4142(0x118)],globals=require('../globals'),timeoutPromise=require(a110_0x3b4142(0xe3)),isUndefinedOrNull=_0x286ded=>_0x286ded===undefined||_0x286ded===null||_0x286ded==='',isNotUndefinedOrNull=_0xddd243=>!isUndefinedOrNull(_0xddd243),isString=_0x31d36e=>isNotUndefinedOrNull(_0x31d36e)&&typeof _0x31d36e===a110_0x3b4142(0x137);function a110_0x32d5(){const _0xa63765=['aiHeal_userId','\x22,\x20\x22tcgUrls\x22:\x20{\x22','error','microsoftedge','newCapabilities','AzZXY','SET_TCG_TOKEN_TIMEOUT','dxCjT','\x22:\x20{\x22endpoint\x22:\x20\x22','split','4nUDyec','KydlR','HEALING_LOG_DATA_TIMEOUT','then','IzrWB','\x20command','BrowserstackHealing.setToken\x20method\x20timed\x20out','isSelfHealEnabled','locatorType','Daqxe','TCG_REGION','getSession','yJemp','BrowserstackHealingLogDataFailed','anmHf','qRKPk','pollResult','value','../../helpers/timeoutPromise','race','POLL_HEALING_RESULT_TIMEOUT','locatorValue','cancel','message','logData','738DTXFxa','mjtdp','BrowserstackHealing.pollResult\x20method\x20timed\x20out','aiHeal_groupId','../../bin/utils/constants','executeScript','aiHeal_sessionToken','log','join','5455620rUKhQg','../logger','152970xqTohw','framework','selector','s://','freeze','aiHeal_isGroupAIEnabled','JWpjK','setTcgToken','parameters_','TDLzW','replace','627148LocqFY','browserName','getProjectName','info','BrowserstackHealingPollResultFailed','dGNcJ','set','config','wnqrH','FiAJi','fromEntries','SvdPS','11065568aozSrj','6640417NEentn','map_','aiSdkWrapper','edge','capabilities_','BrowserstackHealingHealFailureFailed','{\x22region\x22:\x20\x22','../../ai-sdk-node/bundle','_handleEvent','BrowserstackHealing','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','winstonLogger','ZhWXF','\x22}}}','aiHealing','getGlobal','HEALING_FAILURE_TIMEOUT','3423558zfUypy','initializeHealingCapabilities','firefoxOptions_','getTestName','chrome','keys','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','safariOptions_','zMIqi','getCapabilities','BrowserstackHealing.healFailure\x20method\x20timed\x20out','toLowerCase','BOSIk','iyRgs','forEach','TCG_URL','SDeXw','KBopH','aMbgQ','handleFailure','lEoVn','using','mjfsr','name_','CIwCm','string','browserstackSessionName','getId','ieOptions_','KHnJA','Ekdqn','335oTINQS','BrowserstackHealingSetTcgTokenFailed','qjhdf','BrowserstackHealing.logData\x20method\x20timed\x20out','90924xxIYFo'];a110_0x32d5=function(){return _0xa63765;};return a110_0x32d5();}function a110_0x5594(_0x1c8ee1,_0x1316af){const _0x32d56f=a110_0x32d5();return a110_0x5594=function(_0x559476,_0x5aa448){_0x559476=_0x559476-0xc6;let _0x353a57=_0x32d56f[_0x559476];return _0x353a57;},a110_0x5594(_0x1c8ee1,_0x1316af);}class AiSdkWrapper{constructor(){const _0x21887c=a110_0x3b4142,_0x428cd3={'iyRgs':function(_0x4a05ce,_0x3bb5db){return _0x4a05ce(_0x3bb5db);},'IzrWB':_0x21887c(0x114)};this[_0x21887c(0x116)]=undefined;try{this[_0x21887c(0x116)]=_0x428cd3[_0x21887c(0x12b)](require,path[_0x21887c(0xf2)](__dirname,_0x428cd3[_0x21887c(0xd5)]));}catch(_0x3ba651){logger[_0x21887c(0xc9)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x3ba651&&_0x3ba651[_0x21887c(0xe8)]?_0x3ba651[_0x21887c(0xe8)]:''));}}[a110_0x3b4142(0x11f)](_0x34b667){const _0x3f8779=a110_0x3b4142,_0x1e6c08={};_0x1e6c08[_0x3f8779(0x108)]=_0x3f8779(0xcb),_0x1e6c08[_0x3f8779(0xd2)]=function(_0x228dff,_0x367e5b){return _0x228dff===_0x367e5b;},_0x1e6c08[_0x3f8779(0xcc)]=_0x3f8779(0x122),_0x1e6c08[_0x3f8779(0x126)]='firefox',_0x1e6c08[_0x3f8779(0x130)]='safari',_0x1e6c08['TDLzW']=_0x3f8779(0x110),_0x1e6c08[_0x3f8779(0x132)]=function(_0x22991b,_0x145a60){return _0x22991b===_0x145a60;},_0x1e6c08[_0x3f8779(0x13c)]=_0x3f8779(0xca);const _0x62394f=_0x1e6c08;try{const _0x46fc02=this['BrowserstackHealing']['initializeCapabilities'](Object[_0x3f8779(0x10a)](_0x34b667[_0x3f8779(0x127)]()[_0x3f8779(0x10e)]));console[_0x3f8779(0xf1)](_0x62394f[_0x3f8779(0x108)],_0x46fc02);if(_0x62394f[_0x3f8779(0xd2)](_0x46fc02?.[_0x3f8779(0x101)]?.['toLowerCase'](),_0x62394f[_0x3f8779(0xcc)]))_0x34b667['chromeOptions_']=_0x46fc02;else{if(_0x62394f[_0x3f8779(0xd2)](_0x46fc02?.[_0x3f8779(0x101)]?.[_0x3f8779(0x129)](),_0x62394f[_0x3f8779(0x126)]))_0x34b667[_0x3f8779(0x120)]=_0x46fc02;else{if(_0x62394f[_0x3f8779(0xd2)](_0x46fc02?.[_0x3f8779(0x101)]?.[_0x3f8779(0x129)](),_0x62394f[_0x3f8779(0x130)]))_0x34b667[_0x3f8779(0x125)]=_0x46fc02;else{if(_0x62394f['KydlR'](_0x46fc02?.[_0x3f8779(0x101)]?.[_0x3f8779(0x129)](),_0x62394f[_0x3f8779(0xfe)])||_0x62394f[_0x3f8779(0x132)](_0x46fc02?.[_0x3f8779(0x101)]?.[_0x3f8779(0x129)](),_0x62394f[_0x3f8779(0x13c)]))_0x34b667['edgeOptions_']=_0x46fc02;else _0x62394f[_0x3f8779(0x132)](_0x46fc02?.[_0x3f8779(0x101)]?.[_0x3f8779(0x129)](),'ie')&&(_0x34b667[_0x3f8779(0x13a)]=_0x46fc02);}}}Object[_0x3f8779(0x123)](_0x46fc02)[_0x3f8779(0x12c)](_0x52b66a=>{const _0x5ce0c0=_0x3f8779,_0x28833b=_0x34b667[_0x5ce0c0(0x111)]['get'](_0x52b66a);_0x34b667[_0x5ce0c0(0x111)][_0x5ce0c0(0x106)](_0x52b66a,_0x46fc02[_0x52b66a]);});}catch(_0x53404c){logger[_0x3f8779(0xc9)](_0x3f8779(0x124)+(_0x53404c&&_0x53404c[_0x3f8779(0xe8)]?_0x53404c[_0x3f8779(0xe8)]:''));}}async[a110_0x3b4142(0xfc)](_0x43d8e9){const _0x2781e6=a110_0x3b4142,_0x1fd96e={'rIfen':function(_0x4500a3,_0x2a983b,_0x1d29f7,_0x5a7611,_0x490a67,_0x40c112,_0x18402d){return _0x4500a3(_0x2a983b,_0x1d29f7,_0x5a7611,_0x490a67,_0x40c112,_0x18402d);},'FiAJi':_0x2781e6(0xd7),'qRKPk':_0x2781e6(0x13e),'SwgYx':_0x2781e6(0xf0)},_0x4ce103=new Date(),_0x4855ee=_0x1fd96e['rIfen'](timeoutPromise,constants[_0x2781e6(0xcd)],_0x1fd96e[_0x2781e6(0x109)],_0x1fd96e[_0x2781e6(0xe0)],_0x4ce103,this['config'],this[_0x2781e6(0xf6)]);await Promise[_0x2781e6(0xe4)]([this[_0x2781e6(0x116)]['setToken'](_0x43d8e9,globals[_0x2781e6(0x11c)](_0x1fd96e['SwgYx']),constants[_0x2781e6(0x12d)])[_0x2781e6(0xd4)](()=>{const _0xb7b4=_0x2781e6;_0x4855ee[_0xb7b4(0xe7)]();}),_0x4855ee]);}async[a110_0x3b4142(0x115)](_0x50967e,_0x12b560,_0x545d20,_0x1633f1){const _0x2a6ea8=a110_0x3b4142,_0x4017cf={'BOSIk':function(_0x1b427b,_0x43d051){return _0x1b427b===_0x43d051;},'KHnJA':function(_0x1c04f1,_0x1ecad2){return _0x1c04f1(_0x1ecad2);},'FreHd':function(_0x176be8,_0x4aa61d){return _0x176be8(_0x4aa61d);},'BnDjs':function(_0x1ea525,_0x5cc6d8){return _0x1ea525(_0x5cc6d8);},'dGNcJ':function(_0x156c11,_0x23d8f4){return _0x156c11(_0x23d8f4);},'SDeXw':function(_0x2424de,_0x1ccee7){return _0x2424de(_0x1ccee7);},'JWpjK':function(_0xf1df49,_0x4c577c){return _0xf1df49(_0x4c577c);},'yJemp':_0x2a6ea8(0xf8),'SvdPS':function(_0x2c1e84,_0x530344){return _0x2c1e84(_0x530344);},'mjfsr':function(_0x304f36,_0x7aa136){return _0x304f36(_0x7aa136);},'ZhWXF':_0x2a6ea8(0xc7),'IEpim':_0x2a6ea8(0xed),'Daqxe':_0x2a6ea8(0xfa),'mjtdp':function(_0x23d28a,_0x4f65a7,_0x5f4658,_0x79e294,_0xbf5ad3,_0x35ac57,_0x486bf1){return _0x23d28a(_0x4f65a7,_0x5f4658,_0x79e294,_0xbf5ad3,_0x35ac57,_0x486bf1);},'KBopH':_0x2a6ea8(0x140),'dxCjT':_0x2a6ea8(0xde),'tOeAQ':_0x2a6ea8(0x128),'QaDpz':_0x2a6ea8(0x112)},_0x507575=(await _0x12b560[_0x2a6ea8(0xdc)]())[_0x2a6ea8(0x139)]();let _0xe74f43='';if(commandRepository[_0x2a6ea8(0xd8)]()&&_0x4017cf[_0x2a6ea8(0x12a)](_0x1633f1,![])||_0x4017cf[_0x2a6ea8(0x12a)](_0x1633f1,!![])){const _0x4f5940=_0x4017cf[_0x2a6ea8(0x13b)](isNotUndefinedOrNull,_0x545d20['parameters_'][_0x2a6ea8(0x133)])&&_0x4017cf['FreHd'](isString,_0x545d20[_0x2a6ea8(0xfd)]['using'])?_0x545d20['parameters_']['using']['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x3dac8b=_0x4017cf['BnDjs'](isNotUndefinedOrNull,_0x545d20[_0x2a6ea8(0xfd)][_0x2a6ea8(0x133)])&&_0x4017cf[_0x2a6ea8(0x105)](isString,_0x545d20[_0x2a6ea8(0xfd)][_0x2a6ea8(0xe2)])?_0x545d20[_0x2a6ea8(0xfd)][_0x2a6ea8(0xe2)][_0x2a6ea8(0xff)](/'/g,'\x5c\x27')[_0x2a6ea8(0xff)](/"/g,'\x5c\x22'):'',_0x49116f=_0x4017cf[_0x2a6ea8(0x105)](isNotUndefinedOrNull,commandRepository[_0x2a6ea8(0x102)]())&&_0x4017cf[_0x2a6ea8(0x105)](isString,commandRepository['getProjectName']())?commandRepository[_0x2a6ea8(0x102)]()[_0x2a6ea8(0xff)](/'/g,'\x5c\x27')[_0x2a6ea8(0xff)](/"/g,'\x5c\x22'):'';let _0x4cbf86=_0x4017cf['BnDjs'](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x4017cf[_0x2a6ea8(0x12e)](isString,global[_0x2a6ea8(0x138)])?global[_0x2a6ea8(0x138)]['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x4cbf86&&(_0x4cbf86=_0x4017cf[_0x2a6ea8(0xfb)](isNotUndefinedOrNull,commandRepository[_0x2a6ea8(0x121)]())&&_0x4017cf['BnDjs'](isString,commandRepository[_0x2a6ea8(0x121)]())?commandRepository[_0x2a6ea8(0x121)]()['replace'](/'/g,'\x5c\x27')[_0x2a6ea8(0xff)](/"/g,'\x5c\x22'):'');let _0x1765df=_0x2a6ea8(0x113)+constants[_0x2a6ea8(0xdb)]+_0x2a6ea8(0xc8)+constants['TCG_REGION']+_0x2a6ea8(0xcf)+constants[_0x2a6ea8(0x12d)][_0x2a6ea8(0xd0)](_0x4017cf[_0x2a6ea8(0xdd)])[0x1]+_0x2a6ea8(0x11a);_0x1765df=_0x4017cf[_0x2a6ea8(0x10b)](isNotUndefinedOrNull,_0x1765df)&&_0x4017cf[_0x2a6ea8(0x134)](isString,_0x1765df)?_0x1765df[_0x2a6ea8(0xff)](/'/g,'\x5c\x27')[_0x2a6ea8(0xff)](/"/g,'\x5c\x22'):'';const _0x3a83ac=commandRepository['getCommands'](_0x507575),_0xa54035=globals[_0x2a6ea8(0x11c)](_0x4017cf[_0x2a6ea8(0x119)]),_0x58f53e=globals[_0x2a6ea8(0x11c)](_0x4017cf['IEpim']),_0x2441f8=globals['getGlobal'](_0x4017cf[_0x2a6ea8(0xda)]),_0x35135b=![],_0x554947=new Date();if(_0x1633f1){const _0x1bd1ee=_0x4017cf['mjtdp'](timeoutPromise,constants[_0x2a6ea8(0xd3)],_0x4017cf[_0x2a6ea8(0x12f)],_0x4017cf[_0x2a6ea8(0xce)],_0x554947,this[_0x2a6ea8(0x107)],this[_0x2a6ea8(0xf6)]);_0xe74f43=await Promise[_0x2a6ea8(0xe4)]([this['BrowserstackHealing'][_0x2a6ea8(0xe9)](_0x4f5940,_0x3dac8b,_0x49116f,_0x4cbf86,_0x58f53e,_0x507575,_0x3a83ac,_0x1765df)['then'](_0x1b8ddf=>{const _0x1426e7=_0x2a6ea8;return _0x1bd1ee[_0x1426e7(0xe7)](),_0x1b8ddf;}),_0x1bd1ee]);}else{if(commandRepository[_0x2a6ea8(0xd8)]()){const _0x357330=_0x4017cf[_0x2a6ea8(0xeb)](timeoutPromise,constants[_0x2a6ea8(0x11d)],_0x4017cf['tOeAQ'],_0x4017cf['QaDpz'],_0x554947,this[_0x2a6ea8(0x107)],this[_0x2a6ea8(0xf6)]);_0xe74f43=await Promise[_0x2a6ea8(0xe4)]([this[_0x2a6ea8(0x116)]['healFailure'](_0x4f5940,_0x3dac8b,_0x49116f,_0x4cbf86,_0xa54035,_0x58f53e,_0x507575,_0x3a83ac,_0x35135b,_0x2441f8,_0x1765df)[_0x2a6ea8(0xd4)](_0x17b85a=>{const _0x1e1bcf=_0x2a6ea8;return _0x357330[_0x1e1bcf(0xe7)](),_0x17b85a;}),_0x357330]);}}_0xe74f43&&await _0x12b560[_0x2a6ea8(0xef)](_0xe74f43);}}async['handleSuccess'](_0x43173b,_0xcb3765,_0x4c8163){const _0x243c76=a110_0x3b4142;try{await this[_0x243c76(0x115)](_0x43173b,_0xcb3765,_0x4c8163,!![]);}catch(_0x4d87a5){return logger[_0x243c76(0xc9)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x4d87a5&&_0x4d87a5[_0x243c76(0xe8)]?_0x4d87a5[_0x243c76(0xe8)]:'')),![];}return!![];}async[a110_0x3b4142(0x131)](_0x47b37b,_0x2232fa,_0x21df61){const _0x288ed4=a110_0x3b4142,_0x515183={'anmHf':function(_0x517066,_0x51a16c,_0xcc6fdd,_0x368f9a,_0x28e018,_0x563ae0,_0x38d14a){return _0x517066(_0x51a16c,_0xcc6fdd,_0x368f9a,_0x28e018,_0x563ae0,_0x38d14a);},'qjhdf':_0x288ed4(0xec),'CIwCm':_0x288ed4(0x104),'JxMMe':_0x288ed4(0xf0)};try{await this[_0x288ed4(0x115)](_0x47b37b,_0x2232fa,_0x21df61,![]);const _0x36cf80=(await _0x2232fa[_0x288ed4(0xdc)]())['getId'](),_0x48a607=new Date(),_0x4a84fa=_0x515183[_0x288ed4(0xdf)](timeoutPromise,constants[_0x288ed4(0xe5)],_0x515183[_0x288ed4(0x13f)],_0x515183[_0x288ed4(0x136)],_0x48a607,this[_0x288ed4(0x107)],this[_0x288ed4(0xf6)]),_0x12b19f=await Promise[_0x288ed4(0xe4)]([this[_0x288ed4(0x116)][_0x288ed4(0xe1)](constants[_0x288ed4(0x12d)],_0x36cf80,globals[_0x288ed4(0x11c)](_0x515183['JxMMe']))[_0x288ed4(0xd4)](_0x5e0b1d=>{const _0x32cabb=_0x288ed4;return _0x4a84fa[_0x32cabb(0xe7)](),_0x5e0b1d;}),_0x4a84fa]);if(_0x12b19f&&_0x12b19f[_0x288ed4(0xf7)]&&_0x12b19f['value']){const _0x2fb6df={};return _0x2fb6df[_0x288ed4(0xd9)]=_0x12b19f[_0x288ed4(0xf7)],_0x2fb6df[_0x288ed4(0xe6)]=_0x12b19f[_0x288ed4(0xe2)],_0x2fb6df[_0x288ed4(0x11b)]=!![],_0x2fb6df;}const _0x331c69={};return _0x331c69[_0x288ed4(0xd9)]=_0x21df61[_0x288ed4(0xfd)][_0x288ed4(0x133)],_0x331c69[_0x288ed4(0xe6)]=_0x12b19f[_0x288ed4(0xe2)],_0x331c69[_0x288ed4(0x11b)]=!![],_0x331c69;}catch(_0x2b1478){return logger['debug'](_0x288ed4(0x117)+(_0x2b1478&&_0x2b1478[_0x288ed4(0xe8)]?_0x2b1478['message']:'')),logger[_0x288ed4(0x103)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x21df61[_0x288ed4(0x135)]+_0x288ed4(0xd6)),_0x21df61;}}}exports[a110_0x3b4142(0x10f)]=Object[a110_0x3b4142(0xf9)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a111_0x27b7a8=a111_0x1d95;(function(_0x279620,_0x3ffe31){const _0x28a417=a111_0x1d95,_0x234259=_0x279620();while(!![]){try{const _0x3cdc5c=-parseInt(_0x28a417(0xa7))/0x1*(parseInt(_0x28a417(0x9c))/0x2)+-parseInt(_0x28a417(0x91))/0x3*(parseInt(_0x28a417(0x89))/0x4)+parseInt(_0x28a417(0xad))/0x5*(-parseInt(_0x28a417(0x87))/0x6)+parseInt(_0x28a417(0x94))/0x7+parseInt(_0x28a417(0xaa))/0x8+-parseInt(_0x28a417(0x9b))/0x9+parseInt(_0x28a417(0xa8))/0xa*(parseInt(_0x28a417(0xa9))/0xb);if(_0x3cdc5c===_0x3ffe31)break;else _0x234259['push'](_0x234259['shift']());}catch(_0x2fb06a){_0x234259['push'](_0x234259['shift']());}}}(a111_0x28bf,0x4271e));const calculateTimeDiff=_0x165c9c=>Date[a111_0x27b7a8(0xba)]()-_0x165c9c,logger=require(a111_0x27b7a8(0x86))['winstonLogger'],globals=require(a111_0x27b7a8(0xa6));class HealingCommandRepo{constructor(){const _0x5b30df=a111_0x27b7a8,_0x3dfb2f={};_0x3dfb2f['sFTna']=_0x5b30df(0xa1);const _0x18a0f4=_0x3dfb2f,_0x59a865=_0x18a0f4[_0x5b30df(0x96)][_0x5b30df(0xa5)]('|');let _0x5ed540=0x0;while(!![]){switch(_0x59a865[_0x5ed540++]){case'0':this['commands']={};continue;case'1':this[_0x5b30df(0xb1)]='';continue;case'2':this[_0x5b30df(0x7f)]='';continue;case'3':this[_0x5b30df(0x9f)]=![];continue;case'4':this[_0x5b30df(0xb6)]={};continue;case'5':this[_0x5b30df(0xbb)]={};continue;}break;}}[a111_0x27b7a8(0x7d)](_0x182c78,_0x514bf9){const _0x5c7992=a111_0x27b7a8,_0x101873={};_0x101873[_0x5c7992(0xb9)]=function(_0x5603cc,_0x3f0b20){return _0x5603cc in _0x3f0b20;};const _0x147d1d=_0x101873;!_0x147d1d[_0x5c7992(0xb9)](_0x182c78,this['commands'])&&(this[_0x5c7992(0xaf)][_0x182c78]=[]),this[_0x5c7992(0xaf)][_0x182c78][_0x5c7992(0x82)](_0x514bf9);}[a111_0x27b7a8(0xa4)](_0x2b3ae2,_0x7d480a){const _0x10ae50=a111_0x27b7a8,_0x477dc8={'VNARk':function(_0xc5b3b2,_0x57f8ce){return _0xc5b3b2(_0x57f8ce);}},_0x105687=_0x7d480a[_0x10ae50(0x90)],_0xbf7285=_0x7d480a[_0x10ae50(0xb3)][_0x10ae50(0xa5)](_0x2b3ae2)[0x1],_0x56a013=this[_0x10ae50(0xb6)][_0x2b3ae2],_0x4e5a4a={'k':_0x105687+':'+_0xbf7285,'t':_0x477dc8[_0x10ae50(0x99)](calculateTimeDiff,_0x56a013)};this[_0x10ae50(0x7d)](_0x2b3ae2,_0x4e5a4a);}[a111_0x27b7a8(0x9e)](_0x1681c2){const _0x905495=a111_0x27b7a8;this[_0x905495(0xb6)][_0x1681c2]=Date[_0x905495(0xba)]();}[a111_0x27b7a8(0x92)](_0x52f977,_0x5ef38e){const _0xc9113e=a111_0x27b7a8;this[_0xc9113e(0xbb)][_0xc9113e(0xae)]=_0x52f977,this['authInfo'][_0xc9113e(0xa2)]=_0x5ef38e;}['getAuthInfo'](){const _0x3c4113=a111_0x27b7a8;return this[_0x3c4113(0xbb)];}[a111_0x27b7a8(0x8a)](_0x266f7f){this['projectName']=_0x266f7f;}[a111_0x27b7a8(0xac)](_0x3cf22a){const _0x1f3a63=a111_0x27b7a8;this[_0x1f3a63(0xb1)]=_0x3cf22a;}['setConfig'](_0x3f2765){const _0x559c72=a111_0x27b7a8;this[_0x559c72(0x85)]=_0x3f2765,this['setProjectNameForHealingContext'](_0x3f2765[_0x559c72(0x7f)]),this[_0x559c72(0x92)](_0x3f2765[_0x559c72(0xae)],_0x3f2765[_0x559c72(0xa2)]);}[a111_0x27b7a8(0xb0)](_0x403444){this['framework']=_0x403444;}[a111_0x27b7a8(0xab)](_0x1a054e){const _0x59dfb=a111_0x27b7a8;this[_0x59dfb(0x9f)]=_0x1a054e;}[a111_0x27b7a8(0x9a)](){const _0x443edf=a111_0x27b7a8;return this[_0x443edf(0x85)];}[a111_0x27b7a8(0xb7)](){return this['framework'];}[a111_0x27b7a8(0x8b)](){const _0x1284c4=a111_0x27b7a8;return this[_0x1284c4(0x7f)];}[a111_0x27b7a8(0x8f)](){return this['testName'];}['getCommands'](_0x355f65){const _0x184cb6=a111_0x27b7a8,_0x5e7e83={};_0x5e7e83[_0x184cb6(0x98)]=_0x184cb6(0xb4),_0x5e7e83[_0x184cb6(0x80)]=_0x184cb6(0xb2),_0x5e7e83[_0x184cb6(0xa3)]=function(_0xb9b561,_0x34b803){return _0xb9b561===_0x34b803;},_0x5e7e83[_0x184cb6(0x83)]=function(_0x33fe77,_0x35cc2b){return _0x33fe77+_0x35cc2b;},_0x5e7e83[_0x184cb6(0x8c)]=_0x184cb6(0x95);const _0xc8fa41=_0x5e7e83,_0x2bc021=this[_0x184cb6(0xaf)][_0x355f65];this[_0x184cb6(0xaf)][_0x355f65]=[];if(globals[_0x184cb6(0xa0)](_0xc8fa41[_0x184cb6(0x98)])&&globals[_0x184cb6(0xa0)](_0xc8fa41[_0x184cb6(0x80)])&&!_0x2bc021||_0xc8fa41[_0x184cb6(0xa3)](_0x2bc021[_0x184cb6(0x97)],0x0))return logger[_0x184cb6(0x8d)](_0xc8fa41[_0x184cb6(0x83)](_0xc8fa41[_0x184cb6(0x8c)],_0x355f65)),'';return _0x2bc021[_0x184cb6(0xb8)](_0x92b4e7=>JSON['stringify'](_0x92b4e7))[_0x184cb6(0x8e)](',');}['isSelfHealEnabled'](){const _0x48c9d9=a111_0x27b7a8,_0x19c072={};_0x19c072[_0x48c9d9(0x7e)]=function(_0x3cb501,_0x37df6d){return _0x3cb501===_0x37df6d;},_0x19c072[_0x48c9d9(0x9d)]=function(_0x3c5c91,_0x31b834){return _0x3c5c91===_0x31b834;},_0x19c072[_0x48c9d9(0x93)]=_0x48c9d9(0x84);const _0x49faac=_0x19c072;let _0x5b66e6=![];return this[_0x48c9d9(0x9a)]()&&(_0x49faac[_0x48c9d9(0x7e)](this[_0x48c9d9(0x9a)]()[_0x48c9d9(0x88)],!![])||_0x49faac[_0x48c9d9(0x9d)](this[_0x48c9d9(0x9a)]()[_0x48c9d9(0x88)],_0x49faac[_0x48c9d9(0x93)]))&&(_0x5b66e6=!![]),_0x5b66e6;}[a111_0x27b7a8(0xb5)](){const _0x545b89=a111_0x27b7a8;return this[_0x545b89(0x9f)];}}exports[a111_0x27b7a8(0x81)]=new HealingCommandRepo();function a111_0x1d95(_0x37ccbb,_0x488d13){const _0x28bf4a=a111_0x28bf();return a111_0x1d95=function(_0x1d9541,_0x16bad0){_0x1d9541=_0x1d9541-0x7d;let _0x5a2196=_0x28bf4a[_0x1d9541];return _0x5a2196;},a111_0x1d95(_0x37ccbb,_0x488d13);}function a111_0x28bf(){const _0x47675d=['3349920oAxxgw','No\x20commands\x20found\x20for\x20session:\x20','sFTna','length','OoZrH','VNARk','getConfig','2498130BntSZL','2JFxKhS','fNqKA','setAiSessionTimeStamp','isTcgTokenSet','getGlobal','0|4|2|1|5|3','accessKey','qgwKU','pushCommand','split','../globals','241249fRoZvE','20hxJipI','4270849NmKhUZ','3005792deLyFT','setTcgTokenStatus','setTestNameForHealingContext','15PwqkCT','userName','commands','setFramework','testName','aiHeal_isHealingEnabled','path','aiHeal_isAuthenticated','getTcgTokenStatus','aiSessionTimeStamp','getFramework','map','SXEgn','now','authInfo','_pushCommand','Bxxyo','projectName','rnYaW','commandRepository','push','UlvHn','true','config','../logger','668706oiZmTO','selfHeal','45952PmecjW','setProjectNameForHealingContext','getProjectName','ZISnv','debug','join','getTestName','method','132fYuHMu','setAuthInfo','WZzVZ'];a111_0x28bf=function(){return _0x47675d;};return a111_0x28bf();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a112_0x4896(){const _0xae2fc1=['BROWSERSTACK_ENV','exports','52WMOeVl','pre-prod','4113781bQskju','https://grid-devhst.bsstag.com/dashboard/builds','783540NgalQe','prod','3291858foqvSv','1axwMiy','15243gwvwew','2405160QeTSFQ','toLowerCase','API_ENDPOINT','preprod','BUILDS_DASHBOARD_URL','env','2970846RdTgyI','426020CuGqqs','automate-turboscale/v1'];a112_0x4896=function(){return _0xae2fc1;};return a112_0x4896();}const a112_0x14c14b=a112_0x1771;(function(_0x14daf5,_0x113666){const _0x1f5f72=a112_0x1771,_0x58f77a=_0x14daf5();while(!![]){try{const _0x46fcb6=parseInt(_0x1f5f72(0x13f))/0x1*(parseInt(_0x1f5f72(0x13c))/0x2)+parseInt(_0x1f5f72(0x140))/0x3*(parseInt(_0x1f5f72(0x138))/0x4)+parseInt(_0x1f5f72(0x148))/0x5+parseInt(_0x1f5f72(0x147))/0x6+-parseInt(_0x1f5f72(0x13a))/0x7+parseInt(_0x1f5f72(0x141))/0x8+-parseInt(_0x1f5f72(0x13e))/0x9;if(_0x46fcb6===_0x113666)break;else _0x58f77a['push'](_0x58f77a['shift']());}catch(_0x355363){_0x58f77a['push'](_0x58f77a['shift']());}}}(a112_0x4896,0x5e158));function a112_0x1771(_0x2f9f23,_0x18e576){const _0x489688=a112_0x4896();return a112_0x1771=function(_0x177192,_0x82db5a){_0x177192=_0x177192-0x138;let _0x36bef8=_0x489688[_0x177192];return _0x36bef8;},a112_0x1771(_0x2f9f23,_0x18e576);}const a112_0x2fd7d9={};a112_0x2fd7d9[a112_0x14c14b(0x145)]='https://grid.browserstack.com/dashboard/builds',a112_0x2fd7d9[a112_0x14c14b(0x143)]=a112_0x14c14b(0x149),module['exports']=a112_0x2fd7d9;const _env=(process[a112_0x14c14b(0x146)][a112_0x14c14b(0x14a)]||a112_0x14c14b(0x13d))[a112_0x14c14b(0x142)]();if(_env==='staging'||_env==='stag')module[a112_0x14c14b(0x14b)][a112_0x14c14b(0x145)]=a112_0x14c14b(0x13b);else(_env===a112_0x14c14b(0x144)||_env===a112_0x14c14b(0x139))&&(module[a112_0x14c14b(0x14b)]['BUILDS_DASHBOARD_URL']='https://grid-preprod.bsstag.com/dashboard/builds');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a113_0x5969(_0x959bdd,_0x1d6a5c){const _0x4b268f=a113_0x4b26();return a113_0x5969=function(_0x596988,_0x535657){_0x596988=_0x596988-0x72;let _0x3dbe69=_0x4b268f[_0x596988];return _0x3dbe69;},a113_0x5969(_0x959bdd,_0x1d6a5c);}const a113_0x30ace5=a113_0x5969;(function(_0x46a891,_0x5d9c18){const _0x3e69f4=a113_0x5969,_0x8e83c7=_0x46a891();while(!![]){try{const _0x3260d2=parseInt(_0x3e69f4(0x8a))/0x1*(-parseInt(_0x3e69f4(0x7c))/0x2)+parseInt(_0x3e69f4(0x77))/0x3+-parseInt(_0x3e69f4(0x91))/0x4+-parseInt(_0x3e69f4(0x7d))/0x5+-parseInt(_0x3e69f4(0x87))/0x6+parseInt(_0x3e69f4(0x78))/0x7*(parseInt(_0x3e69f4(0x73))/0x8)+parseInt(_0x3e69f4(0x82))/0x9*(parseInt(_0x3e69f4(0x8e))/0xa);if(_0x3260d2===_0x5d9c18)break;else _0x8e83c7['push'](_0x8e83c7['shift']());}catch(_0x404152){_0x8e83c7['push'](_0x8e83c7['shift']());}}}(a113_0x4b26,0x1acba));function a113_0x4b26(){const _0x3fc7d9=['isArray','toString','getTurboScaleGridName','527649QGkGny','7581WogtmS','getTurboScaleCaps','buildTags','env','74AFdhTx','225520wtuoeG','appUc','gridName','sZIMG','BROWSERSTACK_BUILD_TAGS','2115jeeFBA','medium','getTurboScaleOptions','YIqjl','NO_GRID_NAME_PASSED','543846RLNPDc','turboScaleOptions','toLowerCase','499uJOWwx','buildPriority','options','../../bin/utils/constants','9110wjcITB','TURBOSCALE_OPTIONS','hzmhb','620988zuTztt','turboScale','BROWSERSTACK_BUILD_PRIORITY','isTurboScaleSession','BROWSERSTACK_TURBOSCALE_GRID_NAME','216UkwHEb'];a113_0x4b26=function(){return _0x3fc7d9;};return a113_0x4b26();}const constants=require(a113_0x30ace5(0x8d));exports[a113_0x30ace5(0x84)]=()=>{const _0x2851e2=a113_0x30ace5;if(!constants[_0x2851e2(0x8f)][_0x2851e2(0x8c)])return{};return constants[_0x2851e2(0x8f)]['options'];},exports[a113_0x30ace5(0x76)]=_0x284922=>{const _0x3d8d2b=a113_0x30ace5,_0x3483cc={};_0x3483cc[_0x3d8d2b(0x85)]=_0x3d8d2b(0x86);const _0x25a591=_0x3483cc;if(_0x284922['turboScaleOptions']&&_0x284922[_0x3d8d2b(0x88)]['gridName'])return _0x284922['turboScaleOptions'][_0x3d8d2b(0x7f)];if(process['env'][_0x3d8d2b(0x72)])return process[_0x3d8d2b(0x7b)][_0x3d8d2b(0x72)];return _0x25a591[_0x3d8d2b(0x85)];},exports[a113_0x30ace5(0x94)]=_0x3f863b=>{const _0x52fecb=a113_0x30ace5,_0x18483b={};_0x18483b['sZIMG']=function(_0x5456fa,_0x580824){return _0x5456fa===_0x580824;},_0x18483b[_0x52fecb(0x90)]='true';const _0x5767a0=_0x18483b;return _0x3f863b&&_0x3f863b[_0x52fecb(0x92)]&&_0x5767a0[_0x52fecb(0x80)](_0x3f863b[_0x52fecb(0x92)][_0x52fecb(0x75)]()[_0x52fecb(0x89)](),_0x5767a0[_0x52fecb(0x90)]);},exports[a113_0x30ace5(0x79)]=(_0xabc301,_0x6f18e3,_0x59f6f6)=>{const _0x409c5c=a113_0x30ace5,_0x18405e={};_0x18405e[_0x409c5c(0x7e)]=_0x409c5c(0x83);const _0x5b2c03=_0x18405e,_0x5ac0df={};_0x5ac0df[_0x409c5c(0x8b)]=_0x5b2c03[_0x409c5c(0x7e)];_0xabc301[_0x409c5c(0x7a)]&&(_0x5ac0df[_0x409c5c(0x7a)]=Array[_0x409c5c(0x74)](_0xabc301['buildTags'])?_0xabc301[_0x409c5c(0x7a)]:_0xabc301[_0x409c5c(0x7a)]['split'](','));if(process[_0x409c5c(0x7b)][_0x409c5c(0x81)])try{_0x5ac0df[_0x409c5c(0x7a)]=process['env']['BROWSERSTACK_BUILD_TAGS']['split'](',');}catch{_0x5ac0df[_0x409c5c(0x7a)]=process[_0x409c5c(0x7b)][_0x409c5c(0x81)];}return _0xabc301[_0x409c5c(0x8b)]&&(_0x5ac0df['buildPriority']=_0xabc301['buildPriority']),process[_0x409c5c(0x7b)][_0x409c5c(0x93)]&&(_0x5ac0df[_0x409c5c(0x8b)]=process[_0x409c5c(0x7b)][_0x409c5c(0x93)]),_0x5ac0df;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a114_0x42b73c=a114_0x581e;function a114_0x4944(){var _0x5101bc=['BROWSERSTACK_RERUN_TESTS','WaqwW','uninstallOtherPackages','DDbFp','HeIrm','keyPassword','chromedriverExecutableDir','keyAlias','BROWSERSTACK_LOG_DIR','keychainPassword','GfZrM','rerunPreviouslyFailed','wdaLaunchTimeout','BoIfs','BROWSERSTACK_USER_NAME','deviceReadyTimeout','rgjmu','androidDeviceReadyTimeout','autoDismissAlerts','browserstack.userName','DsgYZ','232107DrCYzJ','browserstack.app','preventWDAAttachments','browserstack.logLevel','parallelsPerPlatform','buildName','88UseHas','disableAndroidWatchers','logLevel','skipUnlock','webviewDevtoolsPort','avdLaunchTimeout','BROWSERSTACK_APP_ID','browserstack.logDir','noReset','keepKeyChains','browserstack.config','10062216TWKwtM','chromedriverUseSystemExecutable','intentAction','eventTimings','noSign','wdaStartupRetries','localIdentifier','clearSystemFiles','bxDcX','skipLogCapture','automationName','BROWSERSTACK_PARALLELS_PER_PLATFORM','adbExecTimeout','enableAsyncExecuteFromHttps','ADyJr','browserstack.localIdentifier','androidDeviceSocket','wDtmG','browserstackAutomation','deviceName','browserstack.automation','NykPY','webkitDebugProxyPort','localeScript','webDriverAgentUrl','GVzig','automation','calendarFormat','disableWindowAnimation','eOnIV','ABLOq','259592NnPftR','updatedWDABundleId','nativeWebTap','locationServicesAuthorized','siMJa','remoteAdbHost','userName','OmKGC','BROWSERSTACK_APP','enableWebviewDetailsCollection','xcodeConfigFile','SEOHU','networkSpeed','BROWSERSTACK_LOCAL_IDENTIFIER','interKeyDelay','bundleId','wdaLocalPort','accessKey','mockLocationApp','fullContextList','BROWSERSTACK_TEST_REPORTING_DEBUG','BROWSERSTACK_AUTOMATION','commandTimeouts','showXcodeLog','intentCategory','BROWSERSTACK_LOCAL','sendKeyStrategy','androidCoverage','HGXuj','browserstack.testOrchestration.abortBuildOnFailure','launchTimeout','autoWebviewTimeout','browserstack.testOrchestration.rerunPreviouslyFailed','resetOnSessionStartOnly','14SNSrnF','chromedriverChromeMappingFile','OVqzg','skipLogcatCapture','safariOpenLinksInBackground','showIOSLog','waitForAppScript','abortBuildOnFailure','browserstack.accessKey','ignoreUnimportantViews','keystorePath','recreateChromeDriverSessions','enablePerformanceLogging','appActivity','androidScreenshotPath','browserstack.buildName','DTPee','sUidX','xcodeOrgId','unlockKey','browserstackLocal','allowTestPackages','browserstackConfigFile','useCarthageSsl','logcatFormat','CLICapsMapping','gPrOe','skipDeviceInitialization','projectName','xEslO','gpsEnabled','safariAllowPopups','autoWebview','simpleIsVisibleCheck','allowDelayAdb','chromedriverExecutable','browserstack.projectName','queLP','isHeadless','avdReadyTimeout','androidInstallPath','chromedriverDisableBuildCheck','locationServicesEnabled','logDir','appPackage','DYRVU','dontStopAppOnReset','processArguments','BROWSERSTACK_OBSERVABILITY_DEBUG','keystorePassword','webviewConnectRetries','unicodeKeyboard','VhQMk','appWaitActivity','resetKeyboard','MZvHd','rerunTests','customSSLCert','androidInstallTimeout','shouldUseSingletonTestManager','browserstack.parallelsPerPlatform','HPCPe','androidCoverageEndIntent','browserstack.testOrchestration.skipFlakyandFailed','wLeLb','browserstack.testOrchestration.retryTestsOnFailure','lZXQM','nativeInstrumentsLib','orientation','intentFlags','pkfnT','skipFlakyandFailed','PjUtW','ensureWebviewsHavePages','remoteAppsCacheLimit','tkWQv','7851480FJODDb','buildToolsVersion','buildIdentifier','BROWSERSTACK_PROJECT_NAME','xuFzG','app','avd','2gIcjcO','enforceAppInstall','runPreviouslyFailedFirst','browserstack.buildIdentifier','browserstack.ppp','85554XFMfME','language','96qrYMhR','wazXV','usePrebuiltWDA','useNewWDA','browserstack.local','optionalIntentArguments','chromedriverPort','scaleFactor','6818625jpSVBr','iosInstallPause','chromedriverPorts','newCommandTimeout','zDBSn','xcodeSigningId','udid','RcVDt','logcatFilterSpecs','allowTouchIdEnroll','AppiumCaps','retryTestsOnFailure','ltdqm'];a114_0x4944=function(){return _0x5101bc;};return a114_0x4944();}function a114_0x581e(_0x5098f7,_0x2a97b1){var _0x494411=a114_0x4944();return a114_0x581e=function(_0x581e06,_0x5a421a){_0x581e06=_0x581e06-0x1c3;var _0xfc7626=_0x494411[_0x581e06];return _0xfc7626;},a114_0x581e(_0x5098f7,_0x2a97b1);}(function(_0x506742,_0x4accf6){var _0x352c92=a114_0x581e,_0xc07dea=_0x506742();while(!![]){try{var _0x4a950=parseInt(_0x352c92(0x1ed))/0x1*(-parseInt(_0x352c92(0x262))/0x2)+-parseInt(_0x352c92(0x293))/0x3*(-parseInt(_0x352c92(0x1c3))/0x4)+parseInt(_0x352c92(0x271))/0x5+-parseInt(_0x352c92(0x267))/0x6+parseInt(_0x352c92(0x20f))/0x7*(parseInt(_0x352c92(0x269))/0x8)+-parseInt(_0x352c92(0x1ce))/0x9+-parseInt(_0x352c92(0x25b))/0xa;if(_0x4a950===_0x4accf6)break;else _0xc07dea['push'](_0xc07dea['shift']());}catch(_0x4c69ed){_0xc07dea['push'](_0xc07dea['shift']());}}}(a114_0x4944,0xd900c),exports[a114_0x42b73c(0x228)]=()=>{var _0x43aba9=a114_0x42b73c,_0x226396={};_0x226396[_0x43aba9(0x21f)]='browserstack.user_name',_0x226396['xEslO']=_0x43aba9(0x291),_0x226396[_0x43aba9(0x255)]='browserstack.access_key',_0x226396['QnGIm']=_0x43aba9(0x217),_0x226396['OmKGC']=_0x43aba9(0x21e),_0x226396[_0x43aba9(0x275)]=_0x43aba9(0x233),_0x226396[_0x43aba9(0x234)]=_0x43aba9(0x265),_0x226396[_0x43aba9(0x27f)]=_0x43aba9(0x266),_0x226396[_0x43aba9(0x1e3)]=_0x43aba9(0x24b),_0x226396['xuFzG']=_0x43aba9(0x26d),_0x226396['sUidX']=_0x43aba9(0x1dd),_0x226396['tkWQv']='browserstack.rerunTests',_0x226396[_0x43aba9(0x281)]=_0x43aba9(0x294),_0x226396['wDtmG']=_0x43aba9(0x296),_0x226396[_0x43aba9(0x1dc)]=_0x43aba9(0x1e2),_0x226396[_0x43aba9(0x243)]=_0x43aba9(0x1ca),_0x226396[_0x43aba9(0x257)]=_0x43aba9(0x1cd),_0x226396[_0x43aba9(0x1d6)]='browserstackConfigFile',_0x226396[_0x43aba9(0x251)]=_0x43aba9(0x250),_0x226396[_0x43aba9(0x1f1)]=_0x43aba9(0x20a),_0x226396['HGXuj']='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x226396[_0x43aba9(0x292)]=_0x43aba9(0x20d),_0x226396[_0x43aba9(0x288)]=_0x43aba9(0x24e);var _0x5bf238=_0x226396,_0x5b9900={};return _0x5b9900[_0x43aba9(0x1f3)]=[_0x5bf238[_0x43aba9(0x21f)],_0x5bf238[_0x43aba9(0x22c)]],_0x5b9900[_0x43aba9(0x1fe)]=[_0x5bf238[_0x43aba9(0x255)],_0x5bf238['QnGIm']],_0x5b9900[_0x43aba9(0x298)]=[_0x5bf238[_0x43aba9(0x1f4)]],_0x5b9900[_0x43aba9(0x22b)]=[_0x5bf238['zDBSn']],_0x5b9900[_0x43aba9(0x25d)]=[_0x5bf238[_0x43aba9(0x234)]],_0x5b9900[_0x43aba9(0x297)]=[_0x5bf238['WaqwW'],_0x5bf238[_0x43aba9(0x1e3)]],_0x5b9900[_0x43aba9(0x223)]=[_0x5bf238[_0x43aba9(0x25f)]],_0x5b9900[_0x43aba9(0x1d4)]=[_0x5bf238[_0x43aba9(0x220)]],_0x5b9900['rerunTests']=[_0x5bf238[_0x43aba9(0x25a)]],_0x5b9900[_0x43aba9(0x260)]=[_0x5bf238[_0x43aba9(0x281)]],_0x5b9900[_0x43aba9(0x1c5)]=[_0x5bf238[_0x43aba9(0x1df)]],_0x5b9900[_0x43aba9(0x1e8)]=[_0x5bf238['ADyJr']],_0x5b9900['logDir']=[_0x5bf238[_0x43aba9(0x243)]],_0x5b9900[_0x43aba9(0x225)]=[_0x5bf238[_0x43aba9(0x257)],_0x5bf238[_0x43aba9(0x1d6)]],_0x5b9900[_0x43aba9(0x27c)]=[_0x5bf238[_0x43aba9(0x251)]],_0x5b9900[_0x43aba9(0x216)]=[_0x5bf238[_0x43aba9(0x1f1)]],_0x5b9900[_0x43aba9(0x264)]=[_0x5bf238[_0x43aba9(0x209)]],_0x5b9900[_0x43aba9(0x289)]=[_0x5bf238['DsgYZ']],_0x5b9900[_0x43aba9(0x256)]=[_0x5bf238[_0x43aba9(0x288)]],_0x5b9900;},exports['EnvCapsMapping']=()=>{var _0x5efe80=a114_0x42b73c,_0x2ce9c8={};_0x2ce9c8['wazXV']='BROWSERSTACK_USERNAME',_0x2ce9c8['RcVDt']=_0x5efe80(0x28c),_0x2ce9c8[_0x5efe80(0x1eb)]='BROWSERSTACK_ACCESS_KEY',_0x2ce9c8[_0x5efe80(0x246)]='BROWSERSTACK_BUILD_NAME',_0x2ce9c8[_0x5efe80(0x28b)]=_0x5efe80(0x25e),_0x2ce9c8[_0x5efe80(0x1e7)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x2ce9c8[_0x5efe80(0x229)]=_0x5efe80(0x1d9),_0x2ce9c8[_0x5efe80(0x282)]=_0x5efe80(0x206),_0x2ce9c8[_0x5efe80(0x211)]=_0x5efe80(0x1fa),_0x2ce9c8[_0x5efe80(0x1f8)]=_0x5efe80(0x27e),_0x2ce9c8[_0x5efe80(0x27d)]=_0x5efe80(0x1c9),_0x2ce9c8[_0x5efe80(0x1ec)]=_0x5efe80(0x1f5),_0x2ce9c8[_0x5efe80(0x23c)]=_0x5efe80(0x23f),_0x2ce9c8[_0x5efe80(0x24f)]=_0x5efe80(0x201),_0x2ce9c8[_0x5efe80(0x24c)]=_0x5efe80(0x202),_0x2ce9c8[_0x5efe80(0x28e)]=_0x5efe80(0x286);var _0x49ebc9=_0x2ce9c8,_0x45a244={};return _0x45a244[_0x5efe80(0x1f3)]=[_0x49ebc9[_0x5efe80(0x26a)],_0x49ebc9[_0x5efe80(0x278)]],_0x45a244['accessKey']=[_0x49ebc9[_0x5efe80(0x1eb)]],_0x45a244['buildName']=[_0x49ebc9[_0x5efe80(0x246)]],_0x45a244['projectName']=[_0x49ebc9[_0x5efe80(0x28b)]],_0x45a244['buildIdentifier']=[_0x49ebc9[_0x5efe80(0x1e7)]],_0x45a244[_0x5efe80(0x297)]=[_0x49ebc9[_0x5efe80(0x229)]],_0x45a244[_0x5efe80(0x223)]=[_0x49ebc9[_0x5efe80(0x282)]],_0x45a244[_0x5efe80(0x1d4)]=[_0x49ebc9['OVqzg']],_0x45a244[_0x5efe80(0x247)]=[_0x49ebc9['SEOHU']],_0x45a244[_0x5efe80(0x260)]=[_0x49ebc9['ltdqm'],_0x49ebc9[_0x5efe80(0x1ec)]],_0x45a244['logLevel']=[_0x49ebc9[_0x5efe80(0x23c)],_0x49ebc9['wLeLb']],_0x45a244[_0x5efe80(0x1e8)]=[_0x49ebc9[_0x5efe80(0x24c)]],_0x45a244[_0x5efe80(0x1e0)]=[_0x49ebc9[_0x5efe80(0x24c)]],_0x45a244[_0x5efe80(0x23a)]=[_0x49ebc9[_0x5efe80(0x28e)]],_0x45a244;},exports[a114_0x42b73c(0x27b)]=()=>[a114_0x42b73c(0x1d8),'platformVersion',a114_0x42b73c(0x1e1),a114_0x42b73c(0x274),a114_0x42b73c(0x260),a114_0x42b73c(0x277),a114_0x42b73c(0x268),'locale',a114_0x42b73c(0x253),a114_0x42b73c(0x22f),a114_0x42b73c(0x1cb),'fullReset',a114_0x42b73c(0x1d5),a114_0x42b73c(0x1d1),a114_0x42b73c(0x21b),'otherApps','printPageSourceOnFindFailure',a114_0x42b73c(0x21c),a114_0x42b73c(0x23b),a114_0x42b73c(0x244),'appWaitPackage','appWaitDuration',a114_0x42b73c(0x28d),a114_0x42b73c(0x224),a114_0x42b73c(0x208),a114_0x42b73c(0x24d),a114_0x42b73c(0x28f),'adbPort',a114_0x42b73c(0x1de),a114_0x42b73c(0x249),a114_0x42b73c(0x237),a114_0x42b73c(0x261),a114_0x42b73c(0x1c8),a114_0x42b73c(0x236),'avdArgs','useKeystore',a114_0x42b73c(0x219),a114_0x42b73c(0x240),a114_0x42b73c(0x285),a114_0x42b73c(0x283),a114_0x42b73c(0x232),'chromedriverArgs',a114_0x42b73c(0x284),a114_0x42b73c(0x210),a114_0x42b73c(0x1cf),a114_0x42b73c(0x26f),a114_0x42b73c(0x273),a114_0x42b73c(0x238),a114_0x42b73c(0x20c),a114_0x42b73c(0x1d0),a114_0x42b73c(0x205),a114_0x42b73c(0x254),a114_0x42b73c(0x26e),a114_0x42b73c(0x23d),a114_0x42b73c(0x242),a114_0x42b73c(0x245),a114_0x42b73c(0x1d2),a114_0x42b73c(0x218),a114_0x42b73c(0x1c4),'chromeOptions',a114_0x42b73c(0x21a),'nativeWebScreenshot',a114_0x42b73c(0x21d),a114_0x42b73c(0x1f9),a114_0x42b73c(0x22d),a114_0x42b73c(0x235),a114_0x42b73c(0x1da),a114_0x42b73c(0x1e5),a114_0x42b73c(0x22a),'autoGrantPermissions','androidNaturalOrientation','systemPort',a114_0x42b73c(0x1f2),a114_0x42b73c(0x1c6),'unlockType',a114_0x42b73c(0x222),'autoLaunch',a114_0x42b73c(0x212),a114_0x42b73c(0x280),a114_0x42b73c(0x1ea),a114_0x42b73c(0x25c),a114_0x42b73c(0x263),a114_0x42b73c(0x258),a114_0x42b73c(0x1c7),a114_0x42b73c(0x1f6),a114_0x42b73c(0x259),a114_0x42b73c(0x1e9),a114_0x42b73c(0x1fc),a114_0x42b73c(0x20b),a114_0x42b73c(0x239),a114_0x42b73c(0x1f0),'autoAcceptAlerts',a114_0x42b73c(0x290),a114_0x42b73c(0x252),a114_0x42b73c(0x1ef),'safariInitialUrl',a114_0x42b73c(0x22e),'safariIgnoreFraudWarning',a114_0x42b73c(0x213),a114_0x42b73c(0x1cc),'localizableStringsDir',a114_0x42b73c(0x23e),a114_0x42b73c(0x1fb),a114_0x42b73c(0x214),a114_0x42b73c(0x207),'webkitResponseTimeout','screenshotWaitTimeout','remoteDebugProxy',a114_0x42b73c(0x1db),a114_0x42b73c(0x1d7),a114_0x42b73c(0x1e4),a114_0x42b73c(0x200),a114_0x42b73c(0x215),a114_0x42b73c(0x241),'appName',a114_0x42b73c(0x248),'tapWithShortPressDuration',a114_0x42b73c(0x270),a114_0x42b73c(0x1fd),a114_0x42b73c(0x204),a114_0x42b73c(0x272),a114_0x42b73c(0x1f7),a114_0x42b73c(0x287),a114_0x42b73c(0x26b),a114_0x42b73c(0x295),a114_0x42b73c(0x1e6),'keychainPath',a114_0x42b73c(0x26c),a114_0x42b73c(0x28a),'wdaConnectionTimeout',a114_0x42b73c(0x221),a114_0x42b73c(0x276),a114_0x42b73c(0x1ee),a114_0x42b73c(0x20e),a114_0x42b73c(0x203),a114_0x42b73c(0x1d3),'wdaStartupRetryInterval','connectHardwareKeyboard','maxTypingFrequency',a114_0x42b73c(0x230),a114_0x42b73c(0x226),a114_0x42b73c(0x24a),'startIWDP',a114_0x42b73c(0x27a),'ignoreHiddenApiPolicyError',a114_0x42b73c(0x1ff),a114_0x42b73c(0x227),a114_0x42b73c(0x279),a114_0x42b73c(0x231)]);
|
|
1
|
+
function a114_0x430b(_0x3ab363,_0x302fe7){var _0x31e22b=a114_0x31e2();return a114_0x430b=function(_0x430b35,_0x592f8d){_0x430b35=_0x430b35-0x7d;var _0x3e84e1=_0x31e22b[_0x430b35];return _0x3e84e1;},a114_0x430b(_0x3ab363,_0x302fe7);}var a114_0x1711f2=a114_0x430b;function a114_0x31e2(){var _0x4f678e=['chromedriverChromeMappingFile','allowTouchIdEnroll','mwKll','automationName','optionalIntentArguments','deviceName','networkSpeed','GMgjz','skipUnlock','nativeInstrumentsLib','webkitResponseTimeout','appWaitDuration','WmsZe','accessKey','cjalV','aUnHf','orientation','WVIaf','nativeWebTap','showXcodeLog','commandTimeouts','autoDismissAlerts','disableAndroidWatchers','keyAlias','eventTimings','sendKeyStrategy','640732HUcmoL','avdReadyTimeout','browserstack.buildIdentifier','enableAsyncExecuteFromHttps','unicodeKeyboard','OBRav','autoWebview','platformVersion','BROWSERSTACK_LOG_DIR','webviewDevtoolsPort','BROWSERSTACK_AUTOMATION','chromeOptions','rbmLz','localeScript','buildIdentifier','umIiJ','2065yRaSdN','1951832obfJVM','autoWebviewTimeout','ThEzx','CbYAZ','buildToolsVersion','processArguments','chromedriverExecutable','browserstack.testOrchestration.rerunPreviouslyFailed','sDHZB','browserstack.rerunTests','parallelsPerPlatform','EnvCapsMapping','resetKeyboard','bundleId','18EDEdGx','qzTjO','remoteDebugProxy','CxIDt','browserstack.testOrchestration.runPreviouslyFailedFirst','localIdentifier','BROWSERSTACK_BUILD_NAME','SEccj','iIHHD','calendarFormat','noReset','browserstack.testOrchestration.skipFlakyandFailed','chromedriverUseSystemExecutable','simpleIsVisibleCheck','safariIgnoreFraudWarning','deviceReadyTimeout','chromedriverArgs','fullContextList','DuyeE','enablePerformanceLogging','wdaConnectionTimeout','BROWSERSTACK_RERUN_TESTS','skipLogCapture','otherApps','intentCategory','appActivity','2024376aERdbm','keystorePath','2265759fYkZal','NDopd','MSrzS','safariOpenLinksInBackground','interKeyDelay','webviewConnectRetries','browserstackConfigFile','newCommandTimeout','browserstack.logDir','autoGrantPermissions','locationServicesEnabled','app','browserstack.automation','automation','iosInstallPause','unlockType','TEsMl','BROWSERSTACK_LOCAL','skipLogcatCapture','disableWindowAnimation','keychainPassword','uninstallOtherPackages','wdaLaunchTimeout','browserstack.parallelsPerPlatform','enableWebviewDetailsCollection','browserstack.app','mockLocationApp','chromedriverPorts','AppiumCaps','keepKeyChains','chromedriverPort','BROWSERSTACK_APP_ID','ioAGl','3xPhZxY','resetOnSessionStartOnly','enforceAppInstall','browserstackLocal','retryTestsOnFailure','browserstack.local','dontStopAppOnReset','wdaLocalPort','QfEtN','xcodeConfigFile','xcodeSigningId','browserstack.config','ignoreHiddenApiPolicyError','projectName','EVZGl','rerunTests','1537890cvpKgK','safariInitialUrl','nativeWebScreenshot','androidNaturalOrientation','browserstack.accessKey','BJMSj','unlockKey','locationServicesAuthorized','SHinu','keychainPath','waitForAppScript','HTHVK','showIOSLog','androidCoverageEndIntent','BROWSERSTACK_LOCAL_IDENTIFIER','browserstack.user_name','xcodeOrgId','browserstackAutomation','userName','iDpeu','androidInstallPath','logLevel','logcatFilterSpecs','tapWithShortPressDuration','jtQvs','29632aOzUcq','browserstack.logLevel','adbPort','isHeadless','keyPassword','ttVAI','locale','wdaStartupRetries','webkitDebugProxyPort','customSSLCert','webDriverAgentUrl','appPackage','printPageSourceOnFindFailure','BROWSERSTACK_PROJECT_NAME','OITCw','BROWSERSTACK_USERNAME','browserstack.ppp','NEMJs','wdaStartupRetryInterval','BROWSERSTACK_OBSERVABILITY_DEBUG','localizableStringsDir','dWpXl','ensureWebviewsHavePages','androidScreenshotPath','adbExecTimeout','startIWDP','abortBuildOnFailure','Qbfhj','runPreviouslyFailedFirst','usePrebuiltWDA','OWIrk','keystorePassword','recreateChromeDriverSessions','avd','rerunPreviouslyFailed','2390790gRtAji'];a114_0x31e2=function(){return _0x4f678e;};return a114_0x31e2();}(function(_0xfcfa78,_0x47ab0a){var _0x31b9d8=a114_0x430b,_0x51dd01=_0xfcfa78();while(!![]){try{var _0x597fa9=parseInt(_0x31b9d8(0x138))/0x1*(parseInt(_0x31b9d8(0xdc))/0x2)+-parseInt(_0x31b9d8(0x117))/0x3+parseInt(_0x31b9d8(0xed))/0x4+-parseInt(_0x31b9d8(0xc1))/0x5+-parseInt(_0x31b9d8(0x115))/0x6+-parseInt(_0x31b9d8(0xec))/0x7*(-parseInt(_0x31b9d8(0x9e))/0x8)+parseInt(_0x31b9d8(0xfb))/0x9*(-parseInt(_0x31b9d8(0x85))/0xa);if(_0x597fa9===_0x47ab0a)break;else _0x51dd01['push'](_0x51dd01['shift']());}catch(_0x7518c8){_0x51dd01['push'](_0x51dd01['shift']());}}}(a114_0x31e2,0xa1f37),exports['CLICapsMapping']=()=>{var _0x352179=a114_0x430b,_0x1ba3a1={};_0x1ba3a1['vsexc']=_0x352179(0x94),_0x1ba3a1[_0x352179(0x7d)]='browserstack.userName',_0x1ba3a1['ioAGl']='browserstack.access_key',_0x1ba3a1[_0x352179(0xc9)]=_0x352179(0x89),_0x1ba3a1[_0x352179(0x127)]='browserstack.buildName',_0x1ba3a1['DuyeE']='browserstack.projectName',_0x1ba3a1[_0x352179(0xeb)]=_0x352179(0xde),_0x1ba3a1['NEMJs']=_0x352179(0xae),_0x1ba3a1[_0x352179(0xd3)]=_0x352179(0x12e),_0x1ba3a1[_0x352179(0x118)]=_0x352179(0x13d),_0x1ba3a1[_0x352179(0xe8)]='browserstack.localIdentifier',_0x1ba3a1[_0x352179(0xc4)]=_0x352179(0xf6),_0x1ba3a1[_0x352179(0x83)]=_0x352179(0x130),_0x1ba3a1[_0x352179(0x102)]=_0x352179(0x9f),_0x1ba3a1[_0x352179(0xd0)]=_0x352179(0x123),_0x1ba3a1[_0x352179(0xd1)]=_0x352179(0x11f),_0x1ba3a1[_0x352179(0xef)]=_0x352179(0x80),_0x1ba3a1[_0x352179(0xa3)]=_0x352179(0x11d),_0x1ba3a1[_0x352179(0xac)]='browserstack.testOrchestration.retryTestsOnFailure',_0x1ba3a1[_0x352179(0xb3)]='browserstack.testOrchestration.abortBuildOnFailure',_0x1ba3a1['DrEIP']=_0x352179(0xff),_0x1ba3a1[_0x352179(0x103)]=_0x352179(0xf4),_0x1ba3a1['OWIrk']=_0x352179(0x106);var _0x7b5c1d=_0x1ba3a1,_0x26495a={};return _0x26495a['userName']=[_0x7b5c1d['vsexc'],_0x7b5c1d[_0x352179(0x7d)]],_0x26495a[_0x352179(0xcf)]=[_0x7b5c1d[_0x352179(0x137)],_0x7b5c1d[_0x352179(0xc9)]],_0x26495a['buildName']=[_0x7b5c1d[_0x352179(0x127)]],_0x26495a[_0x352179(0x82)]=[_0x7b5c1d[_0x352179(0x10d)]],_0x26495a[_0x352179(0xea)]=[_0x7b5c1d[_0x352179(0xeb)]],_0x26495a[_0x352179(0xf7)]=[_0x7b5c1d[_0x352179(0xaf)],_0x7b5c1d[_0x352179(0xd3)]],_0x26495a[_0x352179(0x13b)]=[_0x7b5c1d['NDopd']],_0x26495a[_0x352179(0x100)]=[_0x7b5c1d[_0x352179(0xe8)]],_0x26495a['rerunTests']=[_0x7b5c1d[_0x352179(0xc4)]],_0x26495a[_0x352179(0x122)]=[_0x7b5c1d[_0x352179(0x83)]],_0x26495a[_0x352179(0x9a)]=[_0x7b5c1d[_0x352179(0x102)]],_0x26495a[_0x352179(0x124)]=[_0x7b5c1d['cjalV']],_0x26495a['logDir']=[_0x7b5c1d[_0x352179(0xd1)]],_0x26495a['browserstackConfigFile']=[_0x7b5c1d[_0x352179(0xef)],_0x7b5c1d[_0x352179(0xa3)]],_0x26495a[_0x352179(0x13c)]=[_0x7b5c1d[_0x352179(0xac)]],_0x26495a[_0x352179(0xb8)]=[_0x7b5c1d[_0x352179(0xb3)]],_0x26495a[_0x352179(0xba)]=[_0x7b5c1d['DrEIP']],_0x26495a[_0x352179(0xc0)]=[_0x7b5c1d[_0x352179(0x103)]],_0x26495a['skipFlakyandFailed']=[_0x7b5c1d[_0x352179(0xbc)]],_0x26495a;},exports[a114_0x1711f2(0xf8)]=()=>{var _0xd4a784=a114_0x1711f2,_0x270169={};_0x270169[_0xd4a784(0x8d)]=_0xd4a784(0xad),_0x270169[_0xd4a784(0xb9)]='BROWSERSTACK_USER_NAME',_0x270169['OBRav']='BROWSERSTACK_ACCESS_KEY',_0x270169[_0xd4a784(0x98)]=_0xd4a784(0x101),_0x270169['HTHVK']=_0xd4a784(0xab),_0x270169['gZEQN']='BROWSERSTACK_BUILD_IDENTIFIER',_0x270169[_0xd4a784(0x119)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x270169[_0xd4a784(0xfc)]=_0xd4a784(0x128),_0x270169[_0xd4a784(0x9d)]=_0xd4a784(0x93),_0x270169['SrOWN']=_0xd4a784(0x110),_0x270169[_0xd4a784(0xce)]=_0xd4a784(0x136),_0x270169[_0xd4a784(0x8a)]='BROWSERSTACK_APP',_0x270169[_0xd4a784(0xf0)]=_0xd4a784(0xb1),_0x270169['eLMhl']='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x270169[_0xd4a784(0xfe)]=_0xd4a784(0xe6),_0x270169[_0xd4a784(0xf5)]=_0xd4a784(0xe4);var _0x1fa147=_0x270169,_0x1ed97e={};return _0x1ed97e[_0xd4a784(0x97)]=[_0x1fa147[_0xd4a784(0x8d)],_0x1fa147[_0xd4a784(0xb9)]],_0x1ed97e[_0xd4a784(0xcf)]=[_0x1fa147[_0xd4a784(0xe1)]],_0x1ed97e['buildName']=[_0x1fa147[_0xd4a784(0x98)]],_0x1ed97e[_0xd4a784(0x82)]=[_0x1fa147[_0xd4a784(0x90)]],_0x1ed97e[_0xd4a784(0xea)]=[_0x1fa147['gZEQN']],_0x1ed97e[_0xd4a784(0xf7)]=[_0x1fa147['MSrzS']],_0x1ed97e[_0xd4a784(0x13b)]=[_0x1fa147['qzTjO']],_0x1ed97e[_0xd4a784(0x100)]=[_0x1fa147[_0xd4a784(0x9d)]],_0x1ed97e[_0xd4a784(0x84)]=[_0x1fa147['SrOWN']],_0x1ed97e[_0xd4a784(0x122)]=[_0x1fa147[_0xd4a784(0xce)],_0x1fa147['BJMSj']],_0x1ed97e[_0xd4a784(0x9a)]=[_0x1fa147[_0xd4a784(0xf0)],_0x1fa147['eLMhl']],_0x1ed97e[_0xd4a784(0x124)]=[_0x1fa147[_0xd4a784(0xfe)]],_0x1ed97e[_0xd4a784(0x96)]=[_0x1fa147[_0xd4a784(0xfe)]],_0x1ed97e['logDir']=[_0x1fa147[_0xd4a784(0xf5)]],_0x1ed97e;},exports[a114_0x1711f2(0x133)]=()=>[a114_0x1711f2(0xc5),a114_0x1711f2(0xe3),a114_0x1711f2(0xc7),a114_0x1711f2(0x11e),'app','udid','language',a114_0x1711f2(0xa4),a114_0x1711f2(0xd2),a114_0x1711f2(0xe2),a114_0x1711f2(0x105),'fullReset','clearSystemFiles',a114_0x1711f2(0xda),a114_0x1711f2(0x10e),a114_0x1711f2(0x112),a114_0x1711f2(0xaa),a114_0x1711f2(0x114),a114_0x1711f2(0xa9),'appWaitActivity','appWaitPackage',a114_0x1711f2(0xcd),a114_0x1711f2(0x10a),'allowTestPackages','androidCoverage',a114_0x1711f2(0x92),'androidDeviceReadyTimeout',a114_0x1711f2(0xa0),'androidDeviceSocket','androidInstallTimeout',a114_0x1711f2(0x99),a114_0x1711f2(0xbf),'avdLaunchTimeout',a114_0x1711f2(0xdd),'avdArgs','useKeystore',a114_0x1711f2(0x116),a114_0x1711f2(0xbd),a114_0x1711f2(0xd9),a114_0x1711f2(0xa2),a114_0x1711f2(0xf3),a114_0x1711f2(0x10b),'chromedriverExecutableDir',a114_0x1711f2(0xc2),a114_0x1711f2(0x107),a114_0x1711f2(0x135),a114_0x1711f2(0x132),'chromedriverDisableBuildCheck',a114_0x1711f2(0xee),'intentAction',a114_0x1711f2(0x113),'intentFlags',a114_0x1711f2(0xc6),a114_0x1711f2(0x13e),a114_0x1711f2(0xe0),a114_0x1711f2(0xf9),'noSign','ignoreUnimportantViews',a114_0x1711f2(0xd8),a114_0x1711f2(0xe7),a114_0x1711f2(0xbe),a114_0x1711f2(0x87),a114_0x1711f2(0xb5),a114_0x1711f2(0xc8),'gpsEnabled',a114_0x1711f2(0xa1),a114_0x1711f2(0xb6),a114_0x1711f2(0xe9),'skipDeviceInitialization',a114_0x1711f2(0x120),a114_0x1711f2(0x88),'systemPort','remoteAdbHost',a114_0x1711f2(0xca),a114_0x1711f2(0x126),a114_0x1711f2(0x8b),'autoLaunch',a114_0x1711f2(0x129),a114_0x1711f2(0x12c),a114_0x1711f2(0x12a),a114_0x1711f2(0xf1),a114_0x1711f2(0x13a),a114_0x1711f2(0xb4),a114_0x1711f2(0xe5),a114_0x1711f2(0x12f),'remoteAppsCacheLimit',a114_0x1711f2(0x104),a114_0x1711f2(0xfa),'launchTimeout',a114_0x1711f2(0x121),a114_0x1711f2(0x8c),'autoAcceptAlerts',a114_0x1711f2(0xd7),a114_0x1711f2(0xcb),a114_0x1711f2(0xd4),a114_0x1711f2(0x86),'safariAllowPopups',a114_0x1711f2(0x109),a114_0x1711f2(0x11a),a114_0x1711f2(0x134),a114_0x1711f2(0xb2),a114_0x1711f2(0xf2),a114_0x1711f2(0x11b),a114_0x1711f2(0x91),a114_0x1711f2(0xdb),a114_0x1711f2(0xcc),'screenshotWaitTimeout',a114_0x1711f2(0xfd),a114_0x1711f2(0xdf),a114_0x1711f2(0x111),a114_0x1711f2(0xa6),a114_0x1711f2(0x10c),a114_0x1711f2(0x8f),a114_0x1711f2(0x11c),'appName',a114_0x1711f2(0xa7),a114_0x1711f2(0x9c),'scaleFactor',a114_0x1711f2(0x13f),a114_0x1711f2(0xd5),a114_0x1711f2(0x125),a114_0x1711f2(0x7e),a114_0x1711f2(0x12b),a114_0x1711f2(0xbb),'preventWDAAttachments',a114_0x1711f2(0xa8),a114_0x1711f2(0x8e),'useNewWDA',a114_0x1711f2(0x12d),a114_0x1711f2(0x10f),a114_0x1711f2(0x95),a114_0x1711f2(0x7f),'updatedWDABundleId',a114_0x1711f2(0x139),a114_0x1711f2(0xd6),a114_0x1711f2(0xa5),a114_0x1711f2(0xb0),'connectHardwareKeyboard','maxTypingFrequency',a114_0x1711f2(0x108),'useCarthageSsl','shouldUseSingletonTestManager',a114_0x1711f2(0xb7),a114_0x1711f2(0xc3),a114_0x1711f2(0x81),a114_0x1711f2(0x131),'logcatFormat',a114_0x1711f2(0x9b),'allowDelayAdb']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a115_0x5ae7(){var _0x1f2266=['8145549RTjnYr','131362UOJpwc','2020080EwEMPK','13BTHYAR','118296zmtmfB','4zGpdYz','BROWSERSTACK_GRR_US_HUB_URL','750584SbLirO','4863426dlYftB','https://hub-use-only.browserstack.com/wd/hub','63dxkwCp','18258110oHtkIb'];a115_0x5ae7=function(){return _0x1f2266;};return a115_0x5ae7();}var a115_0x36cf00=a115_0x57a9;function a115_0x57a9(_0x2ba29a,_0x205f92){var _0x5ae768=a115_0x5ae7();return a115_0x57a9=function(_0x57a9e8,_0xccdc70){_0x57a9e8=_0x57a9e8-0x7f;var _0x68c7ff=_0x5ae768[_0x57a9e8];return _0x68c7ff;},a115_0x57a9(_0x2ba29a,_0x205f92);}(function(_0x31e15f,_0x322375){var _0xa205=a115_0x57a9,_0x4d67f3=_0x31e15f();while(!![]){try{var _0x499738=parseInt(_0xa205(0x85))/0x1*(parseInt(_0xa205(0x83))/0x2)+-parseInt(_0xa205(0x86))/0x3+parseInt(_0xa205(0x87))/0x4*(parseInt(_0xa205(0x84))/0x5)+-parseInt(_0xa205(0x8a))/0x6+parseInt(_0xa205(0x80))/0x7*(-parseInt(_0xa205(0x89))/0x8)+-parseInt(_0xa205(0x82))/0x9+parseInt(_0xa205(0x81))/0xa;if(_0x499738===_0x322375)break;else _0x4d67f3['push'](_0x4d67f3['shift']());}catch(_0x44e5ef){_0x4d67f3['push'](_0x4d67f3['shift']());}}}(a115_0x5ae7,0x76371),exports[a115_0x36cf00(0x88)]=a115_0x36cf00(0x7f));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a116_0x251218=a116_0x1a61;(function(_0x8b6216,_0x20d978){var _0x366389=a116_0x1a61,_0x35b250=_0x8b6216();while(!![]){try{var _0xe40459=-parseInt(_0x366389(0x164))/0x1*(-parseInt(_0x366389(0x166))/0x2)+parseInt(_0x366389(0x172))/0x3+-parseInt(_0x366389(0x169))/0x4*(-parseInt(_0x366389(0x16b))/0x5)+parseInt(_0x366389(0x160))/0x6*(-parseInt(_0x366389(0x171))/0x7)+parseInt(_0x366389(0x16a))/0x8+-parseInt(_0x366389(0x16c))/0x9*(-parseInt(_0x366389(0x165))/0xa)+-parseInt(_0x366389(0x167))/0xb;if(_0xe40459===_0x20d978)break;else _0x35b250['push'](_0x35b250['shift']());}catch(_0x41e225){_0x35b250['push'](_0x35b250['shift']());}}}(a116_0x58ad,0xaea79),exports[a116_0x251218(0x170)]=(_0xb61845,_0x429306,_0x1f4284)=>{var _0x275508=a116_0x251218,_0x2ded54={'vwOeu':function(_0xbf1d03,_0x65d257){return _0xbf1d03(_0x65d257);},'tVnyL':function(_0x3abcfd,_0x289894){return _0x3abcfd||_0x289894;}};_0xb61845[_0x275508(0x16e)]={'http_code':_0x2ded54[_0x275508(0x168)](String,_0x429306)||null,'redirect_url':_0x2ded54['tVnyL'](_0x1f4284,null),'token':process[_0x275508(0x16f)][_0x275508(0x162)]||null},process[_0x275508(0x16f)][_0x275508(0x16d)]&&(_0xb61845[_0x275508(0x16e)][_0x275508(0x161)]=JSON[_0x275508(0x163)](process['env'][_0x275508(0x16d)])||null);});function a116_0x1a61(_0x431728,_0x3bc0b0){var _0x58ad09=a116_0x58ad();return a116_0x1a61=function(_0x1a61f3,_0x59836c){_0x1a61f3=_0x1a61f3-0x160;var _0x17295c=_0x58ad09[_0x1a61f3];return _0x17295c;},a116_0x1a61(_0x431728,_0x3bc0b0);}function a116_0x58ad(){var _0x55f250=['398532NlOtvM','a11y_scanner','BROWSERSTACK_CENTRAL_SCANNER_JWT','parse','857fPhqWQ','240toRffc','626zysDwh','18563490lGegTW','vwOeu','1130156qDlJZY','5085384WkxfPK','5Rcvbzk','158031iWhCgv','A11Y_SCAN_RESULT','central_scanner_log','env','setCentralScannerData','7jYEMaZ','2584584hkqjkp'];a116_0x58ad=function(){return _0x55f250;};return a116_0x58ad();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a117_0xad8c25=a117_0x2ada;(function(_0x289317,_0x38ce27){const _0x26a07f=a117_0x2ada,_0x12f979=_0x289317();while(!![]){try{const _0x479af2=-parseInt(_0x26a07f(0x107))/0x1+-parseInt(_0x26a07f(0x106))/0x2+parseInt(_0x26a07f(0x10c))/0x3+-parseInt(_0x26a07f(0x10d))/0x4+parseInt(_0x26a07f(0x109))/0x5*(-parseInt(_0x26a07f(0x10f))/0x6)+-parseInt(_0x26a07f(0x111))/0x7*(parseInt(_0x26a07f(0x114))/0x8)+parseInt(_0x26a07f(0x108))/0x9;if(_0x479af2===_0x38ce27)break;else _0x12f979['push'](_0x12f979['shift']());}catch(_0x47a562){_0x12f979['push'](_0x12f979['shift']());}}}(a117_0xc499,0xde0a8));const logger=require(a117_0xad8c25(0x10b))[a117_0xad8c25(0x105)];function createClassLogger(_0x4c83b3){const _0x11e5a3=a117_0xad8c25;return{'info':(_0x14b859,..._0x13d64a)=>logger[_0x11e5a3(0x112)]('['+_0x4c83b3+']\x20'+_0x14b859,..._0x13d64a),'debug':(_0x3fcfe2,..._0xd887c2)=>logger['debug']('['+_0x4c83b3+']\x20'+_0x3fcfe2,..._0xd887c2),'warn':(_0x50b1c6,..._0xb07142)=>logger[_0x11e5a3(0x110)]('['+_0x4c83b3+']\x20'+_0x50b1c6,..._0xb07142),'error':(_0x5b2b2a,..._0x5f6f5e)=>logger['error']('['+_0x4c83b3+']\x20'+_0x5b2b2a,..._0x5f6f5e),'verbose':(_0x4b7ac4,..._0x2e271d)=>logger[_0x11e5a3(0x10e)]('['+_0x4c83b3+']\x20'+_0x4b7ac4,..._0x2e271d)};}const a117_0xfe90a2={};function a117_0x2ada(_0x4c17ca,_0x53bfcc){const _0xc499ab=a117_0xc499();return a117_0x2ada=function(_0x2ada95,_0x9185ad){_0x2ada95=_0x2ada95-0x105;let _0xc1dda5=_0xc499ab[_0x2ada95];return _0xc1dda5;},a117_0x2ada(_0x4c17ca,_0x53bfcc);}function a117_0xc499(){const _0x4fa3ba=['3048387bOoWZq','5056632vrPZNP','verbose','1377234qWzTwi','warn','14WwMkbH','info','createClassLogger','4820896Wsumxg','winstonLogger','530576oeMHqr','1446645yAoUfC','42869547XDrepY','15WXsmHH','exports','./logger.js'];a117_0xc499=function(){return _0x4fa3ba;};return a117_0xc499();}a117_0xfe90a2[a117_0xad8c25(0x113)]=createClassLogger,module[a117_0xad8c25(0x10a)]=a117_0xfe90a2;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a118_0x1f23d0=a118_0x1803;(function(_0x41ca13,_0x60be23){var _0x1641e5=a118_0x1803,_0x12439e=_0x41ca13();while(!![]){try{var _0x5960f9=parseInt(_0x1641e5(0x178))/0x1*(-parseInt(_0x1641e5(0x17f))/0x2)+parseInt(_0x1641e5(0x182))/0x3+-parseInt(_0x1641e5(0x17d))/0x4+parseInt(_0x1641e5(0x17b))/0x5+parseInt(_0x1641e5(0x185))/0x6*(-parseInt(_0x1641e5(0x179))/0x7)+parseInt(_0x1641e5(0x183))/0x8+parseInt(_0x1641e5(0x181))/0x9;if(_0x5960f9===_0x60be23)break;else _0x12439e['push'](_0x12439e['shift']());}catch(_0x256042){_0x12439e['push'](_0x12439e['shift']());}}}(a118_0x2bc9,0xde0ae));class Global{static ['__instance'];constructor(){var _0x39be89=a118_0x1803;if(Global[_0x39be89(0x180)])return Global[_0x39be89(0x180)];this[_0x39be89(0x17e)]=global,Global[_0x39be89(0x180)]=this;}[a118_0x1f23d0(0x17c)](_0x4c9729,_0x2a0afa){var _0x5737f5=a118_0x1f23d0;this[_0x5737f5(0x17e)][_0x4c9729]=_0x2a0afa;}[a118_0x1f23d0(0x17a)](_0x36ecf7){var _0x235d52=a118_0x1f23d0;return this[_0x235d52(0x17e)][_0x36ecf7];}}function a118_0x1803(_0x2bf9f1,_0x2da844){var _0x2bc927=a118_0x2bc9();return a118_0x1803=function(_0x1803dc,_0x56085e){_0x1803dc=_0x1803dc-0x178;var _0xd190cc=_0x2bc927[_0x1803dc];return _0xd190cc;},a118_0x1803(_0x2bf9f1,_0x2da844);}function a118_0x2bc9(){var _0x540ff6=['262lRSkhU','__instance','20884662MBhrPJ','590655mYBMrP','109872ejzazh','exports','3568578vKnoIz','1418kOAvUc','14CgFRTE','getGlobal','6741950gnaVMs','setGlobal','6379028RLNSyy','browserStackGlobals'];a118_0x2bc9=function(){return _0x540ff6;};return a118_0x2bc9();}module[a118_0x1f23d0(0x184)]=new Global();
|