browserstack-node-sdk 1.67.0 → 1.68.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/browserstack.yml.sample +34 -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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.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 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/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
|
-
function a175_0x3cda(_0x2b0f67,_0x8099ca){const _0x23f531=a175_0x23f5();return a175_0x3cda=function(_0x3cda01,_0x3fd47d){_0x3cda01=_0x3cda01-0x1cd;let _0x1f4997=_0x23f531[_0x3cda01];return _0x1f4997;},a175_0x3cda(_0x2b0f67,_0x8099ca);}const a175_0x31a609=a175_0x3cda;(function(_0xfbbab2,_0x396c48){const _0x3da910=a175_0x3cda,_0xe3b886=_0xfbbab2();while(!![]){try{const _0x8f4008=-parseInt(_0x3da910(0x25b))/0x1+-parseInt(_0x3da910(0x28a))/0x2*(-parseInt(_0x3da910(0x281))/0x3)+parseInt(_0x3da910(0x25d))/0x4*(parseInt(_0x3da910(0x1d8))/0x5)+parseInt(_0x3da910(0x1dc))/0x6*(parseInt(_0x3da910(0x27f))/0x7)+-parseInt(_0x3da910(0x26f))/0x8*(parseInt(_0x3da910(0x209))/0x9)+parseInt(_0x3da910(0x204))/0xa+-parseInt(_0x3da910(0x1f9))/0xb*(parseInt(_0x3da910(0x288))/0xc);if(_0x8f4008===_0x396c48)break;else _0xe3b886['push'](_0xe3b886['shift']());}catch(_0x1d87a3){_0xe3b886['push'](_0xe3b886['shift']());}}}(a175_0x23f5,0x845b3));function a175_0x23f5(){const _0x995392=['getCentralUser','join','parse','WzGHf','VfwaM','isBrowserstackInfra','LEfne','dVGxQ','getProductMap','password','testPlanId','winstonLogger','commandsToWrap','getFrameworkDetails','logBuildError','config','JASMINE','BROWSERSTACK_TEST_ACCESSIBILITY_YML','scripts','ltqRS','BS_A11Y_JWT','parseA11yJwtPayload','nonBStackInfraA11yChromeOptions','goog:chromeOptions','isTurboScaleSession','dTtlM','isTrue','FljNQ','../../bin/utils/constants.js','build_hashed_id','../../bin/jest/test-observability/test-details.js','qLnbc','name','vnwSM','false','TEST_REPORTING_ANALYTICS','Gqusk','BROWSERSTACK_TEST_PLAN_ID','Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20','RPKQI','zndFw','handleErrorForObservability','YITGv','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','errors','CUCUMBER','handleErrorForAccessibility','trim','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','wjZOW','Eaqrw','bstackA11yShouldScan','hBbMl','\x20Build\x20creation\x20failed','debug','isUndefined','split','Gudpn','1|3|5|2|6|0|4','IedaD','getCurrentTestData','BROWSERSTACK_SR_AUTOMATION','CBTSessionCreated','VRJxM','klrfV','getGlobal','PgjgH','options','HookRunFinished','IUQYe','leETC','ADrnS','VmgGB','ImtyX','observability','slice','ACCESS_DENIED','338697XnqKcW','BROWSERSTACK_PERCY','81388fQEvkC','key','ENV_VAR','LogCreated',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','error','platforms','string','vwuZb','../accessibility-automation/scripts.js','PdFcw','wQrxb','OBSERVABILITY','../accessibility-automation/helper','setTestHubCommonMetaInfo','vDzYt','../helper','BROWSERSTACK_TESTHUB_UUID','16cqFcQT','javascript','MOCHA','mTnpW','capabilities','getAccessibilityPlatformValidation','percy','getTestPlanId','PIUjq','includes','4|0|1|2|5|3','oYgzx','AechE','test_run','JlCxy','titlePath','37261bhqLal','../ats/helper','142668GcUAbm','../logger','fuxjX','setAccessibilityVariables','OMFZz','setTestObservabilityVariables','toUpperCase','13403772ACFYXi','ACCESSIBILITY','26zjXUsV','kwqRi','aOIGO','forEach','BROWSERSTACK_ACCESSIBILITY','toString','allow_screenshots','pviVL','BS_TESTOPS_BUILD_COMPLETED','Jprsz','VbyHv','../helper.js','FCNYt','keys','HookRunStarted','ERROR','testManagementOptions','isAccessibilityEnabled','JPSPd','command','accessibility','product_map','../test-observability/utils','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','ogoxM','iOiIy','NRQHc','dztVA','username','bbJlc','isPercyBuild','LZjKn','QwzQj','CODECEPT','info','shouldScanTestForAccessibility','success','startsWith','PLAYWRIGHT','FRAMEWORK_DETAILS','jwt','true','RgQsW','BROWSERSTACK_TESTHUB_JWT','value','description','null','IEoEx','env','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','getBuildStartData','shouldProcessEventForTesthub','accessibilityPlatform','TFVxR','length','QPTkV','15rvKyam','../../bin/jasmine/testRunMap.js','EJUql','chtQO','1110goVhGe','tlwhW','getAgentVersion','sr_automation','get','assign','VpXtg','WAgFH','zSdEy','../../bin/playwright/reporter/test-details.js','UGUyG','jdJBg','uuid','isAppAutomateSession','scopes','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','skipCDPConnectOverride','FTMpZ','MVgjW','BS_TESTOPS_JWT','WHSzS','setPercyFlag','uploadEventData','bvzfE','sbSBa','commands','BS_TESTOPS_BUILD_HASHED_ID','BS_TESTOPS_ALLOW_SCREENSHOTS','isLTSSession','11OXQeoJ','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','MMEoN','argv','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','CREDENTIALS_FOR_CRASH_REPORTING','../../bin/v2/modules/loadTestModule','message','parseFromJson','setTestData','BROWSERSTACK_TESTHUB_UUID:\x20','7532510dKWrqM','OBqIo','getTestFrameworkDetails','UOEmE','INVALID_CREDENTIALS','1887597tBraBd','tags','getAccessibilityValueFromYml','JEST','stringify'];a175_0x23f5=function(){return _0x995392;};return a175_0x23f5();}const bsSetupHelper=require(a175_0x31a609(0x26d)),LoadTestModule=require(a175_0x31a609(0x1ff)),{isTestObservabilitySession,getFrameworkVersion}=require(a175_0x31a609(0x2a0)),accessibilityHelper=require(a175_0x31a609(0x26a)),logger=require(a175_0x31a609(0x282))[a175_0x31a609(0x219)],{nestedKeyValue}=require(a175_0x31a609(0x295)),scripts=require(a175_0x31a609(0x266)),globals=require('../globals.js'),testHubConstants=require('./constants.js'),PWTestDetails=require(a175_0x31a609(0x1e5)),JestTestDetails=require(a175_0x31a609(0x22c)),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a175_0x31a609(0x280)),OrchestrationUtils=require('../test-orchestration/orchestrationUtils.js'),constants=require(a175_0x31a609(0x22a));let testData={};exports[a175_0x31a609(0x216)]=_0x457edd=>{const _0x51ad78=a175_0x31a609,_0x564c0e={'SxMZR':function(_0x15e7e7){return _0x15e7e7();},'JlCxy':function(_0x583a2e,_0x1b8e3c){return _0x583a2e===_0x1b8e3c;},'WzGHf':_0x51ad78(0x2b3)};let _0x4012e8=![],_0x2358ca=![];if(bsSetupHelper[_0x51ad78(0x213)]()&&bsSetupHelper[_0x51ad78(0x1e9)](_0x457edd))_0x2358ca=!![];else bsSetupHelper[_0x51ad78(0x213)]()&&(_0x4012e8=!![]);return Object[_0x51ad78(0x1e1)]({'observability':_0x564c0e['SxMZR'](isTestObservabilitySession),'accessibility':exports[_0x51ad78(0x29b)](_0x457edd),'percy':_0x457edd['percy']||![],'sr_automation':_0x564c0e[_0x51ad78(0x27d)](process[_0x51ad78(0x1d0)]['BROWSERSTACK_SR_AUTOMATION'],_0x564c0e[_0x51ad78(0x211)])||_0x457edd[_0x51ad78(0x1df)]||![],'automate':_0x4012e8,'app_automate':_0x2358ca,'turboscale':bsSetupHelper[_0x51ad78(0x226)](_0x457edd),'lts':LoadTestModule[_0x51ad78(0x1f8)](_0x457edd)},bsSetupHelper[_0x51ad78(0x20e)]());},exports[a175_0x31a609(0x21b)]=(_0x3b64fa,_0x24fee2)=>{const _0x475a5e=a175_0x31a609,_0x50cf83={'TFVxR':function(_0x4009f1,_0x23d7e0){return _0x4009f1(_0x23d7e0);},'yKAon':_0x475a5e(0x270)},_0x56a277={'frameworkName':_0x24fee2,'frameworkVersion':_0x50cf83[_0x475a5e(0x1d5)](getFrameworkVersion,_0x24fee2),'sdkVersion':bsSetupHelper[_0x475a5e(0x1de)](),'language':_0x50cf83['yKAon'],'testFramework':bsSetupHelper[_0x475a5e(0x206)](_0x3b64fa,_0x24fee2)};return process['env'][_0x475a5e(0x2b1)]=JSON[_0x475a5e(0x20d)](_0x56a277),_0x56a277;},exports[a175_0x31a609(0x1f1)]=_0x16ad3b=>{const _0x395d42=a175_0x31a609,_0x27950f={};_0x27950f[_0x395d42(0x1db)]=_0x395d42(0x230),_0x27950f['OMFZz']=_0x395d42(0x2b3);const _0x1bfe09=_0x27950f;process['env'][_0x395d42(0x25c)]=_0x1bfe09[_0x395d42(0x1db)],bsSetupHelper['isTrue'](_0x16ad3b[_0x395d42(0x21d)][_0x395d42(0x275)])&&(!_0x16ad3b[_0x395d42(0x275)]||!_0x16ad3b[_0x395d42(0x275)]['isRunning']())&&(process[_0x395d42(0x1d0)][_0x395d42(0x25c)]=_0x1bfe09[_0x395d42(0x285)]);},exports[a175_0x31a609(0x2a8)]=()=>{const _0x453330=a175_0x31a609;return bsSetupHelper['isTrue'](process[_0x453330(0x1d0)]['BROWSERSTACK_PERCY']);},exports[a175_0x31a609(0x29b)]=(_0x59230c={})=>{const _0x20fe7f=a175_0x31a609,_0x339700={};_0x339700['wjZOW']=function(_0x1fb690,_0x477863){return _0x1fb690!==_0x477863;},_0x339700[_0x20fe7f(0x1f3)]=function(_0x2a6731,_0x893009){return _0x2a6731===_0x893009;},_0x339700[_0x20fe7f(0x247)]=_0x20fe7f(0x2b3),_0x339700[_0x20fe7f(0x293)]=function(_0x3900f4,_0x37071){return _0x3900f4>_0x37071;};const _0x2c9ed9=_0x339700;if(_0x2c9ed9[_0x20fe7f(0x23f)](process[_0x20fe7f(0x1d0)][_0x20fe7f(0x28e)],undefined))return bsSetupHelper['isTrue'](process[_0x20fe7f(0x1d0)][_0x20fe7f(0x28e)]);let _0x2eee1c=_0x2c9ed9[_0x20fe7f(0x1f3)](process[_0x20fe7f(0x1d0)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x2c9ed9[_0x20fe7f(0x247)]);return _0x2c9ed9[_0x20fe7f(0x293)](Object[_0x20fe7f(0x297)](_0x59230c)[_0x20fe7f(0x1d6)],0x0)&&(process[_0x20fe7f(0x1d0)][_0x20fe7f(0x1d1)]=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x59230c)),_0x2eee1c=_0x2eee1c||_0x2c9ed9[_0x20fe7f(0x1f3)](process['env'][_0x20fe7f(0x1d1)],_0x2c9ed9['Gudpn']),_0x2eee1c;},exports[a175_0x31a609(0x286)]=(_0x3e2cee,_0x268f8f)=>{const _0x407d93=a175_0x31a609,_0x14dc9f={'klrfV':function(_0x409d32){return _0x409d32();},'WAgFH':_0x407d93(0x279),'ADrnS':function(_0x18dd42,_0x2f88e5,_0x448150){return _0x18dd42(_0x2f88e5,_0x448150);},'vDzYt':'observability','MMEoN':_0x407d93(0x251),'bbJlc':_0x407d93(0x2b3)};if(!_0x3e2cee||!_0x3e2cee['observability'])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x3e2cee[_0x407d93(0x258)][_0x407d93(0x2ae)])return exports['handleErrorForObservability'](_0x3e2cee[_0x407d93(0x258)]),[null,null,null];if(_0x14dc9f[_0x407d93(0x24e)](isTestObservabilitySession)){const _0x55df75=_0x14dc9f[_0x407d93(0x1e3)][_0x407d93(0x246)]('|');let _0x1f3e24=0x0;while(!![]){switch(_0x55df75[_0x1f3e24++]){case'0':if(_0x3e2cee[_0x407d93(0x2b2)]){process[_0x407d93(0x1d0)]['BS_TESTOPS_JWT']=_0x3e2cee[_0x407d93(0x2b2)];const _0x10f508={};_0x10f508[_0x407d93(0x2a6)]=_0x268f8f['username'],_0x10f508['password']=_0x268f8f[_0x407d93(0x217)],process[_0x407d93(0x1d0)][_0x407d93(0x1fe)]=JSON[_0x407d93(0x20d)](_0x10f508);}continue;case'1':_0x3e2cee[_0x407d93(0x22b)]&&(process[_0x407d93(0x1d0)][_0x407d93(0x1f6)]=_0x3e2cee[_0x407d93(0x22b)]);continue;case'2':_0x14dc9f[_0x407d93(0x255)](nestedKeyValue,_0x3e2cee,[_0x14dc9f[_0x407d93(0x26c)],_0x14dc9f[_0x407d93(0x1fb)]])&&(process[_0x407d93(0x1d0)][_0x407d93(0x1f7)]=_0x3e2cee[_0x407d93(0x258)][_0x407d93(0x251)][_0x407d93(0x290)][_0x407d93(0x28f)]());continue;case'3':return[_0x3e2cee['jwt'],_0x3e2cee['build_hashed_id'],process[_0x407d93(0x1d0)][_0x407d93(0x1f7)]];case'4':process['env']['BS_TESTOPS_BUILD_COMPLETED']=_0x14dc9f[_0x407d93(0x2a7)];continue;case'5':logger[_0x407d93(0x244)]('['+constants[_0x407d93(0x231)]+_0x407d93(0x261)+_0x3e2cee[_0x407d93(0x22b)]);continue;}break;}}return[null,null,null];},exports[a175_0x31a609(0x284)]=_0xb0e678=>{const _0x445b8a=a175_0x31a609,_0x1743f9={'cThOi':function(_0x4a1c04,_0x1630d6,_0x5eb551){return _0x4a1c04(_0x1630d6,_0x5eb551);},'fuxjX':_0x445b8a(0x29e),'EJUql':'options','PIUjq':function(_0x32a7f3,_0x5803fa,_0x1f27ff,_0x330ad7){return _0x32a7f3(_0x5803fa,_0x1f27ff,_0x330ad7);},'qLnbc':'name','JPSPd':_0x445b8a(0x2b6),'ltqRS':_0x445b8a(0x29d),'AechE':'commands','sbSBa':function(_0x5a4879,_0x551914,_0x372c62,_0x19a123){return _0x5a4879(_0x551914,_0x372c62,_0x19a123);},'acpOA':_0x445b8a(0x224),'RgQsW':_0x445b8a(0x225),'RPKQI':function(_0x149f71,_0x640f55){return _0x149f71(_0x640f55);},'QJzVt':function(_0x5011d5,_0x573bcf){return _0x5011d5===_0x573bcf;},'UOEmE':'true','dVGxQ':_0x445b8a(0x23e)};if(!_0xb0e678[_0x445b8a(0x29e)])return exports['handleErrorForAccessibility'](),[null,null];if(!_0xb0e678['accessibility'][_0x445b8a(0x2ae)])return exports[_0x445b8a(0x23c)](_0xb0e678[_0x445b8a(0x29e)]),[null,null];if(_0x1743f9['cThOi'](nestedKeyValue,_0xb0e678,[_0x1743f9[_0x445b8a(0x283)],_0x1743f9[_0x445b8a(0x1da)]])){const {accessibilityToken:_0xf809ca,scannerVersion:_0x598ad8,scannerProcessingTimeout:_0x305943,isMobileScanningEnabledForGroup:_0x3da82a}=_0x1743f9[_0x445b8a(0x277)](jsonifyAccessibilityArray,_0xb0e678['accessibility'][_0x445b8a(0x251)]['capabilities'],_0x1743f9[_0x445b8a(0x22d)],_0x1743f9[_0x445b8a(0x29c)]),_0x40469d={'scripts':_0x1743f9[_0x445b8a(0x277)](jsonifyAccessibilityArray,_0xb0e678[_0x445b8a(0x29e)][_0x445b8a(0x251)][_0x445b8a(0x220)],_0x1743f9[_0x445b8a(0x22d)],_0x1743f9[_0x445b8a(0x221)])};_0x40469d[_0x1743f9[_0x445b8a(0x27b)]]=_0xb0e678[_0x445b8a(0x29e)][_0x445b8a(0x251)][_0x445b8a(0x21a)][_0x445b8a(0x1f5)];const _0x119d6a=_0x1743f9[_0x445b8a(0x1f4)](jsonifyAccessibilityArray,_0xb0e678[_0x445b8a(0x29e)][_0x445b8a(0x251)][_0x445b8a(0x273)],_0x1743f9['qLnbc'],_0x1743f9['JPSPd']);_0x40469d[_0x1743f9['acpOA']]=_0x119d6a[_0x1743f9[_0x445b8a(0x2b4)]],scripts[_0x445b8a(0x201)](_0x40469d),scripts['toJson']();let _0x1cb0a4=process[_0x445b8a(0x1d0)][_0x445b8a(0x1fd)];_0x1cb0a4=!!_0x1cb0a4?JSON[_0x445b8a(0x210)](_0x1cb0a4):{},_0x1cb0a4['scannerVersion']=_0x598ad8,process['env'][_0x445b8a(0x1fd)]=JSON[_0x445b8a(0x20d)](_0x1cb0a4),process[_0x445b8a(0x1d0)][_0x445b8a(0x222)]=_0xf809ca,process['env'][_0x445b8a(0x239)]=_0x1743f9[_0x445b8a(0x235)](String,_0x1743f9['QJzVt'](_0x3da82a,!![])||_0x1743f9['QJzVt'](_0x3da82a,_0x1743f9[_0x445b8a(0x207)])),logger['debug'](_0x445b8a(0x1eb)+_0xb0e678['build_hashed_id']);const _0x4e3fb1=accessibilityHelper[_0x445b8a(0x223)](_0xf809ca);return _0x4e3fb1&&bsSetupHelper[_0x445b8a(0x228)](_0x4e3fb1[_0x445b8a(0x1ec)])&&(process[_0x445b8a(0x1d0)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![],logger[_0x445b8a(0x244)](_0x1743f9[_0x445b8a(0x215)])),[_0xf809ca,_0xb0e678[_0x445b8a(0x22b)],_0x305943];}return[null,null];},exports[a175_0x31a609(0x237)]=_0x4c8fdf=>{const _0xca5aba=a175_0x31a609,_0x49611c={};_0x49611c[_0xca5aba(0x1cf)]=_0xca5aba(0x248),_0x49611c['vwuZb']=_0xca5aba(0x1ce),_0x49611c['aOIGO']=_0xca5aba(0x230);const _0x3d6273=_0x49611c,_0x52200e=_0x3d6273['IEoEx'][_0xca5aba(0x246)]('|');let _0xe5be2f=0x0;while(!![]){switch(_0x52200e[_0xe5be2f++]){case'0':process['env'][_0xca5aba(0x1f7)]=_0x3d6273[_0xca5aba(0x265)];continue;case'1':process['env'][_0xca5aba(0x26e)]=_0x3d6273[_0xca5aba(0x265)];continue;case'2':process[_0xca5aba(0x1d0)][_0xca5aba(0x1ef)]=_0x3d6273[_0xca5aba(0x265)];continue;case'3':process[_0xca5aba(0x1d0)]['BROWSERSTACK_TESTHUB_JWT']=_0x3d6273[_0xca5aba(0x265)];continue;case'4':exports[_0xca5aba(0x21c)](_0x4c8fdf,testHubConstants[_0xca5aba(0x269)]);continue;case'5':process[_0xca5aba(0x1d0)][_0xca5aba(0x292)]=_0x3d6273[_0xca5aba(0x28c)];continue;case'6':process['env'][_0xca5aba(0x1f6)]=_0x3d6273[_0xca5aba(0x265)];continue;}break;}},exports[a175_0x31a609(0x23c)]=_0x24a77c=>{const _0x5b16d0=a175_0x31a609,_0x481a88={};_0x481a88[_0x5b16d0(0x272)]='0|1|3|2|4',_0x481a88[_0x5b16d0(0x2a5)]=_0x5b16d0(0x1ce),_0x481a88[_0x5b16d0(0x253)]=_0x5b16d0(0x230);const _0x99b851=_0x481a88,_0x5c41e0=_0x99b851[_0x5b16d0(0x272)][_0x5b16d0(0x246)]('|');let _0x49872e=0x0;while(!![]){switch(_0x5c41e0[_0x49872e++]){case'0':process[_0x5b16d0(0x1d0)]['BROWSERSTACK_TESTHUB_UUID']=_0x99b851['dztVA'];continue;case'1':process[_0x5b16d0(0x1d0)][_0x5b16d0(0x2b5)]=_0x99b851[_0x5b16d0(0x2a5)];continue;case'2':process[_0x5b16d0(0x1d0)][_0x5b16d0(0x1d1)]=_0x99b851[_0x5b16d0(0x253)];continue;case'3':process[_0x5b16d0(0x1d0)][_0x5b16d0(0x21f)]=_0x99b851[_0x5b16d0(0x253)];continue;case'4':exports[_0x5b16d0(0x21c)](_0x24a77c,testHubConstants[_0x5b16d0(0x289)]);continue;}break;}},exports[a175_0x31a609(0x21c)]=(_0x49020e,_0x2a8e90='')=>{const _0x35be61=a175_0x31a609,_0x2c1311={};_0x2c1311[_0x35be61(0x1dd)]=function(_0x45d4a2,_0x5ea313){return _0x45d4a2===_0x5ea313;};const _0x14ae71=_0x2c1311;if(_0x14ae71[_0x35be61(0x1dd)](_0x49020e,undefined)){logger[_0x35be61(0x262)](_0x2a8e90[_0x35be61(0x287)]()+_0x35be61(0x243));return;}for(const _0xeab41d of _0x49020e[_0x35be61(0x23a)]){const _0x79c624=_0xeab41d[_0x35be61(0x25e)],_0x2f0844=_0xeab41d[_0x35be61(0x200)];if(_0x2f0844)switch(_0x79c624){case testHubConstants[_0x35be61(0x299)][_0x35be61(0x208)]:logger[_0x35be61(0x262)](_0x2f0844);break;case testHubConstants['ERROR'][_0x35be61(0x25a)]:logger[_0x35be61(0x2ac)](_0x2f0844);break;case testHubConstants[_0x35be61(0x299)]['DEPRECATED']:logger['error'](_0x2f0844);break;default:logger[_0x35be61(0x262)](_0x2f0844);}}};const jsonifyAccessibilityArray=(_0x1e487e,_0x44baeb,_0x5aacb8)=>{const _0x5505cd=a175_0x31a609,_0x5922ca={};return _0x1e487e[_0x5505cd(0x28d)](_0xc16bb3=>{_0x5922ca[_0xc16bb3[_0x44baeb]]=_0xc16bb3[_0x5aacb8];}),_0x5922ca;};exports[a175_0x31a609(0x26b)]=_0x108a30=>{const _0x91771d=a175_0x31a609;_0x108a30[_0x91771d(0x2b2)]&&(process['env'][_0x91771d(0x2b5)]=_0x108a30[_0x91771d(0x2b2)]);_0x108a30[_0x91771d(0x22b)]&&(process[_0x91771d(0x1d0)][_0x91771d(0x26e)]=_0x108a30[_0x91771d(0x22b)],logger[_0x91771d(0x244)](_0x91771d(0x203)+_0x108a30[_0x91771d(0x22b)]));;},exports[a175_0x31a609(0x1d3)]=(_0xd23f86='',_0x11a713='')=>{const _0x39db31=a175_0x31a609,_0x5229f9={'ImtyX':function(_0x406f33){return _0x406f33();},'dTtlM':function(_0x40aac0,_0x4fcfc6){return _0x40aac0===_0x4fcfc6;},'hBbMl':_0x39db31(0x1f2),'jdJBg':_0x39db31(0x260),'zSdEy':_0x39db31(0x24c),'FljNQ':function(_0x297cce){return _0x297cce();},'FTMpZ':'HookRunStarted','VfwaM':_0x39db31(0x252)};if(exports[_0x39db31(0x2a8)]()&&!exports[_0x39db31(0x29b)]()&&!_0x5229f9[_0x39db31(0x257)](isTestObservabilitySession)){if(_0x5229f9[_0x39db31(0x227)](_0x11a713,_0x5229f9[_0x39db31(0x242)]))return![];if([_0x5229f9[_0x39db31(0x1e7)],_0x5229f9[_0x39db31(0x1e4)]][_0x39db31(0x278)](_0xd23f86))return![];return!![];}if(exports[_0x39db31(0x29b)]()&&!_0x5229f9[_0x39db31(0x229)](isTestObservabilitySession)){if([_0x5229f9[_0x39db31(0x1ed)],_0x5229f9[_0x39db31(0x212)],_0x5229f9['jdJBg']][_0x39db31(0x278)](_0xd23f86))return![];return!![];}return exports[_0x39db31(0x29b)]()||_0x5229f9[_0x39db31(0x257)](isTestObservabilitySession)||exports['isPercyBuild']();},exports['appendTesthubParams']=(_0x2d1ed5,_0x3271b6,_0x562874='',_0x9b3cbf)=>{const _0x3d095e=a175_0x31a609,_0x391f73={'pviVL':_0x3d095e(0x298),'Gqusk':_0x3d095e(0x252),'UGUyG':function(_0x1a6d46,_0x493865){return _0x1a6d46===_0x493865;},'MVgjW':_0x3d095e(0x241),'zndFw':'isAccessibilityPlatform','PgjgH':_0x3d095e(0x29e),'VmgGB':function(_0x15851a,_0x12dacd){return _0x15851a&&_0x12dacd;},'ogoxM':function(_0x2b6b72,_0x8bdc28){return _0x2b6b72===_0x8bdc28;},'Eaqrw':function(_0x1a0c86,_0x11abc5){return _0x1a0c86+_0x11abc5;},'ldTDr':function(_0x516888,_0x10e43e){return _0x516888+_0x10e43e;},'oYgzx':function(_0x205b49,_0x36cf12){return _0x205b49&&_0x36cf12;},'kwqRi':function(_0x1151c3,_0x196802){return _0x1151c3(_0x196802);},'PdFcw':_0x3d095e(0x1d9),'OBqIo':function(_0x3922d7,_0x56d5a7){return _0x3922d7+_0x56d5a7;},'fSpDu':function(_0x95d259,_0x5b174e){return _0x95d259+_0x5b174e;},'wQrxb':function(_0x9d7e0b,_0x103061){return _0x9d7e0b&&_0x103061;},'IedaD':function(_0x5905e8,_0x3259c8){return _0x5905e8!==_0x3259c8;},'NRQHc':'TestRunStarted','ndGaL':function(_0x5774b6,_0xdee28f){return _0x5774b6===_0xdee28f;},'KPMqj':function(_0x5570aa,_0x1f4ae1){return _0x5570aa&&_0x1f4ae1;},'QwzQj':function(_0x4ad287,_0x2d7b69){return _0x4ad287===_0x2d7b69;},'LZjKn':_0x3d095e(0x29f)};if([_0x391f73[_0x3d095e(0x291)],_0x391f73[_0x3d095e(0x232)]]['includes'](_0x3271b6))return;let _0x359b6b={};try{process['env']['BROWSERSTACK_PRODUCT_MAP']&&(_0x359b6b=JSON[_0x3d095e(0x210)](process[_0x3d095e(0x1d0)]['BROWSERSTACK_PRODUCT_MAP'])||{});}catch(_0x57a9ad){logger[_0x3d095e(0x244)](_0x3d095e(0x234)+_0x57a9ad),_0x359b6b={};}if(exports[_0x3d095e(0x29b)]()){if(_0x391f73[_0x3d095e(0x1e6)](_0x9b3cbf,FRAMEWORKS[_0x3d095e(0x271)])){const _0x3d5fa1=globals['getGlobal'](_0x391f73[_0x3d095e(0x1ee)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x562874[_0x3d095e(0x27e)](),!![]),_0x1bb7ba=globals[_0x3d095e(0x24f)](_0x391f73[_0x3d095e(0x236)]);_0x359b6b[_0x391f73[_0x3d095e(0x250)]]=_0x391f73[_0x3d095e(0x256)](_0x1bb7ba,_0x3d5fa1);}if(_0x391f73[_0x3d095e(0x2a2)](_0x9b3cbf,FRAMEWORKS[_0x3d095e(0x20c)])){const _0x4f1481=_0x391f73[_0x3d095e(0x240)](_0x391f73['ldTDr'](_0x2d1ed5[_0x3d095e(0x1ea)][_0x3d095e(0x20f)]('\x20'),'\x20'),_0x562874[_0x3d095e(0x22e)]),_0x4838fe=globals[_0x3d095e(0x24f)](_0x391f73[_0x3d095e(0x1ee)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x4f1481,![]),_0x21f285=browserStackGlobals['isAccessibilityPlatform'];_0x359b6b[_0x391f73['PgjgH']]=_0x391f73['oYgzx'](_0x21f285,_0x4838fe);}if(_0x391f73['UGUyG'](_0x9b3cbf,FRAMEWORKS[_0x3d095e(0x21e)])){const _0xd1b628=_0x391f73[_0x3d095e(0x28b)](require,_0x391f73[_0x3d095e(0x267)]),_0x3acea4=_0x562874&&_0xd1b628[_0x3d095e(0x1e0)](_0x562874['id'])||_0x2d1ed5[_0x3d095e(0x1e8)];_0x3acea4&&(_0x2d1ed5[_0x3d095e(0x1e8)]=_0x3acea4);const _0x21ce28=_0x391f73[_0x3d095e(0x205)](_0x391f73['fSpDu'](_0x2d1ed5[_0x3d095e(0x1ea)][_0x3d095e(0x20f)]('\x20'),'\x20'),_0x562874[_0x3d095e(0x1cd)]||_0x2d1ed5[_0x3d095e(0x22e)]),_0x300d12=globals[_0x3d095e(0x24f)](_0x391f73['MVgjW'])||accessibilityHelper[_0x3d095e(0x2ad)](_0x21ce28,![]),_0x24c1b4=globals[_0x3d095e(0x24f)](_0x391f73[_0x3d095e(0x236)]);_0x359b6b[_0x391f73[_0x3d095e(0x250)]]=_0x391f73[_0x3d095e(0x268)](_0x24c1b4,_0x300d12);}_0x391f73['UGUyG'](_0x9b3cbf,FRAMEWORKS[_0x3d095e(0x2b0)])&&_0x391f73[_0x3d095e(0x249)](_0x3271b6,_0x391f73[_0x3d095e(0x2a4)])&&(_0x359b6b[_0x391f73['PgjgH']]=PWTestDetails[_0x3d095e(0x274)](_0x2d1ed5[_0x3d095e(0x1e8)]));if(_0x391f73['ndGaL'](_0x9b3cbf,FRAMEWORKS[_0x3d095e(0x2ab)])){const _0x47e9a0=accessibilityHelper[_0x3d095e(0x2ad)](_0x562874['titlePath'](),!![]),_0x3b05d3=global[_0x3d095e(0x1d4)];_0x359b6b[_0x391f73[_0x3d095e(0x250)]]=_0x391f73['KPMqj'](_0x3b05d3,_0x47e9a0);}if(_0x391f73[_0x3d095e(0x2aa)](_0x9b3cbf,FRAMEWORKS[_0x3d095e(0x23b)])){const _0x3d99d0=accessibilityHelper[_0x3d095e(0x2ad)](null,![],_0x2d1ed5[_0x3d095e(0x20a)]),_0x2ec626=globals[_0x3d095e(0x24f)](_0x391f73[_0x3d095e(0x236)]);_0x359b6b[_0x391f73[_0x3d095e(0x250)]]=_0x391f73[_0x3d095e(0x27a)](_0x2ec626,_0x3d99d0);}}_0x2d1ed5[_0x391f73[_0x3d095e(0x2a9)]]=_0x359b6b;},exports[a175_0x31a609(0x24a)]=_0x40c271=>{const _0x31b8ec=a175_0x31a609,_0x27cb2c={};_0x27cb2c[_0x31b8ec(0x214)]=function(_0x32f372,_0x327408){return _0x32f372>_0x327408;};const _0x1b5247=_0x27cb2c;let _0x4b739a={};if(_0x1b5247[_0x31b8ec(0x214)](Object['keys'](testData)[_0x31b8ec(0x1d6)],0x0))return testData;_0x4b739a=JestTestDetails['getTestData']();if(_0x1b5247['LEfne'](Object[_0x31b8ec(0x297)](_0x4b739a)[_0x31b8ec(0x1d6)],0x0))return _0x4b739a;return _0x4b739a;},exports['setCurrentTestData']=(_0x1c1def,_0x113e66={})=>{const _0x1e6b40=a175_0x31a609;if(bsSetupHelper[_0x1e6b40(0x245)](_0x113e66[_0x1e6b40(0x27c)]))return;switch(_0x1c1def){case FRAMEWORKS[_0x1e6b40(0x271)]:testData=_0x113e66[_0x1e6b40(0x27c)];break;case FRAMEWORKS[_0x1e6b40(0x20c)]:JestTestDetails[_0x1e6b40(0x202)](_0x113e66[_0x1e6b40(0x27c)]);break;case FRAMEWORKS[_0x1e6b40(0x21e)]:testData=_0x113e66[_0x1e6b40(0x27c)];break;default:break;}},exports[a175_0x31a609(0x20b)]=_0x369d67=>{const _0x20f0a4=a175_0x31a609,_0x1a6409={};_0x1a6409[_0x20f0a4(0x1f0)]=function(_0x4d401b,_0x3af04b){return _0x4d401b!==_0x3af04b;};const _0x7c1dd0=_0x1a6409;if(_0x7c1dd0[_0x20f0a4(0x1f0)](_0x369d67['accessibility'],null)&&_0x7c1dd0[_0x20f0a4(0x1f0)](_0x369d67[_0x20f0a4(0x29e)],undefined))return _0x369d67[_0x20f0a4(0x29e)];let _0x262a64=![],_0x1494f1=![];if(_0x369d67[_0x20f0a4(0x263)])for(const _0x41a5c4 of _0x369d67[_0x20f0a4(0x263)]){_0x7c1dd0[_0x20f0a4(0x1f0)](_0x41a5c4[_0x20f0a4(0x29e)],null)&&_0x7c1dd0[_0x20f0a4(0x1f0)](_0x41a5c4[_0x20f0a4(0x29e)],undefined)&&(_0x262a64=_0x262a64||bsSetupHelper[_0x20f0a4(0x228)](_0x41a5c4[_0x20f0a4(0x29e)]),_0x1494f1=!![]);}if(_0x1494f1)return _0x262a64;return null;},exports['getTestOrchestrationBuildStartData']=_0x1c2e7c=>{const _0x5e88c7=a175_0x31a609;if(!_0x1c2e7c)return{};const _0x22f78f=new OrchestrationUtils(_0x1c2e7c);return _0x22f78f[_0x5e88c7(0x1d2)]();},exports['getProductMapForBuildStartCall']=_0x2d03f4=>{const _0x46c22e=a175_0x31a609,_0x2d7242={'lJVYf':function(_0xa2a30a){return _0xa2a30a();},'YITGv':function(_0x27c759,_0x9b7a5f){return _0x27c759===_0x9b7a5f;},'vnwSM':_0x46c22e(0x2b3)};let _0x471e6b=![],_0x24565b=![];if(bsSetupHelper[_0x46c22e(0x213)]()&&bsSetupHelper[_0x46c22e(0x1e9)](_0x2d03f4))_0x24565b=!![];else bsSetupHelper[_0x46c22e(0x213)]()&&(_0x471e6b=!![]);return Object[_0x46c22e(0x1e1)]({'observability':_0x2d7242['lJVYf'](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0x2d03f4),'percy':_0x2d03f4[_0x46c22e(0x275)]||![],'sr_automation':_0x2d7242[_0x46c22e(0x238)](process[_0x46c22e(0x1d0)][_0x46c22e(0x24b)],_0x2d7242[_0x46c22e(0x22f)])||_0x2d03f4['sr_automation']||![],'automate':_0x471e6b,'app_automate':_0x24565b,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x2d03f4),'lts':LoadTestModule[_0x46c22e(0x1f8)](_0x2d03f4)},bsSetupHelper[_0x46c22e(0x20e)]());};const normalizeTestPlanId=_0x44e1e0=>{const _0x1cf0e4=a175_0x31a609,_0x115fe3={};_0x115fe3[_0x1cf0e4(0x254)]=function(_0x49ce6c,_0x2f3136){return _0x49ce6c!==_0x2f3136;},_0x115fe3['vLAyh']=_0x1cf0e4(0x264),_0x115fe3[_0x1cf0e4(0x294)]=function(_0x50283d,_0x2937aa){return _0x50283d>_0x2937aa;};const _0x29cef5=_0x115fe3;if(_0x29cef5[_0x1cf0e4(0x254)](typeof _0x44e1e0,_0x29cef5['vLAyh']))return undefined;const _0x47c9b3=_0x44e1e0[_0x1cf0e4(0x23d)]();return _0x29cef5[_0x1cf0e4(0x294)](_0x47c9b3['length'],0x0)?_0x47c9b3:undefined;},readTestPlanIdFromCliArgs=(_0x16a6ee=process[a175_0x31a609(0x1fc)])=>{const _0x52bbcf=a175_0x31a609,_0x342c20={};_0x342c20['iOiIy']=function(_0x22d942,_0x15372f){return _0x22d942<_0x15372f;},_0x342c20[_0x52bbcf(0x1e2)]=function(_0x38e1fa,_0x1e6939){return _0x38e1fa===_0x1e6939;},_0x342c20[_0x52bbcf(0x296)]=function(_0x3db1c2,_0x444aa1){return _0x3db1c2+_0x444aa1;};const _0xb480a1=_0x342c20,_0x4e3b5d='--'+testHubConstants[_0x52bbcf(0x1fa)];for(let _0x1f58be=0x0;_0xb480a1[_0x52bbcf(0x2a3)](_0x1f58be,_0x16a6ee[_0x52bbcf(0x1d6)]);_0x1f58be+=0x1){const _0x4ef2c1=_0x16a6ee[_0x1f58be];if(_0xb480a1[_0x52bbcf(0x1e2)](_0x4ef2c1,_0x4e3b5d)){const _0x11cb8a=_0x16a6ee[_0xb480a1[_0x52bbcf(0x296)](_0x1f58be,0x1)];if(!_0x11cb8a||_0x11cb8a[_0x52bbcf(0x2af)]('--'))return undefined;return _0x11cb8a;}if(_0x4ef2c1[_0x52bbcf(0x2af)](_0x4e3b5d+'='))return _0x4ef2c1[_0x52bbcf(0x259)](_0xb480a1[_0x52bbcf(0x296)](_0x4e3b5d[_0x52bbcf(0x1d6)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x51e92e={})=>{const _0x30f562=a175_0x31a609,_0x52b5c4={'YtsYM':function(_0x4aca70,_0x597d13){return _0x4aca70(_0x597d13);}};return _0x52b5c4['YtsYM'](normalizeTestPlanId,_0x51e92e&&_0x51e92e[_0x30f562(0x29a)]&&_0x51e92e[_0x30f562(0x29a)][_0x30f562(0x218)]);};exports[a175_0x31a609(0x276)]=(_0x37d2f0={},_0x327f21=process[a175_0x31a609(0x1fc)],_0x5808ce=process[a175_0x31a609(0x1d0)])=>{const _0x5e9417=a175_0x31a609,_0x402254={'QPTkV':function(_0x3c7195,_0x29e74e){return _0x3c7195(_0x29e74e);},'VRJxM':function(_0x5c79a7,_0x5725fa){return _0x5c79a7(_0x5725fa);},'cybsv':function(_0x490b79,_0x1639c7){return _0x490b79(_0x1639c7);}};try{const _0x297913=_0x402254[_0x5e9417(0x1d7)](normalizeTestPlanId,_0x402254[_0x5e9417(0x24d)](readTestPlanIdFromCliArgs,_0x327f21));if(_0x297913)return _0x297913;const _0x55ffae=_0x402254[_0x5e9417(0x24d)](normalizeTestPlanId,_0x5808ce&&_0x5808ce[testHubConstants[_0x5e9417(0x25f)][_0x5e9417(0x233)]]);if(_0x55ffae)return _0x55ffae;return _0x402254['cybsv'](readTestPlanIdFromConfig,_0x37d2f0);}catch(_0x2e050d){return logger[_0x5e9417(0x244)](_0x5e9417(0x2a1)+(_0x2e050d&&_0x2e050d['message']?_0x2e050d['message']:_0x2e050d)),undefined;}};
|
|
1
|
+
const a175_0x52ba97=a175_0x44d1;(function(_0x5daec6,_0x47e322){const _0x23831e=a175_0x44d1,_0x457225=_0x5daec6();while(!![]){try{const _0x34722f=-parseInt(_0x23831e(0x10c))/0x1*(parseInt(_0x23831e(0xdf))/0x2)+-parseInt(_0x23831e(0xff))/0x3*(parseInt(_0x23831e(0x132))/0x4)+parseInt(_0x23831e(0x18d))/0x5+-parseInt(_0x23831e(0x11d))/0x6+parseInt(_0x23831e(0x142))/0x7+-parseInt(_0x23831e(0xd5))/0x8*(parseInt(_0x23831e(0x141))/0x9)+parseInt(_0x23831e(0x16c))/0xa;if(_0x34722f===_0x47e322)break;else _0x457225['push'](_0x457225['shift']());}catch(_0x5b3a7f){_0x457225['push'](_0x457225['shift']());}}}(a175_0xc79c,0x3c2ee));function a175_0x44d1(_0x44c643,_0x270232){const _0xc79c62=a175_0xc79c();return a175_0x44d1=function(_0x44d1be,_0x365654){_0x44d1be=_0x44d1be-0xd3;let _0x551b2a=_0xc79c62[_0x44d1be];return _0x551b2a;},a175_0x44d1(_0x44c643,_0x270232);}const bsSetupHelper=require(a175_0x52ba97(0x119)),LoadTestModule=require(a175_0x52ba97(0x18c)),{isTestObservabilitySession,getFrameworkVersion}=require(a175_0x52ba97(0xf4)),accessibilityHelper=require(a175_0x52ba97(0xea)),logger=require(a175_0x52ba97(0x10a))[a175_0x52ba97(0x11c)],{nestedKeyValue}=require('../helper.js'),scripts=require(a175_0x52ba97(0x13a)),globals=require('../globals.js'),testHubConstants=require('./constants.js'),PWTestDetails=require(a175_0x52ba97(0x17d)),JestTestDetails=require(a175_0x52ba97(0x16b)),{FRAMEWORKS}=require(a175_0x52ba97(0x104)),{isTurboScaleSession}=require(a175_0x52ba97(0xe2)),OrchestrationUtils=require('../test-orchestration/orchestrationUtils.js'),constants=require(a175_0x52ba97(0x1b0));let testData={};exports['getProductMap']=_0x20fb95=>{const _0x20062d=a175_0x52ba97,_0x5b9082={'UecMx':function(_0x307c5b){return _0x307c5b();},'PpfUm':function(_0x26b28b,_0x27aa6c){return _0x26b28b===_0x27aa6c;},'zjfiW':_0x20062d(0xd7)};let _0x57d7d2=![],_0x976159=![];if(bsSetupHelper[_0x20062d(0x19f)]()&&bsSetupHelper[_0x20062d(0x1aa)](_0x20fb95))_0x976159=!![];else bsSetupHelper[_0x20062d(0x19f)]()&&(_0x57d7d2=!![]);return Object['assign']({'observability':_0x5b9082[_0x20062d(0xe8)](isTestObservabilitySession),'accessibility':exports[_0x20062d(0x195)](_0x20fb95),'percy':_0x20fb95['percy']||![],'sr_automation':_0x5b9082['PpfUm'](process[_0x20062d(0x116)][_0x20062d(0xee)],_0x5b9082[_0x20062d(0x122)])||_0x20fb95[_0x20062d(0xf0)]||![],'automate':_0x57d7d2,'app_automate':_0x976159,'turboscale':bsSetupHelper[_0x20062d(0x158)](_0x20fb95),'lts':LoadTestModule[_0x20062d(0x179)](_0x20fb95)},bsSetupHelper[_0x20062d(0x11a)]());},exports[a175_0x52ba97(0x162)]=(_0x207f74,_0xaba58f)=>{const _0xa3f998=a175_0x52ba97,_0x44b845={'EEkSO':function(_0x51f254,_0x5ea99c){return _0x51f254(_0x5ea99c);},'DWMka':'javascript'},_0x486c69={'frameworkName':_0xaba58f,'frameworkVersion':_0x44b845['EEkSO'](getFrameworkVersion,_0xaba58f),'sdkVersion':bsSetupHelper[_0xa3f998(0x121)](),'language':_0x44b845[_0xa3f998(0x11b)],'testFramework':bsSetupHelper['getTestFrameworkDetails'](_0x207f74,_0xaba58f)};return process[_0xa3f998(0x116)]['FRAMEWORK_DETAILS']=JSON[_0xa3f998(0x12f)](_0x486c69),_0x486c69;},exports[a175_0x52ba97(0x112)]=_0x1304bb=>{const _0x3b5ba9=a175_0x52ba97,_0x3be5de={};_0x3be5de[_0x3b5ba9(0x156)]=_0x3b5ba9(0x173),_0x3be5de[_0x3b5ba9(0x14d)]=_0x3b5ba9(0xd7);const _0x31f1b1=_0x3be5de;process[_0x3b5ba9(0x116)][_0x3b5ba9(0x10d)]=_0x31f1b1[_0x3b5ba9(0x156)],bsSetupHelper[_0x3b5ba9(0x1ae)](_0x1304bb[_0x3b5ba9(0x188)][_0x3b5ba9(0x176)])&&(!_0x1304bb['percy']||!_0x1304bb[_0x3b5ba9(0x176)][_0x3b5ba9(0x15a)]())&&(process['env'][_0x3b5ba9(0x10d)]=_0x31f1b1[_0x3b5ba9(0x14d)]);},exports['isPercyBuild']=()=>{const _0xff4bd=a175_0x52ba97;return bsSetupHelper[_0xff4bd(0x1ae)](process[_0xff4bd(0x116)]['BROWSERSTACK_PERCY']);},exports[a175_0x52ba97(0x195)]=(_0x5d6a42={})=>{const _0x56400c=a175_0x52ba97,_0x4ad48d={};_0x4ad48d[_0x56400c(0x15e)]=function(_0x336c8e,_0x445bdd){return _0x336c8e!==_0x445bdd;},_0x4ad48d[_0x56400c(0x15f)]=function(_0x5d330e,_0x1edc99){return _0x5d330e===_0x1edc99;},_0x4ad48d[_0x56400c(0xde)]=_0x56400c(0xd7),_0x4ad48d[_0x56400c(0x1ad)]=function(_0x28e3fc,_0x319a5e){return _0x28e3fc>_0x319a5e;};const _0x1a2845=_0x4ad48d;if(_0x1a2845['glFxJ'](process[_0x56400c(0x116)][_0x56400c(0x124)],undefined))return bsSetupHelper[_0x56400c(0x1ae)](process[_0x56400c(0x116)][_0x56400c(0x124)]);let _0x343a7b=_0x1a2845[_0x56400c(0x15f)](process[_0x56400c(0x116)][_0x56400c(0xf6)],_0x1a2845[_0x56400c(0xde)]);return _0x1a2845[_0x56400c(0x1ad)](Object[_0x56400c(0x14b)](_0x5d6a42)[_0x56400c(0x140)],0x0)&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=accessibilityHelper[_0x56400c(0x182)](_0x5d6a42)),_0x343a7b=_0x343a7b||_0x1a2845['jlKSx'](process[_0x56400c(0x116)][_0x56400c(0x186)],_0x1a2845[_0x56400c(0xde)]),_0x343a7b;},exports[a175_0x52ba97(0xe4)]=(_0x221346,_0x81cddb)=>{const _0x2a7bd4=a175_0x52ba97,_0x3c7387={'QZBEA':function(_0x2abd71){return _0x2abd71();},'KmWig':_0x2a7bd4(0x171),'VRjuJ':_0x2a7bd4(0xd7),'TAzOc':function(_0x4411d2,_0x52f66e,_0x6243af){return _0x4411d2(_0x52f66e,_0x6243af);},'SCpZO':_0x2a7bd4(0x161),'yizbC':_0x2a7bd4(0x189)};if(!_0x221346||!_0x221346[_0x2a7bd4(0x161)])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x221346['observability'][_0x2a7bd4(0x146)])return exports[_0x2a7bd4(0xf8)](_0x221346[_0x2a7bd4(0x161)]),[null,null,null];if(_0x3c7387[_0x2a7bd4(0x198)](isTestObservabilitySession)){const _0x4da771=_0x3c7387[_0x2a7bd4(0x180)][_0x2a7bd4(0x16e)]('|');let _0x3f3b23=0x0;while(!![]){switch(_0x4da771[_0x3f3b23++]){case'0':process[_0x2a7bd4(0x116)][_0x2a7bd4(0xfd)]=_0x3c7387[_0x2a7bd4(0x103)];continue;case'1':return[_0x221346[_0x2a7bd4(0x126)],_0x221346['build_hashed_id'],process[_0x2a7bd4(0x116)][_0x2a7bd4(0x15b)]];case'2':logger['debug']('['+constants[_0x2a7bd4(0x1b1)]+_0x2a7bd4(0x151)+_0x221346[_0x2a7bd4(0xf7)]);continue;case'3':_0x3c7387[_0x2a7bd4(0x147)](nestedKeyValue,_0x221346,[_0x3c7387[_0x2a7bd4(0x129)],_0x3c7387[_0x2a7bd4(0x12d)]])&&(process['env'][_0x2a7bd4(0x15b)]=_0x221346[_0x2a7bd4(0x161)]['options'][_0x2a7bd4(0x131)][_0x2a7bd4(0xd4)]());continue;case'4':_0x221346[_0x2a7bd4(0xf7)]&&(process[_0x2a7bd4(0x116)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x221346[_0x2a7bd4(0xf7)]);continue;case'5':if(_0x221346['jwt']){process[_0x2a7bd4(0x116)]['BS_TESTOPS_JWT']=_0x221346[_0x2a7bd4(0x126)];const _0x47c2d8={};_0x47c2d8[_0x2a7bd4(0x1ab)]=_0x81cddb[_0x2a7bd4(0x1ab)],_0x47c2d8[_0x2a7bd4(0x102)]=_0x81cddb['password'],process[_0x2a7bd4(0x116)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON['stringify'](_0x47c2d8);}continue;}break;}}return[null,null,null];},exports[a175_0x52ba97(0xe3)]=_0xe7443f=>{const _0x84e7ef=a175_0x52ba97,_0x416228={'JJmtl':function(_0x356b10,_0x3b7a7d,_0x5d396e){return _0x356b10(_0x3b7a7d,_0x5d396e);},'GPavw':'accessibility','lRVcj':_0x84e7ef(0x189),'SAdhR':function(_0x56b7c8,_0x482321,_0x3a6818,_0x11fa05){return _0x56b7c8(_0x482321,_0x3a6818,_0x11fa05);},'eSANw':_0x84e7ef(0x167),'BlpXd':_0x84e7ef(0x14f),'SWwVV':function(_0x25e447,_0x1f0908,_0x5b6dba,_0x36cb29){return _0x25e447(_0x1f0908,_0x5b6dba,_0x36cb29);},'NETtz':'command','eBNVV':_0x84e7ef(0xdc),'ulpff':_0x84e7ef(0x134),'osPUM':'goog:chromeOptions','SzzUc':function(_0x30752f,_0x3da080){return _0x30752f(_0x3da080);},'cykom':function(_0x1074af,_0x3dfc08){return _0x1074af===_0x3dfc08;},'vXude':_0x84e7ef(0xd7),'lXeLM':_0x84e7ef(0x10e)};if(!_0xe7443f[_0x84e7ef(0x155)])return exports[_0x84e7ef(0x109)](),[null,null];if(!_0xe7443f[_0x84e7ef(0x155)]['success'])return exports[_0x84e7ef(0x109)](_0xe7443f[_0x84e7ef(0x155)]),[null,null];if(_0x416228[_0x84e7ef(0x172)](nestedKeyValue,_0xe7443f,[_0x416228['GPavw'],_0x416228[_0x84e7ef(0x123)]])){const {accessibilityToken:_0x1f6b77,scannerVersion:_0x2926ae,scannerProcessingTimeout:_0xb5a2b1,isMobileScanningEnabledForGroup:_0x3010b8}=_0x416228[_0x84e7ef(0x16d)](jsonifyAccessibilityArray,_0xe7443f['accessibility'][_0x84e7ef(0x189)][_0x84e7ef(0x1a6)],_0x416228[_0x84e7ef(0xfc)],_0x416228[_0x84e7ef(0xd3)]),_0x36355d={'scripts':_0x416228['SWwVV'](jsonifyAccessibilityArray,_0xe7443f[_0x84e7ef(0x155)][_0x84e7ef(0x189)][_0x84e7ef(0x1a9)],_0x416228[_0x84e7ef(0xfc)],_0x416228[_0x84e7ef(0x191)])};_0x36355d[_0x416228[_0x84e7ef(0x136)]]=_0xe7443f['accessibility'][_0x84e7ef(0x189)]['commandsToWrap']['commands'];const _0x37ad27=_0x416228[_0x84e7ef(0x17c)](jsonifyAccessibilityArray,_0xe7443f[_0x84e7ef(0x155)][_0x84e7ef(0x189)][_0x84e7ef(0x1a6)],_0x416228[_0x84e7ef(0xfc)],_0x416228[_0x84e7ef(0xd3)]);_0x36355d[_0x416228[_0x84e7ef(0xe7)]]=_0x37ad27[_0x416228[_0x84e7ef(0xeb)]],scripts[_0x84e7ef(0x114)](_0x36355d),scripts[_0x84e7ef(0x17f)]();let _0x5c340a=process[_0x84e7ef(0x116)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];_0x5c340a=!!_0x5c340a?JSON['parse'](_0x5c340a):{},_0x5c340a['scannerVersion']=_0x2926ae,process[_0x84e7ef(0x116)][_0x84e7ef(0x177)]=JSON[_0x84e7ef(0x12f)](_0x5c340a),process['env'][_0x84e7ef(0x197)]=_0x1f6b77,process[_0x84e7ef(0x116)][_0x84e7ef(0x107)]=_0x416228['SzzUc'](String,_0x416228['cykom'](_0x3010b8,!![])||_0x416228[_0x84e7ef(0x19d)](_0x3010b8,_0x416228[_0x84e7ef(0x110)])),logger['debug'](_0x84e7ef(0x106)+_0xe7443f['build_hashed_id']);const _0x38998e=accessibilityHelper[_0x84e7ef(0x1a7)](_0x1f6b77);return _0x38998e&&bsSetupHelper['isTrue'](_0x38998e['skipCDPConnectOverride'])&&(process['env'][_0x84e7ef(0x130)]=!![],logger[_0x84e7ef(0x18e)](_0x416228[_0x84e7ef(0x14a)])),[_0x1f6b77,_0xe7443f[_0x84e7ef(0xf7)],_0xb5a2b1];}return[null,null];},exports[a175_0x52ba97(0xf8)]=_0x577266=>{const _0x4310f6=a175_0x52ba97,_0x555ffc={};_0x555ffc[_0x4310f6(0x178)]='3|6|5|1|4|2|0',_0x555ffc[_0x4310f6(0x1a8)]=_0x4310f6(0xe9),_0x555ffc['cvbYi']=_0x4310f6(0x173);const _0x167c12=_0x555ffc,_0x2d3636=_0x167c12['dGnQi'][_0x4310f6(0x16e)]('|');let _0x223d1b=0x0;while(!![]){switch(_0x2d3636[_0x223d1b++]){case'0':exports[_0x4310f6(0x1af)](_0x577266,testHubConstants[_0x4310f6(0x199)]);continue;case'1':process[_0x4310f6(0x116)][_0x4310f6(0x192)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'2':process['env'][_0x4310f6(0x15b)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'3':process['env'][_0x4310f6(0x193)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'4':process[_0x4310f6(0x116)][_0x4310f6(0x170)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'5':process[_0x4310f6(0x116)]['BS_TESTOPS_BUILD_COMPLETED']=_0x167c12[_0x4310f6(0x113)];continue;case'6':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x167c12[_0x4310f6(0x1a8)];continue;}break;}},exports[a175_0x52ba97(0x109)]=_0x37e4c4=>{const _0x5d9dfa=a175_0x52ba97,_0x206926={};_0x206926[_0x5d9dfa(0x169)]=_0x5d9dfa(0xed),_0x206926[_0x5d9dfa(0xe6)]='false',_0x206926[_0x5d9dfa(0x111)]=_0x5d9dfa(0xe9);const _0x57865f=_0x206926,_0x315dfd=_0x57865f['jVZja'][_0x5d9dfa(0x16e)]('|');let _0x5f5688=0x0;while(!![]){switch(_0x315dfd[_0x5f5688++]){case'0':process['env'][_0x5d9dfa(0x186)]=_0x57865f[_0x5d9dfa(0xe6)];continue;case'1':process['env'][_0x5d9dfa(0x118)]=_0x57865f[_0x5d9dfa(0x111)];continue;case'2':process['env'][_0x5d9dfa(0xf6)]=_0x57865f['Nsevv'];continue;case'3':exports[_0x5d9dfa(0x1af)](_0x37e4c4,testHubConstants['ACCESSIBILITY']);continue;case'4':process[_0x5d9dfa(0x116)][_0x5d9dfa(0x193)]=_0x57865f[_0x5d9dfa(0x111)];continue;}break;}},exports[a175_0x52ba97(0x1af)]=(_0x22c205,_0x337d10='')=>{const _0x4fd5e0=a175_0x52ba97,_0x474ed1={};_0x474ed1[_0x4fd5e0(0x1a0)]=function(_0x4f643f,_0x23b21e){return _0x4f643f===_0x23b21e;};const _0x192b93=_0x474ed1;if(_0x192b93['euSRb'](_0x22c205,undefined)){logger[_0x4fd5e0(0x181)](_0x337d10[_0x4fd5e0(0xd9)]()+_0x4fd5e0(0xfe));return;}for(const _0x3004fd of _0x22c205[_0x4fd5e0(0x13e)]){const _0x5cccff=_0x3004fd[_0x4fd5e0(0xd8)],_0x19d244=_0x3004fd[_0x4fd5e0(0x152)];if(_0x19d244)switch(_0x5cccff){case testHubConstants[_0x4fd5e0(0x18f)][_0x4fd5e0(0x16a)]:logger[_0x4fd5e0(0x181)](_0x19d244);break;case testHubConstants['ERROR'][_0x4fd5e0(0x15d)]:logger[_0x4fd5e0(0x11f)](_0x19d244);break;case testHubConstants[_0x4fd5e0(0x18f)][_0x4fd5e0(0x13d)]:logger[_0x4fd5e0(0x181)](_0x19d244);break;default:logger[_0x4fd5e0(0x181)](_0x19d244);}}};const jsonifyAccessibilityArray=(_0x499050,_0x22eb3d,_0x5cdef4)=>{const _0x523da3={};return _0x499050['forEach'](_0x5ab94a=>{_0x523da3[_0x5ab94a[_0x22eb3d]]=_0x5ab94a[_0x5cdef4];}),_0x523da3;};exports[a175_0x52ba97(0x153)]=_0x407592=>{const _0x238d55=a175_0x52ba97;_0x407592[_0x238d55(0x126)]&&(process[_0x238d55(0x116)][_0x238d55(0x118)]=_0x407592[_0x238d55(0x126)]);_0x407592[_0x238d55(0xf7)]&&(process[_0x238d55(0x116)]['BROWSERSTACK_TESTHUB_UUID']=_0x407592['build_hashed_id'],logger[_0x238d55(0x18e)](_0x238d55(0x164)+_0x407592[_0x238d55(0xf7)]));;},exports[a175_0x52ba97(0x1ac)]=(_0xec7bff='',_0x1a032d='')=>{const _0x4d67ac=a175_0x52ba97,_0x1c4c8f={'hjvqL':function(_0x11df08){return _0x11df08();},'fyzjN':function(_0x535af5,_0x4f9dcb){return _0x535af5===_0x4f9dcb;},'PgEZZ':'uploadEventData','iJPxe':_0x4d67ac(0x149),'uoUBZ':_0x4d67ac(0x196),'LUDJI':function(_0x2d4b3d){return _0x2d4b3d();},'WcAtY':_0x4d67ac(0x16f),'orTxI':'HookRunFinished'};if(exports['isPercyBuild']()&&!exports['isAccessibilityEnabled']()&&!_0x1c4c8f['hjvqL'](isTestObservabilitySession)){if(_0x1c4c8f['fyzjN'](_0x1a032d,_0x1c4c8f[_0x4d67ac(0x19c)]))return![];if([_0x1c4c8f[_0x4d67ac(0x184)],_0x1c4c8f[_0x4d67ac(0x1b4)]][_0x4d67ac(0x190)](_0xec7bff))return![];return!![];}if(exports[_0x4d67ac(0x195)]()&&!_0x1c4c8f[_0x4d67ac(0xf3)](isTestObservabilitySession)){if([_0x1c4c8f[_0x4d67ac(0x108)],_0x1c4c8f[_0x4d67ac(0x120)],_0x1c4c8f[_0x4d67ac(0x184)]][_0x4d67ac(0x190)](_0xec7bff))return![];return!![];}return exports['isAccessibilityEnabled']()||_0x1c4c8f['hjvqL'](isTestObservabilitySession)||exports[_0x4d67ac(0xf9)]();},exports[a175_0x52ba97(0x12e)]=(_0x543721,_0x51e309,_0x3396b3='',_0x1d9a2e)=>{const _0x4127f3=a175_0x52ba97,_0x216674={'xtPLK':'HookRunStarted','jpjGL':_0x4127f3(0x17e),'zjbfQ':function(_0x340386,_0x1e0aa8){return _0x340386===_0x1e0aa8;},'TqwQS':_0x4127f3(0xda),'jFcMd':'isAccessibilityPlatform','IvkoJ':_0x4127f3(0x155),'FKDbl':function(_0x5355f5,_0x227d51){return _0x5355f5&&_0x227d51;},'HhuZv':function(_0x2c5871,_0xd7ffd6){return _0x2c5871===_0xd7ffd6;},'WPitQ':function(_0x3ffeed,_0x5a075f){return _0x3ffeed+_0x5a075f;},'omMrG':function(_0x123fce,_0x3c03b5){return _0x123fce+_0x3c03b5;},'RzNPy':function(_0x1e4323,_0x38ca35){return _0x1e4323&&_0x38ca35;},'pOwOJ':function(_0x489f11,_0x1a8215){return _0x489f11(_0x1a8215);},'yWYgm':'../../bin/jasmine/testRunMap.js','mUnvY':function(_0x464527,_0x3bf7bf){return _0x464527+_0x3bf7bf;},'mrAxx':function(_0x34d380,_0xc309b5){return _0x34d380&&_0xc309b5;},'fihUr':function(_0x50a423,_0x4a92cf){return _0x50a423===_0x4a92cf;},'ELWZu':function(_0x198676,_0x4c0aef){return _0x198676!==_0x4c0aef;},'eXjoD':_0x4127f3(0x1a2),'wpYZd':function(_0x101252,_0x52e482){return _0x101252===_0x52e482;},'rVqYw':function(_0x5a957e,_0xc36127){return _0x5a957e&&_0xc36127;},'RbwNO':function(_0x23afe4,_0x37b29c){return _0x23afe4===_0x37b29c;},'oPGxx':function(_0x2d2a75,_0x309eee){return _0x2d2a75&&_0x309eee;},'sRpYs':'product_map'};if([_0x216674[_0x4127f3(0x163)],_0x216674['jpjGL']][_0x4127f3(0x190)](_0x51e309))return;let _0x10f43f={};try{process[_0x4127f3(0x116)]['BROWSERSTACK_PRODUCT_MAP']&&(_0x10f43f=JSON[_0x4127f3(0xdb)](process[_0x4127f3(0x116)][_0x4127f3(0x13f)])||{});}catch(_0x414d36){logger[_0x4127f3(0x18e)](_0x4127f3(0x175)+_0x414d36),_0x10f43f={};}if(exports[_0x4127f3(0x195)]()){if(_0x216674[_0x4127f3(0x1a1)](_0x1d9a2e,FRAMEWORKS['MOCHA'])){const _0x15fb77=globals['getGlobal'](_0x216674[_0x4127f3(0x18a)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x3396b3[_0x4127f3(0xe0)](),!![]),_0x10de1a=globals[_0x4127f3(0x127)](_0x216674[_0x4127f3(0x148)]);_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x133)](_0x10de1a,_0x15fb77);}if(_0x216674[_0x4127f3(0x168)](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0x117)])){const _0x2fe437=_0x216674[_0x4127f3(0x10f)](_0x216674[_0x4127f3(0x12c)](_0x543721[_0x4127f3(0x137)]['join']('\x20'),'\x20'),_0x3396b3['name']),_0x32a074=globals[_0x4127f3(0x127)](_0x216674[_0x4127f3(0x18a)])||accessibilityHelper[_0x4127f3(0x12b)](_0x2fe437,![]),_0x4dd396=browserStackGlobals[_0x4127f3(0x150)];_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x1a4)](_0x4dd396,_0x32a074);}if(_0x216674[_0x4127f3(0x168)](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0x1b3)])){const _0x3fbe97=_0x216674[_0x4127f3(0x143)](require,_0x216674[_0x4127f3(0xe1)]),_0x5f27fe=_0x3396b3&&_0x3fbe97[_0x4127f3(0x17b)](_0x3396b3['id'])||_0x543721[_0x4127f3(0xd6)];_0x5f27fe&&(_0x543721['uuid']=_0x5f27fe);const _0x34f303=_0x216674[_0x4127f3(0x10f)](_0x216674[_0x4127f3(0x15c)](_0x543721[_0x4127f3(0x137)][_0x4127f3(0xdd)]('\x20'),'\x20'),_0x3396b3['description']||_0x543721[_0x4127f3(0x167)]),_0x447eb7=globals[_0x4127f3(0x127)](_0x216674[_0x4127f3(0x18a)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x34f303,![]),_0x1f50d2=globals[_0x4127f3(0x127)](_0x216674['jFcMd']);_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x105)](_0x1f50d2,_0x447eb7);}_0x216674['fihUr'](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0xf1)])&&_0x216674[_0x4127f3(0xe5)](_0x51e309,_0x216674['eXjoD'])&&(_0x10f43f[_0x216674[_0x4127f3(0x183)]]=PWTestDetails[_0x4127f3(0x187)](_0x543721[_0x4127f3(0xd6)]));if(_0x216674[_0x4127f3(0x1b2)](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0x19a)])){const _0x2741c3=accessibilityHelper['shouldScanTestForAccessibility'](_0x3396b3['titlePath'](),!![]),_0x5b816c=global[_0x4127f3(0x138)];_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x185)](_0x5b816c,_0x2741c3);}if(_0x216674['RbwNO'](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0xec)])){const _0x43f4c1=accessibilityHelper[_0x4127f3(0x12b)](null,![],_0x543721['tags']),_0x526f7b=globals['getGlobal'](_0x216674[_0x4127f3(0x148)]);_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674['oPGxx'](_0x526f7b,_0x43f4c1);}}_0x543721[_0x216674[_0x4127f3(0x12a)]]=_0x10f43f;},exports[a175_0x52ba97(0x135)]=_0xc8670f=>{const _0x1f3916=a175_0x52ba97,_0x531894={};_0x531894[_0x1f3916(0x11e)]=function(_0x1c684d,_0x1f55c5){return _0x1c684d>_0x1f55c5;};const _0x14ceb6=_0x531894;let _0x20af7b={};if(_0x14ceb6[_0x1f3916(0x11e)](Object[_0x1f3916(0x14b)](testData)['length'],0x0))return testData;_0x20af7b=JestTestDetails[_0x1f3916(0x14c)]();if(_0x14ceb6['JkOzB'](Object[_0x1f3916(0x14b)](_0x20af7b)[_0x1f3916(0x140)],0x0))return _0x20af7b;return _0x20af7b;},exports[a175_0x52ba97(0x154)]=(_0x16ed15,_0x2fcc44={})=>{const _0x5cbc9e=a175_0x52ba97;if(bsSetupHelper[_0x5cbc9e(0x100)](_0x2fcc44[_0x5cbc9e(0xf5)]))return;switch(_0x16ed15){case FRAMEWORKS[_0x5cbc9e(0x14e)]:testData=_0x2fcc44['test_run'];break;case FRAMEWORKS[_0x5cbc9e(0x117)]:JestTestDetails[_0x5cbc9e(0x157)](_0x2fcc44[_0x5cbc9e(0xf5)]);break;case FRAMEWORKS[_0x5cbc9e(0x1b3)]:testData=_0x2fcc44[_0x5cbc9e(0xf5)];break;default:break;}},exports[a175_0x52ba97(0x160)]=_0x36da42=>{const _0x579fa1=a175_0x52ba97,_0xe82fc1={};_0xe82fc1[_0x579fa1(0xef)]=function(_0x146f65,_0x4ee2d9){return _0x146f65!==_0x4ee2d9;},_0xe82fc1[_0x579fa1(0x1a5)]=function(_0x149ecd,_0x30ffd7){return _0x149ecd!==_0x30ffd7;},_0xe82fc1['qBXdx']=function(_0x379e3f,_0x3fa316){return _0x379e3f!==_0x3fa316;};const _0xdd02fb=_0xe82fc1;if(_0xdd02fb[_0x579fa1(0xef)](_0x36da42[_0x579fa1(0x155)],null)&&_0xdd02fb[_0x579fa1(0x1a5)](_0x36da42[_0x579fa1(0x155)],undefined))return _0x36da42['accessibility'];let _0x4cb720=![],_0x5b0747=![];if(_0x36da42[_0x579fa1(0x10b)])for(const _0x37f2a0 of _0x36da42[_0x579fa1(0x10b)]){_0xdd02fb[_0x579fa1(0x17a)](_0x37f2a0[_0x579fa1(0x155)],null)&&_0xdd02fb[_0x579fa1(0x17a)](_0x37f2a0['accessibility'],undefined)&&(_0x4cb720=_0x4cb720||bsSetupHelper[_0x579fa1(0x1ae)](_0x37f2a0['accessibility']),_0x5b0747=!![]);}if(_0x5b0747)return _0x4cb720;return null;},exports['getTestOrchestrationBuildStartData']=_0x4214de=>{const _0x44c589=a175_0x52ba97;if(!_0x4214de)return{};const _0x579acf=new OrchestrationUtils(_0x4214de);return _0x579acf[_0x44c589(0xf2)]();},exports['getProductMapForBuildStartCall']=_0x43075b=>{const _0x22df7d=a175_0x52ba97,_0x678ff3={'ExHim':function(_0x4e14e9){return _0x4e14e9();},'WBDGk':function(_0x4bfb6e,_0x1a3219){return _0x4bfb6e===_0x1a3219;},'ZqCqP':_0x22df7d(0xd7)};let _0x319994=![],_0x21d2b5=![];if(bsSetupHelper[_0x22df7d(0x19f)]()&&bsSetupHelper[_0x22df7d(0x1aa)](_0x43075b))_0x21d2b5=!![];else bsSetupHelper[_0x22df7d(0x19f)]()&&(_0x319994=!![]);return Object[_0x22df7d(0x139)]({'observability':_0x678ff3[_0x22df7d(0x165)](isTestObservabilitySession),'accessibility':exports[_0x22df7d(0x160)](_0x43075b),'percy':_0x43075b[_0x22df7d(0x176)]||![],'sr_automation':_0x678ff3[_0x22df7d(0xfb)](process['env'][_0x22df7d(0xee)],_0x678ff3['ZqCqP'])||_0x43075b[_0x22df7d(0xf0)]||![],'automate':_0x319994,'app_automate':_0x21d2b5,'turboscale':bsSetupHelper[_0x22df7d(0x158)](_0x43075b),'lts':LoadTestModule['isLTSSession'](_0x43075b)},bsSetupHelper[_0x22df7d(0x11a)]());};const normalizeTestPlanId=_0x4a8d72=>{const _0xda968a=a175_0x52ba97,_0x50ba3c={};_0x50ba3c[_0xda968a(0x166)]=function(_0x3d8dbb,_0x251265){return _0x3d8dbb!==_0x251265;},_0x50ba3c[_0xda968a(0x144)]=_0xda968a(0x101),_0x50ba3c['KOqCv']=function(_0x379083,_0x120092){return _0x379083>_0x120092;};const _0xa40a19=_0x50ba3c;if(_0xa40a19[_0xda968a(0x166)](typeof _0x4a8d72,_0xa40a19['XFtHU']))return undefined;const _0x2d2d85=_0x4a8d72[_0xda968a(0x13c)]();return _0xa40a19[_0xda968a(0x128)](_0x2d2d85[_0xda968a(0x140)],0x0)?_0x2d2d85:undefined;},readTestPlanIdFromCliArgs=(_0x193e72=process['argv'])=>{const _0x2c2fc5=a175_0x52ba97,_0x53e647={};_0x53e647['fHuoW']=function(_0x368f32,_0x4c9c0d){return _0x368f32<_0x4c9c0d;},_0x53e647[_0x2c2fc5(0x159)]=function(_0x267477,_0x4dc8a5){return _0x267477===_0x4dc8a5;},_0x53e647[_0x2c2fc5(0x145)]=function(_0xbeb2fc,_0x231946){return _0xbeb2fc+_0x231946;},_0x53e647[_0x2c2fc5(0x115)]=function(_0x2aca77,_0xc244f5){return _0x2aca77+_0xc244f5;};const _0x4f59c5=_0x53e647,_0x54c60e='--'+testHubConstants[_0x2c2fc5(0x19b)];for(let _0x1d390f=0x0;_0x4f59c5[_0x2c2fc5(0x1a3)](_0x1d390f,_0x193e72['length']);_0x1d390f+=0x1){const _0x570c74=_0x193e72[_0x1d390f];if(_0x4f59c5['ZlOIe'](_0x570c74,_0x54c60e)){const _0x3ba575=_0x193e72[_0x4f59c5[_0x2c2fc5(0x145)](_0x1d390f,0x1)];if(!_0x3ba575||_0x3ba575[_0x2c2fc5(0xfa)]('--'))return undefined;return _0x3ba575;}if(_0x570c74[_0x2c2fc5(0xfa)](_0x54c60e+'='))return _0x570c74[_0x2c2fc5(0x19e)](_0x4f59c5['PpWIT'](_0x54c60e[_0x2c2fc5(0x140)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x4c5b93={})=>{const _0x54b1e3=a175_0x52ba97,_0x3558f8={'Lvqiu':function(_0x3b0975,_0x2500f6){return _0x3b0975(_0x2500f6);}};return _0x3558f8[_0x54b1e3(0x18b)](normalizeTestPlanId,_0x4c5b93&&_0x4c5b93['testManagementOptions']&&_0x4c5b93[_0x54b1e3(0x174)][_0x54b1e3(0x125)]);};function a175_0xc79c(){const _0x4b08c4=['xtPLK','BROWSERSTACK_TESTHUB_UUID:\x20','ExHim','CReCC','name','HhuZv','jVZja','INVALID_CREDENTIALS','../../bin/jest/test-observability/test-details.js','7099260RyNsZq','SAdhR','split','HookRunStarted','BS_TESTOPS_BUILD_HASHED_ID','0|5|4|3|2|1','JJmtl','false','testManagementOptions','Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20','percy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','dGnQi','isLTSSession','qBXdx','get','SWwVV','../../bin/playwright/reporter/test-details.js','HookRunFinished','toJson','KmWig','error','checkAccessibilityPlatformConfig','IvkoJ','iJPxe','rVqYw','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','getAccessibilityPlatformValidation','config','options','TqwQS','Lvqiu','../../bin/v2/modules/loadTestModule','890905NUTtlg','debug','ERROR','includes','NETtz','BS_TESTOPS_JWT','BROWSERSTACK_TESTHUB_UUID','getTestPlanId','isAccessibilityEnabled','CBTSessionCreated','BS_A11Y_JWT','QZBEA','OBSERVABILITY','CODECEPT','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','PgEZZ','cykom','slice','isBrowserstackInfra','euSRb','zjbfQ','TestRunStarted','fHuoW','RzNPy','GFgLW','capabilities','parseA11yJwtPayload','JVgek','scripts','isAppAutomateSession','username','shouldProcessEventForTesthub','EJgkR','isTrue','logBuildError','../../bin/utils/constants.js','TEST_REPORTING_ANALYTICS','wpYZd','JASMINE','uoUBZ','BlpXd','toString','2152saxTMV','uuid','true','key','toUpperCase','bstackA11yShouldScan','parse','commands','join','VMFAU','34YOWqdb','titlePath','yWYgm','../ats/helper','setAccessibilityVariables','setTestObservabilityVariables','ELWZu','Nsevv','ulpff','UecMx','null','../accessibility-automation/helper','osPUM','CUCUMBER','4|1|2|0|3','BROWSERSTACK_SR_AUTOMATION','bygnp','sr_automation','PLAYWRIGHT','getBuildStartData','LUDJI','../test-observability/utils','test_run','BROWSERSTACK_TEST_ACCESSIBILITY_YML','build_hashed_id','handleErrorForObservability','isPercyBuild','startsWith','WBDGk','eSANw','BS_TESTOPS_BUILD_COMPLETED','\x20Build\x20creation\x20failed','941001jpUrIH','isUndefined','string','password','VRjuJ','../test-observability/constants.js','mrAxx','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','WcAtY','handleErrorForAccessibility','../logger','platforms','15761doZNDO','BROWSERSTACK_PERCY','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','WPitQ','vXude','jWZhY','setPercyFlag','cvbYi','parseFromJson','PpWIT','env','JEST','BROWSERSTACK_TESTHUB_JWT','../helper','getCentralUser','DWMka','winstonLogger','1419246QJlBzn','JkOzB','info','orTxI','getAgentVersion','zjfiW','lRVcj','BROWSERSTACK_ACCESSIBILITY','testPlanId','jwt','getGlobal','KOqCv','SCpZO','sRpYs','shouldScanTestForAccessibility','omMrG','yizbC','appendTesthubParams','stringify','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','allow_screenshots','4CfxXAQ','FKDbl','nonBStackInfraA11yChromeOptions','getCurrentTestData','eBNVV','scopes','accessibilityPlatform','assign','../accessibility-automation/scripts.js','JisAs','trim','DEPRECATED','errors','BROWSERSTACK_PRODUCT_MAP','length','7389AdIuXx','2781779mmEcIV','pOwOJ','XFtHU','uDQzw','success','TAzOc','jFcMd','LogCreated','lXeLM','keys','getTestData','iVyWj','MOCHA','value','isAccessibilityPlatform',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','message','setTestHubCommonMetaInfo','setCurrentTestData','accessibility','cVVDn','setTestData','isTurboScaleSession','ZlOIe','isRunning','BS_TESTOPS_ALLOW_SCREENSHOTS','mUnvY','ACCESS_DENIED','glFxJ','jlKSx','getAccessibilityValueFromYml','observability','getFrameworkDetails'];a175_0xc79c=function(){return _0x4b08c4;};return a175_0xc79c();}exports[a175_0x52ba97(0x194)]=(_0x5e4d58={},_0x30cf3a=process['argv'],_0x5edc39=process[a175_0x52ba97(0x116)])=>{const _0x31e00e=a175_0x52ba97,_0x22ff92={'JisAs':function(_0x34233e,_0x128464){return _0x34233e(_0x128464);}};try{const _0x346d81=_0x22ff92[_0x31e00e(0x13b)](normalizeTestPlanId,_0x22ff92[_0x31e00e(0x13b)](readTestPlanIdFromCliArgs,_0x30cf3a));if(_0x346d81)return _0x346d81;const _0x24b310=_0x22ff92[_0x31e00e(0x13b)](normalizeTestPlanId,_0x5edc39&&_0x5edc39[testHubConstants['ENV_VAR']['BROWSERSTACK_TEST_PLAN_ID']]);if(_0x24b310)return _0x24b310;return _0x22ff92['JisAs'](readTestPlanIdFromConfig,_0x5e4d58);}catch(_0x2ebb7e){return logger[_0x31e00e(0x18e)]('Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20'+(_0x2ebb7e&&_0x2ebb7e[_0x31e00e(0x152)]?_0x2ebb7e[_0x31e00e(0x152)]:_0x2ebb7e)),undefined;}};
|
package/src/helpers/utilities.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a176_0x31ee(){const _0x5ad5a5=['selenium-webdriver','APP_AUTOMATE_PRODUCTS','event_properties','[REDACTED]','\x20response\x20-\x20','trim','W_OK','DDTOW','../bin/playwright/reporter/pwUtils','stringify','debug','source','stopPercy','QFFiE','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','push','revAz','hostname','../helpers/testhub/constants','version','constants','Ypirh','LZRMn','54UNQbwi',',\x20testhub\x20id:\x20','application/json','finishedMetadata','framework','getStackTraceAsString','format','sanitizeBrowserStackConfig','ONhSW','dqIGg','errorMessage','chmodSync','VbCxt','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','keys','ZmqBm','playwrightVersion','sWprP','_buildHashedId','DAHWD','finalExecution','assign','config','fIDLT','content-type','Directory\x20','610070cjCKBH','osVersion','\x20:\x20','WXGtV','getPackageVersion','BROWSERSTACK_TESTHUB_UUID','eHjbP','sdkRunId','117678MKmxPa','2625282ttWpvZ','./performance/performance-tester','object','../bin/utils/constants','16KcUNwD','ngQMY','null','undefined','APP_AUTOMATE','isBrowserstackInfra','apply','ywMQY','TJfOi','Vjsae','429124IRauZT','BCLJy','split','SDK\x20run\x20ended\x20for\x20id:\x20','LyRUF','vfjiN','env','values','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','getUserName','ZZwbj','unhandledErrors','length','\x20has\x20now\x20read/write/execute\x20permissions.','notifyUpdate','info','cmBaP','Error\x20in\x20firing\x20request\x20to\x20','getNodeAgent','nodeRequest','browser','seleniumVersion','ENV_VAR','toString','replace','getAccessKey','./helper','reduce','killSignal','hnxdz','sendLogs','type','./testhub/utils','fireFunnelTestEvent','parse','SDKTestSuccessful','accessSync','pKtxH','API\x20Event\x20','forEach','732081AOCAEn','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','getTurboScaleSessionsList','getTestFrameworkDetails','util','error','./globals','AUTOMATE','isTurboScaleSession','QTQnY','ERIie','319677MgkUZk','rlNVX','browserStackConfig','getOptimalHubUrl','globalException','nodejs','aVumj','user_killed','Playwright','finalExecutionRan','_hubAllocationData','buildName','AUTOMATE_PRODUCTS','Lzjzf','getBuildLink','getSessionsList','6937792kdzYBd','codeceptjs','getGlobal'];a176_0x31ee=function(){return _0x5ad5a5;};return a176_0x31ee();}function a176_0x1ffd(_0x2a66a6,_0x169f35){const _0x31ee67=a176_0x31ee();return a176_0x1ffd=function(_0x1ffdae,_0x2430ff){_0x1ffdae=_0x1ffdae-0x9d;let _0x2e2083=_0x31ee67[_0x1ffdae];return _0x2e2083;},a176_0x1ffd(_0x2a66a6,_0x169f35);}const a176_0x19d103=a176_0x1ffd;(function(_0x44de95,_0x5acc69){const _0x412565=a176_0x1ffd,_0x3929ff=_0x44de95();while(!![]){try{const _0x532bbf=-parseInt(_0x412565(0xa6))/0x1+parseInt(_0x412565(0xb5))/0x2+parseInt(_0x412565(0xe8))/0x3+-parseInt(_0x412565(0xab))/0x4*(-parseInt(_0x412565(0x9e))/0x5)+parseInt(_0x412565(0x112))/0x6*(parseInt(_0x412565(0xdd))/0x7)+-parseInt(_0x412565(0xf8))/0x8+-parseInt(_0x412565(0xa7))/0x9;if(_0x532bbf===_0x5acc69)break;else _0x3929ff['push'](_0x3929ff['shift']());}catch(_0x275e3d){_0x3929ff['push'](_0x3929ff['shift']());}}}(a176_0x31ee,0x73ae0));const os=require('os'),util=require(a176_0x19d103(0xe1)),fs=require('fs'),{getProductMap}=require(a176_0x19d103(0xd5)),logger=require('./logger')['winstonLogger'],constants=require(a176_0x19d103(0xaa)),testHubConstants=require(a176_0x19d103(0x10d)),{getTransformPath}=require(a176_0x19d103(0x103)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a176_0x19d103(0xaa)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a176_0x19d103(0xcf)),PerformanceTester=require(a176_0x19d103(0xa8)),globals=require(a176_0x19d103(0xe3)),helper=require(a176_0x19d103(0xcf)),{isTestObservabilitySession}=require('./test-observability/utils');let unhandledErrors='';exports[a176_0x19d103(0xd6)]=async(_0x3f4541,_0x5f1ed6={},_0x5385ef,_0xd7b1b,_0x297ba8=![])=>{const _0x1081b0=a176_0x19d103,_0x4b407b={'LZRMn':function(_0x2d92e5,_0x2c8f92){return _0x2d92e5===_0x2c8f92;},'pKtxH':_0x1081b0(0xa9),'QFFiE':function(_0x471f78,_0x5d2015){return _0x471f78>_0x5d2015;},'jsOnX':'tests','ERIie':function(_0x55877c){return _0x55877c();},'VqDBy':function(_0x1137a4,_0x35592b){return _0x1137a4==_0x35592b;},'VkVyS':_0x1081b0(0xad),'hnxdz':function(_0x1fdbdf,_0x5d9351){return _0x1fdbdf===_0x5d9351;},'revAz':_0x1081b0(0xae),'ttjRd':_0x1081b0(0xf9),'EOONT':function(_0x22f6cd,_0x3eb736){return _0x22f6cd>_0x3eb736;},'Ypirh':function(_0x57c188,_0x4c475f){return _0x57c188!==_0x4c475f;},'ngQMY':_0x1081b0(0xf0),'VbCxt':_0x1081b0(0xe2),'rlNVX':function(_0xa7a090,_0x10fe55){return _0xa7a090>_0x10fe55;},'ZmqBm':function(_0x5574e7,_0x396ef1){return _0x5574e7+_0x396ef1;},'xWpRB':_0x1081b0(0x11f),'BCLJy':_0x1081b0(0x124),'HDRpR':function(_0x3d3577,_0x4b4a61){return _0x3d3577(_0x4b4a61);},'AZdAZ':function(_0x1a2e08,_0x4d0a39){return _0x1a2e08(_0x4d0a39);},'Lzjzf':'unknown','QTQnY':_0x1081b0(0xed),'DAHWD':'SDKTestSuccessful','TJfOi':function(_0x1baa10,_0x478bbb){return _0x1baa10===_0x478bbb;},'RjZjr':_0x1081b0(0xfb),'Vjsae':_0x1081b0(0x114),'DDTOW':_0x1081b0(0xfe),'ywMQY':'POST'};let _0x397dca=[];if(helper[_0x1081b0(0xb0)]()&&_0x4b407b[_0x1081b0(0xe7)](isTestObservabilitySession))_0x397dca=helper['isAppAutomateSession'](_0x5385ef)?constants[_0x1081b0(0xfc)]:constants[_0x1081b0(0xf4)];else{if(_0x4b407b['ERIie'](isTestObservabilitySession))_0x397dca=constants[_0x1081b0(0xde)];else helper[_0x1081b0(0xb0)]()&&(_0x397dca=helper['isAppAutomateSession'](_0x5385ef)?constants[_0x1081b0(0xaf)]:constants[_0x1081b0(0xe4)]);}let _0x4dfc58=_0x5385ef['buildIdentifier'];if(_0x4b407b['VqDBy'](_0x4dfc58,null))_0x4dfc58=_0x4b407b['VkVyS'];else _0x4b407b[_0x1081b0(0xd2)](_0x4dfc58,undefined)&&(_0x4dfc58=_0x4b407b[_0x1081b0(0x10b)]);unhandledErrors&&_0x4b407b[_0x1081b0(0x108)](unhandledErrors[_0x1081b0(0xc1)],0x0)&&(_0x5f1ed6[_0x1081b0(0xec)]=unhandledErrors);global[_0x1081b0(0xa5)]&&(_0x5f1ed6['sdkRunId']=global['sdkRunId']);try{if(_0x5f1ed6[_0x1081b0(0xe2)]){if(_0x4b407b[_0x1081b0(0xd2)](_0xd7b1b,_0x4b407b['ttjRd'])&&_0x4b407b['EOONT'](_0x5f1ed6[_0x1081b0(0xe2)][_0x1081b0(0xc1)],0x0)){const _0x30b531={};_0x30b531['os']='',_0x30b531[_0x1081b0(0x9f)]='',_0x30b531[_0x1081b0(0xc9)]='',_0x30b531['browserVersion']='';const _0x4e4352=_0x30b531;let _0x286a06={};const _0x5234d6=_0x5f1ed6[_0x1081b0(0xe2)];_0x286a06=_0x5234d6[_0x1081b0(0xd0)]((_0x41662f,_0x5925e9)=>{for(const _0x119eeb in _0x5925e9){_0x41662f[_0x119eeb]=_0x5925e9[_0x119eeb];}return _0x41662f;},{});const _0x3ca632={};_0x3ca632['tests']=_0x286a06,_0x5f1ed6['error']=[Object[_0x1081b0(0x127)]({},_0x4e4352,_0x3ca632)];}else{let _0xaee345=0x0;const _0x5a4773=_0x4b407b[_0x1081b0(0x110)](_0xd7b1b,_0x4b407b[_0x1081b0(0xac)])?JSON[_0x1081b0(0xd7)](_0x5f1ed6['error']):_0x5f1ed6[_0x1081b0(0xe2)],_0x457e6e=Object[_0x1081b0(0xbc)](_0x5a4773);_0x457e6e['forEach'](_0x2dc05a=>{const _0x3d3b0d=_0x1081b0;if(_0x4b407b[_0x3d3b0d(0x111)](typeof _0x2dc05a,_0x4b407b[_0x3d3b0d(0xda)])){const _0x79be83=Object[_0x3d3b0d(0xbc)](_0x2dc05a);!_0x79be83['every'](_0x177022=>_0x177022===null||_0x177022===undefined||_0x177022==='')&&(_0xaee345+=0x1);}});if(_0x4b407b[_0x1081b0(0x111)](_0xaee345,0x0))delete _0x5f1ed6[_0x4b407b[_0x1081b0(0x11e)]];else{const _0x3085ad=[];Object[_0x1081b0(0x120)](_0x5a4773)['forEach'](_0x546c8f=>{const _0x5cbfa2=_0x1081b0,[_0x5e00b1,_0x2c444f,_0x53b839,_0x5bf7ea]=_0x546c8f[_0x5cbfa2(0xb7)](',\x20');let _0x1937bf={};if(!_0x5bf7ea){const _0x38f450={};_0x38f450['deviceName']=_0x5e00b1,_0x38f450[_0x5cbfa2(0x9f)]=_0x2c444f,_0x38f450[_0x5cbfa2(0xc9)]=_0x53b839,_0x1937bf=_0x38f450;}else{const _0x35952c={};_0x35952c['os']=_0x5e00b1,_0x35952c[_0x5cbfa2(0x9f)]=_0x2c444f,_0x35952c[_0x5cbfa2(0xc9)]=_0x53b839,_0x35952c['browserVersion']=_0x5bf7ea,_0x1937bf=_0x35952c;}const _0x540892={},_0x59fd95=_0x5a4773[_0x546c8f];Object['keys'](_0x59fd95)[_0x5cbfa2(0xdc)](_0x393568=>{const _0x58b02a=_0x5cbfa2;_0x4b407b[_0x58b02a(0x108)](_0x59fd95[_0x393568][_0x58b02a(0xc1)],0x0)&&(_0x540892[_0x393568]=_0x59fd95[_0x393568]);}),_0x4b407b[_0x5cbfa2(0x108)](Object[_0x5cbfa2(0x120)](_0x540892)[_0x5cbfa2(0xc1)],0x0)&&(_0x1937bf[_0x4b407b['jsOnX']]=_0x540892,_0x3085ad[_0x5cbfa2(0x10a)](_0x1937bf));}),_0x4b407b[_0x1081b0(0xe9)](_0x3085ad[_0x1081b0(0xc1)],0x0)?_0x5f1ed6[_0x1081b0(0xe2)]=_0x3085ad:delete _0x5f1ed6[_0x4b407b[_0x1081b0(0x11e)]];}}}}catch(_0x2d276d){delete _0x5f1ed6[_0x4b407b[_0x1081b0(0x11e)]],logger['debug'](_0x4b407b[_0x1081b0(0x121)](_0x4b407b['xWpRB'],_0x2d276d));}const _0x21aa8a=helper[_0x1081b0(0xe0)](_0x5385ef,_0x5385ef['framework']),_0x392cdc={'userName':helper[_0x1081b0(0xbe)](_0x5385ef),'accessKey':helper['getAccessKey'](_0x5385ef),'event_type':_0x3f4541,'detectedFramework':_0xd7b1b,'buildHashedId':globals[_0x1081b0(0xfa)](_0x4b407b[_0x1081b0(0xb6)]),'optimalHubUrl':helper[_0x1081b0(0xeb)](),'event_properties':{'testhub_uuid':process[_0x1081b0(0xbb)][testHubConstants[_0x1081b0(0xcb)]['BROWSERSTACK_TESTHUB_UUID']]||'','sdkRunId':global['sdkRunId'],'product_map':_0x4b407b['HDRpR'](getProductMap,_0x5385ef),'productMap':_0x4b407b['AZdAZ'](getProductMap,_0x5385ef),'language_framework':_0x5385ef[_0x1081b0(0x106)]||_0x4b407b[_0x1081b0(0xf5)],'referrer':helper[_0x1081b0(0xc7)](_0xd7b1b),'framework':_0x5385ef[_0x1081b0(0x116)],'frameworkVersion':helper['getFrameworkVersion'](_0xd7b1b),'automationFramework':_0x21aa8a['name'],'automationFrameworkVersion':_0x21aa8a[_0x1081b0(0x10e)],'language':_0x4b407b[_0x1081b0(0xe6)],'languageVersion':process['version'],'product':_0x397dca,'buildName':_0x5385ef[_0x1081b0(0xf3)]||_0x4b407b[_0x1081b0(0x10b)],'buildIdentifier':_0x4dfc58,'os':os[_0x1081b0(0xd4)]()||_0x4b407b[_0x1081b0(0xf5)],'hostname':os[_0x1081b0(0x10c)]()||_0x4b407b[_0x1081b0(0xf5)],..._0x5f1ed6,'isCLIEnabled':_0x297ba8}};try{_0x4b407b[_0x1081b0(0xd2)](_0x3f4541,_0x4b407b[_0x1081b0(0x125)])&&(_0x392cdc['event_properties'][_0x1081b0(0xea)]=helper[_0x1081b0(0x119)](_0x5385ef)),_0x4b407b[_0x1081b0(0xb3)](_0xd7b1b,_0x4b407b[_0x1081b0(0xac)])?_0x392cdc['event_properties'][_0x1081b0(0x122)]=helper['requirePWModule'][_0x1081b0(0xb1)](null,_0x4b407b[_0x1081b0(0xe7)](getTransformPath),!![]):_0x392cdc[_0x1081b0(0xfd)][_0x1081b0(0xca)]=helper[_0x1081b0(0xa2)](_0x4b407b['RjZjr']);}catch(_0x439b8e){logger[_0x1081b0(0x105)](_0x1081b0(0x109)+_0x439b8e);}const _0xb48163={};_0xb48163[_0x1081b0(0x12a)]=_0x4b407b[_0x1081b0(0xb4)];const _0x598a16={'headers':_0xb48163,'body':_0x392cdc,'auth':{'user':helper['getUserName'](_0x5385ef),'pass':helper[_0x1081b0(0xce)](_0x5385ef)},'json':!![]};logger[_0x1081b0(0x105)](_0x1081b0(0xbd)+JSON[_0x1081b0(0x104)](_0x598a16['body'])['replace'](new RegExp(helper['getUserName'](_0x5385ef),'g'),_0x4b407b[_0x1081b0(0x102)])[_0x1081b0(0xcd)](new RegExp(helper[_0x1081b0(0xce)](_0x5385ef),'g'),_0x4b407b[_0x1081b0(0x102)]));try{const _0x244306=await helper[_0x1081b0(0xc8)](_0x4b407b[_0x1081b0(0xb2)],FUNNEL_INSTRUMENTATION_API_URL,_0x598a16,_0x5385ef);logger[_0x1081b0(0x105)](_0x1081b0(0xdb)+_0x3f4541+_0x1081b0(0xff)+util[_0x1081b0(0x118)]('%j',_0x244306));}catch(_0x10d530){logger[_0x1081b0(0x105)](_0x1081b0(0xc6)+FUNNEL_INSTRUMENTATION_API_URL+_0x1081b0(0xa0)+util[_0x1081b0(0x118)](_0x10d530));}},exports[a176_0x19d103(0x126)]=async(_0x3483c2,_0x43c4ac=![])=>{const _0x3ce0e9=a176_0x19d103,_0x429370={'ONhSW':function(_0x4fa0dd){return _0x4fa0dd();},'NzEqG':_0x3ce0e9(0xf2),'ZZwbj':_0x3ce0e9(0x115),'eHjbP':_0x3ce0e9(0xef),'aVumj':_0x3ce0e9(0xd8),'dqIGg':function(_0x1bf7c9,_0x1d416c,_0x2fd688){return _0x1bf7c9(_0x1d416c,_0x2fd688);},'cmBaP':function(_0x391f95,_0x1552ba){return _0x391f95+_0x1552ba;},'vfjiN':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};if(_0x3483c2[_0x3ce0e9(0xf1)])return;_0x3483c2['finalExecutionRan']=!![];try{await _0x3483c2[_0x3ce0e9(0x107)](),_0x429370[_0x3ce0e9(0x11a)](printNudgeLocalNotSetError);const _0x927472={};_0x927472[_0x3ce0e9(0xe2)]=_0x3483c2[_0x3ce0e9(0x11c)]?_0x3483c2['errorMessage']:'{}';const _0x2cdccb=_0x927472,_0x2683c2=Object['assign']({},_0x2cdccb),_0x3dca85=globals['getGlobal'](_0x429370['NzEqG']);_0x3dca85&&(_0x2683c2['hubAllocation']=_0x3dca85);!!_0x3483c2[_0x3ce0e9(0xd1)]&&(_0x2683c2[_0x429370[_0x3ce0e9(0xbf)]]={'reason':_0x429370[_0x3ce0e9(0xa4)],'signal':_0x3483c2[_0x3ce0e9(0xd1)]});unhandledErrors=_0x3483c2[_0x3ce0e9(0xc0)]['join']('\x0a');let _0x4062d9,_0x5a3255,_0xacbf54;helper[_0x3ce0e9(0xe5)](_0x3483c2[_0x3ce0e9(0x128)])?([_0x4062d9,_0x5a3255]=await helper['getTurboScaleBuildLink'](_0x3483c2[_0x3ce0e9(0x128)]),[_0xacbf54]=await Promise['all']([helper[_0x3ce0e9(0xdf)](_0x4062d9,_0x3483c2['config']),exports[_0x3ce0e9(0xd6)](_0x429370[_0x3ce0e9(0xee)],_0x2683c2,_0x3483c2[_0x3ce0e9(0x128)],_0x3483c2[_0x3ce0e9(0x116)],_0x43c4ac)])):([_0x4062d9,_0x5a3255]=await helper[_0x3ce0e9(0xf6)](_0x3483c2[_0x3ce0e9(0x128)]),[_0xacbf54]=await Promise['all']([helper[_0x3ce0e9(0xf7)](_0x4062d9,_0x3483c2[_0x3ce0e9(0x128)]),exports[_0x3ce0e9(0xd6)](_0x429370[_0x3ce0e9(0xee)],_0x2683c2,_0x3483c2['config'],_0x3483c2[_0x3ce0e9(0x116)],_0x43c4ac)])),_0xacbf54&&await _0x429370[_0x3ce0e9(0x11b)](generateCIArtifacts,_0xacbf54,_0x5a3255),logger[_0x3ce0e9(0xc4)](_0x3ce0e9(0xb8)+_0x3483c2[_0x3ce0e9(0xa5)]+_0x3ce0e9(0x113)+process['env'][_0x3ce0e9(0xa3)]),await helper[_0x3ce0e9(0xd3)](_0x3483c2[_0x3ce0e9(0x128)]);}catch(_0x4e2b29){logger[_0x3ce0e9(0x105)](_0x429370[_0x3ce0e9(0xc5)](_0x429370[_0x3ce0e9(0xba)],_0x4e2b29));}helper[_0x3ce0e9(0xc3)]();},exports[a176_0x19d103(0x117)]=_0x466fef=>{const _0x376641=a176_0x19d103,_0x471594={'fIDLT':function(_0x11c909,_0x1abc20){return _0x11c909 instanceof _0x1abc20;},'LyRUF':function(_0x3eadf8,_0x362dcc){return _0x3eadf8(_0x362dcc);}};try{if(_0x471594[_0x376641(0x129)](_0x466fef,Error))return _0x466fef['stack']||_0x466fef[_0x376641(0xcc)]();return _0x471594[_0x376641(0xb9)](String,_0x466fef);}catch(_0x3c9f2a){return _0x466fef?_0x466fef[_0x376641(0xcc)]():'';}},exports['isNullOrEmpty']=_0x276b24=>{const _0x47e4e6=a176_0x19d103,_0x2160dd={};_0x2160dd[_0x47e4e6(0x123)]=function(_0x219ffe,_0x1594e8){return _0x219ffe===_0x1594e8;};const _0x5d353c=_0x2160dd;return!_0x276b24||_0x5d353c['sWprP'](_0x276b24[_0x47e4e6(0x100)](),'');},exports['isModifiable']=_0x20d7ed=>{const _0x9c2d8c=a176_0x19d103,_0x556ca4={};_0x556ca4['WXGtV']=function(_0x2079c9,_0x21f432){return _0x2079c9|_0x21f432;};const _0x146839=_0x556ca4;try{return fs[_0x9c2d8c(0xd9)](_0x20d7ed,_0x146839[_0x9c2d8c(0xa1)](fs[_0x9c2d8c(0x10f)][_0x9c2d8c(0x101)],fs['constants']['X_OK'])),!![];}catch(_0x2a206d){return![];}},exports['setReadWriteExecuteAccess']=_0x309849=>{const _0x175f8d=a176_0x19d103;try{fs[_0x175f8d(0x11d)](_0x309849,0x1ff),logger[_0x175f8d(0x105)](_0x175f8d(0x9d)+_0x309849+_0x175f8d(0xc2));}catch(_0x25335f){logger['error']('Failed\x20to\x20set\x20directory\x20access:\x20'+exports['getStackTraceAsString'](_0x25335f));}};
|
|
1
|
+
const a176_0x55973b=a176_0xc88e;(function(_0x546f4a,_0x164bda){const _0x495d9e=a176_0xc88e,_0x5c0517=_0x546f4a();while(!![]){try{const _0x3b96a7=parseInt(_0x495d9e(0x1bc))/0x1*(-parseInt(_0x495d9e(0x1e8))/0x2)+parseInt(_0x495d9e(0x207))/0x3*(parseInt(_0x495d9e(0x18a))/0x4)+parseInt(_0x495d9e(0x1c5))/0x5+-parseInt(_0x495d9e(0x1eb))/0x6+parseInt(_0x495d9e(0x1bb))/0x7+-parseInt(_0x495d9e(0x185))/0x8*(parseInt(_0x495d9e(0x1bd))/0x9)+parseInt(_0x495d9e(0x1d9))/0xa*(-parseInt(_0x495d9e(0x194))/0xb);if(_0x3b96a7===_0x164bda)break;else _0x5c0517['push'](_0x5c0517['shift']());}catch(_0x3f5965){_0x5c0517['push'](_0x5c0517['shift']());}}}(a176_0x9085,0x69000));const os=require('os'),util=require(a176_0x55973b(0x206)),fs=require('fs'),{getProductMap}=require(a176_0x55973b(0x180)),logger=require(a176_0x55973b(0x187))[a176_0x55973b(0x201)],constants=require(a176_0x55973b(0x1c0)),testHubConstants=require(a176_0x55973b(0x179)),{getTransformPath}=require(a176_0x55973b(0x1fb)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a176_0x55973b(0x1c0)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a176_0x55973b(0x1d4)),PerformanceTester=require(a176_0x55973b(0x1cd)),globals=require('./globals'),helper=require(a176_0x55973b(0x1d4)),{isTestObservabilitySession}=require(a176_0x55973b(0x19f));let unhandledErrors='';function a176_0x9085(){const _0x2045bb=['name',',\x20testhub\x20id:\x20','isAppAutomateSession','config','browser','setReadWriteExecuteAccess','Error\x20in\x20firing\x20request\x20to\x20','../bin/playwright/reporter/pwUtils','KdgnW','keys','sendLogs','sdkRunId','join','winstonLogger','parse','getUserName','isTurboScaleSession','FuVbS','util','639ZYRQsA','W_OK','getTestFrameworkDetails','X_OK','APP_AUTOMATE_PRODUCTS','osVersion','../helpers/testhub/constants','deviceName','assign','info','RJAxh','SDK\x20run\x20ended\x20for\x20id:\x20','null','./testhub/utils','finishedMetadata','pVSVu','RkQad','fireFunnelTestEvent','21464bRedha','event_properties','./logger','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','sPcmJ','11396azZCAZ','stopPercy','getGlobal','toString','klYvq','framework','ZufZu','bPSXE','forEach','\x20response\x20-\x20','11JBhICW','SDKTestSuccessful','ENV_VAR','wkaRr','NseCn','Failed\x20to\x20set\x20directory\x20access:\x20','body','DTKxy','all','isBrowserstackInfra','RlZTD','./test-observability/utils','trim','TlesU','unhandledErrors','every','seleniumVersion','qXNUF','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','apply','AUTOMATE','VNcQm','getSessionsList','version','debug','\x20:\x20','hIULU','getNodeAgent','Yqfbe','split','hubAllocation','DXekZ','user_killed','push','constants','errorMessage','[REDACTED]','error','undefined','2694188ZOikQm','3547nzpVsa','2817cWDUCF','application/json','AUTOMATE_PRODUCTS','../bin/utils/constants','globalException','requirePWModule','CYUqw','sirxT','4284390VOFVQF','_hubAllocationData','getTurboScaleSessionsList','vhisi','LPEAS','MNgJg','content-type','isNullOrEmpty','./performance/performance-tester','object','zHCgL','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','length','accessSync','replace','./helper','vInka','bAsqc','getOptimalHubUrl','reduce','3089680CEYUaJ','hGLoz','values','getStackTraceAsString','gPZOT','qfosE','\x20has\x20now\x20read/write/execute\x20permissions.','source','getFrameworkVersion','env','MdjmH','selenium-webdriver','killSignal','BROWSERSTACK_TESTHUB_UUID','getTurboScaleBuildLink','70cvXzTe','cthiK','finalExecutionRan','873762wlvfOO','Playwright','format','uaQks','notifyUpdate','wSHYT','getAccessKey','browserVersion','playwrightVersion'];a176_0x9085=function(){return _0x2045bb;};return a176_0x9085();}function a176_0xc88e(_0x5432c6,_0x484372){const _0x90856=a176_0x9085();return a176_0xc88e=function(_0xc88e22,_0x5e3ae0){_0xc88e22=_0xc88e22-0x176;let _0x39128c=_0x90856[_0xc88e22];return _0x39128c;},a176_0xc88e(_0x5432c6,_0x484372);}exports[a176_0x55973b(0x184)]=async(_0x5c0e3e,_0x12f5a5={},_0x29bc28,_0x2325ab,_0x96da4d=![])=>{const _0x5310f1=a176_0x55973b,_0x1c364c={'zHCgL':function(_0x591698,_0x327715){return _0x591698===_0x327715;},'LPEAS':_0x5310f1(0x1ce),'ZufZu':function(_0x3b9c78,_0x76578d){return _0x3b9c78>_0x76578d;},'qfosE':function(_0x4bbc8e,_0x222774){return _0x4bbc8e>_0x222774;},'bAsqc':'tests','NseCn':function(_0xc42358){return _0xc42358();},'wSHYT':function(_0x705354,_0x41c0ce){return _0x705354==_0x41c0ce;},'MNgJg':_0x5310f1(0x17f),'bPSXE':_0x5310f1(0x1ba),'sirxT':'codeceptjs','DTKxy':function(_0x4fc9d2,_0x12e283){return _0x4fc9d2>_0x12e283;},'Yqfbe':function(_0x4398bd,_0xd56710){return _0x4398bd!==_0xd56710;},'pVSVu':_0x5310f1(0x1ec),'qXNUF':function(_0x41ab94,_0x35e048){return _0x41ab94===_0x35e048;},'TlesU':'error','FuVbS':function(_0xe7bdd8,_0xfd22b3){return _0xe7bdd8+_0xfd22b3;},'PuAqu':_0x5310f1(0x1d0),'WZWMa':'_buildHashedId','MdjmH':function(_0x242599,_0x508561){return _0x242599(_0x508561);},'vhisi':'unknown','hIULU':'nodejs','klYvq':_0x5310f1(0x195),'vInka':function(_0x32a956){return _0x32a956();},'ojJnO':_0x5310f1(0x1e4),'mHGEm':_0x5310f1(0x1be),'RlZTD':_0x5310f1(0x1b8),'wkaRr':'POST'};let _0x232fda=[];if(helper[_0x5310f1(0x19d)]()&&_0x1c364c[_0x5310f1(0x198)](isTestObservabilitySession))_0x232fda=helper[_0x5310f1(0x1f6)](_0x29bc28)?constants[_0x5310f1(0x177)]:constants[_0x5310f1(0x1bf)];else{if(_0x1c364c[_0x5310f1(0x198)](isTestObservabilitySession))_0x232fda=constants['PRODUCT_IF_NOT_BROWSERSTACK_INFRA'];else helper[_0x5310f1(0x19d)]()&&(_0x232fda=helper[_0x5310f1(0x1f6)](_0x29bc28)?constants['APP_AUTOMATE']:constants[_0x5310f1(0x1a8)]);}let _0xcb8ce6=_0x29bc28['buildIdentifier'];if(_0x1c364c[_0x5310f1(0x1f0)](_0xcb8ce6,null))_0xcb8ce6=_0x1c364c[_0x5310f1(0x1ca)];else _0x1c364c[_0x5310f1(0x1cf)](_0xcb8ce6,undefined)&&(_0xcb8ce6=_0x1c364c[_0x5310f1(0x191)]);unhandledErrors&&_0x1c364c['ZufZu'](unhandledErrors[_0x5310f1(0x1d1)],0x0)&&(_0x12f5a5[_0x5310f1(0x1c1)]=unhandledErrors);global[_0x5310f1(0x1ff)]&&(_0x12f5a5['sdkRunId']=global[_0x5310f1(0x1ff)]);try{if(_0x12f5a5[_0x5310f1(0x1b9)]){if(_0x1c364c[_0x5310f1(0x1cf)](_0x2325ab,_0x1c364c[_0x5310f1(0x1c4)])&&_0x1c364c[_0x5310f1(0x19b)](_0x12f5a5[_0x5310f1(0x1b9)]['length'],0x0)){const _0x44f52b={};_0x44f52b['os']='',_0x44f52b['osVersion']='',_0x44f52b[_0x5310f1(0x1f8)]='',_0x44f52b['browserVersion']='';const _0x2f2941=_0x44f52b;let _0x5be2f4={};const _0x4c74f7=_0x12f5a5[_0x5310f1(0x1b9)];_0x5be2f4=_0x4c74f7[_0x5310f1(0x1d8)]((_0x2e5a45,_0x2c1a05)=>{for(const _0x22aeae in _0x2c1a05){_0x2e5a45[_0x22aeae]=_0x2c1a05[_0x22aeae];}return _0x2e5a45;},{});const _0x5c4650={};_0x5c4650['tests']=_0x5be2f4,_0x12f5a5['error']=[Object[_0x5310f1(0x17b)]({},_0x2f2941,_0x5c4650)];}else{let _0x25a0a1=0x0;const _0x5cdac6=_0x1c364c[_0x5310f1(0x1b0)](_0x2325ab,_0x1c364c['pVSVu'])?JSON[_0x5310f1(0x202)](_0x12f5a5[_0x5310f1(0x1b9)]):_0x12f5a5[_0x5310f1(0x1b9)],_0x124d73=Object[_0x5310f1(0x1db)](_0x5cdac6);_0x124d73[_0x5310f1(0x192)](_0x103f75=>{const _0x1a8e68=_0x5310f1;if(_0x1c364c[_0x1a8e68(0x1cf)](typeof _0x103f75,_0x1c364c[_0x1a8e68(0x1c9)])){const _0x372668=Object[_0x1a8e68(0x1db)](_0x103f75);!_0x372668[_0x1a8e68(0x1a3)](_0x5208d4=>_0x5208d4===null||_0x5208d4===undefined||_0x5208d4==='')&&(_0x25a0a1+=0x1);}});if(_0x1c364c[_0x5310f1(0x1a5)](_0x25a0a1,0x0))delete _0x12f5a5[_0x1c364c[_0x5310f1(0x1a1)]];else{const _0x2fd80b=[];Object['keys'](_0x5cdac6)[_0x5310f1(0x192)](_0x53bb9f=>{const _0x346049=_0x5310f1,_0x124ce4={'uaQks':function(_0x5c4e61,_0x125886){return _0x1c364c['ZufZu'](_0x5c4e61,_0x125886);}},[_0x18edf2,_0x40fa9c,_0x327ccd,_0x5d8907]=_0x53bb9f[_0x346049(0x1b1)](',\x20');let _0xe07569={};if(!_0x5d8907){const _0x1f956b={};_0x1f956b[_0x346049(0x17a)]=_0x18edf2,_0x1f956b[_0x346049(0x178)]=_0x40fa9c,_0x1f956b[_0x346049(0x1f8)]=_0x327ccd,_0xe07569=_0x1f956b;}else{const _0x50d4f3={};_0x50d4f3['os']=_0x18edf2,_0x50d4f3['osVersion']=_0x40fa9c,_0x50d4f3[_0x346049(0x1f8)]=_0x327ccd,_0x50d4f3[_0x346049(0x1f2)]=_0x5d8907,_0xe07569=_0x50d4f3;}const _0x1a210f={},_0x3baf80=_0x5cdac6[_0x53bb9f];Object[_0x346049(0x1fd)](_0x3baf80)[_0x346049(0x192)](_0x23891c=>{const _0x171505=_0x346049;_0x124ce4[_0x171505(0x1ee)](_0x3baf80[_0x23891c]['length'],0x0)&&(_0x1a210f[_0x23891c]=_0x3baf80[_0x23891c]);}),_0x1c364c[_0x346049(0x1de)](Object['keys'](_0x1a210f)[_0x346049(0x1d1)],0x0)&&(_0xe07569[_0x1c364c[_0x346049(0x1d6)]]=_0x1a210f,_0x2fd80b[_0x346049(0x1b5)](_0xe07569));}),_0x1c364c[_0x5310f1(0x190)](_0x2fd80b[_0x5310f1(0x1d1)],0x0)?_0x12f5a5[_0x5310f1(0x1b9)]=_0x2fd80b:delete _0x12f5a5[_0x1c364c[_0x5310f1(0x1a1)]];}}}}catch(_0x47384e){delete _0x12f5a5[_0x1c364c[_0x5310f1(0x1a1)]],logger[_0x5310f1(0x1ac)](_0x1c364c[_0x5310f1(0x205)](_0x1c364c['PuAqu'],_0x47384e));}const _0x18d6b7=helper[_0x5310f1(0x209)](_0x29bc28,_0x29bc28[_0x5310f1(0x18f)]),_0x4f04fb={'userName':helper[_0x5310f1(0x203)](_0x29bc28),'accessKey':helper[_0x5310f1(0x1f1)](_0x29bc28),'event_type':_0x5c0e3e,'detectedFramework':_0x2325ab,'buildHashedId':globals[_0x5310f1(0x18c)](_0x1c364c['WZWMa']),'optimalHubUrl':helper[_0x5310f1(0x1d7)](),'event_properties':{'testhub_uuid':process[_0x5310f1(0x1e2)][testHubConstants[_0x5310f1(0x196)][_0x5310f1(0x1e6)]]||'','sdkRunId':global[_0x5310f1(0x1ff)],'product_map':_0x1c364c[_0x5310f1(0x1e3)](getProductMap,_0x29bc28),'productMap':_0x1c364c[_0x5310f1(0x1e3)](getProductMap,_0x29bc28),'language_framework':_0x29bc28[_0x5310f1(0x1e0)]||_0x1c364c['vhisi'],'referrer':helper[_0x5310f1(0x1af)](_0x2325ab),'framework':_0x29bc28[_0x5310f1(0x18f)],'frameworkVersion':helper[_0x5310f1(0x1e1)](_0x2325ab),'automationFramework':_0x18d6b7[_0x5310f1(0x1f4)],'automationFrameworkVersion':_0x18d6b7[_0x5310f1(0x1ab)],'language':_0x1c364c[_0x5310f1(0x1ae)],'languageVersion':process[_0x5310f1(0x1ab)],'product':_0x232fda,'buildName':_0x29bc28['buildName']||_0x1c364c[_0x5310f1(0x191)],'buildIdentifier':_0xcb8ce6,'os':os['type']()||_0x1c364c[_0x5310f1(0x1c8)],'hostname':os['hostname']()||_0x1c364c[_0x5310f1(0x1c8)],..._0x12f5a5,'isCLIEnabled':_0x96da4d}};try{_0x1c364c[_0x5310f1(0x1cf)](_0x5c0e3e,_0x1c364c[_0x5310f1(0x18e)])&&(_0x4f04fb[_0x5310f1(0x186)]['browserStackConfig']=helper['sanitizeBrowserStackConfig'](_0x29bc28)),_0x1c364c[_0x5310f1(0x1cf)](_0x2325ab,_0x1c364c[_0x5310f1(0x182)])?_0x4f04fb['event_properties'][_0x5310f1(0x1f3)]=helper[_0x5310f1(0x1c2)][_0x5310f1(0x1a7)](null,_0x1c364c[_0x5310f1(0x1d5)](getTransformPath),!![]):_0x4f04fb['event_properties'][_0x5310f1(0x1a4)]=helper['getPackageVersion'](_0x1c364c['ojJnO']);}catch(_0x2486d7){logger[_0x5310f1(0x1ac)](_0x5310f1(0x188)+_0x2486d7);}const _0x2a80f7={};_0x2a80f7[_0x5310f1(0x1cb)]=_0x1c364c['mHGEm'];const _0x157599={'headers':_0x2a80f7,'body':_0x4f04fb,'auth':{'user':helper[_0x5310f1(0x203)](_0x29bc28),'pass':helper[_0x5310f1(0x1f1)](_0x29bc28)},'json':!![]};logger[_0x5310f1(0x1ac)]('Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20'+JSON['stringify'](_0x157599[_0x5310f1(0x19a)])[_0x5310f1(0x1d3)](new RegExp(helper[_0x5310f1(0x203)](_0x29bc28),'g'),_0x1c364c['RlZTD'])[_0x5310f1(0x1d3)](new RegExp(helper['getAccessKey'](_0x29bc28),'g'),_0x1c364c[_0x5310f1(0x19e)]));try{const _0x40d087=await helper['nodeRequest'](_0x1c364c[_0x5310f1(0x197)],FUNNEL_INSTRUMENTATION_API_URL,_0x157599,_0x29bc28);logger[_0x5310f1(0x1ac)]('API\x20Event\x20'+_0x5c0e3e+_0x5310f1(0x193)+util[_0x5310f1(0x1ed)]('%j',_0x40d087));}catch(_0x483eff){logger[_0x5310f1(0x1ac)](_0x5310f1(0x1fa)+FUNNEL_INSTRUMENTATION_API_URL+_0x5310f1(0x1ad)+util['format'](_0x483eff));}},exports['finalExecution']=async(_0x38bed2,_0x55f2ac=![])=>{const _0xdefe45=a176_0x55973b,_0xccf368={'KdgnW':function(_0x38b80f){return _0x38b80f();},'TxGDG':_0xdefe45(0x1c6),'cthiK':_0xdefe45(0x181),'DXekZ':_0xdefe45(0x1b4),'RJAxh':_0xdefe45(0x195),'gPZOT':function(_0x5766a5,_0x4cf01e,_0x32a06c){return _0x5766a5(_0x4cf01e,_0x32a06c);},'XpAHR':function(_0x139348,_0x2dad3b){return _0x139348+_0x2dad3b;},'VNcQm':_0xdefe45(0x1a6)};if(_0x38bed2[_0xdefe45(0x1ea)])return;_0x38bed2[_0xdefe45(0x1ea)]=!![];try{await _0x38bed2[_0xdefe45(0x18b)](),_0xccf368[_0xdefe45(0x1fc)](printNudgeLocalNotSetError);const _0x13153f={};_0x13153f['error']=_0x38bed2[_0xdefe45(0x1b7)]?_0x38bed2[_0xdefe45(0x1b7)]:'{}';const _0x159811=_0x13153f,_0x542abe=Object[_0xdefe45(0x17b)]({},_0x159811),_0x4fa019=globals['getGlobal'](_0xccf368['TxGDG']);_0x4fa019&&(_0x542abe[_0xdefe45(0x1b2)]=_0x4fa019);!!_0x38bed2[_0xdefe45(0x1e5)]&&(_0x542abe[_0xccf368[_0xdefe45(0x1e9)]]={'reason':_0xccf368[_0xdefe45(0x1b3)],'signal':_0x38bed2[_0xdefe45(0x1e5)]});unhandledErrors=_0x38bed2[_0xdefe45(0x1a2)][_0xdefe45(0x200)]('\x0a');let _0xf0a4f9,_0xc2fc58,_0x48816f;helper[_0xdefe45(0x204)](_0x38bed2[_0xdefe45(0x1f7)])?([_0xf0a4f9,_0xc2fc58]=await helper[_0xdefe45(0x1e7)](_0x38bed2[_0xdefe45(0x1f7)]),[_0x48816f]=await Promise[_0xdefe45(0x19c)]([helper[_0xdefe45(0x1c7)](_0xf0a4f9,_0x38bed2[_0xdefe45(0x1f7)]),exports[_0xdefe45(0x184)](_0xccf368[_0xdefe45(0x17d)],_0x542abe,_0x38bed2[_0xdefe45(0x1f7)],_0x38bed2[_0xdefe45(0x18f)],_0x55f2ac)])):([_0xf0a4f9,_0xc2fc58]=await helper['getBuildLink'](_0x38bed2[_0xdefe45(0x1f7)]),[_0x48816f]=await Promise[_0xdefe45(0x19c)]([helper[_0xdefe45(0x1aa)](_0xf0a4f9,_0x38bed2[_0xdefe45(0x1f7)]),exports[_0xdefe45(0x184)](_0xccf368[_0xdefe45(0x17d)],_0x542abe,_0x38bed2['config'],_0x38bed2[_0xdefe45(0x18f)],_0x55f2ac)])),_0x48816f&&await _0xccf368[_0xdefe45(0x1dd)](generateCIArtifacts,_0x48816f,_0xc2fc58),logger[_0xdefe45(0x17c)](_0xdefe45(0x17e)+_0x38bed2[_0xdefe45(0x1ff)]+_0xdefe45(0x1f5)+process[_0xdefe45(0x1e2)][_0xdefe45(0x1e6)]),await helper[_0xdefe45(0x1fe)](_0x38bed2[_0xdefe45(0x1f7)]);}catch(_0x39af30){logger[_0xdefe45(0x1ac)](_0xccf368['XpAHR'](_0xccf368[_0xdefe45(0x1a9)],_0x39af30));}helper[_0xdefe45(0x1ef)]();},exports[a176_0x55973b(0x1dc)]=_0x4ca6a2=>{const _0x571ad5=a176_0x55973b,_0x1bd8c1={'sPcmJ':function(_0x4c28a1,_0x16bde3){return _0x4c28a1 instanceof _0x16bde3;},'hGLoz':function(_0x3e23de,_0x2bcf73){return _0x3e23de(_0x2bcf73);}};try{if(_0x1bd8c1[_0x571ad5(0x189)](_0x4ca6a2,Error))return _0x4ca6a2['stack']||_0x4ca6a2[_0x571ad5(0x18d)]();return _0x1bd8c1[_0x571ad5(0x1da)](String,_0x4ca6a2);}catch(_0x2e6c9e){return _0x4ca6a2?_0x4ca6a2['toString']():'';}},exports[a176_0x55973b(0x1cc)]=_0x2eeb1c=>{const _0x43d802=a176_0x55973b,_0x1df802={};_0x1df802[_0x43d802(0x1c3)]=function(_0x4d1c1e,_0x31f58c){return _0x4d1c1e===_0x31f58c;};const _0x49410e=_0x1df802;return!_0x2eeb1c||_0x49410e[_0x43d802(0x1c3)](_0x2eeb1c[_0x43d802(0x1a0)](),'');},exports['isModifiable']=_0x2f414e=>{const _0x5e4f24=a176_0x55973b,_0x5f08c2={};_0x5f08c2[_0x5e4f24(0x183)]=function(_0x32d42f,_0x24cfc1){return _0x32d42f|_0x24cfc1;};const _0x2852d0=_0x5f08c2;try{return fs[_0x5e4f24(0x1d2)](_0x2f414e,_0x2852d0[_0x5e4f24(0x183)](fs[_0x5e4f24(0x1b6)][_0x5e4f24(0x208)],fs[_0x5e4f24(0x1b6)][_0x5e4f24(0x176)])),!![];}catch(_0x2232a4){return![];}},exports[a176_0x55973b(0x1f9)]=_0x369229=>{const _0x4562ba=a176_0x55973b;try{fs['chmodSync'](_0x369229,0x1ff),logger[_0x4562ba(0x1ac)]('Directory\x20'+_0x369229+_0x4562ba(0x1df));}catch(_0x1b42cf){logger[_0x4562ba(0x1b9)](_0x4562ba(0x199)+exports[_0x4562ba(0x1dc)](_0x1b42cf));}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a177_0x112d(){var _0x72f678=['FEqmI','BfvbN','browserstack.autoWait','bADxe','cfaDC','browserstack.seleniumLogs','networkLogsOptions','170689NqqjaD','browserstack.telemetryLogs','HRpeg','performance','zosNB','consoleLogs','2548570RQPfBx','tQHNG','browserstack.wsLocalSupport','userName','xBZEI','browserstack.accessibilityOptions.wcagVersion','deviceOrientation','QHZDt','1257378fIufnm','tMWNA','aXJnS','accessibilityOptions.scannerProcessingTimeout','buildProductMap','simOptions','SHYFe','YJUsl','buildName','browserstack.use_w3c','playwrightVersion','deviceName','browserstack.maskBasicAuth','browserstack.selenium_version','projectName','browserstack.accessibility','debug','61014EJejxu','zcMGR','OWuvQ','browserstack.accessibilityOptions.authToken','seleniumVersion','W3CMapping','maskCommands','browserstack.accessibilityOptions.includeIssueType.bestPractice','browserstack.overridelocalInfo.localIdentifier','accessibilityOptions.includeIssueType.bestPractice','browserstack.idleTimeout','autoWait','kVFjz','PzCWJ','browserstack.buildProductMap','SfFRv','browserstack.performance','dckgv','disableCorsRestrictions','appiumLogs','os_version','timezone','browserstack.maskCommands','testhubBuildUuid','browserstack.video','browserstack.debug','uploadMedia','hosts','browserstack.networkLogsOptions','xeuvN','geoLocation','pPkij','accessibilityOptions.scannerVersion','browserstack.playwrightVersion','overridelocalInfo.userAuthToken','NLVMR','SZPff','customNetwork','XNxba','browserstack.disableCorsRestrictions','fLmVq','overridelocalInfo.localIdentifier','browserstack.accessibilityOptions.scannerVersion','243728TNWRfd','KCFdQ','video','sessionName','browserstack.console','aVPYN','browserstack.testhubBuildUuid','useW3c','telemetryLogs','accessibilityOptions.wcagVersion','216846TvmakZ','PSEjE','sxcDZ','AfLGX','ODxmG','build','accessibilityOptions.authToken','QQHfS','wTpQd','dwRWn','thjrw','name','buildIdentifier','11245EGgcwi','wsLocalSupport','browserstack.bfcache','7VYyauu','kcFPP','ykdPV','xtDFd','accessKey','browserstack.localIdentifier','TBDbW','jthol','AbvuD','browserstack.uploadMedia','bfcache','9Dhujjk','CZQQw','browserstack.user','realMobile','browserstack.geoLocation','ufpUv','FSmgN','fmauz','browser','TIEIU','ZLTxS','yiATx','xShHo','project','resolution','uiCFj','XmXhP','device','browserstack.accessibilityOptions.includeIssueType.needsReview','284KiQqSI','browserstack.appium_version','browserstack.enableSim','enableSim','localIdentifier'];a177_0x112d=function(){return _0x72f678;};return a177_0x112d();}function a177_0x4ae0(_0x2f1c42,_0x22af02){var _0x112d3e=a177_0x112d();return a177_0x4ae0=function(_0x4ae00e,_0x1bea00){_0x4ae00e=_0x4ae00e-0x1e4;var _0x984143=_0x112d3e[_0x4ae00e];return _0x984143;},a177_0x4ae0(_0x2f1c42,_0x22af02);}var a177_0x270527=a177_0x4ae0;(function(_0x541cc7,_0x169b9b){var _0x90e912=a177_0x4ae0,_0x471400=_0x541cc7();while(!![]){try{var _0x5ce61b=parseInt(_0x90e912(0x208))/0x1+parseInt(_0x90e912(0x25c))/0x2+parseInt(_0x90e912(0x227))/0x3+parseInt(_0x90e912(0x1fc))/0x4*(-parseInt(_0x90e912(0x269))/0x5)+parseInt(_0x90e912(0x216))/0x6+parseInt(_0x90e912(0x26c))/0x7*(parseInt(_0x90e912(0x252))/0x8)+parseInt(_0x90e912(0x1e9))/0x9*(-parseInt(_0x90e912(0x20e))/0xa);if(_0x5ce61b===_0x169b9b)break;else _0x471400['push'](_0x471400['shift']());}catch(_0x172ae0){_0x471400['push'](_0x471400['shift']());}}}(a177_0x112d,0x1e80f),exports[a177_0x270527(0x22c)]=()=>{var _0x22f646=a177_0x270527,_0x4d730c={};_0x4d730c['THBhu']=_0x22f646(0x211),_0x4d730c[_0x22f646(0x1f0)]=_0x22f646(0x270),_0x4d730c['XovDC']='osVersion',_0x4d730c[_0x22f646(0x20f)]=_0x22f646(0x1f1),_0x4d730c[_0x22f646(0x205)]='browserVersion',_0x4d730c[_0x22f646(0x202)]=_0x22f646(0x259),_0x4d730c[_0x22f646(0x26f)]=_0x22f646(0x224),_0x4d730c['ybgHo']=_0x22f646(0x21e),_0x4d730c[_0x22f646(0x24b)]=_0x22f646(0x255),_0x4d730c[_0x22f646(0x1e6)]='local',_0x4d730c['uiCFj']=_0x22f646(0x200),_0x4d730c['phOUN']=_0x22f646(0x226),_0x4d730c[_0x22f646(0x228)]=_0x22f646(0x20d),_0x4d730c[_0x22f646(0x20c)]='networkLogs',_0x4d730c['OWuvQ']=_0x22f646(0x207),_0x4d730c[_0x22f646(0x234)]=_0x22f646(0x23a),_0x4d730c[_0x22f646(0x1e4)]=_0x22f646(0x254),_0x4d730c['SHYFe']='seleniumLogs',_0x4d730c[_0x22f646(0x1ea)]=_0x22f646(0x25a),_0x4d730c[_0x22f646(0x218)]=_0x22f646(0x245),_0x4d730c[_0x22f646(0x263)]=_0x22f646(0x23c),_0x4d730c[_0x22f646(0x1f4)]=_0x22f646(0x1f7),_0x4d730c[_0x22f646(0x215)]=_0x22f646(0x22b),_0x4d730c[_0x22f646(0x260)]=_0x22f646(0x22d),_0x4d730c[_0x22f646(0x264)]='idleTimeout',_0x4d730c[_0x22f646(0x21d)]='maskBasicAuth',_0x4d730c[_0x22f646(0x238)]=_0x22f646(0x232),_0x4d730c[_0x22f646(0x24a)]=_0x22f646(0x242),_0x4d730c[_0x22f646(0x1f2)]=_0x22f646(0x1e8),_0x4d730c[_0x22f646(0x25d)]=_0x22f646(0x26a),_0x4d730c[_0x22f646(0x246)]=_0x22f646(0x239),_0x4d730c[_0x22f646(0x236)]=_0x22f646(0x221),_0x4d730c[_0x22f646(0x257)]='realMobile',_0x4d730c[_0x22f646(0x26e)]='appiumVersion',_0x4d730c['bADxe']=_0x22f646(0x214),_0x4d730c['XNxba']=_0x22f646(0x24c),_0x4d730c[_0x22f646(0x266)]='networkProfile',_0x4d730c[_0x22f646(0x25e)]=_0x22f646(0x268),_0x4d730c[_0x22f646(0x1f5)]='browserstackSDK',_0x4d730c[_0x22f646(0x25f)]='accessibility',_0x4d730c[_0x22f646(0x1ef)]=_0x22f646(0x21a),_0x4d730c[_0x22f646(0x20a)]=_0x22f646(0x23e),_0x4d730c[_0x22f646(0x1ee)]=_0x22f646(0x25b),_0x4d730c[_0x22f646(0x26d)]=_0x22f646(0x247),_0x4d730c[_0x22f646(0x244)]=_0x22f646(0x219),_0x4d730c[_0x22f646(0x217)]=_0x22f646(0x230),_0x4d730c[_0x22f646(0x1f9)]='accessibilityOptions.includeIssueType.needsReview',_0x4d730c['PuzMP']=_0x22f646(0x262),_0x4d730c[_0x22f646(0x24f)]=_0x22f646(0x241),_0x4d730c['FEqmI']=_0x22f646(0x1ff),_0x4d730c[_0x22f646(0x1e5)]=_0x22f646(0x21b),_0x4d730c[_0x22f646(0x233)]=_0x22f646(0x220),_0x4d730c[_0x22f646(0x1f3)]=_0x22f646(0x249),_0x4d730c[_0x22f646(0x265)]=_0x22f646(0x250),_0x4d730c[_0x22f646(0x212)]='headerParams',_0x4d730c[_0x22f646(0x253)]=_0x22f646(0x20b);var _0x3dc28a=_0x4d730c,_0x31b8ff={};return _0x31b8ff[_0x22f646(0x1eb)]=_0x3dc28a['THBhu'],_0x31b8ff['browserstack.key']=_0x3dc28a['fmauz'],_0x31b8ff['os']='os',_0x31b8ff[_0x22f646(0x23b)]=_0x3dc28a['XovDC'],_0x31b8ff['browser']=_0x3dc28a[_0x22f646(0x20f)],_0x31b8ff['browser_version']=_0x3dc28a[_0x22f646(0x205)],_0x31b8ff[_0x22f646(0x21f)]=_0x3dc28a[_0x22f646(0x202)],_0x31b8ff[_0x22f646(0x1f6)]=_0x3dc28a['xtDFd'],_0x31b8ff[_0x22f646(0x261)]=_0x3dc28a['ybgHo'],_0x31b8ff[_0x22f646(0x267)]=_0x3dc28a[_0x22f646(0x24b)],_0x31b8ff['browserstack.local']=_0x3dc28a[_0x22f646(0x1e6)],_0x31b8ff[_0x22f646(0x271)]=_0x3dc28a[_0x22f646(0x1f8)],_0x31b8ff[_0x22f646(0x240)]=_0x3dc28a['phOUN'],_0x31b8ff[_0x22f646(0x256)]=_0x3dc28a['zcMGR'],_0x31b8ff['browserstack.networkLogs']=_0x3dc28a['zosNB'],_0x31b8ff[_0x22f646(0x243)]=_0x3dc28a[_0x22f646(0x229)],_0x31b8ff['browserstack.appiumLogs']=_0x3dc28a[_0x22f646(0x234)],_0x31b8ff[_0x22f646(0x23f)]=_0x3dc28a[_0x22f646(0x1e4)],_0x31b8ff[_0x22f646(0x206)]=_0x3dc28a[_0x22f646(0x21c)],_0x31b8ff[_0x22f646(0x209)]=_0x3dc28a[_0x22f646(0x1ea)],_0x31b8ff[_0x22f646(0x1ed)]=_0x3dc28a[_0x22f646(0x218)],_0x31b8ff['browserstack.timezone']=_0x3dc28a[_0x22f646(0x263)],_0x31b8ff[_0x22f646(0x1f7)]=_0x3dc28a[_0x22f646(0x1f4)],_0x31b8ff[_0x22f646(0x223)]=_0x3dc28a['QHZDt'],_0x31b8ff[_0x22f646(0x23d)]=_0x3dc28a['ODxmG'],_0x31b8ff[_0x22f646(0x231)]=_0x3dc28a['wTpQd'],_0x31b8ff[_0x22f646(0x222)]=_0x3dc28a[_0x22f646(0x21d)],_0x31b8ff[_0x22f646(0x203)]=_0x3dc28a['dckgv'],_0x31b8ff['browserstack.hosts']=_0x3dc28a['NLVMR'],_0x31b8ff[_0x22f646(0x26b)]=_0x3dc28a[_0x22f646(0x1f2)],_0x31b8ff[_0x22f646(0x210)]=_0x3dc28a[_0x22f646(0x25d)],_0x31b8ff[_0x22f646(0x24e)]=_0x3dc28a['pPkij'],_0x31b8ff[_0x22f646(0x1fa)]=_0x3dc28a[_0x22f646(0x236)],_0x31b8ff[_0x22f646(0x1ec)]=_0x3dc28a['aVPYN'],_0x31b8ff[_0x22f646(0x1fd)]=_0x3dc28a[_0x22f646(0x26e)],_0x31b8ff['deviceOrientation']=_0x3dc28a[_0x22f646(0x204)],_0x31b8ff['browserstack.customNetwork']=_0x3dc28a[_0x22f646(0x24d)],_0x31b8ff['browserstack.networkProfile']=_0x3dc28a[_0x22f646(0x266)],_0x31b8ff['browserstack.buildIdentifier']=_0x3dc28a['sxcDZ'],_0x31b8ff['browserstack.browserstackSDK']=_0x3dc28a['xShHo'],_0x31b8ff[_0x22f646(0x225)]=_0x3dc28a[_0x22f646(0x25f)],_0x31b8ff[_0x22f646(0x235)]=_0x3dc28a[_0x22f646(0x1ef)],_0x31b8ff[_0x22f646(0x258)]=_0x3dc28a[_0x22f646(0x20a)],_0x31b8ff[_0x22f646(0x213)]=_0x3dc28a[_0x22f646(0x1ee)],_0x31b8ff[_0x22f646(0x251)]=_0x3dc28a[_0x22f646(0x26d)],_0x31b8ff['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x3dc28a[_0x22f646(0x244)],_0x31b8ff[_0x22f646(0x22e)]=_0x3dc28a[_0x22f646(0x217)],_0x31b8ff[_0x22f646(0x1fb)]=_0x3dc28a[_0x22f646(0x1f9)],_0x31b8ff[_0x22f646(0x22a)]=_0x3dc28a['PuzMP'],_0x31b8ff[_0x22f646(0x1e7)]=_0x3dc28a[_0x22f646(0x24f)],_0x31b8ff[_0x22f646(0x1fe)]=_0x3dc28a[_0x22f646(0x201)],_0x31b8ff['browserstack.simOptions']=_0x3dc28a[_0x22f646(0x1e5)],_0x31b8ff[_0x22f646(0x248)]=_0x3dc28a['kVFjz'],_0x31b8ff['browserstack.overridelocalInfo.userAuthToken']=_0x3dc28a[_0x22f646(0x1f3)],_0x31b8ff[_0x22f646(0x22f)]=_0x3dc28a['dwRWn'],_0x31b8ff['browserstack.headerParams']=_0x3dc28a[_0x22f646(0x212)],_0x31b8ff[_0x22f646(0x237)]=_0x3dc28a[_0x22f646(0x253)],_0x31b8ff;});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a178_0x504fff=a178_0x5dce;(function(_0x3d155c,_0x6498d){const _0x162556=a178_0x5dce,_0xcdfb5d=_0x3d155c();while(!![]){try{const _0x2e2da3=-parseInt(_0x162556(0xc5))/0x1+-parseInt(_0x162556(0xf4))/0x2*(parseInt(_0x162556(0xba))/0x3)+-parseInt(_0x162556(0xf9))/0x4*(parseInt(_0x162556(0xbd))/0x5)+parseInt(_0x162556(0x9c))/0x6+parseInt(_0x162556(0xd8))/0x7+-parseInt(_0x162556(0xa7))/0x8*(-parseInt(_0x162556(0xf7))/0x9)+-parseInt(_0x162556(0xc0))/0xa*(parseInt(_0x162556(0xdb))/0xb);if(_0x2e2da3===_0x6498d)break;else _0xcdfb5d['push'](_0xcdfb5d['shift']());}catch(_0xb70ae0){_0xcdfb5d['push'](_0xcdfb5d['shift']());}}}(a178_0x54fb,0x2cae7));function a178_0x54fb(){const _0x2db7c2=['format','fulfilled','78177oHwwUB','value','ERROR\x20in\x20hub\x20selection:\x20','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','GET','eLSSC','util','VSRXg','fwZAR','hubRegion','tgiQM','winstonLogger','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','nextHubs','KUkmh','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','./bin/utils/constants','getRequestOptions','983836uuQdXy','Xzryv','uTvbp','3238609JnxuRn','data','HUB_URL_MAP','/wd/hub','getGlobal','eBPTF','fVuqi','qgMQY','GJPsL','VXAyw','NEAREST\x20HUBS\x20LIST:\x20','has','./helpers/globals','setGlobal','TKtcN','BUwop','search','eQngl','hubRegion\x20','eUVff','NDIhe','debug','./helpers/logger','length','replace','151814InvBWS','findLatency','qdHdX','674343FUofYF','https://','71516TtkEtd','AqBfA','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','KBdYi','updateHubUrl','Response:\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','StdkC','1918956WBTSQq','consumeHubUrlForSession','next_hubs','Invalid\x20new\x20HUB\x20URL:\x20','map','path','KtPLV','latency','hubLatencies','_hubAllocationData','\x20is:\x20','24gDowTW','HdaMP','status','HGthz','get','HUB\x20URL\x20SET\x20TO\x20-\x20','KeteA','delete','hostname','lCXrl','skipped','allSettled','race','then','newHubUrlBySession','hash','PEUNd','nodeRequest','hubUrl','3CzQiIr','jEZGm','catch','15DhVWfZ','check','UsazZ','10JhYdnC','BJzlX','now'];a178_0x54fb=function(){return _0x2db7c2;};return a178_0x54fb();}const url=require('url'),util=require(a178_0x504fff(0xcc)),helper=require('./helpers/helper'),logger=require(a178_0x504fff(0xf1))[a178_0x504fff(0xd1)],constants=require('./bin/utils/constants'),globals=require(a178_0x504fff(0xe7));function a178_0x5dce(_0x4be0ed,_0x593933){const _0x54fb69=a178_0x54fb();return a178_0x5dce=function(_0x5dce6c,_0x2a238e){_0x5dce6c=_0x5dce6c-0x99;let _0x6f9505=_0x54fb69[_0x5dce6c];return _0x6f9505;},a178_0x5dce(_0x4be0ed,_0x593933);}global[a178_0x504fff(0xb5)]=global['newHubUrlBySession']||new Map(),exports[a178_0x504fff(0xd7)]=_0x23ae2d=>{const _0x435016=a178_0x504fff,_0x5de428={};_0x5de428[_0x435016(0xda)]=function(_0x3fef34,_0x413ca5){return _0x3fef34+_0x413ca5;},_0x5de428[_0x435016(0xce)]=_0x435016(0x9f);const _0x12f323=_0x5de428,_0x53485d=url['parse'](_0x23ae2d);if(!_0x53485d[_0x435016(0xaf)])throw new Error(_0x12f323['uTvbp'](_0x12f323[_0x435016(0xce)],_0x23ae2d));return _0x53485d[_0x435016(0xeb)]=null,_0x53485d[_0x435016(0xb6)]=null,_0x53485d[_0x435016(0xa1)]=_0x53485d['pathname'],_0x53485d;},exports[a178_0x504fff(0xfd)]=(_0x4e4714,_0x530aaa)=>{const _0x58aedf=a178_0x504fff,_0x2e759e={};_0x2e759e['qdHdX']='updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting';const _0x31da0e=_0x2e759e;if(!_0x530aaa){logger[_0x58aedf(0xf0)](_0x31da0e[_0x58aedf(0xf6)]);return;}global[_0x58aedf(0xb5)]['set'](_0x530aaa,_0x4e4714);},exports[a178_0x504fff(0x9d)]=_0x1ea778=>{const _0x4cbd04=a178_0x504fff;if(_0x1ea778&&global[_0x4cbd04(0xb5)][_0x4cbd04(0xe6)](_0x1ea778)){const _0x548df4=global[_0x4cbd04(0xb5)][_0x4cbd04(0xab)](_0x1ea778);return global[_0x4cbd04(0xb5)][_0x4cbd04(0xae)](_0x1ea778),_0x548df4;}return'';},exports['allocateHub']=_0x595a86=>{const _0xaf0a19=a178_0x504fff,_0x362c34={'NDIhe':function(_0x1eb347,_0x1ec290){return _0x1eb347!==_0x1ec290;},'KBdYi':function(_0x160abd,_0x435faf){return _0x160abd+_0x435faf;},'KeteA':_0xaf0a19(0xf8),'HGthz':_0xaf0a19(0xa5),'lCXrl':function(_0x103442,_0x153ccd){return _0x103442===_0x153ccd;},'tgiQM':_0xaf0a19(0xc4),'PEUNd':function(_0x123347){return _0x123347();},'OiuIy':function(_0x46398f,_0x19b4cc){return _0x46398f==_0x19b4cc;},'dZzKR':function(_0x4386f0){return _0x4386f0();},'eQngl':'All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','VXAyw':function(_0x1c31ef,_0x5b0c9d){return _0x1c31ef+_0x5b0c9d;},'HdaMP':_0xaf0a19(0xde),'cMrlq':function(_0x22d938){return _0x22d938();}};return new Promise(_0x518db0=>{const _0x23acbd=_0xaf0a19,_0x19fe03={'jEZGm':_0x362c34[_0x23acbd(0xec)],'AqBfA':function(_0xf2dbd6,_0x54d630){const _0x380148=_0x23acbd;return _0x362c34[_0x380148(0xe4)](_0xf2dbd6,_0x54d630);},'VSRXg':_0x362c34[_0x23acbd(0xad)],'BUwop':_0x362c34[_0x23acbd(0xaa)],'UsazZ':function(_0x2f7503,_0x355f22){const _0x347255=_0x23acbd;return _0x362c34[_0x347255(0xe4)](_0x2f7503,_0x355f22);},'xauXO':_0x362c34[_0x23acbd(0xa8)],'KUkmh':function(_0x366aa8){return _0x362c34['cMrlq'](_0x366aa8);},'eUVff':function(_0x28f753){return _0x362c34['dZzKR'](_0x28f753);}};if(_0x595a86&&_0x595a86[_0x23acbd(0xcf)]){const _0x2772ff=constants[_0x23acbd(0xdd)][_0x595a86[_0x23acbd(0xcf)]];if(_0x2772ff)return constants['hubUrl']=_0x2772ff,logger[_0x23acbd(0xf0)](_0x23acbd(0xc9)+_0x2772ff),globals[_0x23acbd(0xe8)](_0x362c34[_0x23acbd(0xaa)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x2772ff[_0x23acbd(0xf3)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date['now']()}),_0x362c34[_0x23acbd(0xb7)](_0x518db0);logger[_0x23acbd(0xf0)](_0x23acbd(0xed)+_0x595a86[_0x23acbd(0xcf)]+_0x23acbd(0xc8));}Promise['resolve'](this['nextHubs'](_0x595a86))[_0x23acbd(0xb4)](_0x50a0de=>{const _0x582c07=_0x23acbd,_0x38b891={'fVuqi':function(_0x11db32,_0x3b9f4b){const _0x187f09=a178_0x5dce;return _0x362c34[_0x187f09(0xef)](_0x11db32,_0x3b9f4b);},'ZySSK':function(_0x4a43ce,_0xed3d17){const _0x4f5f06=a178_0x5dce;return _0x362c34[_0x4f5f06(0xfc)](_0x4a43ce,_0xed3d17);},'GJPsL':_0x362c34[_0x582c07(0xad)],'WwgwU':_0x362c34[_0x582c07(0xaa)],'KtPLV':function(_0x1ce32b,_0x138121){return _0x362c34['lCXrl'](_0x1ce32b,_0x138121);},'lQalo':_0x362c34[_0x582c07(0xd0)],'ltWbh':function(_0x110687){return _0x362c34['PEUNd'](_0x110687);}};logger[_0x582c07(0xf0)](_0x582c07(0xe5)+util[_0x582c07(0xc3)]('%j',_0x50a0de));if(_0x362c34['OiuIy'](_0x50a0de,null)||_0x362c34[_0x582c07(0xb0)](_0x50a0de[_0x582c07(0xf2)],0x0))return _0x362c34['PEUNd'](_0x518db0);const _0xcb3d0b=_0x50a0de[_0x582c07(0xa0)](_0xac72f=>{const _0x4aa2de=_0x582c07,_0x2b4d5b={'StdkC':function(_0x394b07,_0x639ba2){const _0x269de0=a178_0x5dce;return _0x38b891[_0x269de0(0xe1)](_0x394b07,_0x639ba2);}},_0x41b74b=_0x38b891['ZySSK'](_0x38b891[_0x4aa2de(0xe3)],_0xac72f);return this[_0x4aa2de(0xf5)](_0x595a86,_0x41b74b)[_0x4aa2de(0xb4)](_0x59039c=>{const _0x28ebe2=_0x4aa2de;if(_0x59039c&&_0x59039c[_0x28ebe2(0xb9)]&&_0x2b4d5b[_0x28ebe2(0x9b)](_0x59039c[_0x28ebe2(0xa3)],undefined)){const _0x36f305={};return _0x36f305[_0x28ebe2(0xb9)]=_0x59039c[_0x28ebe2(0xb9)],_0x36f305[_0x28ebe2(0xa3)]=_0x59039c['latency'],_0x36f305['ok']=!![],_0x36f305;}const _0x202b8a={};return _0x202b8a[_0x28ebe2(0xb9)]=_0x41b74b,_0x202b8a[_0x28ebe2(0xa3)]=null,_0x202b8a['ok']=![],_0x202b8a;})[_0x4aa2de(0xbc)](()=>({'hubUrl':_0x41b74b,'latency':null,'ok':![]}));});Promise[_0x582c07(0xb3)](_0xcb3d0b[_0x582c07(0xa0)](_0x27ea5a=>_0x27ea5a[_0x582c07(0xb4)](_0x361a97=>_0x361a97['ok']?_0x361a97:null)))[_0x582c07(0xb4)](_0xf1e879=>{const _0x750d06=_0x582c07;if(_0xf1e879)return _0xf1e879;return Promise['all'](_0xcb3d0b)[_0x750d06(0xb4)](()=>null);})[_0x582c07(0xb4)](_0x1d267=>{const _0x8650ab=_0x582c07;if(!_0x1d267){logger['debug'](_0x19fe03[_0x8650ab(0xbb)]);const _0x4bbc0c=_0x19fe03['AqBfA'](_0x19fe03[_0x8650ab(0xcd)],_0x50a0de[0x0]);return globals['setGlobal'](_0x19fe03[_0x8650ab(0xea)],{'nearestHubs':_0x50a0de[_0x8650ab(0xa0)](_0x26f34a=>_0x8650ab(0xf8)+_0x26f34a),'hubLatencies':{},'selectedHub':_0x4bbc0c,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x8650ab(0xc2)]()}),constants[_0x8650ab(0xb9)]=_0x19fe03[_0x8650ab(0xbf)](_0x4bbc0c,_0x19fe03['xauXO']),logger['debug']('HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20'+_0x4bbc0c),_0x19fe03[_0x8650ab(0xd4)](_0x518db0);}const _0x1fa4e7={[_0x1d267[_0x8650ab(0xb9)]]:_0x1d267[_0x8650ab(0xa3)]},_0x40a09b={'nearestHubs':_0x50a0de[_0x8650ab(0xa0)](_0x540a6d=>_0x8650ab(0xf8)+_0x540a6d),'hubLatencies':_0x1fa4e7,'selectedHub':_0x1d267[_0x8650ab(0xb9)],'selectedHubLatency':_0x1d267[_0x8650ab(0xa3)],'timestamp':Date['now']()};globals[_0x8650ab(0xe8)](_0x19fe03[_0x8650ab(0xea)],_0x40a09b),constants[_0x8650ab(0xb9)]=_0x19fe03[_0x8650ab(0xfa)](_0x1d267[_0x8650ab(0xb9)],_0x19fe03['xauXO']),logger['debug'](_0x8650ab(0xac)+_0x1d267[_0x8650ab(0xb9)]),_0x19fe03[_0x8650ab(0xee)](_0x518db0),Promise[_0x8650ab(0xb2)](_0xcb3d0b)['then'](_0x1b15e5=>{const _0x5d310d=_0x8650ab;try{const _0x45ced4=globals[_0x5d310d(0xdf)](_0x38b891['WwgwU']);if(!_0x45ced4||_0x45ced4[_0x5d310d(0xb1)])return;const _0x5f288c={};for(const _0x15e390 of _0x1b15e5){_0x38b891[_0x5d310d(0xa2)](_0x15e390[_0x5d310d(0xa9)],_0x38b891['lQalo'])&&_0x15e390[_0x5d310d(0xc6)]&&_0x15e390[_0x5d310d(0xc6)]['ok']&&(_0x5f288c[_0x15e390[_0x5d310d(0xc6)][_0x5d310d(0xb9)]]=_0x15e390[_0x5d310d(0xc6)][_0x5d310d(0xa3)]);}_0x45ced4[_0x5d310d(0xa4)]=_0x5f288c;}catch(_0x479979){logger[_0x5d310d(0xf0)](_0x5d310d(0xfb)+_0x479979);}})['catch'](_0x5934be=>{const _0x45c087=_0x8650ab;logger['debug'](_0x45c087(0xd5)+_0x5934be);});})[_0x582c07(0xbc)](_0x5150de=>{const _0x3d811e=_0x582c07;logger[_0x3d811e(0xf0)](_0x3d811e(0xc7)+_0x5150de),_0x38b891['ltWbh'](_0x518db0);});})[_0x23acbd(0xbc)](_0x473809=>{const _0x133f4a=_0x23acbd;logger['debug'](_0x133f4a(0xd2)+_0x473809),_0x362c34['dZzKR'](_0x518db0);});});},exports[a178_0x504fff(0xf5)]=async(_0x222f4c,_0x1dd1d9)=>{const _0x1ff96a=a178_0x504fff,_0x1fce74={};_0x1fce74[_0x1ff96a(0xcb)]=_0x1ff96a(0xca),_0x1fce74[_0x1ff96a(0xe2)]=_0x1ff96a(0xbe),_0x1fce74['BJzlX']=function(_0x1fa9af,_0x575edf){return _0x1fa9af-_0x575edf;};const _0x4aced8=_0x1fce74;try{const _0x184e2c=new Date();await helper[_0x1ff96a(0xb8)](_0x4aced8['eLSSC'],_0x4aced8[_0x1ff96a(0xe2)],{},_0x222f4c,_0x1dd1d9,0x1388);const _0x56ce57=_0x4aced8[_0x1ff96a(0xc1)](new Date(),_0x184e2c);logger[_0x1ff96a(0xf0)]('Execution\x20time\x20for\x20'+_0x1dd1d9+_0x1ff96a(0xa6)+_0x56ce57+'ms');const _0x480e20={};return _0x480e20[_0x1ff96a(0xb9)]=_0x1dd1d9,_0x480e20[_0x1ff96a(0xa3)]=_0x56ce57,_0x480e20;}catch(_0x358dea){return logger['debug'](_0x1ff96a(0x9a)+_0x1dd1d9+'\x20HUB\x20-\x20'+_0x358dea),{};}},exports[a178_0x504fff(0xd3)]=async _0x4bdf79=>{const _0x380c6f=a178_0x504fff,_0x417c2f={'TKtcN':function(_0xc09aad,_0x357517){return _0xc09aad(_0x357517);},'uSQJD':_0x380c6f(0xd6),'eBPTF':_0x380c6f(0xde),'Xzryv':_0x380c6f(0xca),'eVTqp':_0x380c6f(0x9e)};try{const _0x3105e4=_0x417c2f[_0x380c6f(0xe9)](require,_0x417c2f['uSQJD'])[_0x380c6f(0xb9)][_0x380c6f(0xf3)](_0x417c2f[_0x380c6f(0xe0)],''),_0x347fa9=await helper['nodeRequest'](_0x417c2f[_0x380c6f(0xd9)],_0x417c2f['eVTqp'],{},_0x4bdf79,_0x3105e4,0x1388),_0x1bd293=_0x347fa9[_0x380c6f(0xdc)];return logger['debug'](_0x380c6f(0x99)+util['format']('%j',_0x1bd293)),_0x1bd293['hubs'];}catch(_0x408dfa){logger[_0x380c6f(0xf0)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x408dfa);}return null;};
|
|
1
|
+
const a178_0x15532b=a178_0x64eb;(function(_0x4b30fa,_0x454d4e){const _0x34e880=a178_0x64eb,_0x439555=_0x4b30fa();while(!![]){try{const _0x240a29=-parseInt(_0x34e880(0x202))/0x1+-parseInt(_0x34e880(0x1dd))/0x2*(parseInt(_0x34e880(0x20c))/0x3)+-parseInt(_0x34e880(0x1fb))/0x4*(-parseInt(_0x34e880(0x1e3))/0x5)+parseInt(_0x34e880(0x1e4))/0x6+parseInt(_0x34e880(0x1c9))/0x7*(-parseInt(_0x34e880(0x200))/0x8)+parseInt(_0x34e880(0x1c0))/0x9*(parseInt(_0x34e880(0x1df))/0xa)+parseInt(_0x34e880(0x216))/0xb;if(_0x240a29===_0x454d4e)break;else _0x439555['push'](_0x439555['shift']());}catch(_0x5b4d70){_0x439555['push'](_0x439555['shift']());}}}(a178_0x4537,0xec571));const url=require(a178_0x15532b(0x20d)),util=require(a178_0x15532b(0x1d6)),helper=require(a178_0x15532b(0x1c6)),logger=require(a178_0x15532b(0x21a))[a178_0x15532b(0x21e)],constants=require(a178_0x15532b(0x1ff)),globals=require(a178_0x15532b(0x20a));function a178_0x4537(){const _0x1cea3c=['UorBU','skipped','/wd/hub','NEAREST\x20HUBS\x20LIST:\x20','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','ulXYo','Invalid\x20new\x20HUB\x20URL:\x20','iMtkm','updateHubUrl','allSettled','198RkjKid','get','latency','hubRegion\x20','hubs','parse','./helpers/helper','qhvpL','check','1638JXJtVi','https://','IVBob','newHubUrlBySession','resolve','next_hubs','set','hash','lnAiq','GET','getRequestOptions','map','hubUrl','util','search','ERROR\x20in\x20hub\x20selection:\x20','path','gcEdg','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','CKayn','2465242jXFCgS','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','351190TKiwEL','rTKTa','LDxZf','gMrAL','5395boonkK','321984GVHMQS','vwOxd','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','sEzxd','qruQP','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','\x20is:\x20','vSByV','Execution\x20time\x20for\x20','replace','pathname','gaJme','QPdHx','EVWnr','debug','value','status','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','catch','\x20HUB\x20-\x20','has','fulfilled','btxBe','6484WTzwcS','WWRtk','_hubAllocationData','format','./bin/utils/constants','7976EDotEM','hXxBk','1767696BtMjad','ZcYGY','nEpMI','data','race','siacA','setGlobal','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','./helpers/globals','zSbzn','3opzGBp','url','UICdV','Ktwsy','hostname','HUB\x20URL\x20SET\x20TO\x20-\x20','now','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','HUB_URL_MAP','allocateHub','17889553WJltyi','length','nextHubs','findLatency','./helpers/logger','TUGLm','rKcvd','INhZj','winstonLogger','nodeRequest','hubRegion','then','hubLatencies'];a178_0x4537=function(){return _0x1cea3c;};return a178_0x4537();}function a178_0x64eb(_0x7c7948,_0x221ad5){const _0x45376e=a178_0x4537();return a178_0x64eb=function(_0x64eb91,_0x17523b){_0x64eb91=_0x64eb91-0x1c0;let _0x55b0f2=_0x45376e[_0x64eb91];return _0x55b0f2;},a178_0x64eb(_0x7c7948,_0x221ad5);}global[a178_0x15532b(0x1cc)]=global[a178_0x15532b(0x1cc)]||new Map(),exports[a178_0x15532b(0x1d3)]=_0x21c9e3=>{const _0x1bffca=a178_0x15532b,_0x3e611c={};_0x3e611c[_0x1bffca(0x1e1)]=function(_0x3c9a01,_0x4c0639){return _0x3c9a01+_0x4c0639;},_0x3e611c['EYbzk']=_0x1bffca(0x229);const _0x211baf=_0x3e611c,_0x16ac38=url[_0x1bffca(0x1c5)](_0x21c9e3);if(!_0x16ac38[_0x1bffca(0x210)])throw new Error(_0x211baf[_0x1bffca(0x1e1)](_0x211baf['EYbzk'],_0x21c9e3));return _0x16ac38[_0x1bffca(0x1d7)]=null,_0x16ac38[_0x1bffca(0x1d0)]=null,_0x16ac38[_0x1bffca(0x1d9)]=_0x16ac38[_0x1bffca(0x1ee)],_0x16ac38;},exports[a178_0x15532b(0x22b)]=(_0x12157a,_0x25e153)=>{const _0x5864a1=a178_0x15532b,_0xa8b4ae={};_0xa8b4ae[_0x5864a1(0x1f0)]=_0x5864a1(0x1de);const _0x4cc76c=_0xa8b4ae;if(!_0x25e153){logger[_0x5864a1(0x1f2)](_0x4cc76c[_0x5864a1(0x1f0)]);return;}global[_0x5864a1(0x1cc)][_0x5864a1(0x1cf)](_0x25e153,_0x12157a);},exports['consumeHubUrlForSession']=_0x41f0d7=>{const _0xfe8627=a178_0x15532b;if(_0x41f0d7&&global[_0xfe8627(0x1cc)][_0xfe8627(0x1f8)](_0x41f0d7)){const _0x5797b7=global[_0xfe8627(0x1cc)][_0xfe8627(0x1c1)](_0x41f0d7);return global[_0xfe8627(0x1cc)]['delete'](_0x41f0d7),_0x5797b7;}return'';},exports[a178_0x15532b(0x215)]=_0x1f7534=>{const _0x32c655=a178_0x15532b,_0x540d02={'lnAiq':function(_0x170aab,_0x7a974a){return _0x170aab!==_0x7a974a;},'qruQP':function(_0x1acff7,_0x242eed){return _0x1acff7==_0x242eed;},'nGCiU':function(_0x2bf39d,_0x847446){return _0x2bf39d===_0x847446;},'btxBe':function(_0x4f8b24){return _0x4f8b24();},'qhvpL':function(_0x33b73b,_0x30558e){return _0x33b73b+_0x30558e;},'yChGy':_0x32c655(0x1ca),'ynGqS':_0x32c655(0x1fd),'sEzxd':function(_0x3d3c43,_0x55d6df){return _0x3d3c43===_0x55d6df;},'UICdV':_0x32c655(0x1f9),'vSByV':_0x32c655(0x209),'siacA':_0x32c655(0x225),'Ktwsy':function(_0x227c9f){return _0x227c9f();}};return new Promise(_0x3eece3=>{const _0x26e1b8=_0x32c655,_0x46061d={'CsUrJ':function(_0x5280fa,_0x39c1f9){return _0x540d02['qhvpL'](_0x5280fa,_0x39c1f9);},'iMtkm':_0x540d02['yChGy'],'TUGLm':_0x540d02['ynGqS'],'ulXYo':function(_0x374637,_0x2e4b3f){const _0x118b35=a178_0x64eb;return _0x540d02[_0x118b35(0x1e7)](_0x374637,_0x2e4b3f);},'vfOMk':_0x540d02[_0x26e1b8(0x20e)],'XZmNf':_0x540d02[_0x26e1b8(0x1eb)],'UorBU':function(_0x14a569,_0x4c277f){const _0x45a1e0=_0x26e1b8;return _0x540d02[_0x45a1e0(0x1c7)](_0x14a569,_0x4c277f);},'ZcYGY':_0x540d02[_0x26e1b8(0x207)],'WWRtk':function(_0x31e39c){const _0x351250=_0x26e1b8;return _0x540d02[_0x351250(0x1fa)](_0x31e39c);},'nEpMI':function(_0x2d1bad,_0x83c20b){const _0x528885=_0x26e1b8;return _0x540d02[_0x528885(0x1c7)](_0x2d1bad,_0x83c20b);},'IVBob':function(_0x424fc7){const _0x4fe59d=_0x26e1b8;return _0x540d02[_0x4fe59d(0x1fa)](_0x424fc7);}};if(_0x1f7534&&_0x1f7534['hubRegion']){const _0x171ccf=constants[_0x26e1b8(0x214)][_0x1f7534[_0x26e1b8(0x220)]];if(_0x171ccf)return constants[_0x26e1b8(0x1d5)]=_0x171ccf,logger[_0x26e1b8(0x1f2)](_0x26e1b8(0x1f5)+_0x171ccf),globals[_0x26e1b8(0x208)](_0x540d02['ynGqS'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x171ccf['replace'](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date['now']()}),_0x540d02[_0x26e1b8(0x20f)](_0x3eece3);logger[_0x26e1b8(0x1f2)](_0x26e1b8(0x1c3)+_0x1f7534[_0x26e1b8(0x220)]+'\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection');}Promise[_0x26e1b8(0x1cd)](this[_0x26e1b8(0x218)](_0x1f7534))['then'](_0x2a5397=>{const _0x4748c6=_0x26e1b8,_0x5b1e6b={'rKcvd':function(_0x10c2e0,_0x38bf86){const _0x590ba7=a178_0x64eb;return _0x540d02[_0x590ba7(0x1d1)](_0x10c2e0,_0x38bf86);}};logger[_0x4748c6(0x1f2)](_0x4748c6(0x226)+util[_0x4748c6(0x1fe)]('%j',_0x2a5397));if(_0x540d02[_0x4748c6(0x1e8)](_0x2a5397,null)||_0x540d02['nGCiU'](_0x2a5397[_0x4748c6(0x217)],0x0))return _0x540d02[_0x4748c6(0x1fa)](_0x3eece3);const _0x51feba=_0x2a5397[_0x4748c6(0x1d4)](_0x31e860=>{const _0x1b1462=_0x4748c6,_0x31256b=_0x46061d['CsUrJ'](_0x46061d['iMtkm'],_0x31e860);return this['findLatency'](_0x1f7534,_0x31256b)[_0x1b1462(0x221)](_0x1fceef=>{const _0x19bce9=_0x1b1462;if(_0x1fceef&&_0x1fceef[_0x19bce9(0x1d5)]&&_0x5b1e6b[_0x19bce9(0x21c)](_0x1fceef[_0x19bce9(0x1c2)],undefined)){const _0x5de7e6={};return _0x5de7e6[_0x19bce9(0x1d5)]=_0x1fceef['hubUrl'],_0x5de7e6[_0x19bce9(0x1c2)]=_0x1fceef['latency'],_0x5de7e6['ok']=!![],_0x5de7e6;}const _0x404438={};return _0x404438['hubUrl']=_0x31256b,_0x404438[_0x19bce9(0x1c2)]=null,_0x404438['ok']=![],_0x404438;})[_0x1b1462(0x1f6)](()=>({'hubUrl':_0x31256b,'latency':null,'ok':![]}));});Promise[_0x4748c6(0x206)](_0x51feba[_0x4748c6(0x1d4)](_0x287aac=>_0x287aac[_0x4748c6(0x221)](_0x19d2d4=>_0x19d2d4['ok']?_0x19d2d4:null)))['then'](_0x139e7c=>{const _0x588daf=_0x4748c6;if(_0x139e7c)return _0x139e7c;return Promise['all'](_0x51feba)[_0x588daf(0x221)](()=>null);})[_0x4748c6(0x221)](_0x5279b2=>{const _0x343c46=_0x4748c6,_0x490670={'INhZj':_0x46061d[_0x343c46(0x21b)],'gcEdg':function(_0x66fe4b,_0x461380){const _0x9949b0=_0x343c46;return _0x46061d[_0x9949b0(0x228)](_0x66fe4b,_0x461380);},'vwOxd':_0x46061d['vfOMk']};if(!_0x5279b2){logger[_0x343c46(0x1f2)](_0x46061d['XZmNf']);const _0x4170d1=_0x46061d['UorBU'](_0x46061d[_0x343c46(0x22a)],_0x2a5397[0x0]);return globals['setGlobal'](_0x46061d[_0x343c46(0x21b)],{'nearestHubs':_0x2a5397['map'](_0x4da9ae=>'https://'+_0x4da9ae),'hubLatencies':{},'selectedHub':_0x4170d1,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x343c46(0x212)]()}),constants[_0x343c46(0x1d5)]=_0x46061d[_0x343c46(0x223)](_0x4170d1,_0x46061d[_0x343c46(0x203)]),logger[_0x343c46(0x1f2)](_0x343c46(0x1e9)+_0x4170d1),_0x46061d[_0x343c46(0x1fc)](_0x3eece3);}const _0x4b1ea3={[_0x5279b2[_0x343c46(0x1d5)]]:_0x5279b2['latency']},_0x82a974={'nearestHubs':_0x2a5397['map'](_0x354594=>_0x343c46(0x1ca)+_0x354594),'hubLatencies':_0x4b1ea3,'selectedHub':_0x5279b2['hubUrl'],'selectedHubLatency':_0x5279b2[_0x343c46(0x1c2)],'timestamp':Date[_0x343c46(0x212)]()};globals[_0x343c46(0x208)](_0x46061d[_0x343c46(0x21b)],_0x82a974),constants[_0x343c46(0x1d5)]=_0x46061d[_0x343c46(0x204)](_0x5279b2['hubUrl'],_0x46061d[_0x343c46(0x203)]),logger['debug'](_0x343c46(0x211)+_0x5279b2['hubUrl']),_0x46061d[_0x343c46(0x1cb)](_0x3eece3),Promise[_0x343c46(0x22c)](_0x51feba)[_0x343c46(0x221)](_0xd36585=>{const _0x4fe60d=_0x343c46;try{const _0x33f89e=globals['getGlobal'](_0x490670[_0x4fe60d(0x21d)]);if(!_0x33f89e||_0x33f89e[_0x4fe60d(0x224)])return;const _0x4ecf5e={};for(const _0x56dcfa of _0xd36585){_0x490670[_0x4fe60d(0x1da)](_0x56dcfa[_0x4fe60d(0x1f4)],_0x490670[_0x4fe60d(0x1e5)])&&_0x56dcfa[_0x4fe60d(0x1f3)]&&_0x56dcfa[_0x4fe60d(0x1f3)]['ok']&&(_0x4ecf5e[_0x56dcfa[_0x4fe60d(0x1f3)]['hubUrl']]=_0x56dcfa[_0x4fe60d(0x1f3)][_0x4fe60d(0x1c2)]);}_0x33f89e[_0x4fe60d(0x222)]=_0x4ecf5e;}catch(_0x48c0a3){logger[_0x4fe60d(0x1f2)]('ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20'+_0x48c0a3);}})['catch'](_0xb975dd=>{const _0x346d62=_0x343c46;logger[_0x346d62(0x1f2)](_0x346d62(0x1e6)+_0xb975dd);});})[_0x4748c6(0x1f6)](_0x5a9e17=>{const _0x15ab64=_0x4748c6;logger['debug'](_0x15ab64(0x1d8)+_0x5a9e17),_0x46061d[_0x15ab64(0x1cb)](_0x3eece3);});})[_0x26e1b8(0x1f6)](_0x403cd5=>{const _0x362898=_0x26e1b8;logger[_0x362898(0x1f2)](_0x362898(0x227)+_0x403cd5),_0x46061d[_0x362898(0x1cb)](_0x3eece3);});});},exports[a178_0x15532b(0x219)]=async(_0x140151,_0x4a52e1)=>{const _0x377b67=a178_0x15532b,_0x4946b3={};_0x4946b3[_0x377b67(0x1e0)]=_0x377b67(0x1d2),_0x4946b3[_0x377b67(0x201)]=_0x377b67(0x1c8),_0x4946b3[_0x377b67(0x1dc)]=function(_0x53a870,_0x4aafb8){return _0x53a870-_0x4aafb8;};const _0x10e3ed=_0x4946b3;try{const _0x2602fd=new Date();await helper[_0x377b67(0x21f)](_0x10e3ed[_0x377b67(0x1e0)],_0x10e3ed['hXxBk'],{},_0x140151,_0x4a52e1,0x1388);const _0x5bdf5b=_0x10e3ed['CKayn'](new Date(),_0x2602fd);logger[_0x377b67(0x1f2)](_0x377b67(0x1ec)+_0x4a52e1+_0x377b67(0x1ea)+_0x5bdf5b+'ms');const _0x3581c4={};return _0x3581c4[_0x377b67(0x1d5)]=_0x4a52e1,_0x3581c4[_0x377b67(0x1c2)]=_0x5bdf5b,_0x3581c4;}catch(_0x540b10){return logger['debug'](_0x377b67(0x213)+_0x4a52e1+_0x377b67(0x1f7)+_0x540b10),{};}},exports['nextHubs']=async _0x1508d8=>{const _0x16d835=a178_0x15532b,_0x38c4c1={'EVWnr':function(_0x4682b3,_0x43702e){return _0x4682b3(_0x43702e);},'gaJme':_0x16d835(0x1ff),'gMrAL':_0x16d835(0x225),'kvzRC':_0x16d835(0x1d2),'zSbzn':_0x16d835(0x1ce)};try{const _0x41f061=_0x38c4c1[_0x16d835(0x1f1)](require,_0x38c4c1[_0x16d835(0x1ef)])[_0x16d835(0x1d5)][_0x16d835(0x1ed)](_0x38c4c1[_0x16d835(0x1e2)],''),_0x2d5cd5=await helper[_0x16d835(0x21f)](_0x38c4c1['kvzRC'],_0x38c4c1[_0x16d835(0x20b)],{},_0x1508d8,_0x41f061,0x1388),_0x32b79b=_0x2d5cd5[_0x16d835(0x205)];return logger[_0x16d835(0x1f2)]('Response:\x20'+util[_0x16d835(0x1fe)]('%j',_0x32b79b)),_0x32b79b[_0x16d835(0x1c4)];}catch(_0x427e75){logger[_0x16d835(0x1f2)](_0x16d835(0x1db)+_0x427e75);}return null;};
|