browserstack-node-sdk 1.65.0 → 1.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/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/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/loadErrors.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/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/node-generic/client.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/reporterArgs.js +1 -0
- 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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.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/nodeGenericTestFramework.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/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.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/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.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/driverInitErrorReporter.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 -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/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 a170_0x462f9a=a170_0x35d8;(function(_0x425cd7,_0x2feec8){const _0x2502f7=a170_0x35d8,_0x5d66a9=_0x425cd7();while(!![]){try{const _0x213e8d=-parseInt(_0x2502f7(0x1a1))/0x1*(parseInt(_0x2502f7(0x155))/0x2)+-parseInt(_0x2502f7(0x12d))/0x3+-parseInt(_0x2502f7(0x13b))/0x4+parseInt(_0x2502f7(0x1e3))/0x5+parseInt(_0x2502f7(0x162))/0x6+parseInt(_0x2502f7(0x1df))/0x7+parseInt(_0x2502f7(0x1e5))/0x8*(parseInt(_0x2502f7(0x1af))/0x9);if(_0x213e8d===_0x2feec8)break;else _0x5d66a9['push'](_0x5d66a9['shift']());}catch(_0x34f463){_0x5d66a9['push'](_0x5d66a9['shift']());}}}(a170_0x3d17,0x5f5af));const bsSetupHelper=require('../helper'),LoadTestModule=require(a170_0x462f9a(0x18e)),{isTestObservabilitySession,getFrameworkVersion}=require(a170_0x462f9a(0x1cc)),accessibilityHelper=require(a170_0x462f9a(0x1d2)),logger=require('../logger')[a170_0x462f9a(0x122)],{nestedKeyValue}=require(a170_0x462f9a(0x13a)),scripts=require('../accessibility-automation/scripts.js'),globals=require('../globals.js'),testHubConstants=require('./constants.js'),PWTestDetails=require(a170_0x462f9a(0x154)),JestTestDetails=require(a170_0x462f9a(0x133)),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a170_0x462f9a(0x173)),OrchestrationUtils=require(a170_0x462f9a(0x12e)),constants=require(a170_0x462f9a(0x1e1));let testData={};function a170_0x3d17(){const _0x2003c6=['wlOwM','BROWSERSTACK_PERCY','bvSOV','\x20Build\x20creation\x20failed','CREDENTIALS_FOR_CRASH_REPORTING','nonBStackInfraA11yChromeOptions','getAgentVersion','uuid','BROWSERSTACK_TESTHUB_UUID:\x20','DdMQL','argv','getAccessibilityPlatformValidation','Tbbcq','isUndefined','INVALID_CREDENTIALS','isBrowserstackInfra','BROWSERSTACK_TESTHUB_UUID','UfdHp','TUYZu','hKkcN','forEach','bawSi','success','EjOpZ','snExx','name','../../bin/v2/modules/loadTestModule','CODECEPT','ZvjaE','1|0|4|2|3','error','HookRunFinished','toString','BROWSERSTACK_SR_AUTOMATION','get','dguuC','MOCHA','options','null','allow_screenshots','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','DEPRECATED','gaAOf','UvZpg',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','230JjpaTp','VtirI','skipCDPConnectOverride','build_hashed_id','uploadEventData','password','appendTesthubParams','getCentralUser','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','RAKoJ','aJTil','shouldScanTestForAccessibility','VHOBv','checkAccessibilityPlatformConfig','54AhyrJw','javascript','testPlanId','percy','sSIkb','JASMINE','includes','XNfev','BROWSERSTACK_TESTHUB_JWT','tDCWE','isTurboScaleSession','jwt','nXvcI','AjIYQ','4|2|5|3|0|1','BS_TESTOPS_BUILD_COMPLETED','whbWU','OmLlm','parseFromJson','parseA11yJwtPayload','qzQFB','frZEA','goog:chromeOptions','isPercyBuild','message','ovncJ','jgSWP','info','YPPCm','../test-observability/utils','length','BImZw','setTestObservabilityVariables','UBZbi','irlCG','../accessibility-automation/helper','lSdwd','dOuXy','qCpxU','BS_TESTOPS_JWT','HookRunStarted','XMAdf','TFEFo','HPhAK','accessibility','JEST','getFrameworkDetails','eEoJB','4533235qebefX','join','../../bin/utils/constants.js','setAccessibilityVariables','2760120YAMWgN','ACCESS_DENIED','722872sIiCnm','string','toUpperCase','observability','env','nrfBv','UUGuI','tRXJR','GwOAM','logBuildError','5|0|4|2|1|6|3','commands','FdvbD','winstonLogger','wsNBg','getGlobal','BS_TESTOPS_BUILD_HASHED_ID','bstackA11yShouldScan','isAppAutomateSession','startsWith','config','BROWSERSTACK_ACCESSIBILITY','setPercyFlag','Rwyij','1931469DWpuRl','../test-orchestration/orchestrationUtils.js','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TEST_PLAN_ID','GyarT','debug','../../bin/jest/test-observability/test-details.js','stringify','fDxKY','wIGjk','keys','split','isAccessibilityPlatform','../helper.js','2070696xogEBx','zkIvH','EZMBU','handleErrorForObservability','isAccessibilityEnabled','test_run','../../bin/jasmine/testRunMap.js','XFwuq','VwygJ','PEMxF','parse','ERROR','gPyxg','PLAYWRIGHT','description','UPcHQ','CQeAN','tags','IikVb','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','fhYIw','getTestOrchestrationBuildStartData','setTestHubCommonMetaInfo','TEST_REPORTING_ANALYTICS','testManagementOptions','../../bin/playwright/reporter/test-details.js','5726GuGbXj','yfJXf','isTrue','handleErrorForAccessibility','username','toJson','rSdEv','lrhrr','getAccessibilityValueFromYml','platforms','CUCUMBER','sr_automation','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','2812674KWrhpU','LogCreated','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','titlePath','true','Flrxw','getCurrentTestData','false','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','rNouX','scannerVersion','BS_A11Y_JWT','CBTSessionCreated','getTestPlanId','accessibilityPlatform','BS_TESTOPS_ALLOW_SCREENSHOTS','zHUal','../ats/helper'];a170_0x3d17=function(){return _0x2003c6;};return a170_0x3d17();}exports['getProductMap']=_0x56d8eb=>{const _0x4fe449=a170_0x462f9a,_0x231283={'fciXo':function(_0x59f511){return _0x59f511();},'KOqMF':function(_0x34aa65,_0xffdfd0){return _0x34aa65===_0xffdfd0;},'GyarT':_0x4fe449(0x166)};let _0x81626a=![],_0x157c75=![];if(bsSetupHelper[_0x4fe449(0x183)]()&&bsSetupHelper['isAppAutomateSession'](_0x56d8eb))_0x157c75=!![];else bsSetupHelper[_0x4fe449(0x183)]()&&(_0x81626a=!![]);return Object['assign']({'observability':_0x231283['fciXo'](isTestObservabilitySession),'accessibility':exports[_0x4fe449(0x13f)](_0x56d8eb),'percy':_0x56d8eb[_0x4fe449(0x1b2)]||![],'sr_automation':_0x231283['KOqMF'](process['env']['BROWSERSTACK_SR_AUTOMATION'],_0x231283[_0x4fe449(0x131)])||_0x56d8eb[_0x4fe449(0x160)]||![],'automate':_0x81626a,'app_automate':_0x157c75,'turboscale':bsSetupHelper[_0x4fe449(0x1b9)](_0x56d8eb),'lts':LoadTestModule['isLTSSession'](_0x56d8eb)},bsSetupHelper[_0x4fe449(0x1a8)]());},exports[a170_0x462f9a(0x1dd)]=(_0x2c9e1a,_0x427ef7)=>{const _0x2430d0=a170_0x462f9a,_0x53299d={'qCpxU':function(_0x177b94,_0x21b135){return _0x177b94(_0x21b135);},'wIGjk':_0x2430d0(0x1b0)},_0xbc1a79={'frameworkName':_0x427ef7,'frameworkVersion':_0x53299d[_0x2430d0(0x1d5)](getFrameworkVersion,_0x427ef7),'sdkVersion':bsSetupHelper[_0x2430d0(0x17a)](),'language':_0x53299d[_0x2430d0(0x136)],'testFramework':bsSetupHelper['getTestFrameworkDetails'](_0x2c9e1a,_0x427ef7)};return process['env']['FRAMEWORK_DETAILS']=JSON[_0x2430d0(0x134)](_0xbc1a79),_0xbc1a79;},exports[a170_0x462f9a(0x12b)]=_0x4f98dc=>{const _0x3401ed=a170_0x462f9a,_0x1b6840={};_0x1b6840[_0x3401ed(0x18c)]='false',_0x1b6840[_0x3401ed(0x185)]=_0x3401ed(0x166);const _0x3cec6e=_0x1b6840;process['env'][_0x3401ed(0x175)]=_0x3cec6e[_0x3401ed(0x18c)],bsSetupHelper[_0x3401ed(0x157)](_0x4f98dc[_0x3401ed(0x129)][_0x3401ed(0x1b2)])&&(!_0x4f98dc[_0x3401ed(0x1b2)]||!_0x4f98dc['percy']['isRunning']())&&(process[_0x3401ed(0x1e9)][_0x3401ed(0x175)]=_0x3cec6e['UfdHp']);},exports[a170_0x462f9a(0x1c6)]=()=>{return bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_PERCY']);},exports[a170_0x462f9a(0x13f)]=(_0x202553={})=>{const _0xfb34f=a170_0x462f9a,_0x1c811d={};_0x1c811d[_0xfb34f(0x1aa)]=function(_0x153c7a,_0x537449){return _0x153c7a!==_0x537449;},_0x1c811d[_0xfb34f(0x142)]=function(_0x7712d1,_0x4c2af0){return _0x7712d1===_0x4c2af0;},_0x1c811d[_0xfb34f(0x189)]='true',_0x1c811d[_0xfb34f(0x135)]=function(_0x5a79fd,_0x2108db){return _0x5a79fd>_0x2108db;};const _0x1e08b3=_0x1c811d;if(_0x1e08b3[_0xfb34f(0x1aa)](process['env']['BROWSERSTACK_ACCESSIBILITY'],undefined))return bsSetupHelper[_0xfb34f(0x157)](process[_0xfb34f(0x1e9)][_0xfb34f(0x12a)]);let _0x5e3420=_0x1e08b3[_0xfb34f(0x142)](process[_0xfb34f(0x1e9)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x1e08b3['bawSi']);return _0x1e08b3[_0xfb34f(0x135)](Object['keys'](_0x202553)[_0xfb34f(0x1cd)],0x0)&&(process[_0xfb34f(0x1e9)][_0xfb34f(0x1a9)]=accessibilityHelper[_0xfb34f(0x1ae)](_0x202553)),_0x5e3420=_0x5e3420||_0x1e08b3[_0xfb34f(0x142)](process[_0xfb34f(0x1e9)][_0xfb34f(0x1a9)],_0x1e08b3[_0xfb34f(0x189)]),_0x5e3420;},exports[a170_0x462f9a(0x1cf)]=(_0x408dcd,_0x38f8f2)=>{const _0x16a002=a170_0x462f9a,_0x1bb727={'KXlRU':function(_0x4427a3){return _0x4427a3();},'XNfev':_0x16a002(0x1bd),'wlOwM':function(_0x9173b0,_0x3c4696,_0x1138ac){return _0x9173b0(_0x3c4696,_0x1138ac);},'GwOAM':_0x16a002(0x1e8),'fhYIw':_0x16a002(0x199),'DdMQL':_0x16a002(0x166)};if(!_0x408dcd||!_0x408dcd[_0x16a002(0x1e8)])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x408dcd[_0x16a002(0x1e8)][_0x16a002(0x18a)])return exports['handleErrorForObservability'](_0x408dcd[_0x16a002(0x1e8)]),[null,null,null];if(_0x1bb727['KXlRU'](isTestObservabilitySession)){const _0x422229=_0x1bb727[_0x16a002(0x1b6)]['split']('|');let _0x3d7c2e=0x0;while(!![]){switch(_0x422229[_0x3d7c2e++]){case'0':logger[_0x16a002(0x132)]('['+constants[_0x16a002(0x152)]+_0x16a002(0x1a0)+_0x408dcd['build_hashed_id']);continue;case'1':return[_0x408dcd[_0x16a002(0x1ba)],_0x408dcd['build_hashed_id'],process[_0x16a002(0x1e9)][_0x16a002(0x171)]];case'2':if(_0x408dcd[_0x16a002(0x1ba)]){process[_0x16a002(0x1e9)][_0x16a002(0x1d6)]=_0x408dcd[_0x16a002(0x1ba)];const _0x12e35c={};_0x12e35c['username']=_0x38f8f2[_0x16a002(0x159)],_0x12e35c['password']=_0x38f8f2[_0x16a002(0x1a6)],process['env'][_0x16a002(0x178)]=JSON['stringify'](_0x12e35c);}continue;case'3':_0x1bb727[_0x16a002(0x174)](nestedKeyValue,_0x408dcd,[_0x1bb727[_0x16a002(0x1ed)],_0x1bb727[_0x16a002(0x14f)]])&&(process[_0x16a002(0x1e9)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x408dcd[_0x16a002(0x1e8)][_0x16a002(0x199)][_0x16a002(0x19b)][_0x16a002(0x194)]());continue;case'4':process[_0x16a002(0x1e9)][_0x16a002(0x1be)]=_0x1bb727[_0x16a002(0x17d)];continue;case'5':_0x408dcd[_0x16a002(0x1a4)]&&(process[_0x16a002(0x1e9)][_0x16a002(0x125)]=_0x408dcd[_0x16a002(0x1a4)]);continue;}break;}}return[null,null,null];},exports[a170_0x462f9a(0x1e2)]=_0x3cb50d=>{const _0x2ae3fc=a170_0x462f9a,_0x2549e5={'lrhrr':function(_0x561ffc,_0x197ce3,_0xa7e855){return _0x561ffc(_0x197ce3,_0xa7e855);},'GonbV':'accessibility','JhcWC':'options','ovncJ':function(_0x2cdeb6,_0x1e4174,_0x56b411,_0x982781){return _0x2cdeb6(_0x1e4174,_0x56b411,_0x982781);},'Rwyij':_0x2ae3fc(0x18d),'jgSWP':'value','sSIkb':function(_0x273f70,_0x1a3cbc,_0x31a643,_0x5e562e){return _0x273f70(_0x1a3cbc,_0x31a643,_0x5e562e);},'MXGua':'command','wsNBg':_0x2ae3fc(0x1f0),'rNouX':function(_0x2cc6a1,_0x285a7d,_0x2138a1,_0x1d2677){return _0x2cc6a1(_0x285a7d,_0x2138a1,_0x1d2677);},'CQeAN':_0x2ae3fc(0x179),'DimYg':_0x2ae3fc(0x1c5),'gSFUg':function(_0x1c0696,_0x32cbd4){return _0x1c0696(_0x32cbd4);},'Cvqpq':function(_0x35bc01,_0x216d9e){return _0x35bc01===_0x216d9e;},'uDoYx':_0x2ae3fc(0x166),'VNsdw':_0x2ae3fc(0x14e)};if(!_0x3cb50d[_0x2ae3fc(0x1db)])return exports[_0x2ae3fc(0x158)](),[null,null];if(!_0x3cb50d['accessibility'][_0x2ae3fc(0x18a)])return exports[_0x2ae3fc(0x158)](_0x3cb50d[_0x2ae3fc(0x1db)]),[null,null];if(_0x2549e5[_0x2ae3fc(0x15c)](nestedKeyValue,_0x3cb50d,[_0x2549e5['GonbV'],_0x2549e5['JhcWC']])){const {accessibilityToken:_0x23ba60,scannerVersion:_0x46569f,scannerProcessingTimeout:_0xeba248,isMobileScanningEnabledForGroup:_0x5a1ded}=_0x2549e5[_0x2ae3fc(0x1c8)](jsonifyAccessibilityArray,_0x3cb50d[_0x2ae3fc(0x1db)][_0x2ae3fc(0x199)]['capabilities'],_0x2549e5[_0x2ae3fc(0x12c)],_0x2549e5[_0x2ae3fc(0x1c9)]),_0x21ba82={'scripts':_0x2549e5[_0x2ae3fc(0x1b3)](jsonifyAccessibilityArray,_0x3cb50d[_0x2ae3fc(0x1db)][_0x2ae3fc(0x199)]['scripts'],_0x2549e5['Rwyij'],_0x2549e5['MXGua'])};_0x21ba82[_0x2549e5[_0x2ae3fc(0x123)]]=_0x3cb50d[_0x2ae3fc(0x1db)][_0x2ae3fc(0x199)]['commandsToWrap'][_0x2ae3fc(0x1f0)];const _0x34b922=_0x2549e5[_0x2ae3fc(0x16b)](jsonifyAccessibilityArray,_0x3cb50d[_0x2ae3fc(0x1db)]['options']['capabilities'],_0x2549e5[_0x2ae3fc(0x12c)],_0x2549e5[_0x2ae3fc(0x1c9)]);_0x21ba82[_0x2549e5[_0x2ae3fc(0x14b)]]=_0x34b922[_0x2549e5['DimYg']],scripts[_0x2ae3fc(0x1c1)](_0x21ba82),scripts[_0x2ae3fc(0x15a)]();let _0xcc2a01=process[_0x2ae3fc(0x1e9)][_0x2ae3fc(0x12f)];_0xcc2a01=!!_0xcc2a01?JSON[_0x2ae3fc(0x145)](_0xcc2a01):{},_0xcc2a01[_0x2ae3fc(0x16c)]=_0x46569f,process[_0x2ae3fc(0x1e9)][_0x2ae3fc(0x12f)]=JSON['stringify'](_0xcc2a01),process[_0x2ae3fc(0x1e9)][_0x2ae3fc(0x16d)]=_0x23ba60,process['env'][_0x2ae3fc(0x19c)]=_0x2549e5['gSFUg'](String,_0x2549e5['Cvqpq'](_0x5a1ded,!![])||_0x2549e5['Cvqpq'](_0x5a1ded,_0x2549e5['uDoYx'])),logger[_0x2ae3fc(0x132)](_0x2ae3fc(0x161)+_0x3cb50d[_0x2ae3fc(0x1a4)]);const _0x1224b1=accessibilityHelper[_0x2ae3fc(0x1c2)](_0x23ba60);return _0x1224b1&&bsSetupHelper[_0x2ae3fc(0x157)](_0x1224b1[_0x2ae3fc(0x1a3)])&&(process[_0x2ae3fc(0x1e9)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![],logger[_0x2ae3fc(0x132)](_0x2549e5['VNsdw'])),[_0x23ba60,_0x3cb50d[_0x2ae3fc(0x1a4)],_0xeba248];}return[null,null];},exports[a170_0x462f9a(0x13e)]=_0x11ef57=>{const _0x37917d=a170_0x462f9a,_0x340eb8={};_0x340eb8['HMmzQ']=_0x37917d(0x1ef),_0x340eb8[_0x37917d(0x1d4)]=_0x37917d(0x19a),_0x340eb8[_0x37917d(0x1de)]=_0x37917d(0x169);const _0x1c2c2b=_0x340eb8,_0x2f86c6=_0x1c2c2b['HMmzQ']['split']('|');let _0x50d38d=0x0;while(!![]){switch(_0x2f86c6[_0x50d38d++]){case'0':process[_0x37917d(0x1e9)][_0x37917d(0x1b7)]=_0x1c2c2b[_0x37917d(0x1d4)];continue;case'1':process['env'][_0x37917d(0x125)]=_0x1c2c2b[_0x37917d(0x1d4)];continue;case'2':process[_0x37917d(0x1e9)][_0x37917d(0x1d6)]=_0x1c2c2b[_0x37917d(0x1d4)];continue;case'3':exports[_0x37917d(0x1ee)](_0x11ef57,testHubConstants['OBSERVABILITY']);continue;case'4':process['env']['BS_TESTOPS_BUILD_COMPLETED']=_0x1c2c2b[_0x37917d(0x1de)];continue;case'5':process[_0x37917d(0x1e9)][_0x37917d(0x184)]=_0x1c2c2b['dOuXy'];continue;case'6':process[_0x37917d(0x1e9)][_0x37917d(0x171)]=_0x1c2c2b[_0x37917d(0x1d4)];continue;}break;}},exports[a170_0x462f9a(0x158)]=_0x1c9f3e=>{const _0x1f0082=a170_0x462f9a,_0x210949={};_0x210949[_0x1f0082(0x1d8)]=_0x1f0082(0x191),_0x210949['UUGuI']='null',_0x210949[_0x1f0082(0x143)]='false';const _0x2092fb=_0x210949,_0x2ec503=_0x2092fb[_0x1f0082(0x1d8)][_0x1f0082(0x138)]('|');let _0x4bc7ef=0x0;while(!![]){switch(_0x2ec503[_0x4bc7ef++]){case'0':process[_0x1f0082(0x1e9)][_0x1f0082(0x1b7)]=_0x2092fb[_0x1f0082(0x1eb)];continue;case'1':process[_0x1f0082(0x1e9)][_0x1f0082(0x184)]=_0x2092fb[_0x1f0082(0x1eb)];continue;case'2':process['env'][_0x1f0082(0x1a9)]=_0x2092fb[_0x1f0082(0x143)];continue;case'3':exports['logBuildError'](_0x1c9f3e,testHubConstants['ACCESSIBILITY']);continue;case'4':process[_0x1f0082(0x1e9)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x2092fb[_0x1f0082(0x143)];continue;}break;}},exports[a170_0x462f9a(0x1ee)]=(_0x4a9917,_0xe9c33d='')=>{const _0x5388eb=a170_0x462f9a,_0x32356d={};_0x32356d[_0x5388eb(0x13d)]=function(_0x6a41a5,_0x5c34df){return _0x6a41a5===_0x5c34df;};const _0x32a2ec=_0x32356d;if(_0x32a2ec[_0x5388eb(0x13d)](_0x4a9917,undefined)){logger[_0x5388eb(0x192)](_0xe9c33d[_0x5388eb(0x1e7)]()+_0x5388eb(0x177));return;}for(const _0x1f6647 of _0x4a9917['errors']){const _0x3a1fb2=_0x1f6647['key'],_0x90bbad=_0x1f6647[_0x5388eb(0x1c7)];if(_0x90bbad)switch(_0x3a1fb2){case testHubConstants[_0x5388eb(0x146)][_0x5388eb(0x182)]:logger[_0x5388eb(0x192)](_0x90bbad);break;case testHubConstants['ERROR'][_0x5388eb(0x1e4)]:logger[_0x5388eb(0x1ca)](_0x90bbad);break;case testHubConstants[_0x5388eb(0x146)][_0x5388eb(0x19d)]:logger['error'](_0x90bbad);break;default:logger['error'](_0x90bbad);}}};const jsonifyAccessibilityArray=(_0x4a86e4,_0x1cc6c5,_0x1c2d92)=>{const _0x3ceed7=a170_0x462f9a,_0x5e600d={};return _0x4a86e4[_0x3ceed7(0x188)](_0x5bc5a8=>{_0x5e600d[_0x5bc5a8[_0x1cc6c5]]=_0x5bc5a8[_0x1c2d92];}),_0x5e600d;};function a170_0x35d8(_0x387ba7,_0x2d21e3){const _0x3d1724=a170_0x3d17();return a170_0x35d8=function(_0x35d8b6,_0x379686){_0x35d8b6=_0x35d8b6-0x122;let _0x24c059=_0x3d1724[_0x35d8b6];return _0x24c059;},a170_0x35d8(_0x387ba7,_0x2d21e3);}exports[a170_0x462f9a(0x151)]=_0x4ae91a=>{const _0x2d2758=a170_0x462f9a;_0x4ae91a[_0x2d2758(0x1ba)]&&(process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x4ae91a[_0x2d2758(0x1ba)]);_0x4ae91a[_0x2d2758(0x1a4)]&&(process[_0x2d2758(0x1e9)][_0x2d2758(0x184)]=_0x4ae91a[_0x2d2758(0x1a4)],logger[_0x2d2758(0x132)](_0x2d2758(0x17c)+_0x4ae91a['build_hashed_id']));;},exports['shouldProcessEventForTesthub']=(_0x5592f6='',_0x139302='')=>{const _0x240aa5=a170_0x462f9a,_0x5208fb={'VHOBv':function(_0x52523b){return _0x52523b();},'gPyxg':function(_0x3a496b,_0x30f403){return _0x3a496b===_0x30f403;},'lSdwd':_0x240aa5(0x1a5),'dguuC':_0x240aa5(0x163),'gaAOf':_0x240aa5(0x16e),'OmLlm':_0x240aa5(0x1d7),'TUYZu':_0x240aa5(0x193),'UvZpg':function(_0x445c9a){return _0x445c9a();}};if(exports[_0x240aa5(0x1c6)]()&&!exports[_0x240aa5(0x13f)]()&&!_0x5208fb[_0x240aa5(0x1ad)](isTestObservabilitySession)){if(_0x5208fb[_0x240aa5(0x147)](_0x139302,_0x5208fb[_0x240aa5(0x1d3)]))return![];if([_0x5208fb[_0x240aa5(0x197)],_0x5208fb[_0x240aa5(0x19e)]]['includes'](_0x5592f6))return![];return!![];}if(exports[_0x240aa5(0x13f)]()&&!_0x5208fb['VHOBv'](isTestObservabilitySession)){if([_0x5208fb[_0x240aa5(0x1c0)],_0x5208fb[_0x240aa5(0x186)],_0x5208fb[_0x240aa5(0x197)]]['includes'](_0x5592f6))return![];return!![];}return exports[_0x240aa5(0x13f)]()||_0x5208fb[_0x240aa5(0x19f)](isTestObservabilitySession)||exports[_0x240aa5(0x1c6)]();},exports[a170_0x462f9a(0x1a7)]=(_0x5da7e2,_0x507857,_0x5c41de='',_0x247546)=>{const _0x4497fa=a170_0x462f9a,_0x504b8b={'VtirI':_0x4497fa(0x1d7),'irlCG':_0x4497fa(0x193),'HPhAK':function(_0xfebf6a,_0x3aacb7){return _0xfebf6a===_0x3aacb7;},'whbWU':_0x4497fa(0x126),'yfJXf':_0x4497fa(0x139),'ZvjaE':'accessibility','frZEA':function(_0x33a8de,_0x4157a8){return _0x33a8de&&_0x4157a8;},'BImZw':function(_0x40c0f0,_0x554796){return _0x40c0f0+_0x554796;},'FdvbD':function(_0x4e0fa0,_0x53cf0f){return _0x4e0fa0===_0x53cf0f;},'PluBQ':function(_0x466577,_0x3ba501){return _0x466577(_0x3ba501);},'qzQFB':_0x4497fa(0x141),'AjIYQ':function(_0x301823,_0x19038c){return _0x301823+_0x19038c;},'KyiAi':function(_0x32c93e,_0x2bd76d){return _0x32c93e===_0x2bd76d;},'aJTil':'TestRunStarted','yrGVm':function(_0x20071b,_0x2d6611){return _0x20071b===_0x2d6611;},'tDCWE':function(_0x3bbf9e,_0x3554d3){return _0x3bbf9e===_0x3554d3;},'Tbbcq':function(_0x4dc354,_0x503fbb){return _0x4dc354&&_0x503fbb;},'zkIvH':'product_map'};if(![_0x504b8b[_0x4497fa(0x1a2)],_0x504b8b[_0x4497fa(0x1d1)]][_0x4497fa(0x1b5)](_0x507857)&&exports[_0x4497fa(0x13f)]()){const _0x303366={};if(_0x504b8b['HPhAK'](_0x247546,FRAMEWORKS[_0x4497fa(0x198)])){const _0x246ca4=globals[_0x4497fa(0x124)](_0x504b8b[_0x4497fa(0x1bf)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x5c41de[_0x4497fa(0x165)](),!![]),_0x519c8a=globals[_0x4497fa(0x124)](_0x504b8b[_0x4497fa(0x156)]);_0x303366[_0x504b8b[_0x4497fa(0x190)]]=_0x504b8b[_0x4497fa(0x1c4)](_0x519c8a,_0x246ca4);}if(_0x504b8b[_0x4497fa(0x1da)](_0x247546,FRAMEWORKS[_0x4497fa(0x1dc)])){const _0xd47da=_0x504b8b[_0x4497fa(0x1ce)](_0x504b8b['BImZw'](_0x5da7e2['scopes'][_0x4497fa(0x1e0)]('\x20'),'\x20'),_0x5c41de[_0x4497fa(0x18d)]),_0x3e932e=globals['getGlobal'](_0x504b8b[_0x4497fa(0x1bf)])||accessibilityHelper[_0x4497fa(0x1ac)](_0xd47da,![]),_0x38e1d4=browserStackGlobals['isAccessibilityPlatform'];_0x303366[_0x504b8b[_0x4497fa(0x190)]]=_0x504b8b['frZEA'](_0x38e1d4,_0x3e932e);}if(_0x504b8b[_0x4497fa(0x1f1)](_0x247546,FRAMEWORKS[_0x4497fa(0x1b4)])){const _0x3964f9=_0x504b8b['PluBQ'](require,_0x504b8b[_0x4497fa(0x1c3)]),_0x22516b=_0x5c41de&&_0x3964f9[_0x4497fa(0x196)](_0x5c41de['id'])||_0x5da7e2[_0x4497fa(0x17b)];_0x22516b&&(_0x5da7e2['uuid']=_0x22516b);const _0x2ab5ea=_0x504b8b['BImZw'](_0x504b8b[_0x4497fa(0x1bc)](_0x5da7e2['scopes'][_0x4497fa(0x1e0)]('\x20'),'\x20'),_0x5c41de[_0x4497fa(0x149)]||_0x5da7e2[_0x4497fa(0x18d)]),_0x3b897e=globals[_0x4497fa(0x124)](_0x504b8b[_0x4497fa(0x1bf)])||accessibilityHelper[_0x4497fa(0x1ac)](_0x2ab5ea,![]),_0x445437=globals[_0x4497fa(0x124)](_0x504b8b[_0x4497fa(0x156)]);_0x303366[_0x504b8b['ZvjaE']]=_0x504b8b[_0x4497fa(0x1c4)](_0x445437,_0x3b897e);}if(_0x504b8b[_0x4497fa(0x1da)](_0x247546,FRAMEWORKS[_0x4497fa(0x148)])){if(_0x504b8b['KyiAi'](_0x507857,_0x504b8b[_0x4497fa(0x1ab)]))return;_0x303366[_0x504b8b['ZvjaE']]=PWTestDetails[_0x4497fa(0x17f)](_0x5da7e2[_0x4497fa(0x17b)]);}if(_0x504b8b['yrGVm'](_0x247546,FRAMEWORKS[_0x4497fa(0x18f)])){const _0x3496c6=accessibilityHelper[_0x4497fa(0x1ac)](_0x5c41de['titlePath'](),!![]),_0x49e2b8=global[_0x4497fa(0x170)];_0x303366[_0x504b8b[_0x4497fa(0x190)]]=_0x504b8b[_0x4497fa(0x1c4)](_0x49e2b8,_0x3496c6);}if(_0x504b8b[_0x4497fa(0x1b8)](_0x247546,FRAMEWORKS[_0x4497fa(0x15f)])){const _0x46ac12=accessibilityHelper[_0x4497fa(0x1ac)](null,![],_0x5da7e2[_0x4497fa(0x14c)]),_0x189ca9=globals[_0x4497fa(0x124)](_0x504b8b[_0x4497fa(0x156)]);_0x303366[_0x504b8b[_0x4497fa(0x190)]]=_0x504b8b[_0x4497fa(0x180)](_0x189ca9,_0x46ac12);}_0x5da7e2[_0x504b8b[_0x4497fa(0x13c)]]=_0x303366;}},exports[a170_0x462f9a(0x168)]=_0x280111=>{const _0x4ceac5=a170_0x462f9a,_0x109d1a={};_0x109d1a[_0x4ceac5(0x176)]=function(_0x542d95,_0x6584a2){return _0x542d95>_0x6584a2;};const _0x57de2d=_0x109d1a;let _0x38413f={};if(_0x57de2d[_0x4ceac5(0x176)](Object[_0x4ceac5(0x137)](testData)[_0x4ceac5(0x1cd)],0x0))return testData;_0x38413f=JestTestDetails['getTestData']();if(_0x57de2d[_0x4ceac5(0x176)](Object[_0x4ceac5(0x137)](_0x38413f)[_0x4ceac5(0x1cd)],0x0))return _0x38413f;return _0x38413f;},exports['setCurrentTestData']=(_0x4503b1,_0x1e2680={})=>{const _0x2f1029=a170_0x462f9a;if(bsSetupHelper[_0x2f1029(0x181)](_0x1e2680['test_run']))return;switch(_0x4503b1){case FRAMEWORKS[_0x2f1029(0x198)]:testData=_0x1e2680[_0x2f1029(0x140)];break;case FRAMEWORKS[_0x2f1029(0x1dc)]:JestTestDetails['setTestData'](_0x1e2680[_0x2f1029(0x140)]);break;case FRAMEWORKS['JASMINE']:testData=_0x1e2680[_0x2f1029(0x140)];break;default:break;}},exports[a170_0x462f9a(0x15d)]=_0x100d16=>{const _0x4e8125=a170_0x462f9a,_0x1dd7b2={};_0x1dd7b2[_0x4e8125(0x1ea)]=function(_0x6e7b7c,_0x5b366e){return _0x6e7b7c!==_0x5b366e;},_0x1dd7b2[_0x4e8125(0x144)]=function(_0x1679b1,_0x112095){return _0x1679b1!==_0x112095;},_0x1dd7b2[_0x4e8125(0x172)]=function(_0x740b2,_0x9e72d3){return _0x740b2!==_0x9e72d3;},_0x1dd7b2[_0x4e8125(0x15b)]=function(_0x2c33e3,_0x144f8f){return _0x2c33e3!==_0x144f8f;};const _0x2facad=_0x1dd7b2;if(_0x2facad[_0x4e8125(0x1ea)](_0x100d16['accessibility'],null)&&_0x2facad[_0x4e8125(0x144)](_0x100d16[_0x4e8125(0x1db)],undefined))return _0x100d16[_0x4e8125(0x1db)];let _0x11bbb5=![],_0x2e0e40=![];if(_0x100d16[_0x4e8125(0x15e)])for(const _0x419c58 of _0x100d16[_0x4e8125(0x15e)]){_0x2facad[_0x4e8125(0x172)](_0x419c58['accessibility'],null)&&_0x2facad[_0x4e8125(0x15b)](_0x419c58[_0x4e8125(0x1db)],undefined)&&(_0x11bbb5=_0x11bbb5||bsSetupHelper[_0x4e8125(0x157)](_0x419c58['accessibility']),_0x2e0e40=!![]);}if(_0x2e0e40)return _0x11bbb5;return null;},exports[a170_0x462f9a(0x150)]=_0x4f4e2e=>{if(!_0x4f4e2e)return{};const _0x2d9e91=new OrchestrationUtils(_0x4f4e2e);return _0x2d9e91['getBuildStartData']();},exports['getProductMapForBuildStartCall']=_0x118495=>{const _0x20ea2b=a170_0x462f9a,_0x4bb9ce={'irduM':function(_0x470cf6){return _0x470cf6();},'eCaDK':function(_0x5bd867,_0x18fac9){return _0x5bd867===_0x18fac9;},'tRXJR':_0x20ea2b(0x166)};let _0x4e14d4=![],_0x8e1ee=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x20ea2b(0x127)](_0x118495))_0x8e1ee=!![];else bsSetupHelper[_0x20ea2b(0x183)]()&&(_0x4e14d4=!![]);return Object['assign']({'observability':_0x4bb9ce['irduM'](isTestObservabilitySession),'accessibility':exports[_0x20ea2b(0x15d)](_0x118495),'percy':_0x118495[_0x20ea2b(0x1b2)]||![],'sr_automation':_0x4bb9ce['eCaDK'](process[_0x20ea2b(0x1e9)][_0x20ea2b(0x195)],_0x4bb9ce[_0x20ea2b(0x1ec)])||_0x118495[_0x20ea2b(0x160)]||![],'automate':_0x4e14d4,'app_automate':_0x8e1ee,'turboscale':bsSetupHelper[_0x20ea2b(0x1b9)](_0x118495),'lts':LoadTestModule['isLTSSession'](_0x118495)},bsSetupHelper[_0x20ea2b(0x1a8)]());};const normalizeTestPlanId=_0x106074=>{const _0x1892bb=a170_0x462f9a,_0x5ee02d={};_0x5ee02d[_0x1892bb(0x1bb)]=function(_0x2060a4,_0x503cb3){return _0x2060a4!==_0x503cb3;},_0x5ee02d[_0x1892bb(0x187)]=_0x1892bb(0x1e6),_0x5ee02d[_0x1892bb(0x1d9)]=function(_0x34e22b,_0x37ed30){return _0x34e22b>_0x37ed30;};const _0xff0560=_0x5ee02d;if(_0xff0560['nXvcI'](typeof _0x106074,_0xff0560[_0x1892bb(0x187)]))return undefined;const _0x4b2b18=_0x106074['trim']();return _0xff0560[_0x1892bb(0x1d9)](_0x4b2b18['length'],0x0)?_0x4b2b18:undefined;},readTestPlanIdFromCliArgs=(_0x536f6a=process[a170_0x462f9a(0x17e)])=>{const _0x576ac8=a170_0x462f9a,_0xca8ea7={};_0xca8ea7[_0x576ac8(0x18b)]=function(_0x20d6fa,_0x55dff7){return _0x20d6fa<_0x55dff7;},_0xca8ea7[_0x576ac8(0x1cb)]=function(_0x169a6e,_0x2dfc16){return _0x169a6e===_0x2dfc16;},_0xca8ea7[_0x576ac8(0x14a)]=function(_0x3ea9f9,_0x37e82a){return _0x3ea9f9+_0x37e82a;};const _0x4c3cfe=_0xca8ea7,_0x2f3b45='--'+testHubConstants[_0x576ac8(0x164)];for(let _0x2ea9d1=0x0;_0x4c3cfe[_0x576ac8(0x18b)](_0x2ea9d1,_0x536f6a[_0x576ac8(0x1cd)]);_0x2ea9d1+=0x1){const _0x132b9c=_0x536f6a[_0x2ea9d1];if(_0x4c3cfe[_0x576ac8(0x1cb)](_0x132b9c,_0x2f3b45)){const _0x581020=_0x536f6a[_0x4c3cfe['UPcHQ'](_0x2ea9d1,0x1)];if(!_0x581020||_0x581020[_0x576ac8(0x128)]('--'))return undefined;return _0x581020;}if(_0x132b9c[_0x576ac8(0x128)](_0x2f3b45+'='))return _0x132b9c['slice'](_0x4c3cfe[_0x576ac8(0x14a)](_0x2f3b45['length'],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x26a1cd={})=>{const _0x28e3b3=a170_0x462f9a,_0xade82={'Flrxw':function(_0x347c84,_0x15a804){return _0x347c84(_0x15a804);}};return _0xade82[_0x28e3b3(0x167)](normalizeTestPlanId,_0x26a1cd&&_0x26a1cd[_0x28e3b3(0x153)]&&_0x26a1cd['testManagementOptions'][_0x28e3b3(0x1b1)]);};exports[a170_0x462f9a(0x16f)]=(_0x3095b4={},_0x53a350=process['argv'],_0x49a132=process[a170_0x462f9a(0x1e9)])=>{const _0x5ec6ed=a170_0x462f9a,_0xe11e94={'QltxI':function(_0x363de1,_0x20bdf0){return _0x363de1(_0x20bdf0);},'UBZbi':function(_0x135618,_0x48c181){return _0x135618(_0x48c181);},'IikVb':function(_0x284282,_0x154940){return _0x284282(_0x154940);}};try{const _0x5b5498=_0xe11e94['QltxI'](normalizeTestPlanId,_0xe11e94[_0x5ec6ed(0x1d0)](readTestPlanIdFromCliArgs,_0x53a350));if(_0x5b5498)return _0x5b5498;const _0x2da673=_0xe11e94['UBZbi'](normalizeTestPlanId,_0x49a132&&_0x49a132[testHubConstants['ENV_VAR'][_0x5ec6ed(0x130)]]);if(_0x2da673)return _0x2da673;return _0xe11e94[_0x5ec6ed(0x14d)](readTestPlanIdFromConfig,_0x3095b4);}catch(_0x1b6243){return logger[_0x5ec6ed(0x132)](_0x5ec6ed(0x16a)+(_0x1b6243&&_0x1b6243['message']?_0x1b6243[_0x5ec6ed(0x1c7)]:_0x1b6243)),undefined;}};
|
|
1
|
+
const a171_0x297a91=a171_0x5bb9;(function(_0x100155,_0x195f60){const _0x49c2b0=a171_0x5bb9,_0x39aec3=_0x100155();while(!![]){try{const _0x296da3=-parseInt(_0x49c2b0(0x256))/0x1+-parseInt(_0x49c2b0(0x21f))/0x2*(-parseInt(_0x49c2b0(0x200))/0x3)+parseInt(_0x49c2b0(0x262))/0x4*(parseInt(_0x49c2b0(0x28f))/0x5)+parseInt(_0x49c2b0(0x214))/0x6*(-parseInt(_0x49c2b0(0x29b))/0x7)+-parseInt(_0x49c2b0(0x240))/0x8*(parseInt(_0x49c2b0(0x1cf))/0x9)+parseInt(_0x49c2b0(0x260))/0xa*(-parseInt(_0x49c2b0(0x27c))/0xb)+parseInt(_0x49c2b0(0x220))/0xc*(parseInt(_0x49c2b0(0x28a))/0xd);if(_0x296da3===_0x195f60)break;else _0x39aec3['push'](_0x39aec3['shift']());}catch(_0x4efbc8){_0x39aec3['push'](_0x39aec3['shift']());}}}(a171_0x5d18,0xdf000));const bsSetupHelper=require(a171_0x297a91(0x2a1)),LoadTestModule=require('../../bin/v2/modules/loadTestModule'),{isTestObservabilitySession,getFrameworkVersion}=require(a171_0x297a91(0x20d)),accessibilityHelper=require('../accessibility-automation/helper'),logger=require('../logger')['winstonLogger'],{nestedKeyValue}=require('../helper.js'),scripts=require(a171_0x297a91(0x2a6)),globals=require(a171_0x297a91(0x271)),testHubConstants=require(a171_0x297a91(0x216)),PWTestDetails=require(a171_0x297a91(0x206)),JestTestDetails=require(a171_0x297a91(0x27b)),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a171_0x297a91(0x231)),OrchestrationUtils=require(a171_0x297a91(0x22b)),constants=require(a171_0x297a91(0x2a3));let testData={};exports[a171_0x297a91(0x20e)]=_0x50ef2d=>{const _0x288002=a171_0x297a91,_0x4cd5aa={'OHuJs':function(_0xf77944){return _0xf77944();},'epkmH':function(_0x4a1c4b,_0x3ebe27){return _0x4a1c4b===_0x3ebe27;},'vvrOc':'true'};let _0x4b8182=![],_0xec10b2=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x288002(0x1de)](_0x50ef2d))_0xec10b2=!![];else bsSetupHelper[_0x288002(0x21d)]()&&(_0x4b8182=!![]);return Object[_0x288002(0x233)]({'observability':_0x4cd5aa[_0x288002(0x24d)](isTestObservabilitySession),'accessibility':exports[_0x288002(0x257)](_0x50ef2d),'percy':_0x50ef2d[_0x288002(0x1f1)]||![],'sr_automation':_0x4cd5aa[_0x288002(0x276)](process[_0x288002(0x1ee)][_0x288002(0x1f6)],_0x4cd5aa[_0x288002(0x1e8)])||_0x50ef2d[_0x288002(0x26e)]||![],'automate':_0x4b8182,'app_automate':_0xec10b2,'turboscale':bsSetupHelper[_0x288002(0x25f)](_0x50ef2d),'lts':LoadTestModule[_0x288002(0x23c)](_0x50ef2d)},bsSetupHelper['getCentralUser']());},exports[a171_0x297a91(0x274)]=(_0x5c040c,_0x5bd940)=>{const _0x26cfff=a171_0x297a91,_0x19d795={'suRXm':function(_0x5c5dde,_0x326ab0){return _0x5c5dde(_0x326ab0);},'mfbBm':'javascript'},_0x3af493={'frameworkName':_0x5bd940,'frameworkVersion':_0x19d795[_0x26cfff(0x298)](getFrameworkVersion,_0x5bd940),'sdkVersion':bsSetupHelper[_0x26cfff(0x215)](),'language':_0x19d795[_0x26cfff(0x249)],'testFramework':bsSetupHelper[_0x26cfff(0x213)](_0x5c040c,_0x5bd940)};return process[_0x26cfff(0x1ee)][_0x26cfff(0x1ce)]=JSON[_0x26cfff(0x1e1)](_0x3af493),_0x3af493;},exports['setPercyFlag']=_0x1758ee=>{const _0x1e60e0=a171_0x297a91,_0x4013f9={};_0x4013f9[_0x1e60e0(0x224)]='false',_0x4013f9['vRftX']=_0x1e60e0(0x201);const _0x1d8c57=_0x4013f9;process[_0x1e60e0(0x1ee)][_0x1e60e0(0x281)]=_0x1d8c57['IzOIu'],bsSetupHelper[_0x1e60e0(0x219)](_0x1758ee[_0x1e60e0(0x228)][_0x1e60e0(0x1f1)])&&(!_0x1758ee[_0x1e60e0(0x1f1)]||!_0x1758ee[_0x1e60e0(0x1f1)]['isRunning']())&&(process[_0x1e60e0(0x1ee)][_0x1e60e0(0x281)]=_0x1d8c57[_0x1e60e0(0x217)]);},exports[a171_0x297a91(0x265)]=()=>{const _0x2b998a=a171_0x297a91;return bsSetupHelper[_0x2b998a(0x219)](process[_0x2b998a(0x1ee)][_0x2b998a(0x281)]);},exports[a171_0x297a91(0x257)]=(_0x4238d2={})=>{const _0x1c118d=a171_0x297a91,_0x128e5e={};_0x128e5e['KqguY']=function(_0xddf504,_0x11dab8){return _0xddf504!==_0x11dab8;},_0x128e5e[_0x1c118d(0x287)]=function(_0xb2b5d,_0xce7f3f){return _0xb2b5d===_0xce7f3f;},_0x128e5e['vmfOO']=_0x1c118d(0x201),_0x128e5e[_0x1c118d(0x1f2)]=function(_0x365459,_0x1f25e3){return _0x365459>_0x1f25e3;},_0x128e5e[_0x1c118d(0x280)]=function(_0x891740,_0x54b675){return _0x891740===_0x54b675;};const _0x41bac8=_0x128e5e;if(_0x41bac8[_0x1c118d(0x1ea)](process[_0x1c118d(0x1ee)][_0x1c118d(0x28e)],undefined))return bsSetupHelper[_0x1c118d(0x219)](process['env'][_0x1c118d(0x28e)]);let _0x29b42e=_0x41bac8['ThIRM'](process[_0x1c118d(0x1ee)][_0x1c118d(0x23b)],_0x41bac8[_0x1c118d(0x209)]);return _0x41bac8['hRPCJ'](Object[_0x1c118d(0x1d3)](_0x4238d2)[_0x1c118d(0x207)],0x0)&&(process[_0x1c118d(0x1ee)][_0x1c118d(0x222)]=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x4238d2)),_0x29b42e=_0x29b42e||_0x41bac8['ItwZz'](process[_0x1c118d(0x1ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x41bac8[_0x1c118d(0x209)]),_0x29b42e;},exports[a171_0x297a91(0x223)]=(_0x14bca9,_0x1b1356)=>{const _0x34020a=a171_0x297a91,_0x3b1433={'RjbbO':function(_0x575d69){return _0x575d69();},'VvftM':'4|2|1|5|0|3','wiamN':_0x34020a(0x201),'Ewyll':function(_0x59c01b,_0x448e6e,_0x2c4661){return _0x59c01b(_0x448e6e,_0x2c4661);},'TdXlG':'observability','ZghHc':_0x34020a(0x230)};if(!_0x14bca9||!_0x14bca9[_0x34020a(0x1db)])return exports[_0x34020a(0x1ff)](),[null,null,null];if(!_0x14bca9[_0x34020a(0x1db)][_0x34020a(0x1e3)])return exports[_0x34020a(0x1ff)](_0x14bca9[_0x34020a(0x1db)]),[null,null,null];if(_0x3b1433['RjbbO'](isTestObservabilitySession)){const _0x85bf41=_0x3b1433[_0x34020a(0x26f)][_0x34020a(0x1d4)]('|');let _0x55758b=0x0;while(!![]){switch(_0x85bf41[_0x55758b++]){case'0':logger['debug']('['+constants['TEST_REPORTING_ANALYTICS']+_0x34020a(0x26a)+_0x14bca9['build_hashed_id']);continue;case'1':_0x14bca9[_0x34020a(0x296)]&&(process[_0x34020a(0x1ee)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x14bca9[_0x34020a(0x296)]);continue;case'2':if(_0x14bca9[_0x34020a(0x293)]){process[_0x34020a(0x1ee)][_0x34020a(0x1e2)]=_0x14bca9[_0x34020a(0x293)];const _0x562e45={};_0x562e45[_0x34020a(0x1f8)]=_0x1b1356[_0x34020a(0x1f8)],_0x562e45[_0x34020a(0x1cc)]=_0x1b1356['password'],process[_0x34020a(0x1ee)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x34020a(0x1e1)](_0x562e45);}continue;case'3':return[_0x14bca9[_0x34020a(0x293)],_0x14bca9['build_hashed_id'],process['env'][_0x34020a(0x211)]];case'4':process[_0x34020a(0x1ee)][_0x34020a(0x229)]=_0x3b1433[_0x34020a(0x275)];continue;case'5':_0x3b1433[_0x34020a(0x21e)](nestedKeyValue,_0x14bca9,[_0x3b1433[_0x34020a(0x24c)],_0x3b1433[_0x34020a(0x1cb)]])&&(process[_0x34020a(0x1ee)][_0x34020a(0x211)]=_0x14bca9['observability']['options'][_0x34020a(0x1d9)]['toString']());continue;}break;}}return[null,null,null];},exports[a171_0x297a91(0x2a0)]=_0x2d473c=>{const _0x4ccd75=a171_0x297a91,_0x4722b7={'VBpnn':function(_0x1ffdbb,_0x45b521,_0x33f2fa){return _0x1ffdbb(_0x45b521,_0x33f2fa);},'iwJHB':_0x4ccd75(0x212),'bRUhJ':_0x4ccd75(0x230),'rUXYr':function(_0x1249e5,_0x14f193,_0x317cdc,_0x4ee5ba){return _0x1249e5(_0x14f193,_0x317cdc,_0x4ee5ba);},'AIZKT':_0x4ccd75(0x25e),'qWsnB':_0x4ccd75(0x27e),'tfyGD':_0x4ccd75(0x29c),'uqDLH':_0x4ccd75(0x26c),'gJVMq':function(_0x55513d,_0x10673c,_0x333573,_0x5d1490){return _0x55513d(_0x10673c,_0x333573,_0x5d1490);},'RIVSd':_0x4ccd75(0x24e),'ajsXm':'goog:chromeOptions','WKhiH':function(_0x329f4e,_0x4531b6){return _0x329f4e(_0x4531b6);},'vEUKX':function(_0x4cb6a0,_0x72ef05){return _0x4cb6a0===_0x72ef05;},'ICOcI':function(_0x51269a,_0xdf7873){return _0x51269a===_0xdf7873;},'iEZJd':'true','rsRmR':_0x4ccd75(0x227)};if(!_0x2d473c[_0x4ccd75(0x212)])return exports[_0x4ccd75(0x246)](),[null,null];if(!_0x2d473c['accessibility'][_0x4ccd75(0x1e3)])return exports[_0x4ccd75(0x246)](_0x2d473c['accessibility']),[null,null];if(_0x4722b7[_0x4ccd75(0x1fb)](nestedKeyValue,_0x2d473c,[_0x4722b7[_0x4ccd75(0x1ca)],_0x4722b7[_0x4ccd75(0x268)]])){const {accessibilityToken:_0x3d02ad,scannerVersion:_0x461ad4,scannerProcessingTimeout:_0x399076,isMobileScanningEnabledForGroup:_0x1a4ee5}=_0x4722b7[_0x4ccd75(0x20c)](jsonifyAccessibilityArray,_0x2d473c[_0x4ccd75(0x212)][_0x4ccd75(0x230)]['capabilities'],_0x4722b7[_0x4ccd75(0x1ef)],_0x4722b7[_0x4ccd75(0x241)]),_0x11871e={'scripts':_0x4722b7[_0x4ccd75(0x20c)](jsonifyAccessibilityArray,_0x2d473c[_0x4ccd75(0x212)][_0x4ccd75(0x230)][_0x4ccd75(0x290)],_0x4722b7['AIZKT'],_0x4722b7[_0x4ccd75(0x28d)])};_0x11871e[_0x4722b7[_0x4ccd75(0x1c9)]]=_0x2d473c['accessibility']['options'][_0x4ccd75(0x252)][_0x4ccd75(0x26c)];const _0x157702=_0x4722b7[_0x4ccd75(0x264)](jsonifyAccessibilityArray,_0x2d473c['accessibility'][_0x4ccd75(0x230)]['capabilities'],_0x4722b7[_0x4ccd75(0x1ef)],_0x4722b7[_0x4ccd75(0x241)]);_0x11871e[_0x4722b7[_0x4ccd75(0x1d2)]]=_0x157702[_0x4722b7['ajsXm']],scripts['parseFromJson'](_0x11871e),scripts[_0x4ccd75(0x299)]();let _0x535d66=process[_0x4ccd75(0x1ee)][_0x4ccd75(0x226)];_0x535d66=!!_0x535d66?JSON['parse'](_0x535d66):{},_0x535d66['scannerVersion']=_0x461ad4,process['env'][_0x4ccd75(0x226)]=JSON[_0x4ccd75(0x1e1)](_0x535d66),process[_0x4ccd75(0x1ee)][_0x4ccd75(0x258)]=_0x3d02ad,process[_0x4ccd75(0x1ee)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x4722b7[_0x4ccd75(0x263)](String,_0x4722b7[_0x4ccd75(0x1e9)](_0x1a4ee5,!![])||_0x4722b7['ICOcI'](_0x1a4ee5,_0x4722b7[_0x4ccd75(0x247)])),logger[_0x4ccd75(0x1f9)](_0x4ccd75(0x208)+_0x2d473c[_0x4ccd75(0x296)]);const _0xde280e=accessibilityHelper[_0x4ccd75(0x1f0)](_0x3d02ad);return _0xde280e&&bsSetupHelper['isTrue'](_0xde280e[_0x4ccd75(0x1fc)])&&(process[_0x4ccd75(0x1ee)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![],logger[_0x4ccd75(0x1f9)](_0x4722b7[_0x4ccd75(0x1e5)])),[_0x3d02ad,_0x2d473c['build_hashed_id'],_0x399076];}return[null,null];},exports[a171_0x297a91(0x1ff)]=_0x1f4579=>{const _0x434e7c=a171_0x297a91,_0x463c9e={};_0x463c9e[_0x434e7c(0x2a2)]='2|6|1|4|3|0|5',_0x463c9e[_0x434e7c(0x1e7)]=_0x434e7c(0x1f7),_0x463c9e[_0x434e7c(0x286)]=_0x434e7c(0x1df);const _0x40274a=_0x463c9e,_0x45a6f9=_0x40274a[_0x434e7c(0x2a2)][_0x434e7c(0x1d4)]('|');let _0x80ed06=0x0;while(!![]){switch(_0x45a6f9[_0x80ed06++]){case'0':process[_0x434e7c(0x1ee)][_0x434e7c(0x211)]=_0x40274a[_0x434e7c(0x1e7)];continue;case'1':process[_0x434e7c(0x1ee)][_0x434e7c(0x229)]=_0x40274a['zbPHv'];continue;case'2':process[_0x434e7c(0x1ee)]['BROWSERSTACK_TESTHUB_UUID']=_0x40274a[_0x434e7c(0x1e7)];continue;case'3':process[_0x434e7c(0x1ee)][_0x434e7c(0x253)]=_0x40274a[_0x434e7c(0x1e7)];continue;case'4':process[_0x434e7c(0x1ee)][_0x434e7c(0x1e2)]=_0x40274a[_0x434e7c(0x1e7)];continue;case'5':exports[_0x434e7c(0x2a4)](_0x1f4579,testHubConstants[_0x434e7c(0x23f)]);continue;case'6':process[_0x434e7c(0x1ee)][_0x434e7c(0x20b)]=_0x40274a[_0x434e7c(0x1e7)];continue;}break;}},exports[a171_0x297a91(0x246)]=_0x50e44d=>{const _0x41f7a8=a171_0x297a91,_0xb2e2f3={};_0xb2e2f3[_0x41f7a8(0x25d)]=_0x41f7a8(0x1e4),_0xb2e2f3[_0x41f7a8(0x1d6)]=_0x41f7a8(0x1f7),_0xb2e2f3[_0x41f7a8(0x225)]=_0x41f7a8(0x1df);const _0x39a71a=_0xb2e2f3,_0xbd2f57=_0x39a71a[_0x41f7a8(0x25d)]['split']('|');let _0x2aef98=0x0;while(!![]){switch(_0xbd2f57[_0x2aef98++]){case'0':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x39a71a[_0x41f7a8(0x1d6)];continue;case'1':exports['logBuildError'](_0x50e44d,testHubConstants[_0x41f7a8(0x279)]);continue;case'2':process[_0x41f7a8(0x1ee)][_0x41f7a8(0x23b)]=_0x39a71a[_0x41f7a8(0x225)];continue;case'3':process[_0x41f7a8(0x1ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x39a71a['UpyVj'];continue;case'4':process[_0x41f7a8(0x1ee)][_0x41f7a8(0x1d8)]=_0x39a71a[_0x41f7a8(0x1d6)];continue;}break;}},exports[a171_0x297a91(0x2a4)]=(_0x20c140,_0x45c343='')=>{const _0x35087e=a171_0x297a91,_0x2060b7={};_0x2060b7['YmdWn']=function(_0x288651,_0x138373){return _0x288651===_0x138373;};const _0x37c5fd=_0x2060b7;if(_0x37c5fd[_0x35087e(0x1fa)](_0x20c140,undefined)){logger['error'](_0x45c343[_0x35087e(0x1f5)]()+_0x35087e(0x202));return;}for(const _0x5b2c27 of _0x20c140[_0x35087e(0x1e0)]){const _0xc1230=_0x5b2c27[_0x35087e(0x288)],_0x3e8415=_0x5b2c27['message'];if(_0x3e8415)switch(_0xc1230){case testHubConstants[_0x35087e(0x1cd)][_0x35087e(0x269)]:logger['error'](_0x3e8415);break;case testHubConstants['ERROR']['ACCESS_DENIED']:logger[_0x35087e(0x27d)](_0x3e8415);break;case testHubConstants[_0x35087e(0x1cd)][_0x35087e(0x254)]:logger['error'](_0x3e8415);break;default:logger[_0x35087e(0x1d1)](_0x3e8415);}}};function a171_0x5bb9(_0x3febbe,_0x3bb108){const _0x5d1887=a171_0x5d18();return a171_0x5bb9=function(_0x5bb9ef,_0x12ad71){_0x5bb9ef=_0x5bb9ef-0x1c9;let _0xb6a3c8=_0x5d1887[_0x5bb9ef];return _0xb6a3c8;},a171_0x5bb9(_0x3febbe,_0x3bb108);}const jsonifyAccessibilityArray=(_0x44bf4e,_0x41e335,_0x44dc2e)=>{const _0x4457f0={};return _0x44bf4e['forEach'](_0x384b53=>{_0x4457f0[_0x384b53[_0x41e335]]=_0x384b53[_0x44dc2e];}),_0x4457f0;};exports[a171_0x297a91(0x21c)]=_0x131b62=>{const _0x445f02=a171_0x297a91;_0x131b62[_0x445f02(0x293)]&&(process[_0x445f02(0x1ee)][_0x445f02(0x20b)]=_0x131b62[_0x445f02(0x293)]);_0x131b62[_0x445f02(0x296)]&&(process[_0x445f02(0x1ee)][_0x445f02(0x1d8)]=_0x131b62['build_hashed_id'],logger[_0x445f02(0x1f9)](_0x445f02(0x234)+_0x131b62['build_hashed_id']));;},exports['shouldProcessEventForTesthub']=(_0xbca1f4='',_0x29d21e='')=>{const _0x2c6e47=a171_0x297a91,_0x530ea2={'lTnRr':function(_0x4fd8aa){return _0x4fd8aa();},'erUef':function(_0x13b82f,_0x2d1da8){return _0x13b82f===_0x2d1da8;},'MtjfA':_0x2c6e47(0x282),'Vpqth':_0x2c6e47(0x1ed),'knreV':'CBTSessionCreated','nPwzN':_0x2c6e47(0x259),'uUuhN':'HookRunFinished'};if(exports[_0x2c6e47(0x265)]()&&!exports[_0x2c6e47(0x257)]()&&!_0x530ea2[_0x2c6e47(0x244)](isTestObservabilitySession)){if(_0x530ea2[_0x2c6e47(0x210)](_0x29d21e,_0x530ea2[_0x2c6e47(0x28c)]))return![];if([_0x530ea2['Vpqth'],_0x530ea2['knreV']][_0x2c6e47(0x27a)](_0xbca1f4))return![];return!![];}if(exports[_0x2c6e47(0x257)]()&&!_0x530ea2['lTnRr'](isTestObservabilitySession)){if([_0x530ea2[_0x2c6e47(0x21b)],_0x530ea2[_0x2c6e47(0x29d)],_0x530ea2[_0x2c6e47(0x1d0)]][_0x2c6e47(0x27a)](_0xbca1f4))return![];return!![];}return exports[_0x2c6e47(0x257)]()||_0x530ea2[_0x2c6e47(0x244)](isTestObservabilitySession)||exports['isPercyBuild']();},exports[a171_0x297a91(0x2a5)]=(_0x106dd2,_0x3676db,_0xbe613f='',_0x29d866)=>{const _0x3fa0f1=a171_0x297a91,_0x2c8371={'gxCIz':_0x3fa0f1(0x259),'bAXUx':'HookRunFinished','PTVGy':function(_0x2a32e7,_0x149ee4){return _0x2a32e7===_0x149ee4;},'vgfpV':_0x3fa0f1(0x295),'bxBnU':'isAccessibilityPlatform','NkaWV':_0x3fa0f1(0x212),'PFUWd':function(_0x2a93b1,_0x301570){return _0x2a93b1&&_0x301570;},'DbaDZ':function(_0x464973,_0x2fa5b5){return _0x464973===_0x2fa5b5;},'nIqDj':function(_0x47d5c7,_0x30ea26){return _0x47d5c7+_0x30ea26;},'kAAtl':function(_0x56248d,_0x2ed146){return _0x56248d(_0x2ed146);},'Wlqij':_0x3fa0f1(0x1e6),'FOPoH':function(_0x486ef8,_0x3d7990){return _0x486ef8+_0x3d7990;},'hCXSA':function(_0x2213ae,_0x2a398d){return _0x2213ae+_0x2a398d;},'EHWof':function(_0x2bf65e,_0x21ef3e){return _0x2bf65e===_0x21ef3e;},'yuRjM':function(_0x221107,_0x108a3f){return _0x221107===_0x108a3f;},'SFuDb':'TestRunStarted','kjySc':function(_0x3d9acd,_0x1530a8){return _0x3d9acd&&_0x1530a8;},'geutp':'product_map'};if(![_0x2c8371['gxCIz'],_0x2c8371[_0x3fa0f1(0x1f4)]][_0x3fa0f1(0x27a)](_0x3676db)&&exports[_0x3fa0f1(0x257)]()){const _0x2286f9={};if(_0x2c8371[_0x3fa0f1(0x25c)](_0x29d866,FRAMEWORKS['MOCHA'])){const _0x5782a4=globals[_0x3fa0f1(0x236)](_0x2c8371[_0x3fa0f1(0x1ec)])||accessibilityHelper[_0x3fa0f1(0x239)](_0xbe613f[_0x3fa0f1(0x28b)](),!![]),_0x158a16=globals[_0x3fa0f1(0x236)](_0x2c8371['bxBnU']);_0x2286f9[_0x2c8371[_0x3fa0f1(0x251)]]=_0x2c8371[_0x3fa0f1(0x204)](_0x158a16,_0x5782a4);}if(_0x2c8371['DbaDZ'](_0x29d866,FRAMEWORKS[_0x3fa0f1(0x297)])){const _0x557839=_0x2c8371[_0x3fa0f1(0x22a)](_0x2c8371[_0x3fa0f1(0x22a)](_0x106dd2[_0x3fa0f1(0x272)][_0x3fa0f1(0x20a)]('\x20'),'\x20'),_0xbe613f[_0x3fa0f1(0x25e)]),_0x4f9828=globals[_0x3fa0f1(0x236)](_0x2c8371[_0x3fa0f1(0x1ec)])||accessibilityHelper[_0x3fa0f1(0x239)](_0x557839,![]),_0x393b5d=browserStackGlobals[_0x3fa0f1(0x29e)];_0x2286f9[_0x2c8371[_0x3fa0f1(0x251)]]=_0x2c8371['PFUWd'](_0x393b5d,_0x4f9828);}if(_0x2c8371['PTVGy'](_0x29d866,FRAMEWORKS['JASMINE'])){const _0x55a7f8=_0x2c8371['kAAtl'](require,_0x2c8371['Wlqij']),_0x30350c=_0xbe613f&&_0x55a7f8[_0x3fa0f1(0x235)](_0xbe613f['id'])||_0x106dd2[_0x3fa0f1(0x285)];_0x30350c&&(_0x106dd2['uuid']=_0x30350c);const _0x4377fb=_0x2c8371['FOPoH'](_0x2c8371[_0x3fa0f1(0x25b)](_0x106dd2[_0x3fa0f1(0x272)]['join']('\x20'),'\x20'),_0xbe613f[_0x3fa0f1(0x237)]||_0x106dd2[_0x3fa0f1(0x25e)]),_0x4016b5=globals[_0x3fa0f1(0x236)](_0x2c8371[_0x3fa0f1(0x1ec)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x4377fb,![]),_0x4c81cf=globals['getGlobal'](_0x2c8371[_0x3fa0f1(0x278)]);_0x2286f9[_0x2c8371[_0x3fa0f1(0x251)]]=_0x2c8371[_0x3fa0f1(0x204)](_0x4c81cf,_0x4016b5);}if(_0x2c8371[_0x3fa0f1(0x1dc)](_0x29d866,FRAMEWORKS[_0x3fa0f1(0x22e)])){if(_0x2c8371[_0x3fa0f1(0x267)](_0x3676db,_0x2c8371[_0x3fa0f1(0x1fd)]))return;_0x2286f9[_0x2c8371[_0x3fa0f1(0x251)]]=PWTestDetails[_0x3fa0f1(0x218)](_0x106dd2[_0x3fa0f1(0x285)]);}if(_0x2c8371['PTVGy'](_0x29d866,FRAMEWORKS[_0x3fa0f1(0x24f)])){const _0x558f18=accessibilityHelper['shouldScanTestForAccessibility'](_0xbe613f['titlePath'](),!![]),_0x17095f=global[_0x3fa0f1(0x243)];_0x2286f9[_0x2c8371[_0x3fa0f1(0x251)]]=_0x2c8371[_0x3fa0f1(0x204)](_0x17095f,_0x558f18);}if(_0x2c8371[_0x3fa0f1(0x1dc)](_0x29d866,FRAMEWORKS[_0x3fa0f1(0x26b)])){const _0x49b7a7=accessibilityHelper[_0x3fa0f1(0x239)](null,![],_0x106dd2[_0x3fa0f1(0x248)]),_0x159ed8=globals[_0x3fa0f1(0x236)](_0x2c8371[_0x3fa0f1(0x278)]);_0x2286f9[_0x2c8371[_0x3fa0f1(0x251)]]=_0x2c8371['kjySc'](_0x159ed8,_0x49b7a7);}_0x106dd2[_0x2c8371[_0x3fa0f1(0x20f)]]=_0x2286f9;}},exports[a171_0x297a91(0x261)]=_0x118b2b=>{const _0x2d7ddf=a171_0x297a91,_0xbac800={};_0xbac800[_0x2d7ddf(0x29a)]=function(_0x4866f7,_0x480388){return _0x4866f7>_0x480388;},_0xbac800[_0x2d7ddf(0x22c)]=function(_0xb9a983,_0x4a8013){return _0xb9a983>_0x4a8013;};const _0x8d2c8e=_0xbac800;let _0xe731d9={};if(_0x8d2c8e['IenDr'](Object[_0x2d7ddf(0x1d3)](testData)[_0x2d7ddf(0x207)],0x0))return testData;_0xe731d9=JestTestDetails['getTestData']();if(_0x8d2c8e['tTbBO'](Object[_0x2d7ddf(0x1d3)](_0xe731d9)[_0x2d7ddf(0x207)],0x0))return _0xe731d9;return _0xe731d9;},exports['setCurrentTestData']=(_0x2fce25,_0x1932be={})=>{const _0x5f3840=a171_0x297a91;if(bsSetupHelper[_0x5f3840(0x277)](_0x1932be['test_run']))return;switch(_0x2fce25){case FRAMEWORKS[_0x5f3840(0x205)]:testData=_0x1932be['test_run'];break;case FRAMEWORKS[_0x5f3840(0x297)]:JestTestDetails[_0x5f3840(0x27f)](_0x1932be[_0x5f3840(0x291)]);break;case FRAMEWORKS[_0x5f3840(0x242)]:testData=_0x1932be['test_run'];break;default:break;}},exports['getAccessibilityValueFromYml']=_0x35e419=>{const _0x24ba02=a171_0x297a91,_0x1da079={};_0x1da079[_0x24ba02(0x266)]=function(_0x34b122,_0x3a86d1){return _0x34b122!==_0x3a86d1;},_0x1da079['vtXtN']=function(_0x27a153,_0x7dfeaf){return _0x27a153!==_0x7dfeaf;},_0x1da079[_0x24ba02(0x1d7)]=function(_0x438488,_0x389eee){return _0x438488!==_0x389eee;};const _0x7cb98c=_0x1da079;if(_0x7cb98c[_0x24ba02(0x266)](_0x35e419['accessibility'],null)&&_0x7cb98c[_0x24ba02(0x238)](_0x35e419[_0x24ba02(0x212)],undefined))return _0x35e419['accessibility'];let _0x54fcc2=![],_0xb125c3=![];if(_0x35e419[_0x24ba02(0x203)])for(const _0x843568 of _0x35e419[_0x24ba02(0x203)]){_0x7cb98c[_0x24ba02(0x1d7)](_0x843568[_0x24ba02(0x212)],null)&&_0x7cb98c['nfvIE'](_0x843568[_0x24ba02(0x212)],undefined)&&(_0x54fcc2=_0x54fcc2||bsSetupHelper[_0x24ba02(0x219)](_0x843568[_0x24ba02(0x212)]),_0xb125c3=!![]);}if(_0xb125c3)return _0x54fcc2;return null;},exports[a171_0x297a91(0x26d)]=_0x18c12b=>{if(!_0x18c12b)return{};const _0x2a4d61=new OrchestrationUtils(_0x18c12b);return _0x2a4d61['getBuildStartData']();},exports[a171_0x297a91(0x270)]=_0x467e8f=>{const _0x57ec31=a171_0x297a91,_0x306e70={'VpMJY':function(_0x23e947){return _0x23e947();},'SePOi':function(_0x32210a,_0x2d283d){return _0x32210a===_0x2d283d;},'UbGTK':_0x57ec31(0x201)};let _0x57eb2e=![],_0x38681e=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x57ec31(0x1de)](_0x467e8f))_0x38681e=!![];else bsSetupHelper[_0x57ec31(0x21d)]()&&(_0x57eb2e=!![]);return Object[_0x57ec31(0x233)]({'observability':_0x306e70[_0x57ec31(0x245)](isTestObservabilitySession),'accessibility':exports[_0x57ec31(0x1d5)](_0x467e8f),'percy':_0x467e8f['percy']||![],'sr_automation':_0x306e70[_0x57ec31(0x23e)](process['env'][_0x57ec31(0x1f6)],_0x306e70[_0x57ec31(0x221)])||_0x467e8f[_0x57ec31(0x26e)]||![],'automate':_0x57eb2e,'app_automate':_0x38681e,'turboscale':bsSetupHelper[_0x57ec31(0x25f)](_0x467e8f),'lts':LoadTestModule[_0x57ec31(0x23c)](_0x467e8f)},bsSetupHelper[_0x57ec31(0x1eb)]());};const normalizeTestPlanId=_0x439c6e=>{const _0x206aa4=a171_0x297a91,_0x4f4899={};_0x4f4899[_0x206aa4(0x24a)]=function(_0x2b8b66,_0xe478f3){return _0x2b8b66!==_0xe478f3;},_0x4f4899[_0x206aa4(0x1f3)]=_0x206aa4(0x1dd),_0x4f4899[_0x206aa4(0x273)]=function(_0x3cac1c,_0x49da44){return _0x3cac1c>_0x49da44;};const _0x390f5a=_0x4f4899;if(_0x390f5a[_0x206aa4(0x24a)](typeof _0x439c6e,_0x390f5a[_0x206aa4(0x1f3)]))return undefined;const _0x3a61fd=_0x439c6e[_0x206aa4(0x23a)]();return _0x390f5a[_0x206aa4(0x273)](_0x3a61fd[_0x206aa4(0x207)],0x0)?_0x3a61fd:undefined;},readTestPlanIdFromCliArgs=(_0x18041c=process[a171_0x297a91(0x21a)])=>{const _0x719bc1=a171_0x297a91,_0xcca46c={};_0xcca46c['XpXeE']=function(_0xc034f6,_0x84e623){return _0xc034f6<_0x84e623;},_0xcca46c[_0x719bc1(0x22f)]=function(_0x1a49a4,_0x2d945c){return _0x1a49a4===_0x2d945c;},_0xcca46c['flsLI']=function(_0x252af5,_0x19c9c2){return _0x252af5+_0x19c9c2;},_0xcca46c[_0x719bc1(0x294)]=function(_0x279992,_0x1d8580){return _0x279992+_0x1d8580;};const _0x296b93=_0xcca46c,_0x1691a2='--'+testHubConstants[_0x719bc1(0x25a)];for(let _0x59a28c=0x0;_0x296b93[_0x719bc1(0x23d)](_0x59a28c,_0x18041c['length']);_0x59a28c+=0x1){const _0x5806c3=_0x18041c[_0x59a28c];if(_0x296b93['oyGRg'](_0x5806c3,_0x1691a2)){const _0x516d15=_0x18041c[_0x296b93[_0x719bc1(0x289)](_0x59a28c,0x1)];if(!_0x516d15||_0x516d15[_0x719bc1(0x29f)]('--'))return undefined;return _0x516d15;}if(_0x5806c3['startsWith'](_0x1691a2+'='))return _0x5806c3[_0x719bc1(0x283)](_0x296b93['XVelo'](_0x1691a2[_0x719bc1(0x207)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x384b56={})=>{const _0x2fcbd6=a171_0x297a91,_0x3ee7ab={'UiFUN':function(_0x525bd8,_0x4840a2){return _0x525bd8(_0x4840a2);}};return _0x3ee7ab['UiFUN'](normalizeTestPlanId,_0x384b56&&_0x384b56[_0x2fcbd6(0x250)]&&_0x384b56[_0x2fcbd6(0x250)]['testPlanId']);};exports[a171_0x297a91(0x1da)]=(_0x134a28={},_0x551310=process[a171_0x297a91(0x21a)],_0x5e6403=process[a171_0x297a91(0x1ee)])=>{const _0x597968=a171_0x297a91,_0x27cec7={'YQFbF':function(_0x3a855c,_0x43cec6){return _0x3a855c(_0x43cec6);},'CXCbY':function(_0x3b28b8,_0x2d75cb){return _0x3b28b8(_0x2d75cb);},'EMneg':function(_0x35fda4,_0x1d3ab1){return _0x35fda4(_0x1d3ab1);}};try{const _0x528216=_0x27cec7[_0x597968(0x255)](normalizeTestPlanId,_0x27cec7[_0x597968(0x292)](readTestPlanIdFromCliArgs,_0x551310));if(_0x528216)return _0x528216;const _0x157154=_0x27cec7['CXCbY'](normalizeTestPlanId,_0x5e6403&&_0x5e6403[testHubConstants[_0x597968(0x24b)][_0x597968(0x284)]]);if(_0x157154)return _0x157154;return _0x27cec7[_0x597968(0x1fe)](readTestPlanIdFromConfig,_0x134a28);}catch(_0x19191e){return logger['debug'](_0x597968(0x232)+(_0x19191e&&_0x19191e[_0x597968(0x22d)]?_0x19191e[_0x597968(0x22d)]:_0x19191e)),undefined;}};function a171_0x5d18(){const _0x1b6753=['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','setTestObservabilityVariables','IzOIu','UpyVj','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','config','BS_TESTOPS_BUILD_COMPLETED','nIqDj','../test-orchestration/orchestrationUtils.js','tTbBO','message','PLAYWRIGHT','oyGRg','options','../ats/helper','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','assign','BROWSERSTACK_TESTHUB_UUID:\x20','get','getGlobal','description','vtXtN','shouldScanTestForAccessibility','trim','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isLTSSession','XpXeE','SePOi','OBSERVABILITY','3339224KYCBKK','qWsnB','JASMINE','accessibilityPlatform','lTnRr','VpMJY','handleErrorForAccessibility','iEZJd','tags','mfbBm','JCSwO','ENV_VAR','TdXlG','OHuJs','nonBStackInfraA11yChromeOptions','CODECEPT','testManagementOptions','NkaWV','commandsToWrap','BS_TESTOPS_BUILD_HASHED_ID','DEPRECATED','YQFbF','1479967ypMxzP','isAccessibilityEnabled','BS_A11Y_JWT','HookRunStarted','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','hCXSA','PTVGy','WMuLf','name','isTurboScaleSession','346150jIFqia','getCurrentTestData','3792lZcJqx','WKhiH','gJVMq','isPercyBuild','nfvIE','yuRjM','bRUhJ','INVALID_CREDENTIALS',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','CUCUMBER','commands','getTestOrchestrationBuildStartData','sr_automation','VvftM','getProductMapForBuildStartCall','../globals.js','scopes','yjmvf','getFrameworkDetails','wiamN','epkmH','isUndefined','bxBnU','ACCESSIBILITY','includes','../../bin/jest/test-observability/test-details.js','187xJsRRb','info','value','setTestData','ItwZz','BROWSERSTACK_PERCY','uploadEventData','slice','BROWSERSTACK_TEST_PLAN_ID','uuid','zbPHv','ThIRM','key','flsLI','55944967GUzyec','titlePath','MtjfA','tfyGD','BROWSERSTACK_ACCESSIBILITY','940zibEHn','scripts','test_run','CXCbY','jwt','XVelo','bstackA11yShouldScan','build_hashed_id','JEST','suRXm','toJson','IenDr','119CUulMT','command','uUuhN','isAccessibilityPlatform','startsWith','setAccessibilityVariables','../helper','gsLIQ','../../bin/utils/constants.js','logBuildError','appendTesthubParams','../accessibility-automation/scripts.js','uqDLH','iwJHB','ZghHc','password','ERROR','FRAMEWORK_DETAILS','36DJWSaZ','Vpqth','error','RIVSd','keys','split','getAccessibilityValueFromYml','RQTnH','sfSDp','BROWSERSTACK_TESTHUB_UUID','allow_screenshots','getTestPlanId','observability','EHWof','string','isAppAutomateSession','false','errors','stringify','BS_TESTOPS_JWT','success','4|0|2|3|1','rsRmR','../../bin/jasmine/testRunMap.js','uyRLr','vvrOc','vEUKX','KqguY','getCentralUser','vgfpV','LogCreated','env','AIZKT','parseA11yJwtPayload','percy','hRPCJ','XoBUT','bAXUx','toUpperCase','BROWSERSTACK_SR_AUTOMATION','null','username','debug','YmdWn','VBpnn','skipCDPConnectOverride','SFuDb','EMneg','handleErrorForObservability','2296623dYPoGy','true','\x20Build\x20creation\x20failed','platforms','PFUWd','MOCHA','../../bin/playwright/reporter/test-details.js','length','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','vmfOO','join','BROWSERSTACK_TESTHUB_JWT','rUXYr','../test-observability/utils','getProductMap','geutp','erUef','BS_TESTOPS_ALLOW_SCREENSHOTS','accessibility','getTestFrameworkDetails','210276tubCUt','getAgentVersion','./constants.js','vRftX','getAccessibilityPlatformValidation','isTrue','argv','nPwzN','setTestHubCommonMetaInfo','isBrowserstackInfra','Ewyll','2woUuFq','12jOjYHV','UbGTK'];a171_0x5d18=function(){return _0x1b6753;};return a171_0x5d18();}
|
package/src/helpers/utilities.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a171_0x1e101c=a171_0x5570;function a171_0xcc95(){const _0x3e9e80=['null','chmodSync','./logger','trim','QRtWb','3339324DAEQOK','IaYas','isBrowserstackInfra','W_OK','getTestFrameworkDetails','hubAllocation','1602xJaGLs','stack','isModifiable','./testhub/utils','YXyyz','sdkRunId','181028puMvAG','seleniumVersion','X_OK','toString','241JlRTkk','finishedMetadata','error','688232rBZmhb','Playwright','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','Directory\x20','MeJFL','errorMessage','forEach','length','osVersion','169uoMMsZ','jRxao','SDKTestSuccessful','finalExecution','QtYiS','apply','ApQLg','getGlobal','./test-observability/utils','sanitizeBrowserStackConfig','source','HRSZz','1851265GNaKeI','hostname','body','PiDTa','ENV_VAR','API\x20Event\x20','getAccessKey','info','nOVHS','split','format','iJSbB','isAppAutomateSession','./helper','unhandledErrors','IwPOf','4609pLbnnZ','Failed\x20to\x20set\x20directory\x20access:\x20','_buildHashedId','push','7510xVHepq','KBybc','BROWSERSTACK_TESTHUB_UUID','values','6KCVnJt','winstonLogger','browser','SVghf','GZuUl','debug','TFEdf','biTvz','object','./performance/performance-tester','keys','getTurboScaleSessionsList','../bin/playwright/reporter/pwUtils','undefined','sJazB','UNAQK','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','../helpers/testhub/constants','unknown','KMWJH','nodeRequest','all','rzKWw','nodejs','GwYxl','globalException','./globals','getFrameworkVersion','version','cfhnI','buildName','finalExecutionRan','requirePWModule','isTurboScaleSession','content-type','qOdzz','UIOjV','browserVersion','rXAGA','replace','\x20response\x20-\x20','bJJnH','framework','parse','getUserName','user_killed','getOptimalHubUrl','assign','fireFunnelTestEvent','killSignal','config','env','Error\x20in\x20firing\x20request\x20to\x20','event_properties','getSessionsList','setReadWriteExecuteAccess','util','MFDSM','constants','APP_AUTOMATE_PRODUCTS','selenium-webdriver','AUTOMATE','7RWHnGn','HvqCH','NKHJM','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','APP_AUTOMATE','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','AUTOMATE_PRODUCTS','codeceptjs','stringify','251052AUQmVJ','\x20:\x20','gIWHn','\x20has\x20now\x20read/write/execute\x20permissions.','9ijDPWt','../bin/utils/constants'];a171_0xcc95=function(){return _0x3e9e80;};return a171_0xcc95();}(function(_0x1d86b3,_0x1592cd){const _0x159d8e=a171_0x5570,_0x53ee3a=_0x1d86b3();while(!![]){try{const _0x4bb57e=parseInt(_0x159d8e(0xa6))/0x1*(parseInt(_0x159d8e(0x9c))/0x2)+-parseInt(_0x159d8e(0x121))/0x3*(-parseInt(_0x159d8e(0xa2))/0x4)+parseInt(_0x159d8e(0xbe))/0x5*(-parseInt(_0x159d8e(0xd6))/0x6)+parseInt(_0x159d8e(0x114))/0x7*(-parseInt(_0x159d8e(0xa9))/0x8)+parseInt(_0x159d8e(0x128))/0x9+-parseInt(_0x159d8e(0xd2))/0xa*(parseInt(_0x159d8e(0xce))/0xb)+-parseInt(_0x159d8e(0x11d))/0xc*(-parseInt(_0x159d8e(0xb2))/0xd);if(_0x4bb57e===_0x1592cd)break;else _0x53ee3a['push'](_0x53ee3a['shift']());}catch(_0x1c2960){_0x53ee3a['push'](_0x53ee3a['shift']());}}}(a171_0xcc95,0x310a6));const os=require('os'),util=require(a171_0x1e101c(0x10e)),fs=require('fs'),{getProductMap}=require(a171_0x1e101c(0x9f)),logger=require(a171_0x1e101c(0x125))[a171_0x1e101c(0xd7)],constants=require(a171_0x1e101c(0x122)),testHubConstants=require(a171_0x1e101c(0xe7)),{getTransformPath}=require(a171_0x1e101c(0xe2)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a171_0x1e101c(0x122)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a171_0x1e101c(0xcb)),PerformanceTester=require(a171_0x1e101c(0xdf)),globals=require(a171_0x1e101c(0xf0)),helper=require(a171_0x1e101c(0xcb)),{isTestObservabilitySession}=require(a171_0x1e101c(0xba));let unhandledErrors='';function a171_0x5570(_0x228280,_0x194be5){const _0xcc950e=a171_0xcc95();return a171_0x5570=function(_0x557046,_0x45523e){_0x557046=_0x557046-0x99;let _0x3b83c3=_0xcc950e[_0x557046];return _0x3b83c3;},a171_0x5570(_0x228280,_0x194be5);}exports[a171_0x1e101c(0x106)]=async(_0x767bb8,_0x338a40={},_0x6036db,_0x51f535,_0x112887=![])=>{const _0x47738c=a171_0x1e101c,_0x1227d9={'biTvz':function(_0x11f6ec,_0x5af41d){return _0x11f6ec===_0x5af41d;},'rzKWw':_0x47738c(0xde),'HvqCH':function(_0x12d72b,_0x2e97f3){return _0x12d72b>_0x2e97f3;},'MeJFL':function(_0x5c08e9,_0x5d44b7){return _0x5c08e9>_0x5d44b7;},'zDboE':'tests','KMWJH':function(_0x110dc4){return _0x110dc4();},'IwPOf':function(_0x1408b1){return _0x1408b1();},'NKHJM':function(_0x304a4d,_0x36870a){return _0x304a4d==_0x36870a;},'PiDTa':_0x47738c(0x123),'VIDoy':_0x47738c(0xe3),'NZcJA':function(_0x5ef5fe,_0x10c51c){return _0x5ef5fe===_0x10c51c;},'UIOjV':_0x47738c(0x11b),'MFDSM':function(_0x5bd13b,_0x4bbad1){return _0x5bd13b>_0x4bbad1;},'sJazB':function(_0x5f4c48,_0x1b63ec){return _0x5f4c48!==_0x1b63ec;},'iJSbB':_0x47738c(0xaa),'PAvVt':function(_0x43b73b,_0x4f70fa){return _0x43b73b===_0x4f70fa;},'gIWHn':'error','gCyFd':function(_0x45db3d,_0x39ba34){return _0x45db3d+_0x39ba34;},'FVfcu':_0x47738c(0x117),'QtYiS':_0x47738c(0xd0),'HRSZz':function(_0x1879c9,_0xd1e5c2){return _0x1879c9(_0xd1e5c2);},'jRxao':_0x47738c(0xe8),'GwYxl':_0x47738c(0xed),'rvbPi':function(_0x5b9e6c,_0x9dc0ab){return _0x5b9e6c===_0x9dc0ab;},'lcAsV':_0x47738c(0xb4),'QRtWb':function(_0x44190e){return _0x44190e();},'GZuUl':_0x47738c(0x112),'ZCMTk':'application/json','rXAGA':'[REDACTED]','nOVHS':'POST'};let _0xda34f=[];if(helper[_0x47738c(0x12a)]()&&_0x1227d9[_0x47738c(0xe9)](isTestObservabilitySession))_0xda34f=helper[_0x47738c(0xca)](_0x6036db)?constants[_0x47738c(0x111)]:constants[_0x47738c(0x11a)];else{if(_0x1227d9[_0x47738c(0xcd)](isTestObservabilitySession))_0xda34f=constants[_0x47738c(0xe6)];else helper[_0x47738c(0x12a)]()&&(_0xda34f=helper['isAppAutomateSession'](_0x6036db)?constants[_0x47738c(0x118)]:constants[_0x47738c(0x113)]);}let _0xeaff97=_0x6036db['buildIdentifier'];if(_0x1227d9[_0x47738c(0x116)](_0xeaff97,null))_0xeaff97=_0x1227d9[_0x47738c(0xc1)];else _0x1227d9[_0x47738c(0xdd)](_0xeaff97,undefined)&&(_0xeaff97=_0x1227d9['VIDoy']);unhandledErrors&&_0x1227d9[_0x47738c(0xad)](unhandledErrors[_0x47738c(0xb0)],0x0)&&(_0x338a40[_0x47738c(0xef)]=unhandledErrors);global[_0x47738c(0xa1)]&&(_0x338a40[_0x47738c(0xa1)]=global[_0x47738c(0xa1)]);try{if(_0x338a40[_0x47738c(0xa8)]){if(_0x1227d9['NZcJA'](_0x51f535,_0x1227d9[_0x47738c(0xfa)])&&_0x1227d9[_0x47738c(0x10f)](_0x338a40[_0x47738c(0xa8)][_0x47738c(0xb0)],0x0)){const _0x42cacb={};_0x42cacb['os']='',_0x42cacb[_0x47738c(0xb1)]='',_0x42cacb[_0x47738c(0xd8)]='',_0x42cacb[_0x47738c(0xfb)]='';const _0x1dae39=_0x42cacb;let _0x4cb9d1={};const _0x35ba7e=_0x338a40['error'];_0x4cb9d1=_0x35ba7e['reduce']((_0x99ced1,_0x4072dd)=>{for(const _0x110659 in _0x4072dd){_0x99ced1[_0x110659]=_0x4072dd[_0x110659];}return _0x99ced1;},{});const _0x682cfa={};_0x682cfa['tests']=_0x4cb9d1,_0x338a40[_0x47738c(0xa8)]=[Object[_0x47738c(0x105)]({},_0x1dae39,_0x682cfa)];}else{let _0x4f4670=0x0;const _0x2b9737=_0x1227d9[_0x47738c(0xe4)](_0x51f535,_0x1227d9['iJSbB'])?JSON[_0x47738c(0x101)](_0x338a40['error']):_0x338a40[_0x47738c(0xa8)],_0x35612d=Object[_0x47738c(0xd5)](_0x2b9737);_0x35612d[_0x47738c(0xaf)](_0x4de72f=>{const _0x18799e=_0x47738c;if(_0x1227d9[_0x18799e(0xdd)](typeof _0x4de72f,_0x1227d9[_0x18799e(0xec)])){const _0x5655ea=Object[_0x18799e(0xd5)](_0x4de72f);!_0x5655ea['every'](_0x510903=>_0x510903===null||_0x510903===undefined||_0x510903==='')&&(_0x4f4670+=0x1);}});if(_0x1227d9['PAvVt'](_0x4f4670,0x0))delete _0x338a40[_0x1227d9[_0x47738c(0x11f)]];else{const _0x560e69=[];Object[_0x47738c(0xe0)](_0x2b9737)['forEach'](_0x302ef7=>{const _0x44aa14=_0x47738c,_0x386f9b={'SVghf':function(_0x3c428b,_0x12d715){const _0x4620b1=a171_0x5570;return _0x1227d9[_0x4620b1(0x115)](_0x3c428b,_0x12d715);}},[_0x1401a5,_0x44ba22,_0x3361a3,_0x429ced]=_0x302ef7[_0x44aa14(0xc7)](',\x20');let _0x19151f={};if(!_0x429ced){const _0x29d5ed={};_0x29d5ed['deviceName']=_0x1401a5,_0x29d5ed['osVersion']=_0x44ba22,_0x29d5ed[_0x44aa14(0xd8)]=_0x3361a3,_0x19151f=_0x29d5ed;}else{const _0x4fadaf={};_0x4fadaf['os']=_0x1401a5,_0x4fadaf['osVersion']=_0x44ba22,_0x4fadaf[_0x44aa14(0xd8)]=_0x3361a3,_0x4fadaf['browserVersion']=_0x429ced,_0x19151f=_0x4fadaf;}const _0x56e35a={},_0x5d9e0f=_0x2b9737[_0x302ef7];Object[_0x44aa14(0xe0)](_0x5d9e0f)[_0x44aa14(0xaf)](_0x4355ff=>{const _0xeaa1c6=_0x44aa14;_0x386f9b[_0xeaa1c6(0xd9)](_0x5d9e0f[_0x4355ff][_0xeaa1c6(0xb0)],0x0)&&(_0x56e35a[_0x4355ff]=_0x5d9e0f[_0x4355ff]);}),_0x1227d9['MeJFL'](Object[_0x44aa14(0xe0)](_0x56e35a)[_0x44aa14(0xb0)],0x0)&&(_0x19151f[_0x1227d9['zDboE']]=_0x56e35a,_0x560e69[_0x44aa14(0xd1)](_0x19151f));}),_0x1227d9[_0x47738c(0xad)](_0x560e69[_0x47738c(0xb0)],0x0)?_0x338a40[_0x47738c(0xa8)]=_0x560e69:delete _0x338a40[_0x1227d9[_0x47738c(0x11f)]];}}}}catch(_0x2c0aff){delete _0x338a40[_0x1227d9[_0x47738c(0x11f)]],logger[_0x47738c(0xdb)](_0x1227d9['gCyFd'](_0x1227d9['FVfcu'],_0x2c0aff));}const _0x2e31aa=helper[_0x47738c(0x9a)](_0x6036db,_0x6036db[_0x47738c(0x100)]),_0x239ef2={'userName':helper[_0x47738c(0x102)](_0x6036db),'accessKey':helper['getAccessKey'](_0x6036db),'event_type':_0x767bb8,'detectedFramework':_0x51f535,'buildHashedId':globals[_0x47738c(0xb9)](_0x1227d9[_0x47738c(0xb6)]),'optimalHubUrl':helper[_0x47738c(0x104)](),'event_properties':{'testhub_uuid':process[_0x47738c(0x109)][testHubConstants[_0x47738c(0xc2)][_0x47738c(0xd4)]]||'','sdkRunId':global[_0x47738c(0xa1)],'product_map':_0x1227d9[_0x47738c(0xbd)](getProductMap,_0x6036db),'productMap':_0x1227d9['HRSZz'](getProductMap,_0x6036db),'language_framework':_0x6036db[_0x47738c(0xbc)]||_0x1227d9[_0x47738c(0xb3)],'referrer':helper['getNodeAgent'](_0x51f535),'framework':_0x6036db[_0x47738c(0x100)],'frameworkVersion':helper[_0x47738c(0xf1)](_0x51f535),'automationFramework':_0x2e31aa['name'],'automationFrameworkVersion':_0x2e31aa[_0x47738c(0xf2)],'language':_0x1227d9[_0x47738c(0xee)],'languageVersion':process[_0x47738c(0xf2)],'product':_0xda34f,'buildName':_0x6036db[_0x47738c(0xf4)]||_0x1227d9['VIDoy'],'buildIdentifier':_0xeaff97,'os':os['type']()||_0x1227d9[_0x47738c(0xb3)],'hostname':os[_0x47738c(0xbf)]()||_0x1227d9[_0x47738c(0xb3)],..._0x338a40,'isCLIEnabled':_0x112887}};try{_0x1227d9['rvbPi'](_0x767bb8,_0x1227d9['lcAsV'])&&(_0x239ef2[_0x47738c(0x10b)]['browserStackConfig']=helper[_0x47738c(0xbb)](_0x6036db)),_0x1227d9[_0x47738c(0xdd)](_0x51f535,_0x1227d9[_0x47738c(0xc9)])?_0x239ef2[_0x47738c(0x10b)]['playwrightVersion']=helper[_0x47738c(0xf6)][_0x47738c(0xb7)](null,_0x1227d9[_0x47738c(0x127)](getTransformPath),!![]):_0x239ef2['event_properties'][_0x47738c(0xa3)]=helper['getPackageVersion'](_0x1227d9[_0x47738c(0xda)]);}catch(_0xf7e2f3){logger[_0x47738c(0xdb)](_0x47738c(0x119)+_0xf7e2f3);}const _0x569948={};_0x569948[_0x47738c(0xf8)]=_0x1227d9['ZCMTk'];const _0x275e23={'headers':_0x569948,'body':_0x239ef2,'auth':{'user':helper[_0x47738c(0x102)](_0x6036db),'pass':helper['getAccessKey'](_0x6036db)},'json':!![]};logger[_0x47738c(0xdb)]('Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20'+JSON[_0x47738c(0x11c)](_0x275e23[_0x47738c(0xc0)])[_0x47738c(0xfd)](new RegExp(helper[_0x47738c(0x102)](_0x6036db),'g'),_0x1227d9[_0x47738c(0xfc)])[_0x47738c(0xfd)](new RegExp(helper[_0x47738c(0xc4)](_0x6036db),'g'),_0x1227d9['rXAGA']));try{const _0x349920=await helper[_0x47738c(0xea)](_0x1227d9[_0x47738c(0xc6)],FUNNEL_INSTRUMENTATION_API_URL,_0x275e23,_0x6036db);logger['debug'](_0x47738c(0xc3)+_0x767bb8+_0x47738c(0xfe)+util[_0x47738c(0xc8)]('%j',_0x349920));}catch(_0x59e8d5){logger['debug'](_0x47738c(0x10a)+FUNNEL_INSTRUMENTATION_API_URL+_0x47738c(0x11e)+util['format'](_0x59e8d5));}},exports[a171_0x1e101c(0xb5)]=async(_0x2a891b,_0x382948=![])=>{const _0x2343dd=a171_0x1e101c,_0x48f19f={'cfhnI':function(_0x53653c){return _0x53653c();},'RvQeM':'_hubAllocationData','KBybc':_0x2343dd(0xa7),'bJJnH':_0x2343dd(0x103),'ApQLg':_0x2343dd(0xb4),'YXyyz':function(_0x26f927,_0x115fff,_0x4ec398){return _0x26f927(_0x115fff,_0x4ec398);},'UNAQK':function(_0x44a8bf,_0x370f6a){return _0x44a8bf+_0x370f6a;},'qMoRW':_0x2343dd(0xab)};if(_0x2a891b[_0x2343dd(0xf5)])return;_0x2a891b[_0x2343dd(0xf5)]=!![];try{await _0x2a891b['stopPercy'](),_0x48f19f[_0x2343dd(0xf3)](printNudgeLocalNotSetError);const _0xb8a543={};_0xb8a543['error']=_0x2a891b['errorMessage']?_0x2a891b[_0x2343dd(0xae)]:'{}';const _0x2de5e3=_0xb8a543,_0x50b47f=Object[_0x2343dd(0x105)]({},_0x2de5e3),_0x52a621=globals[_0x2343dd(0xb9)](_0x48f19f['RvQeM']);_0x52a621&&(_0x50b47f[_0x2343dd(0x9b)]=_0x52a621);!!_0x2a891b[_0x2343dd(0x107)]&&(_0x50b47f[_0x48f19f[_0x2343dd(0xd3)]]={'reason':_0x48f19f[_0x2343dd(0xff)],'signal':_0x2a891b[_0x2343dd(0x107)]});unhandledErrors=_0x2a891b[_0x2343dd(0xcc)]['join']('\x0a');let _0xe07355,_0x1a1115,_0x1075fe;helper[_0x2343dd(0xf7)](_0x2a891b['config'])?([_0xe07355,_0x1a1115]=await helper['getTurboScaleBuildLink'](_0x2a891b[_0x2343dd(0x108)]),[_0x1075fe]=await Promise[_0x2343dd(0xeb)]([helper[_0x2343dd(0xe1)](_0xe07355,_0x2a891b[_0x2343dd(0x108)]),exports[_0x2343dd(0x106)](_0x48f19f[_0x2343dd(0xb8)],_0x50b47f,_0x2a891b[_0x2343dd(0x108)],_0x2a891b[_0x2343dd(0x100)],_0x382948)])):([_0xe07355,_0x1a1115]=await helper['getBuildLink'](_0x2a891b[_0x2343dd(0x108)]),[_0x1075fe]=await Promise[_0x2343dd(0xeb)]([helper[_0x2343dd(0x10c)](_0xe07355,_0x2a891b[_0x2343dd(0x108)]),exports[_0x2343dd(0x106)](_0x48f19f[_0x2343dd(0xb8)],_0x50b47f,_0x2a891b[_0x2343dd(0x108)],_0x2a891b[_0x2343dd(0x100)],_0x382948)])),_0x1075fe&&await _0x48f19f[_0x2343dd(0xa0)](generateCIArtifacts,_0x1075fe,_0x1a1115),logger[_0x2343dd(0xc5)]('SDK\x20run\x20ended\x20for\x20id:\x20'+_0x2a891b[_0x2343dd(0xa1)]+',\x20testhub\x20id:\x20'+process['env'][_0x2343dd(0xd4)]),await helper['sendLogs'](_0x2a891b['config']);}catch(_0xfae615){logger[_0x2343dd(0xdb)](_0x48f19f[_0x2343dd(0xe5)](_0x48f19f['qMoRW'],_0xfae615));}helper['notifyUpdate']();},exports['getStackTraceAsString']=_0x30071e=>{const _0x2d1d10=a171_0x1e101c,_0xd5444d={'qOdzz':function(_0x5c7ac5,_0x5ebf3f){return _0x5c7ac5 instanceof _0x5ebf3f;},'guzRx':function(_0x34b611,_0x2c9b03){return _0x34b611(_0x2c9b03);}};try{if(_0xd5444d[_0x2d1d10(0xf9)](_0x30071e,Error))return _0x30071e[_0x2d1d10(0x9d)]||_0x30071e[_0x2d1d10(0xa5)]();return _0xd5444d['guzRx'](String,_0x30071e);}catch(_0xf3e075){return _0x30071e?_0x30071e[_0x2d1d10(0xa5)]():'';}},exports['isNullOrEmpty']=_0x155d59=>{const _0x1bc4d7=a171_0x1e101c,_0x2064cc={};_0x2064cc[_0x1bc4d7(0x129)]=function(_0x10025c,_0x5ae7b2){return _0x10025c===_0x5ae7b2;};const _0x357133=_0x2064cc;return!_0x155d59||_0x357133[_0x1bc4d7(0x129)](_0x155d59[_0x1bc4d7(0x126)](),'');},exports[a171_0x1e101c(0x9e)]=_0x54db84=>{const _0x19ecee=a171_0x1e101c,_0x51f430={};_0x51f430['TFEdf']=function(_0x5daebf,_0x2d0e1c){return _0x5daebf|_0x2d0e1c;};const _0x228352=_0x51f430;try{return fs['accessSync'](_0x54db84,_0x228352[_0x19ecee(0xdc)](fs[_0x19ecee(0x110)][_0x19ecee(0x99)],fs[_0x19ecee(0x110)][_0x19ecee(0xa4)])),!![];}catch(_0x611dda){return![];}},exports[a171_0x1e101c(0x10d)]=_0x1cc32f=>{const _0x13ba38=a171_0x1e101c;try{fs[_0x13ba38(0x124)](_0x1cc32f,0x1ff),logger[_0x13ba38(0xdb)](_0x13ba38(0xac)+_0x1cc32f+_0x13ba38(0x120));}catch(_0x38799d){logger[_0x13ba38(0xa8)](_0x13ba38(0xcf)+exports['getStackTraceAsString'](_0x38799d));}};
|
|
1
|
+
function a172_0x4804(_0x1801c6,_0x1135ef){const _0x35dbc0=a172_0x35db();return a172_0x4804=function(_0x4804aa,_0x3de041){_0x4804aa=_0x4804aa-0xf6;let _0x57bd10=_0x35dbc0[_0x4804aa];return _0x57bd10;},a172_0x4804(_0x1801c6,_0x1135ef);}const a172_0x2ed661=a172_0x4804;(function(_0xebf1ad,_0x57eacf){const _0x3df278=a172_0x4804,_0x24525c=_0xebf1ad();while(!![]){try{const _0x4ea033=-parseInt(_0x3df278(0x114))/0x1*(-parseInt(_0x3df278(0x116))/0x2)+parseInt(_0x3df278(0x182))/0x3+parseInt(_0x3df278(0x151))/0x4*(-parseInt(_0x3df278(0x144))/0x5)+-parseInt(_0x3df278(0x156))/0x6*(parseInt(_0x3df278(0x14f))/0x7)+-parseInt(_0x3df278(0x18e))/0x8+parseInt(_0x3df278(0x15b))/0x9+-parseInt(_0x3df278(0x124))/0xa*(parseInt(_0x3df278(0x185))/0xb);if(_0x4ea033===_0x57eacf)break;else _0x24525c['push'](_0x24525c['shift']());}catch(_0x5cae1c){_0x24525c['push'](_0x24525c['shift']());}}}(a172_0x35db,0xe5dd7));const os=require('os'),util=require(a172_0x2ed661(0x164)),fs=require('fs'),{getProductMap}=require(a172_0x2ed661(0x141)),logger=require(a172_0x2ed661(0x15d))['winstonLogger'],constants=require(a172_0x2ed661(0x13e)),testHubConstants=require(a172_0x2ed661(0xfe)),{getTransformPath}=require(a172_0x2ed661(0x175)),{FUNNEL_INSTRUMENTATION_API_URL}=require('../bin/utils/constants'),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a172_0x2ed661(0x167)),PerformanceTester=require('./performance/performance-tester'),globals=require(a172_0x2ed661(0x129)),helper=require(a172_0x2ed661(0x167)),{isTestObservabilitySession}=require(a172_0x2ed661(0x142));let unhandledErrors='';function a172_0x35db(){const _0x52b9b9=['lZYJu','getTestFrameworkDetails','values','nodeRequest','type','browserStackConfig','deviceName','APP_AUTOMATE_PRODUCTS','fireFunnelTestEvent','rSNnM','hostname','chmodSync','browserVersion','sanitizeBrowserStackConfig','toString','getStackTraceAsString','error','673RxxEQz','W_OK','4214bGHtJA','version','setReadWriteExecuteAccess','vRQiF','dwkUQ','globalException','osVersion','unknown','buildName','cyKSd','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','framework','TCORN','uSBgq','81560XgqrsJ','finalExecution','sdkRunId','accessSync','cJWBO','./globals','getTurboScaleBuildLink','config','EJfPH','oiYNt','Phhgu','isBrowserstackInfra','[REDACTED]','YWhCh','stopPercy','replace','SdNwo','WVFib','playwrightVersion','ZJFVG','getUserName','assign','bYUkb','mCekZ','_hubAllocationData','getPackageVersion','../bin/utils/constants','ERfQr','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','./testhub/utils','./test-observability/utils','\x20:\x20','5jNkKfR','Error\x20in\x20firing\x20request\x20to\x20','isAppAutomateSession','eljUa','AWLtN','POST','browser','DQXzu','parse','ffyDV','join','63644hbrbMw','FkWTs','4294412sGjaiS','Failed\x20to\x20set\x20directory\x20access:\x20','split','trim','user_killed','372uybVNB','codeceptjs','getGlobal','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','finalExecutionRan','9229959svGDhk','undefined','./logger','null','nodejs','_buildHashedId','AjPXU','keys','X_OK','util','\x20has\x20now\x20read/write/execute\x20permissions.','every','./helper','buildIdentifier','VcDtL','getAccessKey','errorMessage','forEach','tests','body','getSessionsList','killSignal','szpoL','selenium-webdriver','getTurboScaleSessionsList','wkdDd','../bin/playwright/reporter/pwUtils','source','isTurboScaleSession','apply','oFBCP','aAIFI','event_properties','reduce','env','BrkEU','notifyUpdate','debug','LiVtZ','2107956QAoTaA','ENV_VAR','application/json','286HGwszF','object','stack','asLot',',\x20testhub\x20id:\x20','getNodeAgent','SDKTestSuccessful','isNullOrEmpty','BROWSERSTACK_TESTHUB_UUID','2842592eJNyJb','push','requirePWModule','crcis','hmXZm','getBuildLink','AUTOMATE_PRODUCTS','length','constants','all','info','hubAllocation','uxeqF','../helpers/testhub/constants','name','Playwright','UwzgC','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20'];a172_0x35db=function(){return _0x52b9b9;};return a172_0x35db();}exports['fireFunnelTestEvent']=async(_0x27b693,_0x416fd6={},_0x5dae00,_0x2c7a36,_0x374a03=![])=>{const _0x19e9a8=a172_0x2ed661,_0x58c95b={'asLot':function(_0x20bbdf,_0x3e5579){return _0x20bbdf===_0x3e5579;},'DQXzu':_0x19e9a8(0x186),'YWhCh':function(_0x1b0f9e,_0x15acb8){return _0x1b0f9e>_0x15acb8;},'cJWBO':function(_0x5b0caf,_0x3fc06f){return _0x5b0caf>_0x3fc06f;},'ZJFVG':'tests','jmAxC':function(_0x3a3cf8){return _0x3a3cf8();},'ERfQr':function(_0x1bd681){return _0x1bd681();},'rRabw':function(_0x5af6d8,_0x43a096){return _0x5af6d8==_0x43a096;},'soeyf':_0x19e9a8(0x15e),'mCekZ':_0x19e9a8(0x15c),'rSNnM':function(_0x35cd6c,_0x575238){return _0x35cd6c>_0x575238;},'crcis':function(_0x24e839,_0x2dff49){return _0x24e839===_0x2dff49;},'AWLtN':_0x19e9a8(0x157),'GMzVN':function(_0x58930d,_0x31e602){return _0x58930d>_0x31e602;},'uSBgq':function(_0x47531d,_0x30add2){return _0x47531d!==_0x30add2;},'FkWTs':_0x19e9a8(0x100),'szpoL':function(_0x3b77f6,_0x955003){return _0x3b77f6===_0x955003;},'lZYJu':_0x19e9a8(0x113),'LiVtZ':function(_0x1a65a5,_0xbf6c33){return _0x1a65a5>_0xbf6c33;},'dwkUQ':function(_0x240b0d,_0x1cf7ce){return _0x240b0d+_0x1cf7ce;},'VcDtL':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','WVFib':_0x19e9a8(0x160),'UwzgC':function(_0x3513c9,_0x24151e){return _0x3513c9(_0x24151e);},'cyKSd':_0x19e9a8(0x11d),'hdRNI':_0x19e9a8(0x15f),'AjPXU':function(_0x733226,_0x972f2f){return _0x733226===_0x972f2f;},'TCORN':_0x19e9a8(0x18b),'Phhgu':_0x19e9a8(0x172),'JkSKn':_0x19e9a8(0x184),'mqbIy':_0x19e9a8(0x130),'oiYNt':_0x19e9a8(0x149)};let _0x23f77a=[];if(helper[_0x19e9a8(0x12f)]()&&_0x58c95b['jmAxC'](isTestObservabilitySession))_0x23f77a=helper[_0x19e9a8(0x146)](_0x5dae00)?constants[_0x19e9a8(0x10a)]:constants[_0x19e9a8(0xf7)];else{if(_0x58c95b[_0x19e9a8(0x13f)](isTestObservabilitySession))_0x23f77a=constants[_0x19e9a8(0x159)];else helper['isBrowserstackInfra']()&&(_0x23f77a=helper['isAppAutomateSession'](_0x5dae00)?constants['APP_AUTOMATE']:constants['AUTOMATE']);}let _0x32a8eb=_0x5dae00[_0x19e9a8(0x168)];if(_0x58c95b['rRabw'](_0x32a8eb,null))_0x32a8eb=_0x58c95b['soeyf'];else _0x58c95b[_0x19e9a8(0x188)](_0x32a8eb,undefined)&&(_0x32a8eb=_0x58c95b[_0x19e9a8(0x13b)]);unhandledErrors&&_0x58c95b[_0x19e9a8(0x10c)](unhandledErrors['length'],0x0)&&(_0x416fd6[_0x19e9a8(0x11b)]=unhandledErrors);global['sdkRunId']&&(_0x416fd6[_0x19e9a8(0x126)]=global[_0x19e9a8(0x126)]);try{if(_0x416fd6[_0x19e9a8(0x113)]){if(_0x58c95b[_0x19e9a8(0x191)](_0x2c7a36,_0x58c95b[_0x19e9a8(0x148)])&&_0x58c95b['GMzVN'](_0x416fd6[_0x19e9a8(0x113)][_0x19e9a8(0xf8)],0x0)){const _0x12cc12={};_0x12cc12['os']='',_0x12cc12[_0x19e9a8(0x11c)]='',_0x12cc12[_0x19e9a8(0x14a)]='',_0x12cc12['browserVersion']='';const _0x2cee54=_0x12cc12;let _0x11379f={};const _0xfaa631=_0x416fd6[_0x19e9a8(0x113)];_0x11379f=_0xfaa631[_0x19e9a8(0x17c)]((_0x14781e,_0x597503)=>{for(const _0x3deec9 in _0x597503){_0x14781e[_0x3deec9]=_0x597503[_0x3deec9];}return _0x14781e;},{});const _0x5eb9e6={};_0x5eb9e6[_0x19e9a8(0x16d)]=_0x11379f,_0x416fd6[_0x19e9a8(0x113)]=[Object[_0x19e9a8(0x139)]({},_0x2cee54,_0x5eb9e6)];}else{let _0x3ef7b0=0x0;const _0x396279=_0x58c95b[_0x19e9a8(0x123)](_0x2c7a36,_0x58c95b[_0x19e9a8(0x150)])?JSON[_0x19e9a8(0x14c)](_0x416fd6[_0x19e9a8(0x113)]):_0x416fd6[_0x19e9a8(0x113)],_0xe21a4a=Object[_0x19e9a8(0x105)](_0x396279);_0xe21a4a[_0x19e9a8(0x16c)](_0x1cdc88=>{const _0x10e7c9=_0x19e9a8;if(_0x58c95b['asLot'](typeof _0x1cdc88,_0x58c95b[_0x10e7c9(0x14b)])){const _0x58a5fb=Object['values'](_0x1cdc88);!_0x58a5fb[_0x10e7c9(0x166)](_0x320216=>_0x320216===null||_0x320216===undefined||_0x320216==='')&&(_0x3ef7b0+=0x1);}});if(_0x58c95b[_0x19e9a8(0x171)](_0x3ef7b0,0x0))delete _0x416fd6[_0x58c95b['lZYJu']];else{const _0x52b4ac=[];Object[_0x19e9a8(0x162)](_0x396279)[_0x19e9a8(0x16c)](_0x150b4c=>{const _0x490ba5=_0x19e9a8,_0x504da0={'EJfPH':function(_0x4d4c0a,_0x3acd4f){const _0xf0ca78=a172_0x4804;return _0x58c95b[_0xf0ca78(0x131)](_0x4d4c0a,_0x3acd4f);}},[_0x580ddf,_0x51e9b2,_0x1c55c0,_0x2857e5]=_0x150b4c[_0x490ba5(0x153)](',\x20');let _0x11dac3={};if(!_0x2857e5){const _0x47ee8c={};_0x47ee8c[_0x490ba5(0x109)]=_0x580ddf,_0x47ee8c[_0x490ba5(0x11c)]=_0x51e9b2,_0x47ee8c[_0x490ba5(0x14a)]=_0x1c55c0,_0x11dac3=_0x47ee8c;}else{const _0x201d1d={};_0x201d1d['os']=_0x580ddf,_0x201d1d[_0x490ba5(0x11c)]=_0x51e9b2,_0x201d1d['browser']=_0x1c55c0,_0x201d1d[_0x490ba5(0x10f)]=_0x2857e5,_0x11dac3=_0x201d1d;}const _0x3e8aac={},_0x2cbc77=_0x396279[_0x150b4c];Object[_0x490ba5(0x162)](_0x2cbc77)[_0x490ba5(0x16c)](_0x120155=>{const _0x24ce0a=_0x490ba5;_0x504da0[_0x24ce0a(0x12c)](_0x2cbc77[_0x120155]['length'],0x0)&&(_0x3e8aac[_0x120155]=_0x2cbc77[_0x120155]);}),_0x58c95b[_0x490ba5(0x128)](Object[_0x490ba5(0x162)](_0x3e8aac)[_0x490ba5(0xf8)],0x0)&&(_0x11dac3[_0x58c95b[_0x490ba5(0x137)]]=_0x3e8aac,_0x52b4ac[_0x490ba5(0x18f)](_0x11dac3));}),_0x58c95b[_0x19e9a8(0x181)](_0x52b4ac[_0x19e9a8(0xf8)],0x0)?_0x416fd6[_0x19e9a8(0x113)]=_0x52b4ac:delete _0x416fd6[_0x58c95b[_0x19e9a8(0x103)]];}}}}catch(_0x5ac7d2){delete _0x416fd6[_0x58c95b[_0x19e9a8(0x103)]],logger['debug'](_0x58c95b[_0x19e9a8(0x11a)](_0x58c95b[_0x19e9a8(0x169)],_0x5ac7d2));}const _0x4815a0=helper[_0x19e9a8(0x104)](_0x5dae00,_0x5dae00[_0x19e9a8(0x121)]),_0x223083={'userName':helper[_0x19e9a8(0x138)](_0x5dae00),'accessKey':helper[_0x19e9a8(0x16a)](_0x5dae00),'event_type':_0x27b693,'detectedFramework':_0x2c7a36,'buildHashedId':globals[_0x19e9a8(0x158)](_0x58c95b[_0x19e9a8(0x135)]),'optimalHubUrl':helper['getOptimalHubUrl'](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0x19e9a8(0x183)][_0x19e9a8(0x18d)]]||'','sdkRunId':global['sdkRunId'],'product_map':_0x58c95b['UwzgC'](getProductMap,_0x5dae00),'productMap':_0x58c95b[_0x19e9a8(0x101)](getProductMap,_0x5dae00),'language_framework':_0x5dae00[_0x19e9a8(0x176)]||_0x58c95b['cyKSd'],'referrer':helper[_0x19e9a8(0x18a)](_0x2c7a36),'framework':_0x5dae00[_0x19e9a8(0x121)],'frameworkVersion':helper['getFrameworkVersion'](_0x2c7a36),'automationFramework':_0x4815a0[_0x19e9a8(0xff)],'automationFrameworkVersion':_0x4815a0[_0x19e9a8(0x117)],'language':_0x58c95b['hdRNI'],'languageVersion':process[_0x19e9a8(0x117)],'product':_0x23f77a,'buildName':_0x5dae00[_0x19e9a8(0x11e)]||_0x58c95b[_0x19e9a8(0x13b)],'buildIdentifier':_0x32a8eb,'os':os[_0x19e9a8(0x107)]()||_0x58c95b[_0x19e9a8(0x11f)],'hostname':os[_0x19e9a8(0x10d)]()||_0x58c95b[_0x19e9a8(0x11f)],..._0x416fd6,'isCLIEnabled':_0x374a03}};try{_0x58c95b[_0x19e9a8(0x161)](_0x27b693,_0x58c95b[_0x19e9a8(0x122)])&&(_0x223083[_0x19e9a8(0x17b)][_0x19e9a8(0x108)]=helper[_0x19e9a8(0x110)](_0x5dae00)),_0x58c95b['crcis'](_0x2c7a36,_0x58c95b[_0x19e9a8(0x150)])?_0x223083[_0x19e9a8(0x17b)][_0x19e9a8(0x136)]=helper[_0x19e9a8(0x190)][_0x19e9a8(0x178)](null,_0x58c95b['ERfQr'](getTransformPath),!![]):_0x223083[_0x19e9a8(0x17b)]['seleniumVersion']=helper[_0x19e9a8(0x13d)](_0x58c95b[_0x19e9a8(0x12e)]);}catch(_0x45e34e){logger[_0x19e9a8(0x180)](_0x19e9a8(0x102)+_0x45e34e);}const _0x1fdc74={};_0x1fdc74['content-type']=_0x58c95b['JkSKn'];const _0x303224={'headers':_0x1fdc74,'body':_0x223083,'auth':{'user':helper[_0x19e9a8(0x138)](_0x5dae00),'pass':helper['getAccessKey'](_0x5dae00)},'json':!![]};logger[_0x19e9a8(0x180)](_0x19e9a8(0x120)+JSON['stringify'](_0x303224[_0x19e9a8(0x16e)])[_0x19e9a8(0x133)](new RegExp(helper[_0x19e9a8(0x138)](_0x5dae00),'g'),_0x58c95b['mqbIy'])[_0x19e9a8(0x133)](new RegExp(helper['getAccessKey'](_0x5dae00),'g'),_0x58c95b['mqbIy']));try{const _0x1c5837=await helper[_0x19e9a8(0x106)](_0x58c95b[_0x19e9a8(0x12d)],FUNNEL_INSTRUMENTATION_API_URL,_0x303224,_0x5dae00);logger[_0x19e9a8(0x180)]('API\x20Event\x20'+_0x27b693+'\x20response\x20-\x20'+util['format']('%j',_0x1c5837));}catch(_0x46c924){logger['debug'](_0x19e9a8(0x145)+FUNNEL_INSTRUMENTATION_API_URL+_0x19e9a8(0x143)+util['format'](_0x46c924));}},exports[a172_0x2ed661(0x125)]=async(_0x28ec71,_0x33c861=![])=>{const _0x1bfcfc=a172_0x2ed661,_0x5f32aa={'uxeqF':function(_0x38c506){return _0x38c506();},'ffyDV':_0x1bfcfc(0x13c),'bYUkb':'finishedMetadata','lHmtj':_0x1bfcfc(0x155),'eljUa':_0x1bfcfc(0x18b),'hmXZm':function(_0x743a1c,_0x4a20b1,_0xa9a0c4){return _0x743a1c(_0x4a20b1,_0xa9a0c4);},'BrkEU':function(_0x11f081,_0x563bb8){return _0x11f081+_0x563bb8;},'vRQiF':_0x1bfcfc(0x140)};if(_0x28ec71['finalExecutionRan'])return;_0x28ec71[_0x1bfcfc(0x15a)]=!![];try{await _0x28ec71[_0x1bfcfc(0x132)](),_0x5f32aa[_0x1bfcfc(0xfd)](printNudgeLocalNotSetError);const _0x37eef2={};_0x37eef2[_0x1bfcfc(0x113)]=_0x28ec71[_0x1bfcfc(0x16b)]?_0x28ec71['errorMessage']:'{}';const _0x2eb49c=_0x37eef2,_0x1bd526=Object[_0x1bfcfc(0x139)]({},_0x2eb49c),_0x343296=globals[_0x1bfcfc(0x158)](_0x5f32aa[_0x1bfcfc(0x14d)]);_0x343296&&(_0x1bd526[_0x1bfcfc(0xfc)]=_0x343296);!!_0x28ec71[_0x1bfcfc(0x170)]&&(_0x1bd526[_0x5f32aa[_0x1bfcfc(0x13a)]]={'reason':_0x5f32aa['lHmtj'],'signal':_0x28ec71[_0x1bfcfc(0x170)]});unhandledErrors=_0x28ec71['unhandledErrors'][_0x1bfcfc(0x14e)]('\x0a');let _0xd1748f,_0x53b8b5,_0x58bcaf;helper[_0x1bfcfc(0x177)](_0x28ec71[_0x1bfcfc(0x12b)])?([_0xd1748f,_0x53b8b5]=await helper[_0x1bfcfc(0x12a)](_0x28ec71[_0x1bfcfc(0x12b)]),[_0x58bcaf]=await Promise[_0x1bfcfc(0xfa)]([helper[_0x1bfcfc(0x173)](_0xd1748f,_0x28ec71[_0x1bfcfc(0x12b)]),exports[_0x1bfcfc(0x10b)](_0x5f32aa[_0x1bfcfc(0x147)],_0x1bd526,_0x28ec71['config'],_0x28ec71[_0x1bfcfc(0x121)],_0x33c861)])):([_0xd1748f,_0x53b8b5]=await helper[_0x1bfcfc(0xf6)](_0x28ec71[_0x1bfcfc(0x12b)]),[_0x58bcaf]=await Promise[_0x1bfcfc(0xfa)]([helper[_0x1bfcfc(0x16f)](_0xd1748f,_0x28ec71['config']),exports[_0x1bfcfc(0x10b)](_0x5f32aa['eljUa'],_0x1bd526,_0x28ec71[_0x1bfcfc(0x12b)],_0x28ec71['framework'],_0x33c861)])),_0x58bcaf&&await _0x5f32aa[_0x1bfcfc(0x192)](generateCIArtifacts,_0x58bcaf,_0x53b8b5),logger[_0x1bfcfc(0xfb)]('SDK\x20run\x20ended\x20for\x20id:\x20'+_0x28ec71['sdkRunId']+_0x1bfcfc(0x189)+process[_0x1bfcfc(0x17d)][_0x1bfcfc(0x18d)]),await helper['sendLogs'](_0x28ec71[_0x1bfcfc(0x12b)]);}catch(_0x5030f0){logger[_0x1bfcfc(0x180)](_0x5f32aa[_0x1bfcfc(0x17e)](_0x5f32aa[_0x1bfcfc(0x119)],_0x5030f0));}helper[_0x1bfcfc(0x17f)]();},exports[a172_0x2ed661(0x112)]=_0x4ea8e3=>{const _0x49fcec=a172_0x2ed661,_0x45e3b5={'aAIFI':function(_0x7765dc,_0x347f83){return _0x7765dc instanceof _0x347f83;},'wkdDd':function(_0x5b5123,_0xc6c0e1){return _0x5b5123(_0xc6c0e1);}};try{if(_0x45e3b5[_0x49fcec(0x17a)](_0x4ea8e3,Error))return _0x4ea8e3[_0x49fcec(0x187)]||_0x4ea8e3[_0x49fcec(0x111)]();return _0x45e3b5[_0x49fcec(0x174)](String,_0x4ea8e3);}catch(_0x1b0d7d){return _0x4ea8e3?_0x4ea8e3[_0x49fcec(0x111)]():'';}},exports[a172_0x2ed661(0x18c)]=_0x375e49=>{const _0x474ad0=a172_0x2ed661,_0x2afdbd={};_0x2afdbd['oFBCP']=function(_0x58d893,_0x5f08fd){return _0x58d893===_0x5f08fd;};const _0x56d7e9=_0x2afdbd;return!_0x375e49||_0x56d7e9[_0x474ad0(0x179)](_0x375e49[_0x474ad0(0x154)](),'');},exports['isModifiable']=_0x4c5379=>{const _0x35a01f=a172_0x2ed661,_0x1630ad={};_0x1630ad[_0x35a01f(0x134)]=function(_0x3c1737,_0x10f099){return _0x3c1737|_0x10f099;};const _0x335ab1=_0x1630ad;try{return fs[_0x35a01f(0x127)](_0x4c5379,_0x335ab1[_0x35a01f(0x134)](fs[_0x35a01f(0xf9)][_0x35a01f(0x115)],fs[_0x35a01f(0xf9)][_0x35a01f(0x163)])),!![];}catch(_0x16e7f6){return![];}},exports[a172_0x2ed661(0x118)]=_0x3010a4=>{const _0x3d58ee=a172_0x2ed661;try{fs[_0x3d58ee(0x10e)](_0x3010a4,0x1ff),logger['debug']('Directory\x20'+_0x3010a4+_0x3d58ee(0x165));}catch(_0x43d6e2){logger['error'](_0x3d58ee(0x152)+exports['getStackTraceAsString'](_0x43d6e2));}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a173_0xa726(){var _0x3fdb61=['consoleLogs','hosts','APVQp','useW3c','browserVersion','autoWait','2494848AZwaMt','ZdBKB','accessibility','browserstack.accessibilityOptions.wcagVersion','browserstack.console','seleniumVersion','buildProductMap','cgnvv','wDllT','localIdentifier','browserstack.performance','tEfnZ','WbpOK','browserstack.accessibilityOptions.authToken','enableSim','RyoGu','browserstack.autoWait','tLONj','wfQds','browserstack.accessibilityOptions.includeIssueType.bestPractice','headerParams','noLnL','nHHdo','playwrightVersion','UlMFh','jyVIu','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.headerParams','90nsevgd','buildIdentifier','HsKWW','browser_version','1429190qmRxOH','iWBBi','pVqOG','appiumVersion','MDaOn','tRAXZ','AQXpK','LhzoD','browserstack.accessibility','accessibilityOptions.scannerProcessingTimeout','MvCcW','browserstack.buildIdentifier','ZteGW','seleniumLogs','realMobile','browserstack.bfcache','tLqbz','browserstack.buildProductMap','browserstack.disableCorsRestrictions','accessibilityOptions.includeIssueType.needsReview','4gYXqzP','JBBuE','accessibilityOptions.wcagVersion','userName','HQjqU','browserstack.geoLocation','IFNVw','browser','hnEkN','browserstack.simOptions','nOmAG','browserstack.customNetwork','UaOjF','accessibilityOptions.authToken','networkProfile','2670138qmTHnd','browserstack.video','browserstack.uploadMedia','Pdlzg','telemetryLogs','browserstack.user','Pmzxv','NZtpr','mXlwL','LAUsE','browserstack.browserstackSDK','browserstack.use_w3c','NIbNd','YDSPe','networkLogs','testhubBuildUuid','timezone','browserstack.appium_version','buildName','browserstack.enableSim','resolution','TZmdO','JutSm','maskCommands','osVersion','YMJIV','jRArl','aLBqq','cjsTf','mKRBf','browserstack.accessibilityOptions.scannerProcessingTimeout','accessibilityOptions.scannerVersion','yBgfk','disableCorsRestrictions','245322jyWdDG','TpFmJ','raMnR','browserstack.telemetryLogs','browserstack.selenium_version','build','accessKey','bDdIV','wsLocalSupport','ddIrJ','browserstack.maskBasicAuth','7362240yznQFZ','browserstack.networkLogs','381512uyiokx','browserstack.accessibilityOptions.scannerVersion','overridelocalInfo.userAuthToken','deviceName','4671085tYZKRV','debug','browserstack.hosts','rjxGn','browserstack.networkProfile','meiTI','EdjLo','idleTimeout','maskBasicAuth','simOptions','vbeEb'];a173_0xa726=function(){return _0x3fdb61;};return a173_0xa726();}function a173_0x19f6(_0x4df98b,_0x3573dc){var _0xa726e6=a173_0xa726();return a173_0x19f6=function(_0x19f6ab,_0x4cc6b4){_0x19f6ab=_0x19f6ab-0x11f;var _0x1586b6=_0xa726e6[_0x19f6ab];return _0x1586b6;},a173_0x19f6(_0x4df98b,_0x3573dc);}(function(_0x4a2103,_0x1e31d3){var _0x5e8dab=a173_0x19f6,_0x1de3a1=_0x4a2103();while(!![]){try{var _0x54075d=parseInt(_0x5e8dab(0x193))/0x1+-parseInt(_0x5e8dab(0x171))/0x2+-parseInt(_0x5e8dab(0x12e))/0x3+parseInt(_0x5e8dab(0x162))/0x4*(parseInt(_0x5e8dab(0x1a4))/0x5)+parseInt(_0x5e8dab(0x19e))/0x6+parseInt(_0x5e8dab(0x14e))/0x7+-parseInt(_0x5e8dab(0x1a0))/0x8*(-parseInt(_0x5e8dab(0x14a))/0x9);if(_0x54075d===_0x1e31d3)break;else _0x1de3a1['push'](_0x1de3a1['shift']());}catch(_0x3a5333){_0x1de3a1['push'](_0x1de3a1['shift']());}}}(a173_0xa726,0xe0d7a),exports['W3CMapping']=()=>{var _0x11e76c=a173_0x19f6,_0x135d8f={};_0x135d8f[_0x11e76c(0x195)]=_0x11e76c(0x165),_0x135d8f[_0x11e76c(0x18c)]=_0x11e76c(0x199),_0x135d8f[_0x11e76c(0x120)]=_0x11e76c(0x189),_0x135d8f['nHHdo']='browser',_0x135d8f[_0x11e76c(0x155)]=_0x11e76c(0x12c),_0x135d8f['McrMT']=_0x11e76c(0x12b),_0x135d8f['wfQds']='projectName',_0x135d8f[_0x11e76c(0x146)]=_0x11e76c(0x183),_0x135d8f[_0x11e76c(0x166)]='sessionName',_0x135d8f[_0x11e76c(0x168)]='local',_0x135d8f[_0x11e76c(0x17d)]=_0x11e76c(0x137),_0x135d8f[_0x11e76c(0x136)]=_0x11e76c(0x1a5),_0x135d8f[_0x11e76c(0x15e)]=_0x11e76c(0x128),_0x135d8f[_0x11e76c(0x14c)]=_0x11e76c(0x17f),_0x135d8f[_0x11e76c(0x127)]='networkLogsOptions',_0x135d8f[_0x11e76c(0x14f)]='appiumLogs',_0x135d8f[_0x11e76c(0x12f)]='video',_0x135d8f[_0x11e76c(0x163)]=_0x11e76c(0x15b),_0x135d8f[_0x11e76c(0x16a)]=_0x11e76c(0x175),_0x135d8f[_0x11e76c(0x187)]='geoLocation',_0x135d8f[_0x11e76c(0x12a)]=_0x11e76c(0x181),_0x135d8f['AQXpK']=_0x11e76c(0x185),_0x135d8f['meiTI']=_0x11e76c(0x133),_0x135d8f['YDSPe']=_0x11e76c(0x188),_0x135d8f[_0x11e76c(0x16c)]=_0x11e76c(0x124),_0x135d8f[_0x11e76c(0x13a)]=_0x11e76c(0x125),_0x135d8f[_0x11e76c(0x179)]=_0x11e76c(0x12d),_0x135d8f[_0x11e76c(0x178)]=_0x11e76c(0x129),_0x135d8f['jyVIu']='bfcache',_0x135d8f[_0x11e76c(0x194)]=_0x11e76c(0x19b),_0x135d8f[_0x11e76c(0x18a)]=_0x11e76c(0x192),_0x135d8f[_0x11e76c(0x135)]=_0x11e76c(0x1a3),_0x135d8f['iudDD']=_0x11e76c(0x15c),_0x135d8f['MrjsI']=_0x11e76c(0x151),_0x135d8f[_0x11e76c(0x13f)]='deviceOrientation',_0x135d8f[_0x11e76c(0x186)]='customNetwork',_0x135d8f[_0x11e76c(0x153)]=_0x11e76c(0x170),_0x135d8f[_0x11e76c(0x19a)]=_0x11e76c(0x14b),_0x135d8f[_0x11e76c(0x143)]='browserstackSDK',_0x135d8f['LAUsE']=_0x11e76c(0x130),_0x135d8f['mVAMd']=_0x11e76c(0x134),_0x135d8f[_0x11e76c(0x18d)]=_0x11e76c(0x180),_0x135d8f[_0x11e76c(0x18b)]=_0x11e76c(0x164),_0x135d8f[_0x11e76c(0x152)]=_0x11e76c(0x190),_0x135d8f[_0x11e76c(0x177)]=_0x11e76c(0x157),_0x135d8f[_0x11e76c(0x18e)]='accessibilityOptions.includeIssueType.bestPractice',_0x135d8f[_0x11e76c(0x191)]=_0x11e76c(0x161),_0x135d8f[_0x11e76c(0x123)]=_0x11e76c(0x16f),_0x135d8f['Pdlzg']='uploadMedia',_0x135d8f[_0x11e76c(0x13d)]=_0x11e76c(0x13c),_0x135d8f[_0x11e76c(0x158)]=_0x11e76c(0x126),_0x135d8f[_0x11e76c(0x16e)]=_0x11e76c(0x145),_0x135d8f[_0x11e76c(0x150)]=_0x11e76c(0x1a2),_0x135d8f[_0x11e76c(0x15a)]='overridelocalInfo.localIdentifier',_0x135d8f['tEfnZ']=_0x11e76c(0x142),_0x135d8f['ddIrJ']='performance';var _0x3988eb=_0x135d8f,_0x50b2be={};return _0x50b2be[_0x11e76c(0x176)]=_0x3988eb[_0x11e76c(0x195)],_0x50b2be['browserstack.key']=_0x3988eb[_0x11e76c(0x18c)],_0x50b2be['os']='os',_0x50b2be['os_version']=_0x3988eb['rjxGn'],_0x50b2be[_0x11e76c(0x169)]=_0x3988eb[_0x11e76c(0x144)],_0x50b2be[_0x11e76c(0x14d)]=_0x3988eb['LhzoD'],_0x50b2be[_0x11e76c(0x17c)]=_0x3988eb['McrMT'],_0x50b2be['project']=_0x3988eb[_0x11e76c(0x140)],_0x50b2be[_0x11e76c(0x198)]=_0x3988eb[_0x11e76c(0x146)],_0x50b2be['name']=_0x3988eb[_0x11e76c(0x166)],_0x50b2be['browserstack.local']=_0x3988eb[_0x11e76c(0x168)],_0x50b2be['browserstack.localIdentifier']=_0x3988eb[_0x11e76c(0x17d)],_0x50b2be['browserstack.debug']=_0x3988eb['wDllT'],_0x50b2be[_0x11e76c(0x132)]=_0x3988eb[_0x11e76c(0x15e)],_0x50b2be[_0x11e76c(0x19f)]=_0x3988eb['HsKWW'],_0x50b2be['browserstack.networkLogsOptions']=_0x3988eb['vbeEb'],_0x50b2be['browserstack.appiumLogs']=_0x3988eb[_0x11e76c(0x14f)],_0x50b2be[_0x11e76c(0x172)]=_0x3988eb[_0x11e76c(0x12f)],_0x50b2be['browserstack.seleniumLogs']=_0x3988eb['JBBuE'],_0x50b2be[_0x11e76c(0x196)]=_0x3988eb[_0x11e76c(0x16a)],_0x50b2be[_0x11e76c(0x167)]=_0x3988eb['JutSm'],_0x50b2be['browserstack.timezone']=_0x3988eb['APVQp'],_0x50b2be['resolution']=_0x3988eb[_0x11e76c(0x154)],_0x50b2be[_0x11e76c(0x197)]=_0x3988eb[_0x11e76c(0x122)],_0x50b2be['browserstack.maskCommands']=_0x3988eb[_0x11e76c(0x17e)],_0x50b2be['browserstack.idleTimeout']=_0x3988eb[_0x11e76c(0x16c)],_0x50b2be[_0x11e76c(0x19d)]=_0x3988eb[_0x11e76c(0x13a)],_0x50b2be[_0x11e76c(0x13e)]=_0x3988eb[_0x11e76c(0x179)],_0x50b2be[_0x11e76c(0x11f)]=_0x3988eb['NZtpr'],_0x50b2be[_0x11e76c(0x15d)]=_0x3988eb[_0x11e76c(0x147)],_0x50b2be['browserstack.wsLocalSupport']=_0x3988eb['TpFmJ'],_0x50b2be[_0x11e76c(0x160)]=_0x3988eb[_0x11e76c(0x18a)],_0x50b2be['device']=_0x3988eb[_0x11e76c(0x135)],_0x50b2be[_0x11e76c(0x15c)]=_0x3988eb['iudDD'],_0x50b2be[_0x11e76c(0x182)]=_0x3988eb['MrjsI'],_0x50b2be['deviceOrientation']=_0x3988eb['tLONj'],_0x50b2be[_0x11e76c(0x16d)]=_0x3988eb[_0x11e76c(0x186)],_0x50b2be[_0x11e76c(0x121)]=_0x3988eb['tRAXZ'],_0x50b2be[_0x11e76c(0x159)]=_0x3988eb['bDdIV'],_0x50b2be[_0x11e76c(0x17b)]=_0x3988eb['noLnL'],_0x50b2be[_0x11e76c(0x156)]=_0x3988eb[_0x11e76c(0x17a)],_0x50b2be[_0x11e76c(0x15f)]=_0x3988eb['mVAMd'],_0x50b2be['browserstack.testhubBuildUuid']=_0x3988eb['cjsTf'],_0x50b2be[_0x11e76c(0x131)]=_0x3988eb[_0x11e76c(0x18b)],_0x50b2be[_0x11e76c(0x1a1)]=_0x3988eb[_0x11e76c(0x152)],_0x50b2be[_0x11e76c(0x18f)]=_0x3988eb[_0x11e76c(0x177)],_0x50b2be[_0x11e76c(0x141)]=_0x3988eb[_0x11e76c(0x18e)],_0x50b2be[_0x11e76c(0x148)]=_0x3988eb['yBgfk'],_0x50b2be[_0x11e76c(0x13b)]=_0x3988eb[_0x11e76c(0x123)],_0x50b2be[_0x11e76c(0x173)]=_0x3988eb[_0x11e76c(0x174)],_0x50b2be[_0x11e76c(0x184)]=_0x3988eb[_0x11e76c(0x13d)],_0x50b2be[_0x11e76c(0x16b)]=_0x3988eb['MvCcW'],_0x50b2be['browserstack.playwrightVersion']=_0x3988eb[_0x11e76c(0x16e)],_0x50b2be['browserstack.overridelocalInfo.userAuthToken']=_0x3988eb[_0x11e76c(0x150)],_0x50b2be['browserstack.overridelocalInfo.localIdentifier']=_0x3988eb['ZteGW'],_0x50b2be[_0x11e76c(0x149)]=_0x3988eb[_0x11e76c(0x139)],_0x50b2be[_0x11e76c(0x138)]=_0x3988eb[_0x11e76c(0x19c)],_0x50b2be;});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a173_0x306ba3=a173_0x2787;(function(_0x442098,_0x303e60){const _0x5ae01d=a173_0x2787,_0x191a59=_0x442098();while(!![]){try{const _0x443e00=-parseInt(_0x5ae01d(0x167))/0x1*(-parseInt(_0x5ae01d(0x183))/0x2)+-parseInt(_0x5ae01d(0x175))/0x3*(-parseInt(_0x5ae01d(0x1b8))/0x4)+-parseInt(_0x5ae01d(0x17f))/0x5+parseInt(_0x5ae01d(0x1c5))/0x6+-parseInt(_0x5ae01d(0x18b))/0x7*(parseInt(_0x5ae01d(0x1af))/0x8)+parseInt(_0x5ae01d(0x198))/0x9+parseInt(_0x5ae01d(0x17e))/0xa;if(_0x443e00===_0x303e60)break;else _0x191a59['push'](_0x191a59['shift']());}catch(_0x451b7e){_0x191a59['push'](_0x191a59['shift']());}}}(a173_0x4cb6,0xb284e));function a173_0x2787(_0x318b94,_0x2a5754){const _0x4cb659=a173_0x4cb6();return a173_0x2787=function(_0x278768,_0x2f3e4f){_0x278768=_0x278768-0x15e;let _0x88ecdd=_0x4cb659[_0x278768];return _0x88ecdd;},a173_0x2787(_0x318b94,_0x2a5754);}const url=require('url'),util=require('util'),helper=require(a173_0x306ba3(0x162)),logger=require(a173_0x306ba3(0x172))[a173_0x306ba3(0x19e)],constants=require(a173_0x306ba3(0x199)),globals=require(a173_0x306ba3(0x188));global[a173_0x306ba3(0x1b0)]=global['newHubUrlBySession']||new Map(),exports[a173_0x306ba3(0x17a)]=_0x1fbf0b=>{const _0x182717=a173_0x306ba3,_0x3ff7a5={};_0x3ff7a5[_0x182717(0x182)]=function(_0x38c2ba,_0x39b4f7){return _0x38c2ba+_0x39b4f7;},_0x3ff7a5[_0x182717(0x1c7)]=_0x182717(0x1a7);const _0x1f712b=_0x3ff7a5,_0x9f51eb=url['parse'](_0x1fbf0b);if(!_0x9f51eb[_0x182717(0x177)])throw new Error(_0x1f712b[_0x182717(0x182)](_0x1f712b['tIjMO'],_0x1fbf0b));return _0x9f51eb[_0x182717(0x16c)]=null,_0x9f51eb[_0x182717(0x16b)]=null,_0x9f51eb[_0x182717(0x15f)]=_0x9f51eb[_0x182717(0x18a)],_0x9f51eb;},exports[a173_0x306ba3(0x169)]=(_0x1acee0,_0x536851)=>{const _0x3c4988=a173_0x306ba3,_0x1dcf49={};_0x1dcf49['JbZep']=_0x3c4988(0x16f);const _0x2e8f1f=_0x1dcf49;if(!_0x536851){logger[_0x3c4988(0x1b4)](_0x2e8f1f[_0x3c4988(0x1ac)]);return;}global[_0x3c4988(0x1b0)]['set'](_0x536851,_0x1acee0);},exports[a173_0x306ba3(0x18c)]=_0x44630a=>{const _0x52e80d=a173_0x306ba3;if(_0x44630a&&global[_0x52e80d(0x1b0)]['has'](_0x44630a)){const _0x553f0f=global['newHubUrlBySession']['get'](_0x44630a);return global['newHubUrlBySession'][_0x52e80d(0x166)](_0x44630a),_0x553f0f;}return'';},exports[a173_0x306ba3(0x1c4)]=_0x2280a9=>{const _0x458c79=a173_0x306ba3,_0x58cff7={'xFjzs':function(_0x461f44,_0xe310b2){return _0x461f44!==_0xe310b2;},'KpudR':function(_0x250e58,_0x34e538){return _0x250e58+_0x34e538;},'dZHXy':_0x458c79(0x180),'TnsVN':'_hubAllocationData','bxyoQ':function(_0x44c5e0,_0x179fd1){return _0x44c5e0===_0x179fd1;},'KqGLc':_0x458c79(0x18e),'AZmub':'All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','TFrra':'/wd/hub','RvxuQ':function(_0x2fbec7){return _0x2fbec7();},'jBgut':function(_0x325614,_0x916d85){return _0x325614+_0x916d85;},'UJOEO':function(_0x4e8300,_0x434083){return _0x4e8300==_0x434083;},'tadWz':function(_0x457672,_0x3d320a){return _0x457672===_0x3d320a;},'RXEtV':function(_0x95e4ff){return _0x95e4ff();}};return new Promise(_0x9c186=>{const _0x50ac0e=_0x458c79,_0xa07f57={'Zhgfq':function(_0x37f3a2,_0x7b57d8){return _0x58cff7['xFjzs'](_0x37f3a2,_0x7b57d8);},'cofpu':function(_0x26f6ee,_0x3cde38){const _0x58c0da=a173_0x2787;return _0x58cff7[_0x58c0da(0x1a5)](_0x26f6ee,_0x3cde38);},'QOfBs':_0x58cff7['dZHXy'],'XQjRZ':_0x58cff7[_0x50ac0e(0x1a1)],'sHTsD':function(_0x2b0212,_0xab45bc){const _0x26bd53=_0x50ac0e;return _0x58cff7[_0x26bd53(0x19d)](_0x2b0212,_0xab45bc);},'EABTE':_0x58cff7[_0x50ac0e(0x19c)],'jMnZZ':_0x58cff7['AZmub'],'Svpxj':_0x58cff7[_0x50ac0e(0x16a)],'VSven':function(_0x132cb3){const _0x47d42a=_0x50ac0e;return _0x58cff7[_0x47d42a(0x1b1)](_0x132cb3);},'OxKmv':function(_0x4c2fa5,_0x46a852){const _0x1ff8e8=_0x50ac0e;return _0x58cff7[_0x1ff8e8(0x168)](_0x4c2fa5,_0x46a852);},'HGobb':function(_0x2c593c,_0x20c8f3){return _0x58cff7['UJOEO'](_0x2c593c,_0x20c8f3);},'mlUWf':function(_0x365453,_0x23d67d){const _0x55bf17=_0x50ac0e;return _0x58cff7[_0x55bf17(0x18f)](_0x365453,_0x23d67d);},'AeGiU':function(_0x41cd21){return _0x58cff7['RvxuQ'](_0x41cd21);}};if(_0x2280a9&&_0x2280a9[_0x50ac0e(0x163)]){const _0x1a5ffe=constants['HUB_URL_MAP'][_0x2280a9[_0x50ac0e(0x163)]];if(_0x1a5ffe)return constants['hubUrl']=_0x1a5ffe,logger['debug'](_0x50ac0e(0x189)+_0x1a5ffe),globals[_0x50ac0e(0x1a3)](_0x58cff7['TnsVN'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x1a5ffe['replace'](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x50ac0e(0x194)]()}),_0x58cff7['RXEtV'](_0x9c186);logger[_0x50ac0e(0x1b4)](_0x50ac0e(0x1c0)+_0x2280a9[_0x50ac0e(0x163)]+_0x50ac0e(0x1a0));}Promise[_0x50ac0e(0x181)](this[_0x50ac0e(0x195)](_0x2280a9))[_0x50ac0e(0x161)](_0x423758=>{const _0x4b1f10=_0x50ac0e,_0x17ba6e={'VdOVd':function(_0x1fa7c1,_0x222a6f){return _0xa07f57['Zhgfq'](_0x1fa7c1,_0x222a6f);},'tsANn':function(_0xf769ae,_0x312f04){const _0x276527=a173_0x2787;return _0xa07f57[_0x276527(0x164)](_0xf769ae,_0x312f04);},'ExyUw':_0xa07f57[_0x4b1f10(0x1b6)],'DJkEz':_0xa07f57[_0x4b1f10(0x196)],'VVpnu':function(_0x465bde,_0x515bfd){const _0x3a17ec=_0x4b1f10;return _0xa07f57[_0x3a17ec(0x1c2)](_0x465bde,_0x515bfd);},'QQlKx':_0xa07f57[_0x4b1f10(0x1ba)],'kbFXs':_0xa07f57[_0x4b1f10(0x1b2)],'czFXs':function(_0x2e27b8,_0x50aca5){const _0x463bc5=_0x4b1f10;return _0xa07f57[_0x463bc5(0x164)](_0x2e27b8,_0x50aca5);},'eDvQL':_0xa07f57[_0x4b1f10(0x17b)],'ZvQXC':function(_0x351f64){return _0xa07f57['VSven'](_0x351f64);},'uCrFd':function(_0x1978a0,_0x296c26){const _0x287893=_0x4b1f10;return _0xa07f57[_0x287893(0x190)](_0x1978a0,_0x296c26);}};logger[_0x4b1f10(0x1b4)](_0x4b1f10(0x1c1)+util['format']('%j',_0x423758));if(_0xa07f57[_0x4b1f10(0x15e)](_0x423758,null)||_0xa07f57[_0x4b1f10(0x1ae)](_0x423758[_0x4b1f10(0x176)],0x0))return _0xa07f57[_0x4b1f10(0x187)](_0x9c186);const _0x215719=_0x423758[_0x4b1f10(0x1bf)](_0x235145=>{const _0x179f64=_0x4b1f10,_0x5cf22c=_0x17ba6e[_0x179f64(0x1c3)](_0x17ba6e[_0x179f64(0x174)],_0x235145);return this['findLatency'](_0x2280a9,_0x5cf22c)[_0x179f64(0x161)](_0x287f15=>{const _0x32ec8f=_0x179f64;if(_0x287f15&&_0x287f15[_0x32ec8f(0x185)]&&_0x17ba6e['VdOVd'](_0x287f15['latency'],undefined)){const _0x584324={};return _0x584324[_0x32ec8f(0x185)]=_0x287f15['hubUrl'],_0x584324[_0x32ec8f(0x1aa)]=_0x287f15['latency'],_0x584324['ok']=!![],_0x584324;}const _0x307416={};return _0x307416['hubUrl']=_0x5cf22c,_0x307416['latency']=null,_0x307416['ok']=![],_0x307416;})[_0x179f64(0x19f)](()=>({'hubUrl':_0x5cf22c,'latency':null,'ok':![]}));});Promise[_0x4b1f10(0x165)](_0x215719[_0x4b1f10(0x1bf)](_0x473c31=>_0x473c31[_0x4b1f10(0x161)](_0x22292c=>_0x22292c['ok']?_0x22292c:null)))[_0x4b1f10(0x161)](_0x3de1fd=>{const _0x364888=_0x4b1f10;if(_0x3de1fd)return _0x3de1fd;return Promise[_0x364888(0x1be)](_0x215719)[_0x364888(0x161)](()=>null);})[_0x4b1f10(0x161)](_0xb0fb53=>{const _0x25dbae=_0x4b1f10,_0x19576a={'REaJO':_0x17ba6e[_0x25dbae(0x171)],'yiVnW':function(_0x4104e1,_0x15b480){const _0x1806c5=_0x25dbae;return _0x17ba6e[_0x1806c5(0x1b7)](_0x4104e1,_0x15b480);},'OrYTA':_0x17ba6e['QQlKx']};if(!_0xb0fb53){logger[_0x25dbae(0x1b4)](_0x17ba6e[_0x25dbae(0x1a2)]);const _0x20612e=_0x17ba6e[_0x25dbae(0x170)](_0x17ba6e['ExyUw'],_0x423758[0x0]);return globals[_0x25dbae(0x1a3)](_0x17ba6e[_0x25dbae(0x171)],{'nearestHubs':_0x423758[_0x25dbae(0x1bf)](_0x30262c=>_0x25dbae(0x180)+_0x30262c),'hubLatencies':{},'selectedHub':_0x20612e,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x25dbae(0x194)]()}),constants['hubUrl']=_0x17ba6e[_0x25dbae(0x1c3)](_0x20612e,_0x17ba6e[_0x25dbae(0x197)]),logger[_0x25dbae(0x1b4)](_0x25dbae(0x17c)+_0x20612e),_0x17ba6e[_0x25dbae(0x1ad)](_0x9c186);}const _0x371c82={[_0xb0fb53[_0x25dbae(0x185)]]:_0xb0fb53[_0x25dbae(0x1aa)]},_0x147da7={'nearestHubs':_0x423758[_0x25dbae(0x1bf)](_0x3df865=>_0x25dbae(0x180)+_0x3df865),'hubLatencies':_0x371c82,'selectedHub':_0xb0fb53[_0x25dbae(0x185)],'selectedHubLatency':_0xb0fb53[_0x25dbae(0x1aa)],'timestamp':Date[_0x25dbae(0x194)]()};globals[_0x25dbae(0x1a3)](_0x17ba6e['DJkEz'],_0x147da7),constants[_0x25dbae(0x185)]=_0x17ba6e[_0x25dbae(0x186)](_0xb0fb53['hubUrl'],_0x17ba6e[_0x25dbae(0x197)]),logger[_0x25dbae(0x1b4)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0xb0fb53[_0x25dbae(0x185)]),_0x17ba6e[_0x25dbae(0x1ad)](_0x9c186),Promise[_0x25dbae(0x191)](_0x215719)[_0x25dbae(0x161)](_0xe97547=>{const _0x9d5b01=_0x25dbae;try{const _0x2ae110=globals['getGlobal'](_0x19576a['REaJO']);if(!_0x2ae110||_0x2ae110[_0x9d5b01(0x179)])return;const _0x5bba34={};for(const _0x31b2dc of _0xe97547){_0x19576a[_0x9d5b01(0x1ab)](_0x31b2dc[_0x9d5b01(0x1a6)],_0x19576a[_0x9d5b01(0x1a9)])&&_0x31b2dc[_0x9d5b01(0x184)]&&_0x31b2dc[_0x9d5b01(0x184)]['ok']&&(_0x5bba34[_0x31b2dc[_0x9d5b01(0x184)][_0x9d5b01(0x185)]]=_0x31b2dc['value'][_0x9d5b01(0x1aa)]);}_0x2ae110[_0x9d5b01(0x1b3)]=_0x5bba34;}catch(_0x41125e){logger['debug']('ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20'+_0x41125e);}})[_0x25dbae(0x19f)](_0x38dc42=>{const _0x32062f=_0x25dbae;logger[_0x32062f(0x1b4)](_0x32062f(0x18d)+_0x38dc42);});})[_0x4b1f10(0x19f)](_0x50bf1d=>{const _0x37fecd=_0x4b1f10;logger['debug'](_0x37fecd(0x1bb)+_0x50bf1d),_0x17ba6e['ZvQXC'](_0x9c186);});})[_0x50ac0e(0x19f)](_0x5ba900=>{const _0x14e712=_0x50ac0e;logger['debug'](_0x14e712(0x1bc)+_0x5ba900),_0xa07f57['VSven'](_0x9c186);});});},exports['findLatency']=async(_0x29d938,_0x221674)=>{const _0x3dfe7f=a173_0x306ba3,_0x3967f={};_0x3967f[_0x3dfe7f(0x1bd)]=_0x3dfe7f(0x192),_0x3967f[_0x3dfe7f(0x16e)]='check',_0x3967f[_0x3dfe7f(0x19b)]=function(_0x5216d8,_0x324ba4){return _0x5216d8-_0x324ba4;};const _0x3813ed=_0x3967f;try{const _0x32e485=new Date();await helper[_0x3dfe7f(0x17d)](_0x3813ed[_0x3dfe7f(0x1bd)],_0x3813ed[_0x3dfe7f(0x16e)],{},_0x29d938,_0x221674,0x1388);const _0x15bfe0=_0x3813ed[_0x3dfe7f(0x19b)](new Date(),_0x32e485);logger[_0x3dfe7f(0x1b4)](_0x3dfe7f(0x1b9)+_0x221674+_0x3dfe7f(0x160)+_0x15bfe0+'ms');const _0xda0929={};return _0xda0929['hubUrl']=_0x221674,_0xda0929['latency']=_0x15bfe0,_0xda0929;}catch(_0x1f624f){return logger[_0x3dfe7f(0x1b4)](_0x3dfe7f(0x1b5)+_0x221674+_0x3dfe7f(0x16d)+_0x1f624f),{};}},exports[a173_0x306ba3(0x195)]=async _0xff5b76=>{const _0x32ca1c=a173_0x306ba3,_0x48265e={'LhOJE':function(_0x5df7df,_0x1f7ded){return _0x5df7df(_0x1f7ded);},'WHHwV':'./bin/utils/constants','RLfym':'/wd/hub','cmwFI':_0x32ca1c(0x192),'niYRA':'next_hubs'};try{const _0x2da8ee=_0x48265e[_0x32ca1c(0x1a8)](require,_0x48265e[_0x32ca1c(0x1a4)])[_0x32ca1c(0x185)][_0x32ca1c(0x19a)](_0x48265e[_0x32ca1c(0x178)],''),_0x32128a=await helper[_0x32ca1c(0x17d)](_0x48265e['cmwFI'],_0x48265e[_0x32ca1c(0x1c6)],{},_0xff5b76,_0x2da8ee,0x1388),_0x39139e=_0x32128a[_0x32ca1c(0x173)];return logger[_0x32ca1c(0x1b4)]('Response:\x20'+util['format']('%j',_0x39139e)),_0x39139e['hubs'];}catch(_0x2e5604){logger[_0x32ca1c(0x1b4)](_0x32ca1c(0x193)+_0x2e5604);}return null;};function a173_0x4cb6(){const _0x6ea765=['NEAREST\x20HUBS\x20LIST:\x20','sHTsD','tsANn','allocateHub','5363622RqGICx','niYRA','tIjMO','HGobb','path','\x20is:\x20','then','./helpers/helper','hubRegion','cofpu','race','delete','1XsbxXx','jBgut','updateHubUrl','TFrra','hash','search','\x20HUB\x20-\x20','rLton','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','czFXs','DJkEz','./helpers/logger','data','ExyUw','1584402zYSKfT','length','hostname','RLfym','skipped','getRequestOptions','Svpxj','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','nodeRequest','5890410NpgSou','5524165rRWSEi','https://','resolve','EfkoD','566562TMiRAo','value','hubUrl','uCrFd','AeGiU','./helpers/globals','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','pathname','2884mKbHbG','consumeHubUrlForSession','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','fulfilled','tadWz','OxKmv','allSettled','GET','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','now','nextHubs','XQjRZ','eDvQL','2286468LTQmyZ','./bin/utils/constants','replace','qGLeP','KqGLc','bxyoQ','winstonLogger','catch','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','TnsVN','kbFXs','setGlobal','WHHwV','KpudR','status','Invalid\x20new\x20HUB\x20URL:\x20','LhOJE','OrYTA','latency','yiVnW','JbZep','ZvQXC','mlUWf','24088DPJmIJ','newHubUrlBySession','RvxuQ','jMnZZ','hubLatencies','debug','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','QOfBs','VVpnu','8YNYnQc','Execution\x20time\x20for\x20','EABTE','ERROR\x20in\x20hub\x20selection:\x20','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','VRhOq','all','map','hubRegion\x20'];a173_0x4cb6=function(){return _0x6ea765;};return a173_0x4cb6();}
|
|
1
|
+
const a174_0xe68b52=a174_0x20bb;function a174_0x5c8b(){const _0x1ada24=['GET','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','mMrYp','GPGmF','util','all','AsUgw','410iUWZNl','getGlobal','./helpers/globals','zFxwO','./bin/utils/constants','https://','format','czHBv','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','1115304RhVWvG','\x20HUB\x20-\x20','KdcgI','nextHubs','kiAYW','oOEMV','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','Execution\x20time\x20for\x20','imLCO','Invalid\x20new\x20HUB\x20URL:\x20','path','PZfSQ','fulfilled','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','Response:\x20','url','delete','HUB_URL_MAP','value','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','JucvN','hubs','CKsjT','consumeHubUrlForSession','IasYg','16353RkVtvA','nuOAI','set','winstonLogger','YBYyL','allSettled','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','/wd/hub','./helpers/helper','has','285DARVnH','map','2392yKSfpS','setGlobal','MhJcW','oKpbp','132011dsOCcE','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','ERROR\x20in\x20hub\x20selection:\x20','hubRegion','allocateHub','catch','NEAREST\x20HUBS\x20LIST:\x20','1930397dmAsUA','hash','_hubAllocationData','GqxFa','latency','6870588hxujMC','RBIlj','EUyug','DTiwr','hostname','WHCCB','now','XSaHF','next_hubs','data','qXHfg','FLWyY','1564100knMLHY','debug','findLatency','then','lMipp','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','check','nodeRequest','race','hubRegion\x20','hubUrl','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','replace','tJvNi','skipped','QzqIe','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','ZejOg','newHubUrlBySession','Fuocx','ekVLe','HUB\x20URL\x20SET\x20TO\x20-\x20','15flLqGN','search','kTWZj','1450FHlzKm'];a174_0x5c8b=function(){return _0x1ada24;};return a174_0x5c8b();}(function(_0x49c770,_0x2ab7ba){const _0x10fc5c=a174_0x20bb,_0x522e8a=_0x49c770();while(!![]){try{const _0x574294=parseInt(_0x10fc5c(0xdf))/0x1+parseInt(_0x10fc5c(0xce))/0x2*(parseInt(_0x10fc5c(0x102))/0x3)+-parseInt(_0x10fc5c(0xb5))/0x4*(-parseInt(_0x10fc5c(0xcb))/0x5)+-parseInt(_0x10fc5c(0xa9))/0x6+-parseInt(_0x10fc5c(0x10f))/0x7+parseInt(_0x10fc5c(0x104))/0x8*(-parseInt(_0x10fc5c(0xf8))/0x9)+-parseInt(_0x10fc5c(0xd6))/0xa*(-parseInt(_0x10fc5c(0x108))/0xb);if(_0x574294===_0x2ab7ba)break;else _0x522e8a['push'](_0x522e8a['shift']());}catch(_0x41a82e){_0x522e8a['push'](_0x522e8a['shift']());}}}(a174_0x5c8b,0xd8197));function a174_0x20bb(_0x2039d2,_0x3adcf0){const _0x5c8b4f=a174_0x5c8b();return a174_0x20bb=function(_0x20bb9e,_0x1de8b2){_0x20bb9e=_0x20bb9e-0xa6;let _0x16d087=_0x5c8b4f[_0x20bb9e];return _0x16d087;},a174_0x20bb(_0x2039d2,_0x3adcf0);}const url=require(a174_0xe68b52(0xee)),util=require(a174_0xe68b52(0xd3)),helper=require(a174_0xe68b52(0x100)),logger=require('./helpers/logger')[a174_0xe68b52(0xfb)],constants=require(a174_0xe68b52(0xda)),globals=require(a174_0xe68b52(0xd8));global['newHubUrlBySession']=global[a174_0xe68b52(0xc7)]||new Map(),exports['getRequestOptions']=_0x3c7dd8=>{const _0x10328f=a174_0xe68b52,_0x1cfb68={};_0x1cfb68[_0x10328f(0xe4)]=function(_0x393e73,_0x5677ef){return _0x393e73+_0x5677ef;},_0x1cfb68['QzqIe']=_0x10328f(0xe8);const _0x37716d=_0x1cfb68,_0x3f4316=url['parse'](_0x3c7dd8);if(!_0x3f4316[_0x10328f(0xad)])throw new Error(_0x37716d[_0x10328f(0xe4)](_0x37716d[_0x10328f(0xc4)],_0x3c7dd8));return _0x3f4316[_0x10328f(0xcc)]=null,_0x3f4316[_0x10328f(0x110)]=null,_0x3f4316[_0x10328f(0xe9)]=_0x3f4316['pathname'],_0x3f4316;},exports['updateHubUrl']=(_0x46769a,_0x5881f3)=>{const _0x372df3=a174_0xe68b52,_0x29f992={};_0x29f992[_0x372df3(0xfc)]=_0x372df3(0xc0);const _0xcecaab=_0x29f992;if(!_0x5881f3){logger['debug'](_0xcecaab[_0x372df3(0xfc)]);return;}global['newHubUrlBySession'][_0x372df3(0xfa)](_0x5881f3,_0x46769a);},exports[a174_0xe68b52(0xf6)]=_0x4ff1ae=>{const _0x31c77f=a174_0xe68b52;if(_0x4ff1ae&&global['newHubUrlBySession'][_0x31c77f(0x101)](_0x4ff1ae)){const _0x3a793d=global[_0x31c77f(0xc7)]['get'](_0x4ff1ae);return global[_0x31c77f(0xc7)][_0x31c77f(0xef)](_0x4ff1ae),_0x3a793d;}return'';},exports[a174_0xe68b52(0x10c)]=_0x5c2030=>{const _0x29d823=a174_0xe68b52,_0x465a8a={'nuOAI':function(_0x161756,_0x512bfa){return _0x161756!==_0x512bfa;},'DTiwr':function(_0x7f9aa8,_0x46162e){return _0x7f9aa8+_0x46162e;},'ZejOg':'https://','tJvNi':function(_0x536cd8,_0x361c5d){return _0x536cd8==_0x361c5d;},'qXHfg':function(_0x45012f,_0x3c203b){return _0x45012f===_0x3c203b;},'imLCO':function(_0x260e64){return _0x260e64();},'JucvN':function(_0x586776){return _0x586776();},'kiAYW':_0x29d823(0xa6),'czHBv':_0x29d823(0xeb),'KdcgI':_0x29d823(0xba),'GPGmF':_0x29d823(0xff),'lMipp':function(_0x1a7d82){return _0x1a7d82();}};return new Promise(_0x233e8a=>{const _0x3fbd87=_0x29d823,_0x4f5851={'AsUgw':_0x465a8a[_0x3fbd87(0xe3)],'FLWyY':function(_0x5012e9,_0x384185){const _0x318165=_0x3fbd87;return _0x465a8a[_0x318165(0xb3)](_0x5012e9,_0x384185);},'mMrYp':_0x465a8a[_0x3fbd87(0xdd)],'zFxwO':_0x465a8a[_0x3fbd87(0xe1)],'GqxFa':function(_0x5e2fbb,_0x1330ee){const _0x53c3dd=_0x3fbd87;return _0x465a8a[_0x53c3dd(0xac)](_0x5e2fbb,_0x1330ee);},'AviXp':_0x465a8a[_0x3fbd87(0xc6)],'oKpbp':_0x465a8a[_0x3fbd87(0xd2)],'RBIlj':function(_0x5ca4a1){return _0x465a8a['lMipp'](_0x5ca4a1);},'EUyug':function(_0x5b42f4){return _0x465a8a['imLCO'](_0x5b42f4);}};if(_0x5c2030&&_0x5c2030['hubRegion']){const _0x404a1e=constants[_0x3fbd87(0xf0)][_0x5c2030[_0x3fbd87(0x10b)]];if(_0x404a1e)return constants[_0x3fbd87(0xbf)]=_0x404a1e,logger[_0x3fbd87(0xb6)](_0x3fbd87(0xc5)+_0x404a1e),globals['setGlobal'](_0x465a8a[_0x3fbd87(0xe3)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x404a1e[_0x3fbd87(0xc1)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x3fbd87(0xaf)]()}),_0x465a8a[_0x3fbd87(0xb9)](_0x233e8a);logger[_0x3fbd87(0xb6)](_0x3fbd87(0xbe)+_0x5c2030[_0x3fbd87(0x10b)]+_0x3fbd87(0xfe));}Promise['resolve'](this[_0x3fbd87(0xe2)](_0x5c2030))[_0x3fbd87(0xb8)](_0x446635=>{const _0x25c266=_0x3fbd87,_0x25b8ea={'wrJxq':function(_0x472f28,_0x4dcf0f){const _0x3ba263=a174_0x20bb;return _0x465a8a[_0x3ba263(0xf9)](_0x472f28,_0x4dcf0f);},'vlLJw':function(_0x55ef5d,_0x3208df){const _0x4ae520=a174_0x20bb;return _0x465a8a[_0x4ae520(0xac)](_0x55ef5d,_0x3208df);},'atNPz':_0x465a8a['ZejOg']};logger[_0x25c266(0xb6)](_0x25c266(0x10e)+util['format']('%j',_0x446635));if(_0x465a8a[_0x25c266(0xc2)](_0x446635,null)||_0x465a8a[_0x25c266(0xb3)](_0x446635['length'],0x0))return _0x465a8a[_0x25c266(0xe7)](_0x233e8a);const _0x24fff2=_0x446635['map'](_0x50f964=>{const _0xb1403c=_0x25c266,_0xd704e4=_0x25b8ea['vlLJw'](_0x25b8ea['atNPz'],_0x50f964);return this[_0xb1403c(0xb7)](_0x5c2030,_0xd704e4)['then'](_0x18b914=>{const _0x258bc8=_0xb1403c;if(_0x18b914&&_0x18b914['hubUrl']&&_0x25b8ea['wrJxq'](_0x18b914[_0x258bc8(0xa8)],undefined)){const _0x2d6346={};return _0x2d6346[_0x258bc8(0xbf)]=_0x18b914[_0x258bc8(0xbf)],_0x2d6346['latency']=_0x18b914['latency'],_0x2d6346['ok']=!![],_0x2d6346;}const _0x91d7fc={};return _0x91d7fc['hubUrl']=_0xd704e4,_0x91d7fc[_0x258bc8(0xa8)]=null,_0x91d7fc['ok']=![],_0x91d7fc;})[_0xb1403c(0x10d)](()=>({'hubUrl':_0xd704e4,'latency':null,'ok':![]}));});Promise[_0x25c266(0xbd)](_0x24fff2[_0x25c266(0x103)](_0x4427b5=>_0x4427b5[_0x25c266(0xb8)](_0x64bede=>_0x64bede['ok']?_0x64bede:null)))['then'](_0x442b73=>{const _0x5752c0=_0x25c266;if(_0x442b73)return _0x442b73;return Promise[_0x5752c0(0xd4)](_0x24fff2)[_0x5752c0(0xb8)](()=>null);})[_0x25c266(0xb8)](_0x194ad2=>{const _0x51161d=_0x25c266,_0x4c7448={'ekVLe':_0x4f5851[_0x51161d(0xd5)],'DTDSV':function(_0x3b86e6,_0x289c9b){const _0x3c4356=_0x51161d;return _0x4f5851[_0x3c4356(0xb4)](_0x3b86e6,_0x289c9b);},'MhJcW':_0x4f5851[_0x51161d(0xd1)]};if(!_0x194ad2){logger['debug'](_0x4f5851[_0x51161d(0xd9)]);const _0x129ca0=_0x4f5851['GqxFa'](_0x4f5851['AviXp'],_0x446635[0x0]);return globals['setGlobal'](_0x4f5851['AsUgw'],{'nearestHubs':_0x446635[_0x51161d(0x103)](_0x367e4e=>'https://'+_0x367e4e),'hubLatencies':{},'selectedHub':_0x129ca0,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x51161d(0xaf)]()}),constants[_0x51161d(0xbf)]=_0x4f5851[_0x51161d(0xa7)](_0x129ca0,_0x4f5851[_0x51161d(0x107)]),logger['debug'](_0x51161d(0xe5)+_0x129ca0),_0x4f5851['RBIlj'](_0x233e8a);}const _0x25fa8f={[_0x194ad2[_0x51161d(0xbf)]]:_0x194ad2['latency']},_0x17fdb9={'nearestHubs':_0x446635[_0x51161d(0x103)](_0x2a8cd8=>_0x51161d(0xdb)+_0x2a8cd8),'hubLatencies':_0x25fa8f,'selectedHub':_0x194ad2['hubUrl'],'selectedHubLatency':_0x194ad2['latency'],'timestamp':Date[_0x51161d(0xaf)]()};globals[_0x51161d(0x105)](_0x4f5851[_0x51161d(0xd5)],_0x17fdb9),constants[_0x51161d(0xbf)]=_0x4f5851['GqxFa'](_0x194ad2['hubUrl'],_0x4f5851[_0x51161d(0x107)]),logger[_0x51161d(0xb6)](_0x51161d(0xca)+_0x194ad2[_0x51161d(0xbf)]),_0x4f5851[_0x51161d(0xab)](_0x233e8a),Promise[_0x51161d(0xfd)](_0x24fff2)[_0x51161d(0xb8)](_0x31ac92=>{const _0x5e364f=_0x51161d;try{const _0x407537=globals[_0x5e364f(0xd7)](_0x4c7448[_0x5e364f(0xc9)]);if(!_0x407537||_0x407537[_0x5e364f(0xc3)])return;const _0x573d09={};for(const _0x2fceab of _0x31ac92){_0x4c7448['DTDSV'](_0x2fceab['status'],_0x4c7448[_0x5e364f(0x106)])&&_0x2fceab[_0x5e364f(0xf1)]&&_0x2fceab[_0x5e364f(0xf1)]['ok']&&(_0x573d09[_0x2fceab[_0x5e364f(0xf1)][_0x5e364f(0xbf)]]=_0x2fceab[_0x5e364f(0xf1)]['latency']);}_0x407537['hubLatencies']=_0x573d09;}catch(_0x2b1dc4){logger['debug'](_0x5e364f(0xde)+_0x2b1dc4);}})[_0x51161d(0x10d)](_0x3bc067=>{const _0xb17a6c=_0x51161d;logger[_0xb17a6c(0xb6)](_0xb17a6c(0xec)+_0x3bc067);});})[_0x25c266(0x10d)](_0x2ae791=>{const _0x2c84af=_0x25c266;logger['debug'](_0x2c84af(0x10a)+_0x2ae791),_0x4f5851[_0x2c84af(0xaa)](_0x233e8a);});})[_0x3fbd87(0x10d)](_0x5df0d9=>{const _0xfa2509=_0x3fbd87;logger['debug'](_0xfa2509(0xf2)+_0x5df0d9),_0x465a8a[_0xfa2509(0xf3)](_0x233e8a);});});},exports[a174_0xe68b52(0xb7)]=async(_0xff1b05,_0x3c9aad)=>{const _0x2169e3=a174_0xe68b52,_0x5db1cd={};_0x5db1cd[_0x2169e3(0xf5)]=_0x2169e3(0xcf),_0x5db1cd[_0x2169e3(0xcd)]=_0x2169e3(0xbb),_0x5db1cd[_0x2169e3(0xea)]=function(_0x7fe0a9,_0x1e7c35){return _0x7fe0a9-_0x1e7c35;};const _0x3d0bed=_0x5db1cd;try{const _0x59e093=new Date();await helper[_0x2169e3(0xbc)](_0x3d0bed[_0x2169e3(0xf5)],_0x3d0bed['kTWZj'],{},_0xff1b05,_0x3c9aad,0x1388);const _0x4d0bb8=_0x3d0bed[_0x2169e3(0xea)](new Date(),_0x59e093);logger[_0x2169e3(0xb6)](_0x2169e3(0xe6)+_0x3c9aad+'\x20is:\x20'+_0x4d0bb8+'ms');const _0x2a6bba={};return _0x2a6bba['hubUrl']=_0x3c9aad,_0x2a6bba[_0x2169e3(0xa8)]=_0x4d0bb8,_0x2a6bba;}catch(_0x48d650){return logger['debug'](_0x2169e3(0x109)+_0x3c9aad+_0x2169e3(0xe0)+_0x48d650),{};}},exports['nextHubs']=async _0x147e53=>{const _0x34b998=a174_0xe68b52,_0x1d4a01={'XSaHF':function(_0xc7348a,_0xca9a0f){return _0xc7348a(_0xca9a0f);},'WHCCB':_0x34b998(0xda),'IasYg':_0x34b998(0xff),'bxqdr':_0x34b998(0xcf),'Fuocx':_0x34b998(0xb1)};try{const _0x39fef8=_0x1d4a01[_0x34b998(0xb0)](require,_0x1d4a01[_0x34b998(0xae)])[_0x34b998(0xbf)][_0x34b998(0xc1)](_0x1d4a01[_0x34b998(0xf7)],''),_0x92ec73=await helper[_0x34b998(0xbc)](_0x1d4a01['bxqdr'],_0x1d4a01[_0x34b998(0xc8)],{},_0x147e53,_0x39fef8,0x1388),_0x5a52df=_0x92ec73[_0x34b998(0xb2)];return logger['debug'](_0x34b998(0xed)+util[_0x34b998(0xdc)]('%j',_0x5a52df)),_0x5a52df[_0x34b998(0xf4)];}catch(_0x58e902){logger[_0x34b998(0xb6)](_0x34b998(0xd0)+_0x58e902);}return null;};
|