browserstack-node-sdk 1.50.5 → 1.50.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +2 -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/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a99_0x3a07d1=a99_0x4093;(function(_0x2ebed9,_0x359ef8){const _0x4d61ab=a99_0x4093,_0x237267=_0x2ebed9();while(!![]){try{const _0x299f0f=-parseInt(_0x4d61ab(0x22f))/0x1*(parseInt(_0x4d61ab(0x232))/0x2)+-parseInt(_0x4d61ab(0x1fa))/0x3+parseInt(_0x4d61ab(0x1ed))/0x4+parseInt(_0x4d61ab(0x229))/0x5*(-parseInt(_0x4d61ab(0x1fe))/0x6)+parseInt(_0x4d61ab(0x222))/0x7+parseInt(_0x4d61ab(0x243))/0x8+parseInt(_0x4d61ab(0x207))/0x9*(parseInt(_0x4d61ab(0x210))/0xa);if(_0x299f0f===_0x359ef8)break;else _0x237267['push'](_0x237267['shift']());}catch(_0x7bc682){_0x237267['push'](_0x237267['shift']());}}}(a99_0x53d3,0xbcda7));const path=require(a99_0x3a07d1(0x235)),{commandRepository}=require('./autoHealHelper'),constants=require(a99_0x3a07d1(0x200)),logger=require('../logger')['winstonLogger'],globals=require('../globals'),timeoutPromise=require(a99_0x3a07d1(0x204)),isUndefinedOrNull=_0x5eb545=>_0x5eb545===undefined||_0x5eb545===null||_0x5eb545==='',isNotUndefinedOrNull=_0x40bb44=>!isUndefinedOrNull(_0x40bb44),isString=_0x5adc54=>isNotUndefinedOrNull(_0x5adc54)&&typeof _0x5adc54===a99_0x3a07d1(0x234);class AiSdkWrapper{constructor(){const _0x554b1d=a99_0x3a07d1,_0x110628={'FSnmV':function(_0x269a3e,_0x3b8a88){return _0x269a3e(_0x3b8a88);},'GUmMp':_0x554b1d(0x1fc)};this['BrowserstackHealing']=undefined;try{this[_0x554b1d(0x214)]=_0x110628[_0x554b1d(0x23d)](require,path[_0x554b1d(0x244)](__dirname,_0x110628['GUmMp']));}catch(_0x4c5206){logger[_0x554b1d(0x208)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x4c5206&&_0x4c5206[_0x554b1d(0x206)]?_0x4c5206[_0x554b1d(0x206)]:''));}}['initializeHealingCapabilities'](_0x4e926e){const _0x824533=a99_0x3a07d1,_0x1d3543={};_0x1d3543[_0x824533(0x1f1)]=_0x824533(0x20b),_0x1d3543[_0x824533(0x215)]=function(_0x248f9c,_0x387b6d){return _0x248f9c===_0x387b6d;},_0x1d3543[_0x824533(0x238)]=_0x824533(0x1f0),_0x1d3543[_0x824533(0x24c)]=function(_0x4e0b87,_0x13ca3f){return _0x4e0b87===_0x13ca3f;},_0x1d3543[_0x824533(0x233)]=_0x824533(0x20e),_0x1d3543[_0x824533(0x228)]=function(_0x311e8c,_0x465083){return _0x311e8c===_0x465083;},_0x1d3543[_0x824533(0x22d)]='safari',_0x1d3543['zUEQs']=function(_0x593410,_0x3aa545){return _0x593410===_0x3aa545;},_0x1d3543[_0x824533(0x1e9)]=_0x824533(0x20d),_0x1d3543[_0x824533(0x1e6)]=function(_0x35ddeb,_0x4e6e35){return _0x35ddeb===_0x4e6e35;},_0x1d3543[_0x824533(0x1de)]=_0x824533(0x1f3),_0x1d3543[_0x824533(0x1f2)]=function(_0x343544,_0x121a69){return _0x343544===_0x121a69;};const _0x1b0ff3=_0x1d3543;try{const _0x53c397=this[_0x824533(0x214)]['initializeCapabilities'](Object[_0x824533(0x242)](_0x4e926e[_0x824533(0x205)]()['map_']));console[_0x824533(0x223)](_0x1b0ff3[_0x824533(0x1f1)],_0x53c397);if(_0x1b0ff3[_0x824533(0x215)](_0x53c397?.[_0x824533(0x203)]?.[_0x824533(0x24b)](),_0x1b0ff3['Pvlza']))_0x4e926e[_0x824533(0x249)]=_0x53c397;else{if(_0x1b0ff3['KBLbn'](_0x53c397?.['browserName']?.[_0x824533(0x24b)](),_0x1b0ff3[_0x824533(0x233)]))_0x4e926e[_0x824533(0x231)]=_0x53c397;else{if(_0x1b0ff3[_0x824533(0x228)](_0x53c397?.['browserName']?.[_0x824533(0x24b)](),_0x1b0ff3[_0x824533(0x22d)]))_0x4e926e['safariOptions_']=_0x53c397;else{if(_0x1b0ff3[_0x824533(0x220)](_0x53c397?.[_0x824533(0x203)]?.[_0x824533(0x24b)](),_0x1b0ff3[_0x824533(0x1e9)])||_0x1b0ff3[_0x824533(0x1e6)](_0x53c397?.[_0x824533(0x203)]?.[_0x824533(0x24b)](),_0x1b0ff3[_0x824533(0x1de)]))_0x4e926e[_0x824533(0x1f7)]=_0x53c397;else _0x1b0ff3['bfOOP'](_0x53c397?.[_0x824533(0x203)]?.[_0x824533(0x24b)](),'ie')&&(_0x4e926e['ieOptions_']=_0x53c397);}}}Object[_0x824533(0x1f5)](_0x53c397)['forEach'](_0x2e5807=>{const _0x22704a=_0x824533,_0x3640f3=_0x4e926e['capabilities_'][_0x22704a(0x1db)](_0x2e5807);_0x4e926e['capabilities_'][_0x22704a(0x1d6)](_0x2e5807,_0x53c397[_0x2e5807]);});}catch(_0x47c2ea){logger['error'](_0x824533(0x23a)+(_0x47c2ea&&_0x47c2ea[_0x824533(0x206)]?_0x47c2ea[_0x824533(0x206)]:''));}}async[a99_0x3a07d1(0x1eb)](_0x43de11){const _0x575acd=a99_0x3a07d1,_0x9113eb={'DMZJN':function(_0x20b4a0,_0x1f369d,_0x3ec5c7,_0x3a481b,_0x14ac71,_0x36c225,_0x3cc461){return _0x20b4a0(_0x1f369d,_0x3ec5c7,_0x3a481b,_0x14ac71,_0x36c225,_0x3cc461);},'wsvNX':_0x575acd(0x21d),'vkOPS':_0x575acd(0x212),'ZYYMn':_0x575acd(0x237)},_0x39947d=new Date(),_0x5e2602=_0x9113eb['DMZJN'](timeoutPromise,constants[_0x575acd(0x1e1)],_0x9113eb['wsvNX'],_0x9113eb[_0x575acd(0x22a)],_0x39947d,this[_0x575acd(0x20f)],this[_0x575acd(0x1f6)]);await Promise['race']([this[_0x575acd(0x214)][_0x575acd(0x225)](_0x43de11,globals[_0x575acd(0x1df)](_0x9113eb[_0x575acd(0x1ef)]),constants[_0x575acd(0x21c)])[_0x575acd(0x236)](()=>{const _0x5aeb95=_0x575acd;_0x5e2602[_0x5aeb95(0x1da)]();}),_0x5e2602]);}async[a99_0x3a07d1(0x245)](_0x53d2ac,_0x3c88b6,_0x5370cd,_0x2f05e7){const _0x520361=a99_0x3a07d1,_0x6780d0={'TwjuB':function(_0x2cd06e,_0x5b6110){return _0x2cd06e===_0x5b6110;},'WXlZh':function(_0x59a47a,_0x4bacb8){return _0x59a47a(_0x4bacb8);},'FIlcs':function(_0x1264f0,_0x5619d7){return _0x1264f0(_0x5619d7);},'znmWb':function(_0x499366,_0x6583c4){return _0x499366(_0x6583c4);},'jpFTp':function(_0x1644a4,_0xec6907){return _0x1644a4(_0xec6907);},'eDSVT':function(_0x53015a,_0x4693ef){return _0x53015a(_0x4693ef);},'NenTa':function(_0x635378,_0x2c77e2){return _0x635378(_0x2c77e2);},'SpnVQ':'s://','ajQBo':_0x520361(0x1d8),'XTjHs':_0x520361(0x21a),'iPMTN':'aiHeal_isGroupAIEnabled','Jluur':function(_0x22b043,_0x1c1e5a,_0x48266f,_0x256517,_0x5ca7d9,_0x1e3b50,_0x14e4de){return _0x22b043(_0x1c1e5a,_0x48266f,_0x256517,_0x5ca7d9,_0x1e3b50,_0x14e4de);},'YYzRM':_0x520361(0x246),'SQtXm':_0x520361(0x241),'TRXwH':_0x520361(0x23c),'SRmyj':_0x520361(0x230)},_0x2789dd=(await _0x3c88b6['getSession']())['getId']();let _0x53513c='';if(commandRepository[_0x520361(0x1dc)]()&&_0x6780d0[_0x520361(0x1ea)](_0x2f05e7,![])||_0x6780d0[_0x520361(0x1ea)](_0x2f05e7,!![])){const _0x561b4a=_0x6780d0[_0x520361(0x1e3)](isNotUndefinedOrNull,_0x5370cd[_0x520361(0x202)][_0x520361(0x1e0)])&&_0x6780d0[_0x520361(0x1e2)](isString,_0x5370cd[_0x520361(0x202)][_0x520361(0x1e0)])?_0x5370cd[_0x520361(0x202)][_0x520361(0x1e0)][_0x520361(0x21e)](/'/g,'\x5c\x27')[_0x520361(0x21e)](/"/g,'\x5c\x22'):'',_0x121df1=_0x6780d0['znmWb'](isNotUndefinedOrNull,_0x5370cd[_0x520361(0x202)][_0x520361(0x1e0)])&&_0x6780d0[_0x520361(0x216)](isString,_0x5370cd[_0x520361(0x202)][_0x520361(0x1e4)])?_0x5370cd['parameters_']['value'][_0x520361(0x21e)](/'/g,'\x5c\x27')[_0x520361(0x21e)](/"/g,'\x5c\x22'):'',_0x523315=_0x6780d0[_0x520361(0x224)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x6780d0[_0x520361(0x216)](isString,commandRepository[_0x520361(0x24a)]())?commandRepository['getProjectName']()[_0x520361(0x21e)](/'/g,'\x5c\x27')[_0x520361(0x21e)](/"/g,'\x5c\x22'):'';let _0x46b7b5=_0x6780d0[_0x520361(0x20a)](isNotUndefinedOrNull,global[_0x520361(0x21f)])&&_0x6780d0['NenTa'](isString,global[_0x520361(0x21f)])?global[_0x520361(0x21f)][_0x520361(0x21e)](/'/g,'\x5c\x27')[_0x520361(0x21e)](/"/g,'\x5c\x22'):'';!_0x46b7b5&&(_0x46b7b5=_0x6780d0[_0x520361(0x216)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x6780d0[_0x520361(0x20a)](isString,commandRepository[_0x520361(0x1ec)]())?commandRepository[_0x520361(0x1ec)]()['replace'](/'/g,'\x5c\x27')[_0x520361(0x21e)](/"/g,'\x5c\x22'):'');let _0x21e64e=_0x520361(0x227)+constants[_0x520361(0x1f4)]+_0x520361(0x217)+constants[_0x520361(0x1f4)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x520361(0x21c)][_0x520361(0x20c)](_0x6780d0[_0x520361(0x226)])[0x1]+'\x22}}}';_0x21e64e=_0x6780d0[_0x520361(0x216)](isNotUndefinedOrNull,_0x21e64e)&&_0x6780d0[_0x520361(0x1e3)](isString,_0x21e64e)?_0x21e64e[_0x520361(0x21e)](/'/g,'\x5c\x27')[_0x520361(0x21e)](/"/g,'\x5c\x22'):'';const _0x3bcc45=commandRepository[_0x520361(0x248)](_0x2789dd),_0xbbe350=globals[_0x520361(0x1df)](_0x6780d0[_0x520361(0x1ff)]),_0x153469=globals['getGlobal'](_0x6780d0['XTjHs']),_0x1b9f87=globals[_0x520361(0x1df)](_0x6780d0[_0x520361(0x1e5)]),_0xc6ce4e=![],_0x3ce19c=new Date();if(_0x2f05e7){const _0x4d577e=_0x6780d0[_0x520361(0x211)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x6780d0['YYzRM'],_0x6780d0['SQtXm'],_0x3ce19c,this[_0x520361(0x20f)],this['framework']);_0x53513c=await Promise[_0x520361(0x1d7)]([this[_0x520361(0x214)][_0x520361(0x209)](_0x561b4a,_0x121df1,_0x523315,_0x46b7b5,_0x153469,_0x2789dd,_0x3bcc45,_0x21e64e)['then'](_0x2c4207=>{const _0x6d67d5=_0x520361;return _0x4d577e[_0x6d67d5(0x1da)](),_0x2c4207;}),_0x4d577e]);}else{if(commandRepository[_0x520361(0x1dc)]()){const _0x31f6ea=_0x6780d0[_0x520361(0x211)](timeoutPromise,constants[_0x520361(0x23b)],_0x6780d0[_0x520361(0x22c)],_0x6780d0['SRmyj'],_0x3ce19c,this[_0x520361(0x20f)],this[_0x520361(0x1f6)]);_0x53513c=await Promise['race']([this[_0x520361(0x214)][_0x520361(0x213)](_0x561b4a,_0x121df1,_0x523315,_0x46b7b5,_0xbbe350,_0x153469,_0x2789dd,_0x3bcc45,_0xc6ce4e,_0x1b9f87,_0x21e64e)[_0x520361(0x236)](_0x2a696a=>{return _0x31f6ea['cancel'](),_0x2a696a;}),_0x31f6ea]);}}_0x53513c&&await _0x3c88b6[_0x520361(0x22e)](_0x53513c);}}async[a99_0x3a07d1(0x1f9)](_0x1a1c58,_0x41c9d7,_0x11bd2c){const _0x2c6bd0=a99_0x3a07d1;try{await this[_0x2c6bd0(0x245)](_0x1a1c58,_0x41c9d7,_0x11bd2c,!![]);}catch(_0x1dc35e){return logger[_0x2c6bd0(0x208)](_0x2c6bd0(0x1ee)+(_0x1dc35e&&_0x1dc35e['message']?_0x1dc35e[_0x2c6bd0(0x206)]:'')),![];}return!![];}async[a99_0x3a07d1(0x23f)](_0x44a8b8,_0x1b8c22,_0x5c8b5f){const _0x7d9c5c=a99_0x3a07d1,_0x34d021={'FFKeS':function(_0x33722c,_0xcf5ed0,_0x24f97b,_0x3c7d1d,_0x4fb2ab,_0x2d178e,_0x5c0e63){return _0x33722c(_0xcf5ed0,_0x24f97b,_0x3c7d1d,_0x4fb2ab,_0x2d178e,_0x5c0e63);},'XnmFm':_0x7d9c5c(0x1f8),'iIkvU':_0x7d9c5c(0x221),'QfGbq':_0x7d9c5c(0x237)};try{await this[_0x7d9c5c(0x245)](_0x44a8b8,_0x1b8c22,_0x5c8b5f,![]);const _0x40940e=(await _0x1b8c22[_0x7d9c5c(0x1e8)]())['getId'](),_0x46f398=new Date(),_0x4e3eb7=_0x34d021[_0x7d9c5c(0x247)](timeoutPromise,constants[_0x7d9c5c(0x240)],_0x34d021[_0x7d9c5c(0x22b)],_0x34d021['iIkvU'],_0x46f398,this[_0x7d9c5c(0x20f)],this[_0x7d9c5c(0x1f6)]),_0x14e013=await Promise['race']([this['BrowserstackHealing'][_0x7d9c5c(0x1fd)](constants[_0x7d9c5c(0x21c)],_0x40940e,globals[_0x7d9c5c(0x1df)](_0x34d021[_0x7d9c5c(0x1dd)]))['then'](_0x17af9c=>{return _0x4e3eb7['cancel'](),_0x17af9c;}),_0x4e3eb7]);if(_0x14e013&&_0x14e013[_0x7d9c5c(0x1e7)]&&_0x14e013[_0x7d9c5c(0x1e4)]){const _0x2d9aeb={};return _0x2d9aeb[_0x7d9c5c(0x23e)]=_0x14e013[_0x7d9c5c(0x1e7)],_0x2d9aeb['locatorValue']=_0x14e013[_0x7d9c5c(0x1e4)],_0x2d9aeb['aiHealing']=!![],_0x2d9aeb;}const _0x2a84b2={};return _0x2a84b2['locatorType']=_0x5c8b5f[_0x7d9c5c(0x202)][_0x7d9c5c(0x1e0)],_0x2a84b2[_0x7d9c5c(0x201)]=_0x14e013[_0x7d9c5c(0x1e4)],_0x2a84b2[_0x7d9c5c(0x218)]=!![],_0x2a84b2;}catch(_0xd93402){return logger[_0x7d9c5c(0x239)](_0x7d9c5c(0x21b)+(_0xd93402&&_0xd93402[_0x7d9c5c(0x206)]?_0xd93402[_0x7d9c5c(0x206)]:'')),logger['info'](_0x7d9c5c(0x219)+_0x5c8b5f['name_']+'\x20command'),_0x5c8b5f;}}}function a99_0x4093(_0x14a5fe,_0x331424){const _0x53d343=a99_0x53d3();return a99_0x4093=function(_0x4093d4,_0xb280e8){_0x4093d4=_0x4093d4-0x1d6;let _0x321de4=_0x53d343[_0x4093d4];return _0x321de4;},a99_0x4093(_0x14a5fe,_0x331424);}exports[a99_0x3a07d1(0x1d9)]=Object[a99_0x3a07d1(0x1fb)](new AiSdkWrapper());function a99_0x53d3(){const _0x21e7d0=['parameters_','browserName','../../helpers/timeoutPromise','getCapabilities','message','8843427wsJSNF','error','logData','NenTa','newCapabilities','split','edge','firefox','config','10sjZYqt','Jluur','BrowserstackHealingSetTcgTokenFailed','healFailure','BrowserstackHealing','dRBTS','jpFTp','\x22,\x20\x22tcgUrls\x22:\x20{\x22','aiHealing','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','aiHeal_groupId','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','TCG_URL','BrowserstackHealing.setToken\x20method\x20timed\x20out','replace','browserstackSessionName','zUEQs','BrowserstackHealingPollResultFailed','8721741EKMtUT','log','eDSVT','setToken','SpnVQ','{\x22region\x22:\x20\x22','GbpaT','5pQSTje','vkOPS','XnmFm','TRXwH','HWnxE','executeScript','203821mIJVzV','BrowserstackHealingHealFailureFailed','firefoxOptions_','14joLuxP','cfrFL','string','path','then','aiHeal_sessionToken','Pvlza','debug','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','HEALING_FAILURE_TIMEOUT','BrowserstackHealing.healFailure\x20method\x20timed\x20out','FSnmV','locatorType','handleFailure','POLL_HEALING_RESULT_TIMEOUT','BrowserstackHealingLogDataFailed','fromEntries','8528936gWjcus','join','_handleEvent','BrowserstackHealing.logData\x20method\x20timed\x20out','FFKeS','getCommands','chromeOptions_','getProjectName','toLowerCase','KBLbn','set','race','aiHeal_userId','aiSdkWrapper','cancel','get','isSelfHealEnabled','QfGbq','nTEeS','getGlobal','using','SET_TCG_TOKEN_TIMEOUT','FIlcs','WXlZh','value','iPMTN','KKLZM','selector','getSession','PeMpK','TwjuB','setTcgToken','getTestName','1912676nQmNIh','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','ZYYMn','chrome','iTOYI','bfOOP','microsoftedge','TCG_REGION','keys','framework','edgeOptions_','BrowserstackHealing.pollResult\x20method\x20timed\x20out','handleSuccess','2790267peWaNs','freeze','../../ai-sdk-node/bundle','pollResult','3854838RThoQc','ajQBo','../../bin/utils/constants','locatorValue'];a99_0x53d3=function(){return _0x21e7d0;};return a99_0x53d3();}
|
|
1
|
+
const a99_0x51d058=a99_0xc079;(function(_0x1bc36f,_0x44b768){const _0x1c127d=a99_0xc079,_0x58ccae=_0x1bc36f();while(!![]){try{const _0x215087=-parseInt(_0x1c127d(0xfc))/0x1*(parseInt(_0x1c127d(0xf6))/0x2)+parseInt(_0x1c127d(0xa1))/0x3+-parseInt(_0x1c127d(0xf8))/0x4+parseInt(_0x1c127d(0xe4))/0x5+parseInt(_0x1c127d(0xb8))/0x6*(-parseInt(_0x1c127d(0xf7))/0x7)+-parseInt(_0x1c127d(0xdf))/0x8+parseInt(_0x1c127d(0xc2))/0x9;if(_0x215087===_0x44b768)break;else _0x58ccae['push'](_0x58ccae['shift']());}catch(_0x58ec04){_0x58ccae['push'](_0x58ccae['shift']());}}}(a99_0x52cb,0xd4115));const path=require(a99_0x51d058(0xa6)),{commandRepository}=require(a99_0x51d058(0xcb)),constants=require(a99_0x51d058(0x95)),logger=require('../logger')[a99_0x51d058(0xbb)],globals=require(a99_0x51d058(0xcf)),timeoutPromise=require(a99_0x51d058(0xfe)),isUndefinedOrNull=_0x4014f6=>_0x4014f6===undefined||_0x4014f6===null||_0x4014f6==='',isNotUndefinedOrNull=_0x2ab30c=>!isUndefinedOrNull(_0x2ab30c),isString=_0x2953ec=>isNotUndefinedOrNull(_0x2953ec)&&typeof _0x2953ec===a99_0x51d058(0xcd);class AiSdkWrapper{constructor(){const _0x1208cb=a99_0x51d058,_0x193ebf={'vqnAM':function(_0x1c3a4f,_0x3120e4){return _0x1c3a4f(_0x3120e4);},'PvJNu':'../../ai-sdk-node/bundle'};this[_0x1208cb(0xed)]=undefined;try{this['BrowserstackHealing']=_0x193ebf[_0x1208cb(0xd9)](require,path[_0x1208cb(0xc5)](__dirname,_0x193ebf['PvJNu']));}catch(_0x32c5a7){logger[_0x1208cb(0xe0)](_0x1208cb(0xa5)+(_0x32c5a7&&_0x32c5a7['message']?_0x32c5a7[_0x1208cb(0xd6)]:''));}}['initializeHealingCapabilities'](_0x127853){const _0x36ef36=a99_0x51d058,_0x1dd0e9={};_0x1dd0e9[_0x36ef36(0x101)]='newCapabilities',_0x1dd0e9[_0x36ef36(0x96)]=function(_0x433a25,_0x5f5ccf){return _0x433a25===_0x5f5ccf;},_0x1dd0e9[_0x36ef36(0x9f)]=_0x36ef36(0xa0),_0x1dd0e9[_0x36ef36(0xb6)]=_0x36ef36(0xf0),_0x1dd0e9['oZbcg']=function(_0x4deeb8,_0x1fd8ea){return _0x4deeb8===_0x1fd8ea;},_0x1dd0e9['HPQVG']=_0x36ef36(0xc6),_0x1dd0e9[_0x36ef36(0x100)]=_0x36ef36(0xa8),_0x1dd0e9['shclW']=_0x36ef36(0xb0);const _0x29521e=_0x1dd0e9;try{const _0x4f8014=this[_0x36ef36(0xed)][_0x36ef36(0xa3)](Object[_0x36ef36(0xc9)](_0x127853[_0x36ef36(0xc7)]()[_0x36ef36(0xd8)]));console[_0x36ef36(0xa9)](_0x29521e[_0x36ef36(0x101)],_0x4f8014);if(_0x29521e[_0x36ef36(0x96)](_0x4f8014?.[_0x36ef36(0xf1)]?.['toLowerCase'](),_0x29521e['BKWBZ']))_0x127853['chromeOptions_']=_0x4f8014;else{if(_0x29521e[_0x36ef36(0x96)](_0x4f8014?.[_0x36ef36(0xf1)]?.[_0x36ef36(0xc1)](),_0x29521e[_0x36ef36(0xb6)]))_0x127853['firefoxOptions_']=_0x4f8014;else{if(_0x29521e[_0x36ef36(0xfb)](_0x4f8014?.['browserName']?.[_0x36ef36(0xc1)](),_0x29521e[_0x36ef36(0xe3)]))_0x127853[_0x36ef36(0xab)]=_0x4f8014;else{if(_0x29521e[_0x36ef36(0x96)](_0x4f8014?.[_0x36ef36(0xf1)]?.[_0x36ef36(0xc1)](),_0x29521e[_0x36ef36(0x100)])||_0x29521e[_0x36ef36(0x96)](_0x4f8014?.[_0x36ef36(0xf1)]?.['toLowerCase'](),_0x29521e[_0x36ef36(0xa2)]))_0x127853[_0x36ef36(0xaa)]=_0x4f8014;else _0x29521e[_0x36ef36(0x96)](_0x4f8014?.[_0x36ef36(0xf1)]?.[_0x36ef36(0xc1)](),'ie')&&(_0x127853[_0x36ef36(0xbf)]=_0x4f8014);}}}Object[_0x36ef36(0xe7)](_0x4f8014)['forEach'](_0xb40efa=>{const _0x975fdc=_0x36ef36,_0x6ba01e=_0x127853['capabilities_'][_0x975fdc(0xf3)](_0xb40efa);_0x127853[_0x975fdc(0x104)]['set'](_0xb40efa,_0x4f8014[_0xb40efa]);});}catch(_0x5392dd){logger[_0x36ef36(0xe0)](_0x36ef36(0xca)+(_0x5392dd&&_0x5392dd[_0x36ef36(0xd6)]?_0x5392dd['message']:''));}}async[a99_0x51d058(0xee)](_0x567900){const _0x750a3b=a99_0x51d058,_0x268d9c={'oeBdp':function(_0x5de857,_0x5a9423,_0x5e6cd5,_0xe5720a,_0x2a56fa,_0x2efb47,_0x2685b2){return _0x5de857(_0x5a9423,_0x5e6cd5,_0xe5720a,_0x2a56fa,_0x2efb47,_0x2685b2);},'fILbS':_0x750a3b(0x9c),'QbWoj':_0x750a3b(0xdd),'wsWdr':_0x750a3b(0xeb)},_0x1b821a=new Date(),_0x58bc86=_0x268d9c[_0x750a3b(0xc8)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x268d9c['fILbS'],_0x268d9c['QbWoj'],_0x1b821a,this[_0x750a3b(0xe9)],this[_0x750a3b(0xba)]);await Promise['race']([this['BrowserstackHealing'][_0x750a3b(0xd7)](_0x567900,globals[_0x750a3b(0xce)](_0x268d9c[_0x750a3b(0xb3)]),constants[_0x750a3b(0xb7)])[_0x750a3b(0xe6)](()=>{const _0x1f8929=_0x750a3b;_0x58bc86[_0x1f8929(0x99)]();}),_0x58bc86]);}async[a99_0x51d058(0xd2)](_0x36f2ac,_0x24ecf6,_0x25f18b,_0x335e06){const _0x37612f=a99_0x51d058,_0x5e862d={'SJlGf':function(_0x475a4a,_0xada5b7){return _0x475a4a===_0xada5b7;},'VlQHw':function(_0xbc0dc1,_0xef21ea){return _0xbc0dc1(_0xef21ea);},'YgMmq':function(_0x2e7d81,_0x46788d){return _0x2e7d81(_0x46788d);},'nOkRk':function(_0x271158,_0xf62fd1){return _0x271158(_0xf62fd1);},'EqsGS':_0x37612f(0xfa),'BKrLt':function(_0x3041ef,_0x5ea922){return _0x3041ef(_0x5ea922);},'BBeTQ':_0x37612f(0xf4),'KVMdj':_0x37612f(0xcc),'tyDQv':_0x37612f(0x103),'krFLv':function(_0x3dfcce,_0x41c550,_0x379aec,_0x45732e,_0xc0609,_0x1c6cdb,_0x421ab5){return _0x3dfcce(_0x41c550,_0x379aec,_0x45732e,_0xc0609,_0x1c6cdb,_0x421ab5);},'gxkHR':_0x37612f(0xf2),'OaeqK':_0x37612f(0xbd),'tjMIj':function(_0xc50586,_0x11122d,_0x1903ce,_0x504c4b,_0x156b23,_0x4dc8e3,_0x30dd63){return _0xc50586(_0x11122d,_0x1903ce,_0x504c4b,_0x156b23,_0x4dc8e3,_0x30dd63);},'nRkpp':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','jVFaK':'BrowserstackHealingHealFailureFailed'},_0x3a2756=(await _0x24ecf6['getSession']())['getId']();let _0x3e2859='';if(commandRepository[_0x37612f(0xbc)]()&&_0x5e862d['SJlGf'](_0x335e06,![])||_0x5e862d[_0x37612f(0xde)](_0x335e06,!![])){const _0x2004fc=_0x5e862d[_0x37612f(0x105)](isNotUndefinedOrNull,_0x25f18b['parameters_'][_0x37612f(0xae)])&&_0x5e862d[_0x37612f(0x105)](isString,_0x25f18b[_0x37612f(0xd5)]['using'])?_0x25f18b[_0x37612f(0xd5)][_0x37612f(0xae)][_0x37612f(0xad)](/'/g,'\x5c\x27')[_0x37612f(0xad)](/"/g,'\x5c\x22'):'',_0x56e2a8=_0x5e862d['VlQHw'](isNotUndefinedOrNull,_0x25f18b[_0x37612f(0xd5)][_0x37612f(0xae)])&&_0x5e862d[_0x37612f(0x105)](isString,_0x25f18b[_0x37612f(0xd5)]['value'])?_0x25f18b[_0x37612f(0xd5)][_0x37612f(0xb4)][_0x37612f(0xad)](/'/g,'\x5c\x27')[_0x37612f(0xad)](/"/g,'\x5c\x22'):'',_0x2146d4=_0x5e862d[_0x37612f(0x105)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x5e862d[_0x37612f(0x105)](isString,commandRepository[_0x37612f(0x102)]())?commandRepository['getProjectName']()[_0x37612f(0xad)](/'/g,'\x5c\x27')[_0x37612f(0xad)](/"/g,'\x5c\x22'):'';let _0xbd41a=_0x5e862d['VlQHw'](isNotUndefinedOrNull,global[_0x37612f(0xbe)])&&_0x5e862d[_0x37612f(0x105)](isString,global[_0x37612f(0xbe)])?global[_0x37612f(0xbe)]['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0xbd41a&&(_0xbd41a=_0x5e862d[_0x37612f(0xac)](isNotUndefinedOrNull,commandRepository[_0x37612f(0xd4)]())&&_0x5e862d[_0x37612f(0x9a)](isString,commandRepository[_0x37612f(0xd4)]())?commandRepository[_0x37612f(0xd4)]()['replace'](/'/g,'\x5c\x27')[_0x37612f(0xad)](/"/g,'\x5c\x22'):'');let _0x9e9c09='{\x22region\x22:\x20\x22'+constants[_0x37612f(0xe8)]+_0x37612f(0xb2)+constants[_0x37612f(0xe8)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x37612f(0xb7)]['split'](_0x5e862d[_0x37612f(0xb1)])[0x1]+_0x37612f(0x98);_0x9e9c09=_0x5e862d['VlQHw'](isNotUndefinedOrNull,_0x9e9c09)&&_0x5e862d[_0x37612f(0xaf)](isString,_0x9e9c09)?_0x9e9c09[_0x37612f(0xad)](/'/g,'\x5c\x27')[_0x37612f(0xad)](/"/g,'\x5c\x22'):'';const _0x5d4380=commandRepository[_0x37612f(0xd3)](_0x3a2756),_0xbd94d0=globals['getGlobal'](_0x5e862d['BBeTQ']),_0x4919e8=globals[_0x37612f(0xce)](_0x5e862d[_0x37612f(0xd1)]),_0x108b90=globals[_0x37612f(0xce)](_0x5e862d['tyDQv']),_0x8a626a=![],_0x4d9fe7=new Date();if(_0x335e06){const _0x1ed807=_0x5e862d[_0x37612f(0x9e)](timeoutPromise,constants[_0x37612f(0xdc)],_0x5e862d[_0x37612f(0xda)],_0x5e862d[_0x37612f(0xc4)],_0x4d9fe7,this['config'],this[_0x37612f(0xba)]);_0x3e2859=await Promise['race']([this['BrowserstackHealing'][_0x37612f(0xec)](_0x2004fc,_0x56e2a8,_0x2146d4,_0xbd41a,_0x4919e8,_0x3a2756,_0x5d4380,_0x9e9c09)[_0x37612f(0xe6)](_0x80f20e=>{return _0x1ed807['cancel'](),_0x80f20e;}),_0x1ed807]);}else{if(commandRepository[_0x37612f(0xbc)]()){const _0x2d73b1=_0x5e862d['tjMIj'](timeoutPromise,constants[_0x37612f(0x107)],_0x5e862d['nRkpp'],_0x5e862d[_0x37612f(0x9b)],_0x4d9fe7,this[_0x37612f(0xe9)],this['framework']);_0x3e2859=await Promise[_0x37612f(0xb5)]([this['BrowserstackHealing'][_0x37612f(0x106)](_0x2004fc,_0x56e2a8,_0x2146d4,_0xbd41a,_0xbd94d0,_0x4919e8,_0x3a2756,_0x5d4380,_0x8a626a,_0x108b90,_0x9e9c09)[_0x37612f(0xe6)](_0x20de22=>{const _0x1edb8f=_0x37612f;return _0x2d73b1[_0x1edb8f(0x99)](),_0x20de22;}),_0x2d73b1]);}}_0x3e2859&&await _0x24ecf6[_0x37612f(0xef)](_0x3e2859);}}async[a99_0x51d058(0xff)](_0x1c62e8,_0x58b944,_0x53ba27){const _0x5cbe87=a99_0x51d058;try{await this[_0x5cbe87(0xd2)](_0x1c62e8,_0x58b944,_0x53ba27,!![]);}catch(_0x22d785){return logger[_0x5cbe87(0xe0)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x22d785&&_0x22d785[_0x5cbe87(0xd6)]?_0x22d785['message']:'')),![];}return!![];}async['handleFailure'](_0x46c4c4,_0x37e5a0,_0x1a2362){const _0x40bce1=a99_0x51d058,_0x5b1e3c={'SmGxh':function(_0x49208e,_0x354e70,_0x40ca41,_0x412b19,_0x420c7a,_0x14283a,_0x619b3d){return _0x49208e(_0x354e70,_0x40ca41,_0x412b19,_0x420c7a,_0x14283a,_0x619b3d);},'fltMm':_0x40bce1(0xd0),'AdTeM':_0x40bce1(0xf9),'mHxZX':_0x40bce1(0xeb)};try{await this[_0x40bce1(0xd2)](_0x46c4c4,_0x37e5a0,_0x1a2362,![]);const _0x16ebc0=(await _0x37e5a0[_0x40bce1(0x97)]())[_0x40bce1(0xea)](),_0x256511=new Date(),_0x5c9404=_0x5b1e3c[_0x40bce1(0xe1)](timeoutPromise,constants[_0x40bce1(0xa4)],_0x5b1e3c[_0x40bce1(0xfd)],_0x5b1e3c[_0x40bce1(0xf5)],_0x256511,this['config'],this[_0x40bce1(0xba)]),_0x2b71b7=await Promise[_0x40bce1(0xb5)]([this['BrowserstackHealing']['pollResult'](constants[_0x40bce1(0xb7)],_0x16ebc0,globals['getGlobal'](_0x5b1e3c[_0x40bce1(0xe5)]))['then'](_0x26384c=>{return _0x5c9404['cancel'](),_0x26384c;}),_0x5c9404]);if(_0x2b71b7&&_0x2b71b7[_0x40bce1(0x9d)]&&_0x2b71b7['value']){const _0xce5fff={};return _0xce5fff['locatorType']=_0x2b71b7['selector'],_0xce5fff[_0x40bce1(0xe2)]=_0x2b71b7[_0x40bce1(0xb4)],_0xce5fff['aiHealing']=!![],_0xce5fff;}const _0x374826={};return _0x374826[_0x40bce1(0xc3)]=_0x1a2362['parameters_']['using'],_0x374826['locatorValue']=_0x2b71b7['value'],_0x374826[_0x40bce1(0xdb)]=!![],_0x374826;}catch(_0x1b2612){return logger['debug']('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x1b2612&&_0x1b2612['message']?_0x1b2612[_0x40bce1(0xd6)]:'')),logger[_0x40bce1(0xa7)](_0x40bce1(0xc0)+_0x1a2362['name_']+_0x40bce1(0xb9)),_0x1a2362;}}}function a99_0xc079(_0x3fcd5c,_0x20957e){const _0x52cb91=a99_0x52cb();return a99_0xc079=function(_0xc079f8,_0x1a9ba3){_0xc079f8=_0xc079f8-0x95;let _0x5e15ee=_0x52cb91[_0xc079f8];return _0x5e15ee;},a99_0xc079(_0x3fcd5c,_0x20957e);}function a99_0x52cb(){const _0xc38af8=['capabilities_','VlQHw','healFailure','HEALING_FAILURE_TIMEOUT','../../bin/utils/constants','iFkIa','getSession','\x22}}}','cancel','nOkRk','jVFaK','BrowserstackHealing.setToken\x20method\x20timed\x20out','selector','krFLv','BKWBZ','chrome','2014248wWufbu','shclW','initializeCapabilities','POLL_HEALING_RESULT_TIMEOUT','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','path','info','edge','log','edgeOptions_','safariOptions_','YgMmq','replace','using','BKrLt','microsoftedge','EqsGS','\x22,\x20\x22tcgUrls\x22:\x20{\x22','wsWdr','value','race','cXKjL','TCG_URL','90ZjiVqU','\x20command','framework','winstonLogger','isSelfHealEnabled','BrowserstackHealingLogDataFailed','browserstackSessionName','ieOptions_','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','toLowerCase','37076085MPTBNR','locatorType','OaeqK','join','safari','getCapabilities','oeBdp','fromEntries','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','./autoHealHelper','aiHeal_groupId','string','getGlobal','../globals','BrowserstackHealing.pollResult\x20method\x20timed\x20out','KVMdj','_handleEvent','getCommands','getTestName','parameters_','message','setToken','map_','vqnAM','gxkHR','aiHealing','HEALING_LOG_DATA_TIMEOUT','BrowserstackHealingSetTcgTokenFailed','SJlGf','9661568shMlaG','error','SmGxh','locatorValue','HPQVG','1632995ECjLRa','mHxZX','then','keys','TCG_REGION','config','getId','aiHeal_sessionToken','logData','BrowserstackHealing','setTcgToken','executeScript','firefox','browserName','BrowserstackHealing.logData\x20method\x20timed\x20out','get','aiHeal_userId','AdTeM','2VEQqeT','253260mxYkfP','5188984gUmUlt','BrowserstackHealingPollResultFailed','s://','oZbcg','1201309cjkcEr','fltMm','../../helpers/timeoutPromise','handleSuccess','ogdDP','eeYjm','getProjectName','aiHeal_isGroupAIEnabled'];a99_0x52cb=function(){return _0xc38af8;};return a99_0x52cb();}exports['aiSdkWrapper']=Object['freeze'](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a100_0xdc6dc4=a100_0x5003;(function(_0x495460,_0x2e1270){const _0x28e1c3=a100_0x5003,_0x581e30=_0x495460();while(!![]){try{const _0x19c069=-parseInt(_0x28e1c3(0x7f))/0x1*(parseInt(_0x28e1c3(0x89))/0x2)+parseInt(_0x28e1c3(0x8f))/0x3*(parseInt(_0x28e1c3(0x66))/0x4)+parseInt(_0x28e1c3(0x98))/0x5*(parseInt(_0x28e1c3(0x82))/0x6)+-parseInt(_0x28e1c3(0x83))/0x7*(-parseInt(_0x28e1c3(0x6f))/0x8)+parseInt(_0x28e1c3(0x73))/0x9+-parseInt(_0x28e1c3(0x86))/0xa+-parseInt(_0x28e1c3(0x9d))/0xb;if(_0x19c069===_0x2e1270)break;else _0x581e30['push'](_0x581e30['shift']());}catch(_0x4ee817){_0x581e30['push'](_0x581e30['shift']());}}}(a100_0x2246,0xce51e));function a100_0x5003(_0x5e7833,_0x304a04){const _0x2246c9=a100_0x2246();return a100_0x5003=function(_0x500374,_0xa73569){_0x500374=_0x500374-0x65;let _0x14abab=_0x2246c9[_0x500374];return _0x14abab;},a100_0x5003(_0x5e7833,_0x304a04);}const calculateTimeDiff=_0x1d9b2f=>Date[a100_0xdc6dc4(0x99)]()-_0x1d9b2f,logger=require(a100_0xdc6dc4(0x9b))[a100_0xdc6dc4(0x9e)],globals=require(a100_0xdc6dc4(0x81));function a100_0x2246(){const _0x3f2689=['12YpLeUb','9230109PEtSDS','aiSessionTimeStamp','YZCoy','3552500lPksmn','getGlobal','accessKey','716080ZfxHHy','getConfig','true','HAKHK','_pushCommand','ulWaY','3069QTIALN','setProjectNameForHealingContext','config','commandRepository','setTestNameForHealingContext','authInfo','aiHeal_isAuthenticated','commands','getTestName','2175590YvtldV','now','RJzRJ','../logger','setAuthInfo','9969421sOTCYm','winstonLogger','method','projectName','Sflza','876unXWbJ','split','wublH','getFramework','testName','EMuJp','length','framework','debug','8xFGrYQ','userName','pgvXp','ZkhTH','6911163JmYgmQ','0|3|5|1|2|4','No\x20commands\x20found\x20for\x20session:\x20','getProjectName','setTcgTokenStatus','getAuthInfo','setAiSessionTimeStamp','join','isTcgTokenSet','aiHeal_isHealingEnabled','UBYWX','stringify','3fdHMfU','setFramework','../globals'];a100_0x2246=function(){return _0x3f2689;};return a100_0x2246();}class HealingCommandRepo{constructor(){const _0x44a6fd=a100_0xdc6dc4,_0xffcb56={};_0xffcb56[_0x44a6fd(0x65)]=_0x44a6fd(0x74);const _0x51929b=_0xffcb56,_0x19ab6e=_0x51929b[_0x44a6fd(0x65)][_0x44a6fd(0x67)]('|');let _0x8985d5=0x0;while(!![]){switch(_0x19ab6e[_0x8985d5++]){case'0':this[_0x44a6fd(0x96)]={};continue;case'1':this[_0x44a6fd(0x6a)]='';continue;case'2':this[_0x44a6fd(0x94)]={};continue;case'3':this[_0x44a6fd(0x84)]={};continue;case'4':this[_0x44a6fd(0x7b)]=![];continue;case'5':this[_0x44a6fd(0xa0)]='';continue;}break;}}[a100_0xdc6dc4(0x8d)](_0x5768c9,_0x3dbf35){const _0x54dcbe=a100_0xdc6dc4,_0x265efe={};_0x265efe[_0x54dcbe(0x8c)]=function(_0x452058,_0x4c830f){return _0x452058 in _0x4c830f;};const _0x48f755=_0x265efe;!_0x48f755[_0x54dcbe(0x8c)](_0x5768c9,this[_0x54dcbe(0x96)])&&(this[_0x54dcbe(0x96)][_0x5768c9]=[]),this[_0x54dcbe(0x96)][_0x5768c9]['push'](_0x3dbf35);}['pushCommand'](_0x3e800f,_0x3a2c56){const _0xeaf212=a100_0xdc6dc4,_0x5bfdf6={'ZkhTH':function(_0x5232cf,_0x259495){return _0x5232cf(_0x259495);}},_0x487ad3=_0x3a2c56[_0xeaf212(0x9f)],_0x2913f1=_0x3a2c56['path'][_0xeaf212(0x67)](_0x3e800f)[0x1],_0xe0384f=this[_0xeaf212(0x84)][_0x3e800f],_0x4e5cfe={'k':_0x487ad3+':'+_0x2913f1,'t':_0x5bfdf6[_0xeaf212(0x72)](calculateTimeDiff,_0xe0384f)};this['_pushCommand'](_0x3e800f,_0x4e5cfe);}[a100_0xdc6dc4(0x79)](_0x267fa7){const _0x1841e0=a100_0xdc6dc4;this[_0x1841e0(0x84)][_0x267fa7]=Date['now']();}[a100_0xdc6dc4(0x9c)](_0x19d4d4,_0x429371){const _0x21f6de=a100_0xdc6dc4;this[_0x21f6de(0x94)][_0x21f6de(0x70)]=_0x19d4d4,this['authInfo'][_0x21f6de(0x88)]=_0x429371;}[a100_0xdc6dc4(0x78)](){const _0x123daa=a100_0xdc6dc4;return this[_0x123daa(0x94)];}[a100_0xdc6dc4(0x90)](_0x1252c1){const _0x30f1a0=a100_0xdc6dc4;this[_0x30f1a0(0xa0)]=_0x1252c1;}[a100_0xdc6dc4(0x93)](_0x10e43b){this['testName']=_0x10e43b;}['setConfig'](_0x1000ed){const _0x44aa91=a100_0xdc6dc4;this[_0x44aa91(0x91)]=_0x1000ed,this[_0x44aa91(0x90)](_0x1000ed[_0x44aa91(0xa0)]),this[_0x44aa91(0x9c)](_0x1000ed['userName'],_0x1000ed[_0x44aa91(0x88)]);}[a100_0xdc6dc4(0x80)](_0x3fc5b6){const _0x1e5978=a100_0xdc6dc4;this[_0x1e5978(0x6d)]=_0x3fc5b6;}[a100_0xdc6dc4(0x77)](_0x566696){const _0x49b2e7=a100_0xdc6dc4;this[_0x49b2e7(0x7b)]=_0x566696;}[a100_0xdc6dc4(0x8a)](){return this['config'];}[a100_0xdc6dc4(0x69)](){return this['framework'];}[a100_0xdc6dc4(0x76)](){const _0x144114=a100_0xdc6dc4;return this[_0x144114(0xa0)];}[a100_0xdc6dc4(0x97)](){return this['testName'];}['getCommands'](_0x599049){const _0x454ad5=a100_0xdc6dc4,_0xffe388={};_0xffe388['EMuJp']=_0x454ad5(0x95),_0xffe388['KXjai']=_0x454ad5(0x7c),_0xffe388['pgvXp']=function(_0x41573c,_0x5320ce){return _0x41573c===_0x5320ce;},_0xffe388[_0x454ad5(0x7d)]=function(_0x5b9668,_0x42c3fa){return _0x5b9668+_0x42c3fa;},_0xffe388[_0x454ad5(0x85)]=_0x454ad5(0x75);const _0x1dab9c=_0xffe388,_0x1f76aa=this[_0x454ad5(0x96)][_0x599049];this[_0x454ad5(0x96)][_0x599049]=[];if(globals[_0x454ad5(0x87)](_0x1dab9c[_0x454ad5(0x6b)])&&globals[_0x454ad5(0x87)](_0x1dab9c['KXjai'])&&!_0x1f76aa||_0x1dab9c[_0x454ad5(0x71)](_0x1f76aa[_0x454ad5(0x6c)],0x0))return logger[_0x454ad5(0x6e)](_0x1dab9c[_0x454ad5(0x7d)](_0x1dab9c[_0x454ad5(0x85)],_0x599049)),'';return _0x1f76aa['map'](_0x9a408c=>JSON[_0x454ad5(0x7e)](_0x9a408c))[_0x454ad5(0x7a)](',');}['isSelfHealEnabled'](){const _0x6f9ccf=a100_0xdc6dc4,_0xabb3e3={};_0xabb3e3[_0x6f9ccf(0x68)]=function(_0x582ad2,_0x517557){return _0x582ad2===_0x517557;},_0xabb3e3[_0x6f9ccf(0x9a)]=function(_0x5b3897,_0x436466){return _0x5b3897===_0x436466;},_0xabb3e3[_0x6f9ccf(0x8e)]=_0x6f9ccf(0x8b);const _0x493c86=_0xabb3e3;let _0x3ab04a=![];return this[_0x6f9ccf(0x8a)]()&&(_0x493c86[_0x6f9ccf(0x68)](this[_0x6f9ccf(0x8a)]()['selfHeal'],!![])||_0x493c86['RJzRJ'](this[_0x6f9ccf(0x8a)]()['selfHeal'],_0x493c86[_0x6f9ccf(0x8e)]))&&(_0x3ab04a=!![]),_0x3ab04a;}['getTcgTokenStatus'](){return this['isTcgTokenSet'];}}exports[a100_0xdc6dc4(0x92)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a101_0x36ec2e=a101_0x314f;function a101_0x314f(_0x2a5fa8,_0xd3a1cd){const _0x2b0bff=a101_0x2b0b();return a101_0x314f=function(_0x314f1d,_0x4c5332){_0x314f1d=_0x314f1d-0x95;let _0x50e41f=_0x2b0bff[_0x314f1d];return _0x50e41f;},a101_0x314f(_0x2a5fa8,_0xd3a1cd);}(function(_0x13eb80,_0x4958f3){const _0x129f86=a101_0x314f,_0x529aa1=_0x13eb80();while(!![]){try{const _0x7c513d=-parseInt(_0x129f86(0xa8))/0x1+parseInt(_0x129f86(0xa7))/0x2+-parseInt(_0x129f86(0xaa))/0x3*(-parseInt(_0x129f86(0x96))/0x4)+parseInt(_0x129f86(0x9e))/0x5+-parseInt(_0x129f86(0x9d))/0x6*(-parseInt(_0x129f86(0x9f))/0x7)+parseInt(_0x129f86(0xa2))/0x8*(parseInt(_0x129f86(0xa9))/0x9)+-parseInt(_0x129f86(0xa3))/0xa*(-parseInt(_0x129f86(0xa6))/0xb);if(_0x7c513d===_0x4958f3)break;else _0x529aa1['push'](_0x529aa1['shift']());}catch(_0x24723a){_0x529aa1['push'](_0x529aa1['shift']());}}}(a101_0x2b0b,0x25983));const a101_0x28b855={};a101_0x28b855[a101_0x36ec2e(0x9a)]='https://grid.browserstack.com/dashboard/builds',a101_0x28b855[a101_0x36ec2e(0x95)]=a101_0x36ec2e(0xa4),module['exports']=a101_0x28b855;const _env=(process[a101_0x36ec2e(0x99)]['BROWSERSTACK_ENV']||a101_0x36ec2e(0xa0))[a101_0x36ec2e(0x97)]();if(_env===a101_0x36ec2e(0xa1)||_env==='stag')module['exports'][a101_0x36ec2e(0x9a)]=a101_0x36ec2e(0xa5);else(_env===a101_0x36ec2e(0x9b)||_env===a101_0x36ec2e(0x98))&&(module[a101_0x36ec2e(0x9c)][a101_0x36ec2e(0x9a)]='https://grid-preprod.bsstag.com/dashboard/builds');function a101_0x2b0b(){const _0x3db2ce=['1738fAcRyF','86828yDWaHr','272010gsjvll','1791OIpkeh','28173WqPDCp','API_ENDPOINT','32weyOJK','toLowerCase','pre-prod','env','BUILDS_DASHBOARD_URL','preprod','exports','16908rCmvZD','74690cJHMcf','665JIRudd','prod','staging','216RvjVmr','1230iXbFEx','automate-turboscale/v1','https://grid-devhst.bsstag.com/dashboard/builds'];a101_0x2b0b=function(){return _0x3db2ce;};return a101_0x2b0b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a102_0x279690=a102_0x3bf8;(function(_0x132503,_0x4c35fd){const _0x4ebb61=a102_0x3bf8,_0x54f276=_0x132503();while(!![]){try{const _0x2118e8=parseInt(_0x4ebb61(0x10c))/0x1+parseInt(_0x4ebb61(0xf3))/0x2*(parseInt(_0x4ebb61(0xf5))/0x3)+-parseInt(_0x4ebb61(0x10b))/0x4+-parseInt(_0x4ebb61(0x10e))/0x5*(-parseInt(_0x4ebb61(0xfd))/0x6)+-parseInt(_0x4ebb61(0x107))/0x7*(-parseInt(_0x4ebb61(0xf6))/0x8)+parseInt(_0x4ebb61(0xfa))/0x9*(-parseInt(_0x4ebb61(0xf8))/0xa)+-parseInt(_0x4ebb61(0xf4))/0xb;if(_0x2118e8===_0x4c35fd)break;else _0x54f276['push'](_0x54f276['shift']());}catch(_0x551148){_0x54f276['push'](_0x54f276['shift']());}}}(a102_0x241f,0xadee9));function a102_0x3bf8(_0x2794ed,_0x11c016){const _0x241f20=a102_0x241f();return a102_0x3bf8=function(_0x3bf863,_0x35f998){_0x3bf863=_0x3bf863-0xf3;let _0x424002=_0x241f20[_0x3bf863];return _0x424002;},a102_0x3bf8(_0x2794ed,_0x11c016);}const constants=require('../../bin/utils/constants');exports[a102_0x279690(0x109)]=()=>{const _0x5cfad8=a102_0x279690;if(!constants[_0x5cfad8(0x100)][_0x5cfad8(0xf7)])return{};return constants[_0x5cfad8(0x100)][_0x5cfad8(0xf7)];},exports[a102_0x279690(0x101)]=_0x4817d7=>{const _0x23c143=a102_0x279690,_0x17aacb={};_0x17aacb[_0x23c143(0x110)]=_0x23c143(0x103);const _0x302aaa=_0x17aacb;if(_0x4817d7['turboScaleOptions']&&_0x4817d7[_0x23c143(0x106)][_0x23c143(0xf9)])return _0x4817d7[_0x23c143(0x106)][_0x23c143(0xf9)];if(process[_0x23c143(0x104)][_0x23c143(0x102)])return process[_0x23c143(0x104)][_0x23c143(0x102)];return _0x302aaa[_0x23c143(0x110)];},exports[a102_0x279690(0xfc)]=_0x30efa0=>{const _0x4c6497=a102_0x279690,_0x3ab3a9={};_0x3ab3a9['SRbio']=function(_0x1c028f,_0x587a04){return _0x1c028f===_0x587a04;},_0x3ab3a9['uUkEm']=_0x4c6497(0xfb);const _0xb0de47=_0x3ab3a9;return _0x30efa0&&_0x30efa0[_0x4c6497(0x10f)]&&_0xb0de47[_0x4c6497(0x108)](_0x30efa0[_0x4c6497(0x10f)]['toString']()['toLowerCase'](),_0xb0de47['uUkEm']);},exports['getTurboScaleCaps']=(_0x786a7,_0x780d63,_0x182b1d)=>{const _0x2f4081=a102_0x279690,_0x2a94b7={};_0x2a94b7['CYmHA']=_0x2f4081(0x111);const _0x2575c9=_0x2a94b7,_0x1fadf6={};_0x1fadf6[_0x2f4081(0xfe)]=_0x2575c9[_0x2f4081(0x10d)];_0x786a7[_0x2f4081(0x112)]&&(_0x1fadf6[_0x2f4081(0x112)]=Array['isArray'](_0x786a7[_0x2f4081(0x112)])?_0x786a7[_0x2f4081(0x112)]:_0x786a7[_0x2f4081(0x112)][_0x2f4081(0x105)](','));if(process[_0x2f4081(0x104)]['BROWSERSTACK_BUILD_TAGS'])try{_0x1fadf6[_0x2f4081(0x112)]=process[_0x2f4081(0x104)]['BROWSERSTACK_BUILD_TAGS'][_0x2f4081(0x105)](',');}catch{_0x1fadf6['buildTags']=process[_0x2f4081(0x104)][_0x2f4081(0x10a)];}return _0x786a7[_0x2f4081(0xfe)]&&(_0x1fadf6['buildPriority']=_0x786a7[_0x2f4081(0xfe)]),process['env']['BROWSERSTACK_BUILD_PRIORITY']&&(_0x1fadf6[_0x2f4081(0xfe)]=process['env'][_0x2f4081(0xff)]),_0x1fadf6;};function a102_0x241f(){const _0x572659=['turboScale','GVOzT','medium','buildTags','754VceZll','5206102KHuXkU','39uOuSNL','8174072utWXwd','options','1594050jsZMcH','gridName','9YedZZv','true','isTurboScaleSession','6ExQPws','buildPriority','BROWSERSTACK_BUILD_PRIORITY','TURBOSCALE_OPTIONS','getTurboScaleGridName','BROWSERSTACK_TURBOSCALE_GRID_NAME','NO_GRID_NAME_PASSED','env','split','turboScaleOptions','7MCEzOd','SRbio','getTurboScaleOptions','BROWSERSTACK_BUILD_TAGS','5279760AFHiJb','1423948UVfwdr','CYmHA','1072220nveBXE'];a102_0x241f=function(){return _0x572659;};return a102_0x241f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a103_0x4e2f(_0xeb695e,_0x503fae){var _0x859ffc=a103_0x859f();return a103_0x4e2f=function(_0x4e2f20,_0x17b3f6){_0x4e2f20=_0x4e2f20-0xad;var _0x16ef7e=_0x859ffc[_0x4e2f20];return _0x16ef7e;},a103_0x4e2f(_0xeb695e,_0x503fae);}function a103_0x859f(){var _0x23b294=['NqeZg','intentFlags','browserstack.projectName','appActivity','415xtGOfH','keychainPassword','showIOSLog','avdArgs','updatedWDABundleId','androidInstallTimeout','jRMok','iosInstallPause','browserstackLocal','chromedriverExecutableDir','wdaLaunchTimeout','browserstack.testOrchestration.runPreviouslyFailedFirst','LjEyd','KnjsM','browserstackConfigFile','nDQLg','TOkfD','locationServicesEnabled','browserstack.ppp','browserstack.user_name','weBNg','keyPassword','browserstack.testOrchestration.retryTestsOnFailure','ignoreHiddenApiPolicyError','tpYgj','newCommandTimeout','automation','560910QHcgyb','nativeWebTap','8766vapYCT','isHeadless','BROWSERSTACK_PARALLELS_PER_PLATFORM','chromedriverPorts','browserstack.app','screenshotWaitTimeout','browserstack.logLevel','fullContextList','udid','webkitDebugProxyPort','chromedriverUseSystemExecutable','enforceAppInstall','shouldUseSingletonTestManager','usePrebuiltWDA','rerunPreviouslyFailed','localeScript','ignoreUnimportantViews','printPageSourceOnFindFailure','rerunTests','Mvsig','1119728xUIYXm','eventTimings','platformVersion','startIWDP','processArguments','maxTypingFrequency','intentCategory','localIdentifier','locationServicesAuthorized','dontStopAppOnReset','optionalIntentArguments','calendarFormat','deviceName','autoAcceptAlerts','BROWSERSTACK_LOG_DIR','deviceReadyTimeout','ntlAU','wdaStartupRetryInterval','browserstack.testOrchestration.rerunPreviouslyFailed','remoteAppsCacheLimit','appName','enableWebviewDetailsCollection','keyAlias','ZkzRk','runPreviouslyFailedFirst','xcodeOrgId','abortBuildOnFailure','resetOnSessionStartOnly','ewreH','skipLogcatCapture','appWaitDuration','PrRcm','appWaitActivity','BROWSERSTACK_TEST_REPORTING_DEBUG','sendKeyStrategy','browserstack.buildIdentifier','launchTimeout','EnvCapsMapping','browserstack.logDir','retryTestsOnFailure','logLevel','webkitResponseTimeout','vEpNt','waitForAppScript','autoWebviewTimeout','chromedriverExecutable','autoWebview','androidInstallPath','androidDeviceReadyTimeout','wdaStartupRetries','1746cdZSet','13004540zAwXRS','fullReset','gpsEnabled','WEwfn','allowTouchIdEnroll','browserstack.config','useKeystore','paErV','browserstack.access_key','WnIzE','noReset','browserstack.local','safariIgnoreFraudWarning','androidDeviceSocket','automationName','iRXqg','adbExecTimeout','app','IAEQA','androidScreenshotPath','userName','useNewWDA','appPackage','unlockType','autoDismissAlerts','23016wYfKYk','localizableStringsDir','browserstack.parallelsPerPlatform','safariOpenLinksInBackground','AppiumCaps','xcodeConfigFile','ZkAjS','zDkso','keychainPath','skipLogCapture','parallelsPerPlatform','systemPort','tdnsF','BROWSERSTACK_ACCESS_KEY','logDir','mbyRt','tgBVA','showXcodeLog','chromedriverPort','autoGrantPermissions','allowTestPackages','orientation','qmSCn','chromedriverDisableBuildCheck','customSSLCert','ensureWebviewsHavePages','webviewConnectRetries','projectName','keystorePassword','CLICapsMapping','intentAction','androidNaturalOrientation','recreateChromeDriverSessions','browserstack.accessKey','fkGZH','hlVAL','remoteAdbHost','disableAndroidWatchers','accessKey','buildIdentifier','rTlhM','networkSpeed','1371758DJtZay','noSign','logcatFormat','14776qGoWGx','buildToolsVersion','WOMoR','browserstack.testOrchestration.skipFlakyandFailed','keepKeyChains','skipUnlock','AnfQg','zTLSo','xcodeSigningId','RbWRx','BROWSERSTACK_RERUN_TESTS','browserstack.buildName','SOljW','Capii','BROWSERSTACK_AUTOMATION','webviewDevtoolsPort','BROWSERSTACK_APP_ID','fzGGP','resetKeyboard','connectHardwareKeyboard','scaleFactor','25572JaXgRE','browserstack.rerunTests','bundleId','otherApps','webDriverAgentUrl','nativeInstrumentsLib','unicodeKeyboard','zEAtf','tFvmm','buildName','aeqIk'];a103_0x859f=function(){return _0x23b294;};return a103_0x859f();}var a103_0x2feb15=a103_0x4e2f;(function(_0x437ac1,_0x1d9ff9){var _0x25c352=a103_0x4e2f,_0x360494=_0x437ac1();while(!![]){try{var _0x11f6c7=-parseInt(_0x25c352(0x17a))/0x1+parseInt(_0x25c352(0x122))/0x2+-parseInt(_0x25c352(0x164))/0x3+-parseInt(_0x25c352(0x13a))/0x4*(parseInt(_0x25c352(0x149))/0x5)+parseInt(_0x25c352(0xde))/0x6*(-parseInt(_0x25c352(0xf8))/0x7)+parseInt(_0x25c352(0x125))/0x8*(parseInt(_0x25c352(0x166))/0x9)+parseInt(_0x25c352(0xdf))/0xa;if(_0x11f6c7===_0x1d9ff9)break;else _0x360494['push'](_0x360494['shift']());}catch(_0x335dd5){_0x360494['push'](_0x360494['shift']());}}}(a103_0x859f,0xf1fd2),exports[a103_0x2feb15(0x115)]=()=>{var _0x1e83ba=a103_0x2feb15,_0x235490={};_0x235490[_0x1e83ba(0xcb)]=_0x1e83ba(0x15c),_0x235490[_0x1e83ba(0x12b)]='browserstack.userName',_0x235490[_0x1e83ba(0x11a)]=_0x1e83ba(0xe7),_0x235490[_0x1e83ba(0x156)]=_0x1e83ba(0x119),_0x235490[_0x1e83ba(0x10e)]=_0x1e83ba(0x130),_0x235490[_0x1e83ba(0x179)]=_0x1e83ba(0x147),_0x235490['RbWRx']=_0x1e83ba(0xcf),_0x235490[_0x1e83ba(0x158)]=_0x1e83ba(0x15b),_0x235490['TOkfD']=_0x1e83ba(0xfa),_0x235490[_0x1e83ba(0xf1)]=_0x1e83ba(0xea),_0x235490['weBNg']='browserstack.localIdentifier',_0x235490[_0x1e83ba(0x145)]=_0x1e83ba(0x13b),_0x235490[_0x1e83ba(0x136)]=_0x1e83ba(0x16a),_0x235490['LjEyd']=_0x1e83ba(0x16c),_0x235490[_0x1e83ba(0xd6)]='browserstack.automation',_0x235490['hlVAL']=_0x1e83ba(0xd2),_0x235490[_0x1e83ba(0xe6)]=_0x1e83ba(0xe4),_0x235490[_0x1e83ba(0xbc)]='browserstackConfigFile',_0x235490[_0x1e83ba(0x120)]=_0x1e83ba(0x15f),_0x235490[_0x1e83ba(0xe2)]='browserstack.testOrchestration.abortBuildOnFailure',_0x235490[_0x1e83ba(0x14f)]=_0x1e83ba(0x154),_0x235490[_0x1e83ba(0x104)]=_0x1e83ba(0xbe),_0x235490[_0x1e83ba(0xc8)]=_0x1e83ba(0x128);var _0x25d141=_0x235490,_0x10b3d4={};return _0x10b3d4[_0x1e83ba(0xf3)]=[_0x25d141[_0x1e83ba(0xcb)],_0x25d141[_0x1e83ba(0x12b)]],_0x10b3d4['accessKey']=[_0x25d141[_0x1e83ba(0x11a)],_0x25d141['KnjsM']],_0x10b3d4[_0x1e83ba(0x143)]=[_0x25d141['qmSCn']],_0x10b3d4[_0x1e83ba(0x113)]=[_0x25d141['Mvsig']],_0x10b3d4[_0x1e83ba(0x11f)]=[_0x25d141[_0x1e83ba(0x12e)]],_0x10b3d4['parallelsPerPlatform']=[_0x25d141[_0x1e83ba(0x158)],_0x25d141[_0x1e83ba(0x159)]],_0x10b3d4[_0x1e83ba(0x151)]=[_0x25d141[_0x1e83ba(0xf1)]],_0x10b3d4['localIdentifier']=[_0x25d141[_0x1e83ba(0x15d)]],_0x10b3d4[_0x1e83ba(0x178)]=[_0x25d141[_0x1e83ba(0x145)]],_0x10b3d4[_0x1e83ba(0xf0)]=[_0x25d141[_0x1e83ba(0x136)]],_0x10b3d4[_0x1e83ba(0xd4)]=[_0x25d141[_0x1e83ba(0x155)]],_0x10b3d4[_0x1e83ba(0x163)]=[_0x25d141[_0x1e83ba(0xd6)]],_0x10b3d4[_0x1e83ba(0x106)]=[_0x25d141[_0x1e83ba(0x11b)]],_0x10b3d4[_0x1e83ba(0x157)]=[_0x25d141[_0x1e83ba(0xe6)],_0x25d141['ntlAU']],_0x10b3d4[_0x1e83ba(0xd3)]=[_0x25d141[_0x1e83ba(0x120)]],_0x10b3d4[_0x1e83ba(0xc6)]=[_0x25d141['WEwfn']],_0x10b3d4[_0x1e83ba(0xc4)]=[_0x25d141[_0x1e83ba(0x14f)]],_0x10b3d4[_0x1e83ba(0x174)]=[_0x25d141['tdnsF']],_0x10b3d4['skipFlakyandFailed']=[_0x25d141[_0x1e83ba(0xc8)]],_0x10b3d4;},exports[a103_0x2feb15(0xd1)]=()=>{var _0x5378c1=a103_0x2feb15,_0x52fffa={};_0x52fffa['WOMoR']='BROWSERSTACK_USERNAME',_0x52fffa[_0x5378c1(0xe8)]='BROWSERSTACK_USER_NAME',_0x52fffa[_0x5378c1(0x142)]=_0x5378c1(0x105),_0x52fffa[_0x5378c1(0x107)]='BROWSERSTACK_BUILD_NAME',_0x52fffa[_0x5378c1(0x12c)]='BROWSERSTACK_PROJECT_NAME',_0x52fffa['pfbBx']='BROWSERSTACK_BUILD_IDENTIFIER',_0x52fffa[_0x5378c1(0x141)]=_0x5378c1(0x168),_0x52fffa[_0x5378c1(0xee)]='BROWSERSTACK_LOCAL',_0x52fffa[_0x5378c1(0x132)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x52fffa[_0x5378c1(0xff)]=_0x5378c1(0x12f),_0x52fffa['tpYgj']=_0x5378c1(0x135),_0x52fffa['ZkAjS']='BROWSERSTACK_APP',_0x52fffa[_0x5378c1(0x144)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x52fffa[_0x5378c1(0x108)]=_0x5378c1(0xcd),_0x52fffa[_0x5378c1(0xc3)]=_0x5378c1(0x133),_0x52fffa[_0x5378c1(0x131)]=_0x5378c1(0xba);var _0x397805=_0x52fffa,_0x1a45a3={};return _0x1a45a3['userName']=[_0x397805[_0x5378c1(0x127)],_0x397805[_0x5378c1(0xe8)]],_0x1a45a3[_0x5378c1(0x11e)]=[_0x397805['tFvmm']],_0x1a45a3[_0x5378c1(0x143)]=[_0x397805[_0x5378c1(0x107)]],_0x1a45a3[_0x5378c1(0x113)]=[_0x397805['zTLSo']],_0x1a45a3['buildIdentifier']=[_0x397805['pfbBx']],_0x1a45a3[_0x5378c1(0x102)]=[_0x397805[_0x5378c1(0x141)]],_0x1a45a3[_0x5378c1(0x151)]=[_0x397805['iRXqg']],_0x1a45a3[_0x5378c1(0xb3)]=[_0x397805[_0x5378c1(0x132)]],_0x1a45a3[_0x5378c1(0x178)]=[_0x397805[_0x5378c1(0xff)]],_0x1a45a3[_0x5378c1(0xf0)]=[_0x397805[_0x5378c1(0x161)],_0x397805[_0x5378c1(0xfe)]],_0x1a45a3[_0x5378c1(0xd4)]=[_0x397805[_0x5378c1(0x144)],_0x397805[_0x5378c1(0x108)]],_0x1a45a3[_0x5378c1(0x163)]=[_0x397805[_0x5378c1(0xc3)]],_0x1a45a3['logDir']=[_0x397805[_0x5378c1(0x131)]],_0x1a45a3;},exports[a103_0x2feb15(0xfc)]=()=>[a103_0x2feb15(0xed),a103_0x2feb15(0xae),a103_0x2feb15(0xb8),a103_0x2feb15(0x162),'app',a103_0x2feb15(0x16e),'language','locale',a103_0x2feb15(0x10d),a103_0x2feb15(0xda),a103_0x2feb15(0xe9),a103_0x2feb15(0xe0),'clearSystemFiles',a103_0x2feb15(0xad),'enablePerformanceLogging',a103_0x2feb15(0x13d),a103_0x2feb15(0x177),a103_0x2feb15(0x148),a103_0x2feb15(0xf5),a103_0x2feb15(0xcc),'appWaitPackage',a103_0x2feb15(0xca),a103_0x2feb15(0xbb),a103_0x2feb15(0x10c),'androidCoverage','androidCoverageEndIntent',a103_0x2feb15(0xdc),'adbPort',a103_0x2feb15(0xec),a103_0x2feb15(0x14e),a103_0x2feb15(0xdb),'avd','avdLaunchTimeout','avdReadyTimeout',a103_0x2feb15(0x14c),a103_0x2feb15(0xe5),'keystorePath',a103_0x2feb15(0x114),a103_0x2feb15(0xc2),a103_0x2feb15(0x15e),a103_0x2feb15(0xd9),'chromedriverArgs',a103_0x2feb15(0x152),'chromedriverChromeMappingFile',a103_0x2feb15(0x170),a103_0x2feb15(0x10a),a103_0x2feb15(0x169),a103_0x2feb15(0x10f),a103_0x2feb15(0xd8),a103_0x2feb15(0x116),a103_0x2feb15(0xb2),a103_0x2feb15(0x146),a103_0x2feb15(0xb6),a103_0x2feb15(0xb5),a103_0x2feb15(0x140),a103_0x2feb15(0x137),a103_0x2feb15(0x123),a103_0x2feb15(0x176),a103_0x2feb15(0x11d),'chromeOptions',a103_0x2feb15(0x118),'nativeWebScreenshot',a103_0x2feb15(0xf2),a103_0x2feb15(0x121),a103_0x2feb15(0xe1),a103_0x2feb15(0x167),a103_0x2feb15(0xef),a103_0x2feb15(0x175),'skipDeviceInitialization',a103_0x2feb15(0x10b),a103_0x2feb15(0x117),a103_0x2feb15(0x103),a103_0x2feb15(0x11c),a103_0x2feb15(0x12a),a103_0x2feb15(0xf6),'unlockKey','autoLaunch',a103_0x2feb15(0xc9),'uninstallOtherPackages','disableWindowAnimation',a103_0x2feb15(0x126),a103_0x2feb15(0x171),a103_0x2feb15(0x111),a103_0x2feb15(0x134),a103_0x2feb15(0xc1),a103_0x2feb15(0xbf),a103_0x2feb15(0xb7),a103_0x2feb15(0x13c),a103_0x2feb15(0xd0),a103_0x2feb15(0x15a),a103_0x2feb15(0xb4),a103_0x2feb15(0xb9),a103_0x2feb15(0xf7),a103_0x2feb15(0x13f),a103_0x2feb15(0x165),'safariInitialUrl','safariAllowPopups',a103_0x2feb15(0xeb),a103_0x2feb15(0xfb),a103_0x2feb15(0x129),a103_0x2feb15(0xf9),a103_0x2feb15(0xb0),'interKeyDelay',a103_0x2feb15(0x14b),a103_0x2feb15(0xce),a103_0x2feb15(0xd5),a103_0x2feb15(0x16b),'remoteDebugProxy','enableAsyncExecuteFromHttps',a103_0x2feb15(0x101),a103_0x2feb15(0x16f),a103_0x2feb15(0x16d),a103_0x2feb15(0xd7),a103_0x2feb15(0x112),a103_0x2feb15(0xc0),a103_0x2feb15(0x110),'tapWithShortPressDuration',a103_0x2feb15(0x139),'wdaLocalPort',a103_0x2feb15(0x109),a103_0x2feb15(0x150),a103_0x2feb15(0xfd),a103_0x2feb15(0x14a),a103_0x2feb15(0x173),'preventWDAAttachments',a103_0x2feb15(0x13e),a103_0x2feb15(0x100),a103_0x2feb15(0xf4),a103_0x2feb15(0x153),'wdaConnectionTimeout',a103_0x2feb15(0xc5),a103_0x2feb15(0x12d),a103_0x2feb15(0x14d),a103_0x2feb15(0xc7),'commandTimeouts',a103_0x2feb15(0xdd),a103_0x2feb15(0xbd),a103_0x2feb15(0x138),a103_0x2feb15(0xb1),'simpleIsVisibleCheck','useCarthageSsl',a103_0x2feb15(0x172),a103_0x2feb15(0xaf),a103_0x2feb15(0xe3),a103_0x2feb15(0x160),'mockLocationApp',a103_0x2feb15(0x124),'logcatFilterSpecs','allowDelayAdb']);
|
|
1
|
+
function a103_0xc266(){var _0x2ee7a0=['25jJwuNT','abortBuildOnFailure','BROWSERSTACK_USER_NAME','keyPassword','BROWSERSTACK_ACCESS_KEY','ZCNUI','webkitResponseTimeout','intentAction','fDsvw','chromedriverExecutable','browserstack.accessKey','useKeystore','BROWSERSTACK_LOCAL','BROWSERSTACK_PARALLELS_PER_PLATFORM','rerunTests','AppiumCaps','unlockType','fgBCS','calendarFormat','remoteAdbHost','buildIdentifier','processArguments','BROWSERSTACK_LOG_DIR','nativeInstrumentsLib','avd','printPageSourceOnFindFailure','UEzCO','ensureWebviewsHavePages','BROWSERSTACK_BUILD_NAME','appActivity','browserstack.localIdentifier','safariAllowPopups','appWaitActivity','noReset','appWaitPackage','networkSpeed','FFXTh','Gmzwc','enableAsyncExecuteFromHttps','gpsEnabled','Jgbel','fullContextList','vmRJa','PBnwV','10471870xWucvb','ILtzN','mFFvc','browserstack.buildName','enableWebviewDetailsCollection','userName','LBkFl','allowDelayAdb','launchTimeout','browserstack.rerunTests','enablePerformanceLogging','skipLogCapture','waitForAppScript','showXcodeLog','chromedriverArgs','rerunPreviouslyFailed','keychainPath','nativeWebScreenshot','dontStopAppOnReset','skipLogcatCapture','resetKeyboard','platformVersion','intentFlags','localizableStringsDir','browserstack.testOrchestration.rerunPreviouslyFailed','rHAXF','webviewConnectRetries','CLICapsMapping','CGvcF','wNfIU','nativeWebTap','orientation','automation','tAEjx','maxTypingFrequency','ignoreHiddenApiPolicyError','keystorePassword','webDriverAgentUrl','lQDjD','CFsSX','wdaStartupRetries','owwzf','PAyDf','hKBJN','noSign','7GYzWRI','wdaLaunchTimeout','browserstackLocal','otherApps','browserstack.access_key','resetOnSessionStartOnly','EnvCapsMapping','QsyME','10nfIlzy','appName','simpleIsVisibleCheck','retryTestsOnFailure','startIWDP','unicodeKeyboard','XawTb','mMNzQ','systemPort','831594WuNObt','keystorePath','parallelsPerPlatform','kcwTH','wdaStartupRetryInterval','chromedriverPorts','androidScreenshotPath','RWSVS','keychainPassword','allowTestPackages','autoDismissAlerts','unlockKey','logLevel','BROWSERSTACK_APP_ID','tapWithShortPressDuration','interKeyDelay','wdaConnectionTimeout','1511520mPqslY','skipUnlock','ignoreUnimportantViews','allowTouchIdEnroll','logDir','11vvbezn','webkitDebugProxyPort','androidDeviceReadyTimeout','localIdentifier','jcLoO','xcodeSigningId','browserstack.projectName','isHeadless','preventWDAAttachments','remoteDebugProxy','buildName','androidCoverage','skipDeviceInitialization','65521iYwRMS','chromedriverUseSystemExecutable','BnYTi','avdLaunchTimeout','runPreviouslyFailedFirst','keepKeyChains','autoLaunch','commandTimeouts','deviceName','BROWSERSTACK_RERUN_TESTS','2200208TounFp','newCommandTimeout','clearSystemFiles','bjiZT','autoAcceptAlerts','browserstack.logDir','adbPort','adbExecTimeout','browserstack.ppp','customSSLCert','projectName','mockLocationApp','nuJyp','iosInstallPause','webviewDevtoolsPort','UPFEW','locale','shoOI','useNewWDA','browserstack.app','browserstack.local','5342652GettmV','locationServicesAuthorized','WvsFg','browserstack.automation','browserstack.userName','browserstack.logLevel','browserstack.testOrchestration.abortBuildOnFailure','usePrebuiltWDA','browserstack.testOrchestration.skipFlakyandFailed','updatedWDABundleId','wQXNA','browserstack.config','uninstallOtherPackages','wdaLocalPort','useCarthageSsl','caoYt','appPackage','BROWSERSTACK_AUTOMATION','enforceAppInstall','MOIVg','BROWSERSTACK_BUILD_IDENTIFIER','BROWSERSTACK_PROJECT_NAME','browserstack.testOrchestration.retryTestsOnFailure','browserstackConfigFile','autoWebview','screenshotWaitTimeout','androidCoverageEndIntent','safariInitialUrl','scaleFactor','browserstack.parallelsPerPlatform','jUXlg','287676GcLmhO','DCMGZ','autoWebviewTimeout','xcodeOrgId','app','eventTimings','McnIa','bundleId','keyAlias'];a103_0xc266=function(){return _0x2ee7a0;};return a103_0xc266();}function a103_0x6646(_0x3f8890,_0x59f342){var _0xc26623=a103_0xc266();return a103_0x6646=function(_0x66462d,_0x2021dd){_0x66462d=_0x66462d-0x140;var _0x6f335c=_0xc26623[_0x66462d];return _0x6f335c;},a103_0x6646(_0x3f8890,_0x59f342);}var a103_0x19a0c1=a103_0x6646;(function(_0x42c6b0,_0x5ee4ce){var _0x24088f=a103_0x6646,_0x3ea276=_0x42c6b0();while(!![]){try{var _0x14f387=-parseInt(_0x24088f(0x1f9))/0x1*(-parseInt(_0x24088f(0x1cd))/0x2)+parseInt(_0x24088f(0x1e7))/0x3+parseInt(_0x24088f(0x163))/0x4*(parseInt(_0x24088f(0x16c))/0x5)+parseInt(_0x24088f(0x1d6))/0x6*(-parseInt(_0x24088f(0x1c5))/0x7)+-parseInt(_0x24088f(0x203))/0x8+parseInt(_0x24088f(0x144))/0x9+-parseInt(_0x24088f(0x198))/0xa*(parseInt(_0x24088f(0x1ec))/0xb);if(_0x14f387===_0x5ee4ce)break;else _0x3ea276['push'](_0x3ea276['shift']());}catch(_0x4d1a78){_0x3ea276['push'](_0x3ea276['shift']());}}}(a103_0xc266,0x4f110),exports[a103_0x19a0c1(0x1b3)]=()=>{var _0x6839d8=a103_0x19a0c1,_0x151cf3={};_0x151cf3[_0x6839d8(0x197)]='browserstack.user_name',_0x151cf3[_0x6839d8(0x162)]=_0x6839d8(0x148),_0x151cf3[_0x6839d8(0x196)]=_0x6839d8(0x1c9),_0x151cf3[_0x6839d8(0x194)]=_0x6839d8(0x176),_0x151cf3['fgBCS']=_0x6839d8(0x19b),_0x151cf3['UPFEW']=_0x6839d8(0x1f2),_0x151cf3[_0x6839d8(0x171)]='browserstack.buildIdentifier',_0x151cf3[_0x6839d8(0x206)]=_0x6839d8(0x20b),_0x151cf3[_0x6839d8(0x1cc)]=_0x6839d8(0x161),_0x151cf3['rHAXF']=_0x6839d8(0x143),_0x151cf3[_0x6839d8(0x174)]=_0x6839d8(0x18a),_0x151cf3['wQXNA']=_0x6839d8(0x1a1),_0x151cf3[_0x6839d8(0x1be)]=_0x6839d8(0x142),_0x151cf3[_0x6839d8(0x157)]=_0x6839d8(0x149),_0x151cf3[_0x6839d8(0x1c1)]=_0x6839d8(0x147),_0x151cf3[_0x6839d8(0x20f)]=_0x6839d8(0x208),_0x151cf3[_0x6839d8(0x19a)]=_0x6839d8(0x14f),_0x151cf3['CFsSX']=_0x6839d8(0x15b),_0x151cf3[_0x6839d8(0x1b5)]=_0x6839d8(0x15a),_0x151cf3['FFXTh']=_0x6839d8(0x14a),_0x151cf3[_0x6839d8(0x153)]='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x151cf3['UEzCO']=_0x6839d8(0x1b0),_0x151cf3[_0x6839d8(0x1c2)]=_0x6839d8(0x14c);var _0x262caa=_0x151cf3,_0x3e2de7={};return _0x3e2de7['userName']=[_0x262caa['PBnwV'],_0x262caa[_0x6839d8(0x162)]],_0x3e2de7['accessKey']=[_0x262caa[_0x6839d8(0x196)],_0x262caa[_0x6839d8(0x194)]],_0x3e2de7[_0x6839d8(0x1f6)]=[_0x262caa[_0x6839d8(0x17d)]],_0x3e2de7[_0x6839d8(0x20d)]=[_0x262caa[_0x6839d8(0x212)]],_0x3e2de7[_0x6839d8(0x180)]=[_0x262caa[_0x6839d8(0x171)]],_0x3e2de7[_0x6839d8(0x1d8)]=[_0x262caa[_0x6839d8(0x206)],_0x262caa['QsyME']],_0x3e2de7[_0x6839d8(0x1c7)]=[_0x262caa[_0x6839d8(0x1b1)]],_0x3e2de7[_0x6839d8(0x1ef)]=[_0x262caa[_0x6839d8(0x174)]],_0x3e2de7[_0x6839d8(0x17a)]=[_0x262caa[_0x6839d8(0x14e)]],_0x3e2de7['app']=[_0x262caa[_0x6839d8(0x1be)]],_0x3e2de7['logLevel']=[_0x262caa[_0x6839d8(0x157)]],_0x3e2de7[_0x6839d8(0x1b8)]=[_0x262caa[_0x6839d8(0x1c1)]],_0x3e2de7['logDir']=[_0x262caa[_0x6839d8(0x20f)]],_0x3e2de7[_0x6839d8(0x15b)]=[_0x262caa[_0x6839d8(0x19a)],_0x262caa[_0x6839d8(0x1bf)]],_0x3e2de7[_0x6839d8(0x1d0)]=[_0x262caa[_0x6839d8(0x1b5)]],_0x3e2de7[_0x6839d8(0x16d)]=[_0x262caa[_0x6839d8(0x190)]],_0x3e2de7[_0x6839d8(0x1fd)]=[_0x262caa[_0x6839d8(0x153)]],_0x3e2de7[_0x6839d8(0x1a7)]=[_0x262caa[_0x6839d8(0x186)]],_0x3e2de7['skipFlakyandFailed']=[_0x262caa[_0x6839d8(0x1c2)]],_0x3e2de7;},exports[a103_0x19a0c1(0x1cb)]=()=>{var _0x2ae202=a103_0x19a0c1,_0x4181d9={};_0x4181d9[_0x2ae202(0x1dd)]='BROWSERSTACK_USERNAME',_0x4181d9[_0x2ae202(0x164)]=_0x2ae202(0x16e),_0x4181d9[_0x2ae202(0x1d3)]=_0x2ae202(0x170),_0x4181d9[_0x2ae202(0x1f0)]=_0x2ae202(0x188),_0x4181d9[_0x2ae202(0x169)]=_0x2ae202(0x159),_0x4181d9['kcwTH']=_0x2ae202(0x158),_0x4181d9[_0x2ae202(0x1d4)]=_0x2ae202(0x179),_0x4181d9[_0x2ae202(0x146)]=_0x2ae202(0x178),_0x4181d9[_0x2ae202(0x140)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x4181d9['ILtzN']=_0x2ae202(0x202),_0x4181d9[_0x2ae202(0x1c3)]=_0x2ae202(0x1e3),_0x4181d9[_0x2ae202(0x1b4)]='BROWSERSTACK_APP',_0x4181d9[_0x2ae202(0x191)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x4181d9[_0x2ae202(0x19e)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x4181d9['BnYTi']=_0x2ae202(0x155),_0x4181d9['tAEjx']=_0x2ae202(0x182);var _0x2df212=_0x4181d9,_0x1a3e72={};return _0x1a3e72[_0x2ae202(0x19d)]=[_0x2df212['RWSVS'],_0x2df212[_0x2ae202(0x164)]],_0x1a3e72['accessKey']=[_0x2df212[_0x2ae202(0x1d3)]],_0x1a3e72['buildName']=[_0x2df212[_0x2ae202(0x1f0)]],_0x1a3e72[_0x2ae202(0x20d)]=[_0x2df212[_0x2ae202(0x169)]],_0x1a3e72[_0x2ae202(0x180)]=[_0x2df212[_0x2ae202(0x1d9)]],_0x1a3e72[_0x2ae202(0x1d8)]=[_0x2df212[_0x2ae202(0x1d4)]],_0x1a3e72[_0x2ae202(0x1c7)]=[_0x2df212['WvsFg']],_0x1a3e72[_0x2ae202(0x1ef)]=[_0x2df212[_0x2ae202(0x140)]],_0x1a3e72[_0x2ae202(0x17a)]=[_0x2df212[_0x2ae202(0x199)]],_0x1a3e72['app']=[_0x2df212[_0x2ae202(0x1c3)],_0x2df212[_0x2ae202(0x1b4)]],_0x1a3e72[_0x2ae202(0x1e2)]=[_0x2df212[_0x2ae202(0x191)],_0x2df212[_0x2ae202(0x19e)]],_0x1a3e72['automation']=[_0x2df212[_0x2ae202(0x1fb)]],_0x1a3e72[_0x2ae202(0x1eb)]=[_0x2df212[_0x2ae202(0x1b9)]],_0x1a3e72;},exports[a103_0x19a0c1(0x17b)]=()=>['automationName',a103_0x19a0c1(0x1ad),a103_0x19a0c1(0x201),a103_0x19a0c1(0x204),a103_0x19a0c1(0x167),'udid','language',a103_0x19a0c1(0x213),a103_0x19a0c1(0x1b7),a103_0x19a0c1(0x15c),a103_0x19a0c1(0x18d),'fullReset',a103_0x19a0c1(0x205),a103_0x19a0c1(0x168),a103_0x19a0c1(0x1a2),a103_0x19a0c1(0x1c8),a103_0x19a0c1(0x185),a103_0x19a0c1(0x189),a103_0x19a0c1(0x154),a103_0x19a0c1(0x18c),a103_0x19a0c1(0x18e),'appWaitDuration','deviceReadyTimeout',a103_0x19a0c1(0x1df),a103_0x19a0c1(0x1f7),a103_0x19a0c1(0x15e),a103_0x19a0c1(0x1ee),a103_0x19a0c1(0x209),'androidDeviceSocket','androidInstallTimeout','androidInstallPath',a103_0x19a0c1(0x184),a103_0x19a0c1(0x1fc),'avdReadyTimeout','avdArgs',a103_0x19a0c1(0x177),a103_0x19a0c1(0x1d7),a103_0x19a0c1(0x1bc),a103_0x19a0c1(0x16b),a103_0x19a0c1(0x16f),a103_0x19a0c1(0x175),a103_0x19a0c1(0x1a6),'chromedriverExecutableDir','chromedriverChromeMappingFile',a103_0x19a0c1(0x1fa),'chromedriverPort',a103_0x19a0c1(0x1db),'chromedriverDisableBuildCheck',a103_0x19a0c1(0x165),a103_0x19a0c1(0x173),'intentCategory',a103_0x19a0c1(0x1ae),'optionalIntentArguments',a103_0x19a0c1(0x1aa),a103_0x19a0c1(0x1d2),a103_0x19a0c1(0x1ac),a103_0x19a0c1(0x1c4),a103_0x19a0c1(0x1e9),'disableAndroidWatchers','chromeOptions','recreateChromeDriverSessions',a103_0x19a0c1(0x1a9),a103_0x19a0c1(0x1dc),a103_0x19a0c1(0x18f),a103_0x19a0c1(0x193),a103_0x19a0c1(0x1f3),a103_0x19a0c1(0x20a),'localeScript',a103_0x19a0c1(0x1f8),'autoGrantPermissions','androidNaturalOrientation',a103_0x19a0c1(0x1d5),a103_0x19a0c1(0x17f),a103_0x19a0c1(0x1e8),a103_0x19a0c1(0x17c),a103_0x19a0c1(0x1e1),a103_0x19a0c1(0x1ff),a103_0x19a0c1(0x1ab),a103_0x19a0c1(0x150),'disableWindowAnimation','buildToolsVersion',a103_0x19a0c1(0x156),a103_0x19a0c1(0x187),a103_0x19a0c1(0x211),a103_0x19a0c1(0x19c),'remoteAppsCacheLimit',a103_0x19a0c1(0x17e),a103_0x19a0c1(0x16a),a103_0x19a0c1(0x1a0),'locationServicesEnabled',a103_0x19a0c1(0x145),a103_0x19a0c1(0x207),a103_0x19a0c1(0x1e0),a103_0x19a0c1(0x183),a103_0x19a0c1(0x1b6),a103_0x19a0c1(0x15f),a103_0x19a0c1(0x18b),'safariIgnoreFraudWarning','safariOpenLinksInBackground',a103_0x19a0c1(0x1fe),a103_0x19a0c1(0x1af),a103_0x19a0c1(0x181),a103_0x19a0c1(0x1e5),'showIOSLog','sendKeyStrategy',a103_0x19a0c1(0x172),a103_0x19a0c1(0x15d),a103_0x19a0c1(0x1f5),a103_0x19a0c1(0x192),a103_0x19a0c1(0x1a3),a103_0x19a0c1(0x1ed),a103_0x19a0c1(0x195),a103_0x19a0c1(0x1a4),a103_0x19a0c1(0x1b2),a103_0x19a0c1(0x1ce),a103_0x19a0c1(0x20c),a103_0x19a0c1(0x1e4),a103_0x19a0c1(0x160),a103_0x19a0c1(0x151),a103_0x19a0c1(0x1a5),a103_0x19a0c1(0x210),'xcodeConfigFile',a103_0x19a0c1(0x1de),a103_0x19a0c1(0x14b),a103_0x19a0c1(0x1f4),a103_0x19a0c1(0x1bd),a103_0x19a0c1(0x1a8),a103_0x19a0c1(0x141),a103_0x19a0c1(0x1c6),a103_0x19a0c1(0x1e6),a103_0x19a0c1(0x166),a103_0x19a0c1(0x1f1),a103_0x19a0c1(0x14d),a103_0x19a0c1(0x1ca),a103_0x19a0c1(0x200),a103_0x19a0c1(0x1c0),a103_0x19a0c1(0x1da),'connectHardwareKeyboard',a103_0x19a0c1(0x1ba),a103_0x19a0c1(0x1cf),a103_0x19a0c1(0x152),'shouldUseSingletonTestManager',a103_0x19a0c1(0x1d1),a103_0x19a0c1(0x1ea),a103_0x19a0c1(0x1bb),a103_0x19a0c1(0x20e),'logcatFormat','logcatFilterSpecs',a103_0x19a0c1(0x19f)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a104_0x4f40(_0xa3c24f,_0x385791){var _0x55f6aa=a104_0x55f6();return a104_0x4f40=function(_0x4f40c2,_0x411309){_0x4f40c2=_0x4f40c2-0x126;var _0x4126dc=_0x55f6aa[_0x4f40c2];return _0x4126dc;},a104_0x4f40(_0xa3c24f,_0x385791);}(function(_0x6c5897,_0x578256){var _0x58be9d=a104_0x4f40,_0x325317=_0x6c5897();while(!![]){try{var _0x5bdd12=-parseInt(_0x58be9d(0x126))/0x1+parseInt(_0x58be9d(0x128))/0x2+-parseInt(_0x58be9d(0x12d))/0x3+parseInt(_0x58be9d(0x12b))/0x4+-parseInt(_0x58be9d(0x12c))/0x5*(-parseInt(_0x58be9d(0x12a))/0x6)+parseInt(_0x58be9d(0x129))/0x7+-parseInt(_0x58be9d(0x127))/0x8;if(_0x5bdd12===_0x578256)break;else _0x325317['push'](_0x325317['shift']());}catch(_0x118974){_0x325317['push'](_0x325317['shift']());}}}(a104_0x55f6,0xe150c),exports['BROWSERSTACK_GRR_US_HUB_URL']='https://hub-use-only.browserstack.com/wd/hub');function a104_0x55f6(){var _0xcfaf75=['420868BujbxN','11250330opVcto','54NYxDzx','5341728FKitLd','406585VmAeIE','1475067WIJKrk','1631392CMeFSl','6711488BdmgQq'];a104_0x55f6=function(){return _0xcfaf75;};return a104_0x55f6();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a105_0x480ab1=a105_0x45e9;function a105_0x2c3d(){var _0x578fa5=['808408RitEqi','1445708JVYxts','169152gGXtkW','10BkZTvr','env','7NbRKaH','wxZMw','40OOcsZB','2788MgmSPb','228312NQJLVQ','central_scanner_log','parse','A11Y_SCAN_RESULT','SqLpc','setCentralScannerData','725DpkFHY','55422POLcLO','2578383lXeYop'];a105_0x2c3d=function(){return _0x578fa5;};return a105_0x2c3d();}function a105_0x45e9(_0x570bd9,_0x583e93){var _0x2c3d9b=a105_0x2c3d();return a105_0x45e9=function(_0x45e9f6,_0x23cad7){_0x45e9f6=_0x45e9f6-0xd0;var _0x4f7e5b=_0x2c3d9b[_0x45e9f6];return _0x4f7e5b;},a105_0x45e9(_0x570bd9,_0x583e93);}(function(_0xa863f6,_0xc8b54){var _0x58d4bb=a105_0x45e9,_0xe92e38=_0xa863f6();while(!![]){try{var _0x382f62=-parseInt(_0x58d4bb(0xd0))/0x1+-parseInt(_0x58d4bb(0xd5))/0x2*(-parseInt(_0x58d4bb(0xde))/0x3)+parseInt(_0x58d4bb(0xd6))/0x4*(-parseInt(_0x58d4bb(0xdd))/0x5)+parseInt(_0x58d4bb(0xd7))/0x6+-parseInt(_0x58d4bb(0xd3))/0x7*(parseInt(_0x58d4bb(0xe0))/0x8)+-parseInt(_0x58d4bb(0xdf))/0x9*(-parseInt(_0x58d4bb(0xd1))/0xa)+-parseInt(_0x58d4bb(0xe1))/0xb;if(_0x382f62===_0xc8b54)break;else _0xe92e38['push'](_0xe92e38['shift']());}catch(_0x73e4a6){_0xe92e38['push'](_0xe92e38['shift']());}}}(a105_0x2c3d,0x2eb5b),exports[a105_0x480ab1(0xdc)]=(_0xfa1ee7,_0x55ed59,_0x137705)=>{var _0x3fe028=a105_0x480ab1,_0x3d8651={'SqLpc':function(_0x3366ac,_0x2a16fb){return _0x3366ac(_0x2a16fb);},'wxZMw':function(_0x2e943f,_0x53c959){return _0x2e943f||_0x53c959;}};_0xfa1ee7[_0x3fe028(0xd8)]={'http_code':_0x3d8651[_0x3fe028(0xdb)](String,_0x55ed59)||null,'redirect_url':_0x3d8651[_0x3fe028(0xd4)](_0x137705,null),'token':process[_0x3fe028(0xd2)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process[_0x3fe028(0xd2)][_0x3fe028(0xda)]&&(_0xfa1ee7[_0x3fe028(0xd8)]['a11y_scanner']=JSON[_0x3fe028(0xd9)](process[_0x3fe028(0xd2)][_0x3fe028(0xda)])||null);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a106_0x622842=a106_0x398c;(function(_0x5abc19,_0x3f3011){const _0x394797=a106_0x398c,_0x2f7a14=_0x5abc19();while(!![]){try{const _0x2a3f99=parseInt(_0x394797(0xa4))/0x1*(-parseInt(_0x394797(0x9b))/0x2)+-parseInt(_0x394797(0x94))/0x3*(parseInt(_0x394797(0x95))/0x4)+parseInt(_0x394797(0x9e))/0x5+parseInt(_0x394797(0xa1))/0x6*(-parseInt(_0x394797(0xa0))/0x7)+parseInt(_0x394797(0x99))/0x8+parseInt(_0x394797(0xa5))/0x9+-parseInt(_0x394797(0x97))/0xa;if(_0x2a3f99===_0x3f3011)break;else _0x2f7a14['push'](_0x2f7a14['shift']());}catch(_0x303f47){_0x2f7a14['push'](_0x2f7a14['shift']());}}}(a106_0x1421,0x40b72));function a106_0x1421(){const _0x297da7=['114368rzKowJ','warn','524SJeqez','createClassLogger','winstonLogger','2515090IZRcYa','info','54712XkNZQd','174xohkEB','exports','verbose','214vRVmpH','817191DxBUlW','7041UayyCh','80MzRLZy','debug','133670spgtCn','error'];a106_0x1421=function(){return _0x297da7;};return a106_0x1421();}const logger=require('./logger.js')[a106_0x622842(0x9d)];function createClassLogger(_0x187a8b){const _0x4dbbf4=a106_0x622842;return{'info':(_0x13de72,..._0x537155)=>logger[_0x4dbbf4(0x9f)]('['+_0x187a8b+']\x20'+_0x13de72,..._0x537155),'debug':(_0x12ce47,..._0x5dedca)=>logger[_0x4dbbf4(0x96)]('['+_0x187a8b+']\x20'+_0x12ce47,..._0x5dedca),'warn':(_0x3e305d,..._0x3bda67)=>logger[_0x4dbbf4(0x9a)]('['+_0x187a8b+']\x20'+_0x3e305d,..._0x3bda67),'error':(_0x89c03a,..._0x2cd73c)=>logger[_0x4dbbf4(0x98)]('['+_0x187a8b+']\x20'+_0x89c03a,..._0x2cd73c),'verbose':(_0x57c7ee,..._0x39a1ec)=>logger[_0x4dbbf4(0xa3)]('['+_0x187a8b+']\x20'+_0x57c7ee,..._0x39a1ec)};}function a106_0x398c(_0x4d3c1b,_0x754b79){const _0x1421a1=a106_0x1421();return a106_0x398c=function(_0x398c68,_0x121287){_0x398c68=_0x398c68-0x94;let _0x44cea0=_0x1421a1[_0x398c68];return _0x44cea0;},a106_0x398c(_0x4d3c1b,_0x754b79);}const a106_0x4fcb09={};a106_0x4fcb09[a106_0x622842(0x9c)]=createClassLogger,module[a106_0x622842(0xa2)]=a106_0x4fcb09;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a107_0x284a68=a107_0xda29;function a107_0x5613(){var _0xf2495a=['__instance','248xxLZmi','208523pVgAGl','browserStackGlobals','14107CEdEsD','854499frOpiC','setGlobal','8974152pAQWsk','21647520NiGKZx','9395130ZaEVsy','90jHQVrt','2467115DMGHes','exports','getGlobal','4vztMNs'];a107_0x5613=function(){return _0xf2495a;};return a107_0x5613();}function a107_0xda29(_0xcb8d99,_0x567f38){var _0x561346=a107_0x5613();return a107_0xda29=function(_0xda294,_0x551f83){_0xda294=_0xda294-0x1c8;var _0x5a12a0=_0x561346[_0xda294];return _0x5a12a0;},a107_0xda29(_0xcb8d99,_0x567f38);}(function(_0x88b468,_0x322fc8){var _0x5b61b5=a107_0xda29,_0x18f550=_0x88b468();while(!![]){try{var _0x5bea00=-parseInt(_0x5b61b5(0x1c8))/0x1*(parseInt(_0x5b61b5(0x1ce))/0x2)+parseInt(_0x5b61b5(0x1c9))/0x3*(parseInt(_0x5b61b5(0x1d2))/0x4)+-parseInt(_0x5b61b5(0x1cf))/0x5+parseInt(_0x5b61b5(0x1cd))/0x6+parseInt(_0x5b61b5(0x1d5))/0x7*(-parseInt(_0x5b61b5(0x1d4))/0x8)+-parseInt(_0x5b61b5(0x1cb))/0x9+parseInt(_0x5b61b5(0x1cc))/0xa;if(_0x5bea00===_0x322fc8)break;else _0x18f550['push'](_0x18f550['shift']());}catch(_0x332a21){_0x18f550['push'](_0x18f550['shift']());}}}(a107_0x5613,0xebfd7));class Global{static ['__instance'];constructor(){var _0x5a6ade=a107_0xda29;if(Global[_0x5a6ade(0x1d3)])return Global['__instance'];this[_0x5a6ade(0x1d6)]=global,Global[_0x5a6ade(0x1d3)]=this;}[a107_0x284a68(0x1ca)](_0x1cbdba,_0x4ac194){this['browserStackGlobals'][_0x1cbdba]=_0x4ac194;}[a107_0x284a68(0x1d1)](_0xcb6446){var _0x64a6c3=a107_0x284a68;return this[_0x64a6c3(0x1d6)][_0xcb6446];}}module[a107_0x284a68(0x1d0)]=new Global();
|