browserstack-node-sdk 1.59.0 → 1.60.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.
Files changed (217) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/assets/report.html +1 -1
  43. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  44. package/src/bin/codeceptjs/command.js +1 -1
  45. package/src/bin/codeceptjs/helper.js +1 -1
  46. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  47. package/src/bin/cucumber-js/command.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/test-observability.js +1 -1
  51. package/src/bin/cucumber-js/test.setup.js +1 -1
  52. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  53. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  54. package/src/bin/integrations/command.js +1 -1
  55. package/src/bin/integrations/constants.js +1 -1
  56. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/jasmine/command.js +1 -1
  58. package/src/bin/jasmine/test.setup.js +1 -1
  59. package/src/bin/jasmine/testRunMap.js +1 -1
  60. package/src/bin/jest/command.js +1 -1
  61. package/src/bin/jest/customImplements/customCircus.js +1 -1
  62. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  63. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  64. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  65. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  66. package/src/bin/jest/jest.setup.js +1 -1
  67. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  68. package/src/bin/jest/test-observability/helper.js +1 -1
  69. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  70. package/src/bin/jest/test-observability/test-details.js +1 -1
  71. package/src/bin/jest/test.setup.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  155. package/src/bin/v2/state/hookState.js +1 -1
  156. package/src/bin/v2/state/testFrameworkState.js +1 -1
  157. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  158. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  159. package/src/bin/v2/utils/jest-utils.js +1 -1
  160. package/src/bin/vanilla-js/command.js +1 -1
  161. package/src/browserStackSdk.js +1 -1
  162. package/src/helpers/BrowserStackSetup.js +1 -1
  163. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  164. package/src/helpers/accessibility-automation/constants.js +1 -1
  165. package/src/helpers/accessibility-automation/helper.js +1 -1
  166. package/src/helpers/accessibility-automation/scripts.js +1 -1
  167. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  168. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/timeoutPromise.js +1 -1
  214. package/src/helpers/utilities.js +1 -1
  215. package/src/helpers/w3cMapping.js +1 -1
  216. package/src/hubAllocationMethods.js +1 -1
  217. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a170_0x1490e1=a170_0x4407;(function(_0x403d9d,_0x74a932){const _0x2d33e8=a170_0x4407,_0x45ff84=_0x403d9d();while(!![]){try{const _0x33674b=parseInt(_0x2d33e8(0x1fd))/0x1*(parseInt(_0x2d33e8(0x222))/0x2)+parseInt(_0x2d33e8(0x1f4))/0x3+parseInt(_0x2d33e8(0x1b5))/0x4+parseInt(_0x2d33e8(0x20e))/0x5*(-parseInt(_0x2d33e8(0x262))/0x6)+-parseInt(_0x2d33e8(0x1b7))/0x7*(parseInt(_0x2d33e8(0x23e))/0x8)+-parseInt(_0x2d33e8(0x1de))/0x9*(-parseInt(_0x2d33e8(0x1f0))/0xa)+-parseInt(_0x2d33e8(0x24c))/0xb*(parseInt(_0x2d33e8(0x1f5))/0xc);if(_0x33674b===_0x74a932)break;else _0x45ff84['push'](_0x45ff84['shift']());}catch(_0x9b1f4a){_0x45ff84['push'](_0x45ff84['shift']());}}}(a170_0xe630,0x9bacc));const bsSetupHelper=require(a170_0x1490e1(0x236)),LoadTestModule=require(a170_0x1490e1(0x1f2)),{isTestObservabilitySession,getFrameworkVersion}=require(a170_0x1490e1(0x1e2)),accessibilityHelper=require(a170_0x1490e1(0x1f8)),logger=require(a170_0x1490e1(0x251))[a170_0x1490e1(0x1af)],{nestedKeyValue}=require(a170_0x1490e1(0x26d)),scripts=require(a170_0x1490e1(0x21b)),globals=require(a170_0x1490e1(0x24b)),testHubConstants=require(a170_0x1490e1(0x23d)),PWTestDetails=require(a170_0x1490e1(0x26b)),JestTestDetails=require(a170_0x1490e1(0x20f)),{FRAMEWORKS}=require(a170_0x1490e1(0x1e3)),{isTurboScaleSession}=require(a170_0x1490e1(0x1da)),OrchestrationUtils=require(a170_0x1490e1(0x21c)),constants=require('../../bin/utils/constants.js');function a170_0xe630(){const _0x31b18b=['rrBKD','BROWSERSTACK_TESTHUB_UUID','kbifJ','toUpperCase','getProductMapForBuildStartCall','uuid','cgOCE','getCurrentTestData','rFllv','assign','getTestData','isTurboScaleSession','IgFih','getAccessibilityValueFromYml','eiqSK','stringify','join','Sdnrt','BSmtG','accessibility','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','DEPRECATED','setTestObservabilityVariables','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','KsvbU','scripts','allow_screenshots','BGzRL','commands','../ats/helper','juLKh','hTzsk','getCentralUser','17163fkgNnz','1|5|2|3|0|4|6','MIrnq','ACCESS_DENIED','../test-observability/utils','../test-observability/constants.js','toString','TestRunStarted','JLVGc','isUndefined','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','igNEb','isTrue','BS_TESTOPS_ALLOW_SCREENSHOTS','error','BaOOu','vAitH','handleErrorForObservability','3640QkiNrZ','CUCUMBER','../../bin/v2/modules/loadTestModule','shouldScanTestForAccessibility','3823701Wvyozk','10844952EzKJRI','app','username','../accessibility-automation/helper','Nitbq','logBuildError','tXiQo','errors','309727knTAGf','OFDbc','CBLPB','parse','gapYW','../../bin/jasmine/testRunMap.js','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','commandsToWrap','accessibilityPlatform','message','password','BROWSERSTACK_TEST_ACCESSIBILITY_YML','XdaCe','handleErrorForAccessibility','bstackA11yShouldScan','true','value','5481860NcFhGU','../../bin/jest/test-observability/test-details.js','capabilities','observability','dynmO','vqjvz','BS_TESTOPS_BUILD_HASHED_ID','TEST_REPORTING_ANALYTICS','config','uJvrM','SEbeB','qfPdy','YcWXT','../accessibility-automation/scripts.js','../test-orchestration/orchestrationUtils.js','debug','isBrowserstackInfra','iFHMk','parseA11yJwtPayload','CtQrb','8jFyJDp','NtSSB','NxNcs','getProductMap','nUiwT','setCurrentTestData','ERROR','TMRDO','mHVWN','scopes','bhKbI','BROWSERSTACK_TESTHUB_UUID:\x20','jwt','PLAYWRIGHT','fyZXk','vlKbi','split','appendTesthubParams','percy','scannerVersion','../helper','parseFromJson','test_run','isAccessibilityEnabled','shouldProcessEventForTesthub','description','platforms','./constants.js','200alKOEB','success','isPercyBuild','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','iLKVq','JASMINE','JLHXG','fJrQJ','false','setTestHubCommonMetaInfo','ACCESSIBILITY','getGlobal','name','../globals.js','11CsZvHj','forEach','IswnW','tags','javascript','../logger','key','xawep','atoiQ','BS_TESTOPS_BUILD_COMPLETED','KViim','command','JEST','eSiWS','getTestFrameworkDetails','info','goog:chromeOptions','checkAccessibilityPlatformConfig','eBqIE','getTestOrchestrationBuildStartData','xaxgg','getBuildStartData','6PYaSTP','LogCreated','XunmC','TEvdJ','isRunning','ohmAl','titlePath','isLTSSession','CREDENTIALS_FOR_CRASH_REPORTING','../../bin/playwright/reporter/test-details.js','RUOar','../helper.js','Zvyab','BS_TESTOPS_JWT','BROWSERSTACK_PERCY','tYfhu','build_hashed_id','length','MOCHA','isAccessibilityPlatform','null','HookRunFinished','WElgy','XHbPo','BROWSERSTACK_TESTHUB_JWT','HfGat','JiPOg','winstonLogger','uploadEventData','getAccessibilityPlatformValidation','SJMtv','env','includes','2511456sFdYWU','vUdpV','335363olgkYJ','skipCDPConnectOverride','keys','BROWSERSTACK_ACCESSIBILITY','get','options'];a170_0xe630=function(){return _0x31b18b;};return a170_0xe630();}let testData={};function a170_0x4407(_0x821a26,_0x2ab8e5){const _0xe6302c=a170_0xe630();return a170_0x4407=function(_0x440721,_0x5a6e77){_0x440721=_0x440721-0x1a6;let _0x18472d=_0xe6302c[_0x440721];return _0x18472d;},a170_0x4407(_0x821a26,_0x2ab8e5);}exports[a170_0x1490e1(0x225)]=_0x2562a6=>{const _0xe23e15=a170_0x1490e1,_0x5676cc={'tYfhu':function(_0x2d7fd8){return _0x2d7fd8();}};let _0x17b61c=![],_0x526cb5=![];if(bsSetupHelper[_0xe23e15(0x21e)]()&&_0x2562a6[_0xe23e15(0x1f6)])_0x526cb5=!![];else bsSetupHelper[_0xe23e15(0x21e)]()&&(_0x17b61c=!![]);return Object[_0xe23e15(0x1c6)]({'observability':_0x5676cc[_0xe23e15(0x271)](isTestObservabilitySession),'accessibility':exports[_0xe23e15(0x239)](_0x2562a6),'percy':_0x2562a6[_0xe23e15(0x234)]||![],'automate':_0x17b61c,'app_automate':_0x526cb5,'turboscale':bsSetupHelper[_0xe23e15(0x1c8)](_0x2562a6),'lts':LoadTestModule[_0xe23e15(0x269)](_0x2562a6)},bsSetupHelper[_0xe23e15(0x1dd)]());},exports['getFrameworkDetails']=(_0x2eed56,_0x211e2f)=>{const _0x58bcb2=a170_0x1490e1,_0x4c2f09={'cgOCE':function(_0x4e7aeb,_0x4e35b6){return _0x4e7aeb(_0x4e35b6);},'NtSSB':_0x58bcb2(0x250)},_0x461faa={'frameworkName':_0x211e2f,'frameworkVersion':_0x4c2f09[_0x58bcb2(0x1c3)](getFrameworkVersion,_0x211e2f),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x4c2f09[_0x58bcb2(0x223)],'testFramework':bsSetupHelper[_0x58bcb2(0x25a)](_0x2eed56,_0x211e2f)};return process[_0x58bcb2(0x1b3)]['FRAMEWORK_DETAILS']=JSON[_0x58bcb2(0x1cc)](_0x461faa),_0x461faa;},exports['setPercyFlag']=_0x2affcf=>{const _0x32df56=a170_0x1490e1,_0x4e8eb1={};_0x4e8eb1['IgFih']=_0x32df56(0x246),_0x4e8eb1['BSmtG']=_0x32df56(0x20c);const _0x47634a=_0x4e8eb1;process[_0x32df56(0x1b3)][_0x32df56(0x270)]=_0x47634a[_0x32df56(0x1c9)],bsSetupHelper[_0x32df56(0x1ea)](_0x2affcf[_0x32df56(0x216)][_0x32df56(0x234)])&&(!_0x2affcf[_0x32df56(0x234)]||!_0x2affcf[_0x32df56(0x234)][_0x32df56(0x266)]())&&(process[_0x32df56(0x1b3)][_0x32df56(0x270)]=_0x47634a[_0x32df56(0x1cf)]);},exports[a170_0x1490e1(0x240)]=()=>{const _0x4cdf76=a170_0x1490e1;return bsSetupHelper['isTrue'](process['env'][_0x4cdf76(0x270)]);},exports[a170_0x1490e1(0x239)]=(_0x45b4b9={})=>{const _0x1d112d=a170_0x1490e1,_0x35b237={};_0x35b237[_0x1d112d(0x201)]=function(_0xfc1502,_0x1de866){return _0xfc1502!==_0x1de866;},_0x35b237[_0x1d112d(0x212)]=function(_0x59dbcd,_0x4b0a95){return _0x59dbcd===_0x4b0a95;},_0x35b237[_0x1d112d(0x1bd)]=_0x1d112d(0x20c),_0x35b237['RUOar']=function(_0x110374,_0x553761){return _0x110374>_0x553761;},_0x35b237[_0x1d112d(0x267)]=function(_0x2a0010,_0x210736){return _0x2a0010===_0x210736;};const _0x4ea0af=_0x35b237;if(_0x4ea0af[_0x1d112d(0x201)](process['env'][_0x1d112d(0x1ba)],undefined))return bsSetupHelper['isTrue'](process[_0x1d112d(0x1b3)][_0x1d112d(0x1ba)]);let _0x3c4478=_0x4ea0af['dynmO'](process[_0x1d112d(0x1b3)][_0x1d112d(0x208)],_0x4ea0af[_0x1d112d(0x1bd)]);return _0x4ea0af[_0x1d112d(0x26c)](Object[_0x1d112d(0x1b9)](_0x45b4b9)[_0x1d112d(0x273)],0x0)&&(process[_0x1d112d(0x1b3)][_0x1d112d(0x1d4)]=accessibilityHelper[_0x1d112d(0x25d)](_0x45b4b9)),_0x3c4478=_0x3c4478||_0x4ea0af[_0x1d112d(0x267)](process[_0x1d112d(0x1b3)][_0x1d112d(0x1d4)],_0x4ea0af[_0x1d112d(0x1bd)]),_0x3c4478;},exports[a170_0x1490e1(0x1d3)]=(_0xf5838,_0x2c91c4)=>{const _0x5cd6b6=a170_0x1490e1,_0x149062={'vAitH':function(_0x9c16a8){return _0x9c16a8();},'tXiQo':'4|5|0|1|3|2','JRnQK':function(_0x4095fe,_0x1317da,_0x3fa68a){return _0x4095fe(_0x1317da,_0x3fa68a);},'kbifJ':'observability','FLPit':_0x5cd6b6(0x1bc),'iLKVq':_0x5cd6b6(0x20c)};if(!_0xf5838||!_0xf5838[_0x5cd6b6(0x211)])return exports[_0x5cd6b6(0x1ef)](),[null,null,null];if(!_0xf5838['observability'][_0x5cd6b6(0x23f)])return exports[_0x5cd6b6(0x1ef)](_0xf5838[_0x5cd6b6(0x211)]),[null,null,null];if(_0x149062[_0x5cd6b6(0x1ee)](isTestObservabilitySession)){const _0x1c3bf3=_0x149062[_0x5cd6b6(0x1fb)][_0x5cd6b6(0x232)]('|');let _0x25a9dd=0x0;while(!![]){switch(_0x1c3bf3[_0x25a9dd++]){case'0':_0xf5838[_0x5cd6b6(0x272)]&&(process[_0x5cd6b6(0x1b3)]['BS_TESTOPS_BUILD_HASHED_ID']=_0xf5838[_0x5cd6b6(0x272)]);continue;case'1':_0x149062['JRnQK'](nestedKeyValue,_0xf5838,[_0x149062[_0x5cd6b6(0x1bf)],_0x149062['FLPit']])&&(process['env'][_0x5cd6b6(0x1eb)]=_0xf5838['observability']['options'][_0x5cd6b6(0x1d7)][_0x5cd6b6(0x1e4)]());continue;case'2':return[_0xf5838['jwt'],_0xf5838['build_hashed_id'],process[_0x5cd6b6(0x1b3)][_0x5cd6b6(0x1eb)]];case'3':logger['debug']('['+constants[_0x5cd6b6(0x215)]+']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0xf5838[_0x5cd6b6(0x272)]);continue;case'4':process[_0x5cd6b6(0x1b3)][_0x5cd6b6(0x255)]=_0x149062[_0x5cd6b6(0x242)];continue;case'5':if(_0xf5838[_0x5cd6b6(0x22e)]){process['env'][_0x5cd6b6(0x26f)]=_0xf5838[_0x5cd6b6(0x22e)];const _0x414f54={};_0x414f54[_0x5cd6b6(0x1f7)]=_0x2c91c4[_0x5cd6b6(0x1f7)],_0x414f54[_0x5cd6b6(0x207)]=_0x2c91c4[_0x5cd6b6(0x207)],process[_0x5cd6b6(0x1b3)][_0x5cd6b6(0x26a)]=JSON['stringify'](_0x414f54);}continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x40fe3c=>{const _0x555bb8=a170_0x1490e1,_0x39b508={'fyZXk':function(_0x945f2c,_0x26a8e4,_0x34c064){return _0x945f2c(_0x26a8e4,_0x34c064);},'nUiwT':_0x555bb8(0x1d0),'TMRDO':_0x555bb8(0x1bc),'iFHMk':function(_0x4cbd66,_0x1375aa,_0x276704,_0x5646d1){return _0x4cbd66(_0x1375aa,_0x276704,_0x5646d1);},'atoiQ':_0x555bb8(0x24a),'vUdpV':_0x555bb8(0x20d),'NxNcs':_0x555bb8(0x257),'hTzsk':_0x555bb8(0x1d9),'CtQrb':'nonBStackInfraA11yChromeOptions','XdaCe':_0x555bb8(0x25c),'MIrnq':function(_0xe3c4a8,_0x2e82d9){return _0xe3c4a8(_0x2e82d9);},'xaxgg':function(_0x958578,_0x33583e){return _0x958578===_0x33583e;},'DJTba':function(_0x336c2d,_0x4e3334){return _0x336c2d===_0x4e3334;},'Sdnrt':'true','rFllv':_0x555bb8(0x1d1)};if(!_0x40fe3c[_0x555bb8(0x1d0)])return exports[_0x555bb8(0x20a)](),[null,null];if(!_0x40fe3c[_0x555bb8(0x1d0)][_0x555bb8(0x23f)])return exports[_0x555bb8(0x20a)](_0x40fe3c[_0x555bb8(0x1d0)]),[null,null];if(_0x39b508[_0x555bb8(0x230)](nestedKeyValue,_0x40fe3c,[_0x39b508[_0x555bb8(0x226)],_0x39b508[_0x555bb8(0x229)]])){const {accessibilityToken:_0x297e69,scannerVersion:_0x6b6036,scannerProcessingTimeout:_0x5f54f5,isMobileScanningEnabledForGroup:_0x1fc72c}=_0x39b508[_0x555bb8(0x21f)](jsonifyAccessibilityArray,_0x40fe3c['accessibility'][_0x555bb8(0x1bc)][_0x555bb8(0x210)],_0x39b508[_0x555bb8(0x254)],_0x39b508[_0x555bb8(0x1b6)]),_0x1f2b81={'scripts':_0x39b508[_0x555bb8(0x21f)](jsonifyAccessibilityArray,_0x40fe3c[_0x555bb8(0x1d0)]['options'][_0x555bb8(0x1d6)],_0x39b508[_0x555bb8(0x254)],_0x39b508[_0x555bb8(0x224)])};_0x1f2b81[_0x39b508[_0x555bb8(0x1dc)]]=_0x40fe3c[_0x555bb8(0x1d0)][_0x555bb8(0x1bc)][_0x555bb8(0x204)][_0x555bb8(0x1d9)];const _0x2e4b9c=_0x39b508[_0x555bb8(0x21f)](jsonifyAccessibilityArray,_0x40fe3c[_0x555bb8(0x1d0)][_0x555bb8(0x1bc)]['capabilities'],_0x39b508['atoiQ'],_0x39b508[_0x555bb8(0x1b6)]);_0x1f2b81[_0x39b508[_0x555bb8(0x221)]]=_0x2e4b9c[_0x39b508[_0x555bb8(0x209)]],scripts[_0x555bb8(0x237)](_0x1f2b81),scripts['toJson']();let _0x579380=process[_0x555bb8(0x1b3)][_0x555bb8(0x241)];_0x579380=!!_0x579380?JSON[_0x555bb8(0x200)](_0x579380):{},_0x579380[_0x555bb8(0x235)]=_0x6b6036,process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x555bb8(0x1cc)](_0x579380),process[_0x555bb8(0x1b3)]['BS_A11Y_JWT']=_0x297e69,process['env'][_0x555bb8(0x203)]=_0x39b508[_0x555bb8(0x1e0)](String,_0x39b508[_0x555bb8(0x260)](_0x1fc72c,!![])||_0x39b508['DJTba'](_0x1fc72c,_0x39b508[_0x555bb8(0x1ce)])),logger[_0x555bb8(0x21d)]('[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0x40fe3c[_0x555bb8(0x272)]);const _0x3cc8f5=accessibilityHelper[_0x555bb8(0x220)](_0x297e69);return _0x3cc8f5&&bsSetupHelper['isTrue'](_0x3cc8f5[_0x555bb8(0x1b8)])&&(process[_0x555bb8(0x1b3)][_0x555bb8(0x1e8)]=!![],logger[_0x555bb8(0x21d)](_0x39b508[_0x555bb8(0x1c5)])),[_0x297e69,_0x40fe3c[_0x555bb8(0x272)],_0x5f54f5];}return[null,null];},exports['handleErrorForObservability']=_0x158383=>{const _0x3f3e61=a170_0x1490e1,_0x12dfe6={};_0x12dfe6[_0x3f3e61(0x1e9)]=_0x3f3e61(0x1df),_0x12dfe6[_0x3f3e61(0x25e)]=_0x3f3e61(0x1a8),_0x12dfe6['YcWXT']=_0x3f3e61(0x246);const _0x28b1c1=_0x12dfe6,_0x5266fc=_0x28b1c1['igNEb'][_0x3f3e61(0x232)]('|');let _0x2a65fe=0x0;while(!![]){switch(_0x5266fc[_0x2a65fe++]){case'0':process[_0x3f3e61(0x1b3)][_0x3f3e61(0x214)]=_0x28b1c1['eBqIE'];continue;case'1':process['env'][_0x3f3e61(0x1be)]=_0x28b1c1[_0x3f3e61(0x25e)];continue;case'2':process[_0x3f3e61(0x1b3)]['BS_TESTOPS_BUILD_COMPLETED']=_0x28b1c1[_0x3f3e61(0x21a)];continue;case'3':process[_0x3f3e61(0x1b3)][_0x3f3e61(0x26f)]=_0x28b1c1[_0x3f3e61(0x25e)];continue;case'4':process['env'][_0x3f3e61(0x1eb)]=_0x28b1c1[_0x3f3e61(0x25e)];continue;case'5':process['env'][_0x3f3e61(0x1ac)]=_0x28b1c1[_0x3f3e61(0x25e)];continue;case'6':exports['logBuildError'](_0x158383,testHubConstants['OBSERVABILITY']);continue;}break;}},exports[a170_0x1490e1(0x20a)]=_0x3ec5c7=>{const _0x4cdc2a=a170_0x1490e1,_0x22709e={};_0x22709e[_0x4cdc2a(0x22a)]='1|0|4|2|3',_0x22709e[_0x4cdc2a(0x1ae)]=_0x4cdc2a(0x1a8),_0x22709e['IswnW']=_0x4cdc2a(0x246);const _0x28d5cc=_0x22709e,_0x316c48=_0x28d5cc[_0x4cdc2a(0x22a)]['split']('|');let _0x18e625=0x0;while(!![]){switch(_0x316c48[_0x18e625++]){case'0':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x28d5cc[_0x4cdc2a(0x1ae)];continue;case'1':process[_0x4cdc2a(0x1b3)]['BROWSERSTACK_TESTHUB_UUID']=_0x28d5cc[_0x4cdc2a(0x1ae)];continue;case'2':process[_0x4cdc2a(0x1b3)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x28d5cc[_0x4cdc2a(0x24e)];continue;case'3':exports['logBuildError'](_0x3ec5c7,testHubConstants[_0x4cdc2a(0x248)]);continue;case'4':process[_0x4cdc2a(0x1b3)][_0x4cdc2a(0x208)]=_0x28d5cc[_0x4cdc2a(0x24e)];continue;}break;}},exports[a170_0x1490e1(0x1fa)]=(_0x2bacbd,_0x19c497='')=>{const _0x3385c9=a170_0x1490e1,_0x542a27={};_0x542a27[_0x3385c9(0x218)]=function(_0x52d60b,_0x1ee4b3){return _0x52d60b===_0x1ee4b3;};const _0x17ea7f=_0x542a27;if(_0x17ea7f[_0x3385c9(0x218)](_0x2bacbd,undefined)){logger['error'](_0x19c497[_0x3385c9(0x1c0)]()+'\x20Build\x20creation\x20failed');return;}for(const _0x55b67b of _0x2bacbd[_0x3385c9(0x1fc)]){const _0x263867=_0x55b67b[_0x3385c9(0x252)],_0x3562b0=_0x55b67b[_0x3385c9(0x206)];if(_0x3562b0)switch(_0x263867){case testHubConstants[_0x3385c9(0x228)]['INVALID_CREDENTIALS']:logger[_0x3385c9(0x1ec)](_0x3562b0);break;case testHubConstants[_0x3385c9(0x228)][_0x3385c9(0x1e1)]:logger[_0x3385c9(0x25b)](_0x3562b0);break;case testHubConstants['ERROR'][_0x3385c9(0x1d2)]:logger[_0x3385c9(0x1ec)](_0x3562b0);break;default:logger[_0x3385c9(0x1ec)](_0x3562b0);}}};const jsonifyAccessibilityArray=(_0x3414dc,_0x5ca881,_0x5f3319)=>{const _0x4796be=a170_0x1490e1,_0x387dc4={};return _0x3414dc[_0x4796be(0x24d)](_0x347c6f=>{_0x387dc4[_0x347c6f[_0x5ca881]]=_0x347c6f[_0x5f3319];}),_0x387dc4;};exports[a170_0x1490e1(0x247)]=_0x309c88=>{const _0x359273=a170_0x1490e1;_0x309c88[_0x359273(0x22e)]&&(process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x309c88['jwt']);_0x309c88[_0x359273(0x272)]&&(process['env'][_0x359273(0x1be)]=_0x309c88['build_hashed_id'],logger[_0x359273(0x21d)](_0x359273(0x22d)+_0x309c88[_0x359273(0x272)]));;},exports[a170_0x1490e1(0x23a)]=(_0x28d0be='',_0x10bb46='')=>{const _0x17d441=a170_0x1490e1,_0x15e8fb={'KViim':function(_0x319a28){return _0x319a28();},'fpJxb':function(_0x3fe259,_0x17eae4){return _0x3fe259===_0x17eae4;},'NOoAK':_0x17d441(0x1b0),'HfGat':_0x17d441(0x263),'Zvyab':'CBTSessionCreated','JjAps':'HookRunStarted','XOPPi':_0x17d441(0x1a9),'OFDbc':function(_0x4fe603){return _0x4fe603();}};if(exports[_0x17d441(0x240)]()&&!exports[_0x17d441(0x239)]()&&!_0x15e8fb[_0x17d441(0x256)](isTestObservabilitySession)){if(_0x15e8fb['fpJxb'](_0x10bb46,_0x15e8fb['NOoAK']))return![];if([_0x15e8fb[_0x17d441(0x1ad)],_0x15e8fb[_0x17d441(0x26e)]][_0x17d441(0x1b4)](_0x28d0be))return![];return!![];}if(exports['isAccessibilityEnabled']()&&!_0x15e8fb[_0x17d441(0x256)](isTestObservabilitySession)){if([_0x15e8fb['JjAps'],_0x15e8fb['XOPPi'],_0x15e8fb['HfGat']][_0x17d441(0x1b4)](_0x28d0be))return![];return!![];}return exports['isAccessibilityEnabled']()||_0x15e8fb[_0x17d441(0x1fe)](isTestObservabilitySession)||exports[_0x17d441(0x240)]();},exports[a170_0x1490e1(0x233)]=(_0x22192c,_0x13682e,_0x5ee4a1='',_0x1f5fae)=>{const _0x15d87d=a170_0x1490e1,_0x6aad0d={'sAqPy':'HookRunStarted','CBLPB':_0x15d87d(0x1a9),'KsvbU':function(_0x5f43ac,_0x46f0ce){return _0x5f43ac===_0x46f0ce;},'JLHXG':_0x15d87d(0x20b),'WElgy':_0x15d87d(0x1a7),'eSiWS':_0x15d87d(0x1d0),'SJMtv':function(_0x39c107,_0x50f261){return _0x39c107&&_0x50f261;},'juLKh':function(_0x2de5c5,_0x377f1d){return _0x2de5c5===_0x377f1d;},'vlKbi':function(_0x17b218,_0x20f817){return _0x17b218+_0x20f817;},'uJvrM':function(_0xad9906,_0xbf954f){return _0xad9906+_0xbf954f;},'fJrQJ':function(_0x177d45,_0x8096c3){return _0x177d45(_0x8096c3);},'XHbPo':_0x15d87d(0x202),'xwpNF':function(_0x3d5e93,_0xb3f198){return _0x3d5e93+_0xb3f198;},'BGzRL':function(_0x10f009,_0x231ff7){return _0x10f009&&_0x231ff7;},'vqjvz':function(_0x3801ef,_0x154940){return _0x3801ef===_0x154940;},'BaOOu':_0x15d87d(0x1e5),'Nitbq':function(_0x575b4b,_0x3fced5){return _0x575b4b&&_0x3fced5;},'qfPdy':function(_0x2b5d4e,_0x46549d){return _0x2b5d4e===_0x46549d;},'XunmC':'product_map'};if(![_0x6aad0d['sAqPy'],_0x6aad0d[_0x15d87d(0x1ff)]][_0x15d87d(0x1b4)](_0x13682e)&&exports[_0x15d87d(0x239)]()){const _0x4c7f82={};if(_0x6aad0d[_0x15d87d(0x1d5)](_0x1f5fae,FRAMEWORKS[_0x15d87d(0x1a6)])){const _0x525bb0=globals[_0x15d87d(0x249)](_0x6aad0d[_0x15d87d(0x244)])||accessibilityHelper[_0x15d87d(0x1f3)](_0x5ee4a1['titlePath'](),!![]),_0x2de80d=globals[_0x15d87d(0x249)](_0x6aad0d[_0x15d87d(0x1aa)]);_0x4c7f82[_0x6aad0d[_0x15d87d(0x259)]]=_0x6aad0d[_0x15d87d(0x1b2)](_0x2de80d,_0x525bb0);}if(_0x6aad0d[_0x15d87d(0x1db)](_0x1f5fae,FRAMEWORKS[_0x15d87d(0x258)])){const _0x3e8b8b=_0x6aad0d[_0x15d87d(0x231)](_0x6aad0d[_0x15d87d(0x217)](_0x22192c[_0x15d87d(0x22b)][_0x15d87d(0x1cd)]('\x20'),'\x20'),_0x5ee4a1[_0x15d87d(0x24a)]),_0x7150be=globals[_0x15d87d(0x249)](_0x6aad0d[_0x15d87d(0x244)])||accessibilityHelper[_0x15d87d(0x1f3)](_0x3e8b8b,![]),_0x1f8c57=browserStackGlobals[_0x15d87d(0x1a7)];_0x4c7f82[_0x6aad0d[_0x15d87d(0x259)]]=_0x6aad0d[_0x15d87d(0x1b2)](_0x1f8c57,_0x7150be);}if(_0x6aad0d['juLKh'](_0x1f5fae,FRAMEWORKS[_0x15d87d(0x243)])){const _0x199c42=_0x6aad0d[_0x15d87d(0x245)](require,_0x6aad0d[_0x15d87d(0x1ab)]),_0x35ffb2=_0x5ee4a1&&_0x199c42[_0x15d87d(0x1bb)](_0x5ee4a1['id'])||_0x22192c[_0x15d87d(0x1c2)];_0x35ffb2&&(_0x22192c[_0x15d87d(0x1c2)]=_0x35ffb2);const _0x562453=_0x6aad0d['xwpNF'](_0x6aad0d[_0x15d87d(0x217)](_0x22192c['scopes']['join']('\x20'),'\x20'),_0x5ee4a1[_0x15d87d(0x23b)]||_0x22192c['name']),_0x30ca47=globals['getGlobal'](_0x6aad0d[_0x15d87d(0x244)])||accessibilityHelper[_0x15d87d(0x1f3)](_0x562453,![]),_0x52cf0d=globals[_0x15d87d(0x249)](_0x6aad0d[_0x15d87d(0x1aa)]);_0x4c7f82[_0x6aad0d['eSiWS']]=_0x6aad0d[_0x15d87d(0x1d8)](_0x52cf0d,_0x30ca47);}if(_0x6aad0d[_0x15d87d(0x213)](_0x1f5fae,FRAMEWORKS[_0x15d87d(0x22f)])){if(_0x6aad0d[_0x15d87d(0x1d5)](_0x13682e,_0x6aad0d[_0x15d87d(0x1ed)]))return;_0x4c7f82[_0x6aad0d[_0x15d87d(0x259)]]=PWTestDetails[_0x15d87d(0x1b1)](_0x22192c[_0x15d87d(0x1c2)]);}if(_0x6aad0d[_0x15d87d(0x213)](_0x1f5fae,FRAMEWORKS['CODECEPT'])){const _0x48d19a=accessibilityHelper['shouldScanTestForAccessibility'](_0x5ee4a1[_0x15d87d(0x268)](),!![]),_0x115a79=global[_0x15d87d(0x205)];_0x4c7f82[_0x6aad0d[_0x15d87d(0x259)]]=_0x6aad0d[_0x15d87d(0x1f9)](_0x115a79,_0x48d19a);}if(_0x6aad0d[_0x15d87d(0x219)](_0x1f5fae,FRAMEWORKS[_0x15d87d(0x1f1)])){const _0x3c6f70=accessibilityHelper[_0x15d87d(0x1f3)](null,![],_0x22192c[_0x15d87d(0x24f)]),_0x6be8f1=globals[_0x15d87d(0x249)](_0x6aad0d['WElgy']);_0x4c7f82[_0x6aad0d['eSiWS']]=_0x6aad0d['Nitbq'](_0x6be8f1,_0x3c6f70);}_0x22192c[_0x6aad0d[_0x15d87d(0x264)]]=_0x4c7f82;}},exports[a170_0x1490e1(0x1c4)]=_0x2db366=>{const _0x4ae0cb=a170_0x1490e1,_0x3d9cce={};_0x3d9cce['eiqSK']=function(_0x1cadc4,_0x10c0d1){return _0x1cadc4>_0x10c0d1;};const _0x9b6e4c=_0x3d9cce;let _0x1cdc71={};if(_0x9b6e4c[_0x4ae0cb(0x1cb)](Object['keys'](testData)[_0x4ae0cb(0x273)],0x0))return testData;_0x1cdc71=JestTestDetails[_0x4ae0cb(0x1c7)]();if(_0x9b6e4c['eiqSK'](Object[_0x4ae0cb(0x1b9)](_0x1cdc71)['length'],0x0))return _0x1cdc71;return _0x1cdc71;},exports[a170_0x1490e1(0x227)]=(_0x59f99e,_0x234887={})=>{const _0x5c76de=a170_0x1490e1;if(bsSetupHelper[_0x5c76de(0x1e7)](_0x234887[_0x5c76de(0x238)]))return;switch(_0x59f99e){case FRAMEWORKS[_0x5c76de(0x1a6)]:testData=_0x234887[_0x5c76de(0x238)];break;case FRAMEWORKS[_0x5c76de(0x258)]:JestTestDetails['setTestData'](_0x234887[_0x5c76de(0x238)]);break;case FRAMEWORKS[_0x5c76de(0x243)]:testData=_0x234887[_0x5c76de(0x238)];break;default:break;}},exports[a170_0x1490e1(0x1ca)]=_0x2bf69a=>{const _0x2c3b14=a170_0x1490e1,_0x22f658={};_0x22f658['JLVGc']=function(_0x257735,_0xdef83a){return _0x257735!==_0xdef83a;},_0x22f658['bhKbI']=function(_0x21be4a,_0x3ace49){return _0x21be4a!==_0x3ace49;},_0x22f658[_0x2c3b14(0x253)]=function(_0x16158e,_0x21f154){return _0x16158e!==_0x21f154;};const _0x2ad6e7=_0x22f658;if(_0x2ad6e7[_0x2c3b14(0x1e6)](_0x2bf69a[_0x2c3b14(0x1d0)],null)&&_0x2ad6e7[_0x2c3b14(0x22c)](_0x2bf69a[_0x2c3b14(0x1d0)],undefined))return _0x2bf69a[_0x2c3b14(0x1d0)];let _0x2ae8ae=![],_0x363bcf=![];if(_0x2bf69a[_0x2c3b14(0x23c)])for(const _0xf6ecec of _0x2bf69a[_0x2c3b14(0x23c)]){_0x2ad6e7[_0x2c3b14(0x253)](_0xf6ecec[_0x2c3b14(0x1d0)],null)&&_0x2ad6e7[_0x2c3b14(0x1e6)](_0xf6ecec['accessibility'],undefined)&&(_0x2ae8ae=_0x2ae8ae||bsSetupHelper[_0x2c3b14(0x1ea)](_0xf6ecec[_0x2c3b14(0x1d0)]),_0x363bcf=!![]);}if(_0x363bcf)return _0x2ae8ae;return null;},exports[a170_0x1490e1(0x25f)]=_0x5b25cd=>{const _0x49883a=a170_0x1490e1;if(!_0x5b25cd)return{};const _0x4cd276=new OrchestrationUtils(_0x5b25cd);return _0x4cd276[_0x49883a(0x261)]();},exports[a170_0x1490e1(0x1c1)]=_0xae8a12=>{const _0x1f4c75=a170_0x1490e1,_0x3ddc96={'TEvdJ':function(_0x356e06){return _0x356e06();}};let _0x256914=![],_0x3e13cc=![];if(bsSetupHelper[_0x1f4c75(0x21e)]()&&_0xae8a12[_0x1f4c75(0x1f6)])_0x3e13cc=!![];else bsSetupHelper[_0x1f4c75(0x21e)]()&&(_0x256914=!![]);return Object[_0x1f4c75(0x1c6)]({'observability':_0x3ddc96[_0x1f4c75(0x265)](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0xae8a12),'percy':_0xae8a12[_0x1f4c75(0x234)]||![],'automate':_0x256914,'app_automate':_0x3e13cc,'turboscale':bsSetupHelper[_0x1f4c75(0x1c8)](_0xae8a12),'lts':LoadTestModule[_0x1f4c75(0x269)](_0xae8a12)},bsSetupHelper['getCentralUser']());};
1
+ const a170_0x4fb6e2=a170_0x1254;(function(_0x5c7508,_0xdbfffd){const _0x84f12d=a170_0x1254,_0x46e5c4=_0x5c7508();while(!![]){try{const _0x1c05f4=parseInt(_0x84f12d(0x1c8))/0x1+-parseInt(_0x84f12d(0x17f))/0x2*(-parseInt(_0x84f12d(0x219))/0x3)+-parseInt(_0x84f12d(0x1ce))/0x4*(-parseInt(_0x84f12d(0x20d))/0x5)+-parseInt(_0x84f12d(0x1e2))/0x6*(-parseInt(_0x84f12d(0x1a3))/0x7)+parseInt(_0x84f12d(0x1d0))/0x8*(-parseInt(_0x84f12d(0x17c))/0x9)+-parseInt(_0x84f12d(0x1db))/0xa*(-parseInt(_0x84f12d(0x1e1))/0xb)+-parseInt(_0x84f12d(0x1b9))/0xc*(parseInt(_0x84f12d(0x1a8))/0xd);if(_0x1c05f4===_0xdbfffd)break;else _0x46e5c4['push'](_0x46e5c4['shift']());}catch(_0x26ca76){_0x46e5c4['push'](_0x46e5c4['shift']());}}}(a170_0x26cf,0xc3452));function a170_0x26cf(){const _0x31fece=['BROWSERSTACK_TESTHUB_JWT','0|1|4|3|2','username','getCentralUser','ERROR','isPercyBuild','accessibilityPlatform','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','yqHtF','accessibility','isAppAutomateSession','FTAKQ','null','tcXZv','uHWAD','CBTSessionCreated','nonBStackInfraA11yChromeOptions','\x20Build\x20creation\x20failed','false','getGlobal','LTWhB','sxqEs','options','name','platforms','isUndefined','jeXIY','isTrue','6525pmaqQR','../test-observability/constants.js','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2IZryfY','../test-orchestration/orchestrationUtils.js','PLAYWRIGHT','rPRcY','../helper.js','ZjaJe','config','zxLDe','command','xqVxI','clsRZ','HookRunStarted','CBatr','ACCESS_DENIED','forEach','scripts','eQexG','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','split','MOCHA','value','eUPjj','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','get','includes','WrixI','BS_TESTOPS_BUILD_COMPLETED','zKnNg','getProductMap','BS_A11Y_JWT','NHPjV','shouldScanTestForAccessibility','isAccessibilityEnabled','BROWSERSTACK_ACCESSIBILITY','../helper','7QPvwar','isBrowserstackInfra','WtydP','UwiXB','eCFXL','456144sedcCc','env','lYSbP','getFrameworkDetails','BROWSERSTACK_TESTHUB_UUID:\x20','assign','OBSERVABILITY','rsdTn','gnVEP','TEST_REPORTING_ANALYTICS','parseA11yJwtPayload','NVRfX','HookRunFinished','handleErrorForObservability','iIwSd','DEPRECATED','../../bin/jest/test-observability/test-details.js','228OFcXkh','GmRcu','true','INVALID_CREDENTIALS','keys','password','yiGJz','BS_TESTOPS_JWT','PiOHT','join','toUpperCase','ZYlyh','BROWSERSTACK_PERCY','getTestData','GsGbh','701794dRMDFW','errors',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','tuSHt','../logger','CREDENTIALS_FOR_CRASH_REPORTING','4FwXxwa','ylbVm','17208BicxyW','length','uuid','javascript','../ats/helper','6|1|0|3|4|2|5','../../bin/jasmine/testRunMap.js','XpvML','JASMINE','tWbGG','CUCUMBER','140CWxSlW','qhPHb','debug','zfJcI','dRyjR','tDIYc','118888iTatwt','6818778ZXXcrx','build_hashed_id','aaflh','capabilities','pPIvT','stringify','isTurboScaleSession','UgWke','EbzFF','setTestObservabilityVariables','XjMZL','percy','BROWSERSTACK_TESTHUB_UUID','JEST','GLLPS','checkAccessibilityPlatformConfig','BS_TESTOPS_BUILD_HASHED_ID','setTestData','shouldProcessEventForTesthub','logBuildError','tAYbO','commands','test_run','MKgcG','ApAGf','setAccessibilityVariables','WFKUV','error','getTestFrameworkDetails','nZCAb','product_map','../accessibility-automation/helper','getBuildStartData','XDNCd','BS_TESTOPS_ALLOW_SCREENSHOTS','FRAMEWORK_DETAILS','jwt','parse','ACCESSIBILITY','getProductMapForBuildStartCall','bstackA11yShouldScan','../accessibility-automation/scripts.js','EfXks','1889785paHmxD','XFXEQ','allow_screenshots','BROWSERSTACK_TEST_ACCESSIBILITY_YML','commandsToWrap','uploadEventData','parseFromJson','getTestOrchestrationBuildStartData','success','dBheY','wPOEK','setTestHubCommonMetaInfo','1975341WjXdEF','isAccessibilityPlatform','titlePath','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','LogCreated','tags','PSFRt','../../bin/v2/modules/loadTestModule','observability','cQght','2|0|5|3|4|1','setCurrentTestData','TOAjR','handleErrorForAccessibility','../test-observability/utils','winstonLogger'];a170_0x26cf=function(){return _0x31fece;};return a170_0x26cf();}const bsSetupHelper=require(a170_0x4fb6e2(0x1a2)),LoadTestModule=require(a170_0x4fb6e2(0x220)),{isTestObservabilitySession,getFrameworkVersion}=require(a170_0x4fb6e2(0x15e)),accessibilityHelper=require(a170_0x4fb6e2(0x201)),logger=require(a170_0x4fb6e2(0x1cc))[a170_0x4fb6e2(0x15f)],{nestedKeyValue}=require(a170_0x4fb6e2(0x183)),scripts=require(a170_0x4fb6e2(0x20b)),globals=require('../globals.js'),testHubConstants=require('./constants.js'),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a170_0x4fb6e2(0x1b8)),{FRAMEWORKS}=require(a170_0x4fb6e2(0x17d)),{isTurboScaleSession}=require(a170_0x4fb6e2(0x1d4)),OrchestrationUtils=require(a170_0x4fb6e2(0x180)),constants=require('../../bin/utils/constants.js');let testData={};exports[a170_0x4fb6e2(0x19c)]=_0x2f3b4a=>{const _0x35b7b6=a170_0x4fb6e2,_0x50595f={'XFXEQ':function(_0x42348e){return _0x42348e();}};let _0x3aeb88=![],_0x4a165e=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x35b7b6(0x16a)](_0x2f3b4a))_0x4a165e=!![];else bsSetupHelper[_0x35b7b6(0x1a4)]()&&(_0x3aeb88=!![]);return Object[_0x35b7b6(0x1ad)]({'observability':_0x50595f[_0x35b7b6(0x20e)](isTestObservabilitySession),'accessibility':exports[_0x35b7b6(0x1a0)](_0x2f3b4a),'percy':_0x2f3b4a[_0x35b7b6(0x1ed)]||![],'automate':_0x3aeb88,'app_automate':_0x4a165e,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x2f3b4a),'lts':LoadTestModule['isLTSSession'](_0x2f3b4a)},bsSetupHelper['getCentralUser']());},exports[a170_0x4fb6e2(0x1ab)]=(_0xa53b91,_0x26e634)=>{const _0x3f211f=a170_0x4fb6e2,_0x47ece1={'CEsxP':function(_0x410ffd,_0x2c0f3e){return _0x410ffd(_0x2c0f3e);},'WtydP':_0x3f211f(0x1d3)},_0x4b299b={'frameworkName':_0x26e634,'frameworkVersion':_0x47ece1['CEsxP'](getFrameworkVersion,_0x26e634),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x47ece1[_0x3f211f(0x1a5)],'testFramework':bsSetupHelper[_0x3f211f(0x1fe)](_0xa53b91,_0x26e634)};return process['env'][_0x3f211f(0x205)]=JSON[_0x3f211f(0x1e7)](_0x4b299b),_0x4b299b;},exports['setPercyFlag']=_0x119049=>{const _0x711db1=a170_0x4fb6e2,_0x22acf0={};_0x22acf0[_0x711db1(0x1d9)]=_0x711db1(0x172),_0x22acf0[_0x711db1(0x184)]='true';const _0x3e52a1=_0x22acf0;process[_0x711db1(0x1a9)][_0x711db1(0x1c5)]=_0x3e52a1[_0x711db1(0x1d9)],bsSetupHelper[_0x711db1(0x17b)](_0x119049[_0x711db1(0x185)][_0x711db1(0x1ed)])&&(!_0x119049[_0x711db1(0x1ed)]||!_0x119049[_0x711db1(0x1ed)]['isRunning']())&&(process['env'][_0x711db1(0x1c5)]=_0x3e52a1[_0x711db1(0x184)]);},exports[a170_0x4fb6e2(0x165)]=()=>{return bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_PERCY']);},exports[a170_0x4fb6e2(0x1a0)]=(_0x346af4={})=>{const _0x3b1d99=a170_0x4fb6e2,_0x21e34c={};_0x21e34c['jeXIY']=function(_0x3adf88,_0x611056){return _0x3adf88!==_0x611056;},_0x21e34c[_0x3b1d99(0x1e0)]=function(_0x2d93cd,_0x39b854){return _0x2d93cd===_0x39b854;},_0x21e34c[_0x3b1d99(0x1b6)]=_0x3b1d99(0x1bb),_0x21e34c[_0x3b1d99(0x1e6)]=function(_0x25f3fa,_0x437227){return _0x25f3fa>_0x437227;};const _0x18a7b7=_0x21e34c;if(_0x18a7b7[_0x3b1d99(0x17a)](process['env'][_0x3b1d99(0x1a1)],undefined))return bsSetupHelper[_0x3b1d99(0x17b)](process['env'][_0x3b1d99(0x1a1)]);let _0x38d0ce=_0x18a7b7[_0x3b1d99(0x1e0)](process[_0x3b1d99(0x1a9)][_0x3b1d99(0x210)],_0x18a7b7[_0x3b1d99(0x1b6)]);return _0x18a7b7[_0x3b1d99(0x1e6)](Object[_0x3b1d99(0x1bd)](_0x346af4)[_0x3b1d99(0x1d1)],0x0)&&(process[_0x3b1d99(0x1a9)][_0x3b1d99(0x195)]=accessibilityHelper[_0x3b1d99(0x1f1)](_0x346af4)),_0x38d0ce=_0x38d0ce||_0x18a7b7[_0x3b1d99(0x1e0)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x18a7b7['iIwSd']),_0x38d0ce;},exports[a170_0x4fb6e2(0x1eb)]=(_0x3707bb,_0x5432d2)=>{const _0x1b5b05=a170_0x4fb6e2,_0x5254f3={'uHWAD':function(_0x20e975){return _0x20e975();},'yiGJz':_0x1b5b05(0x223),'rPRcY':_0x1b5b05(0x1bb),'WFKUV':function(_0x95d242,_0x2e4d74,_0x2c96f4){return _0x95d242(_0x2e4d74,_0x2c96f4);},'djGfs':_0x1b5b05(0x221),'PiOHT':_0x1b5b05(0x176)};if(!_0x3707bb||!_0x3707bb['observability'])return exports[_0x1b5b05(0x1b5)](),[null,null,null];if(!_0x3707bb['observability']['success'])return exports[_0x1b5b05(0x1b5)](_0x3707bb[_0x1b5b05(0x221)]),[null,null,null];if(_0x5254f3[_0x1b5b05(0x16e)](isTestObservabilitySession)){const _0x24d142=_0x5254f3[_0x1b5b05(0x1bf)][_0x1b5b05(0x191)]('|');let _0x578640=0x0;while(!![]){switch(_0x24d142[_0x578640++]){case'0':if(_0x3707bb[_0x1b5b05(0x206)]){process[_0x1b5b05(0x1a9)][_0x1b5b05(0x1c0)]=_0x3707bb[_0x1b5b05(0x206)];const _0x31818d={};_0x31818d[_0x1b5b05(0x162)]=_0x5432d2[_0x1b5b05(0x162)],_0x31818d['password']=_0x5432d2[_0x1b5b05(0x1be)],process['env'][_0x1b5b05(0x1cd)]=JSON[_0x1b5b05(0x1e7)](_0x31818d);}continue;case'1':return[_0x3707bb[_0x1b5b05(0x206)],_0x3707bb[_0x1b5b05(0x1e3)],process['env'][_0x1b5b05(0x204)]];case'2':process['env'][_0x1b5b05(0x19a)]=_0x5254f3[_0x1b5b05(0x182)];continue;case'3':_0x5254f3[_0x1b5b05(0x1fc)](nestedKeyValue,_0x3707bb,[_0x5254f3['djGfs'],_0x5254f3[_0x1b5b05(0x1c1)]])&&(process['env'][_0x1b5b05(0x204)]=_0x3707bb['observability']['options'][_0x1b5b05(0x20f)]['toString']());continue;case'4':logger[_0x1b5b05(0x1dd)]('['+constants[_0x1b5b05(0x1b1)]+_0x1b5b05(0x1ca)+_0x3707bb['build_hashed_id']);continue;case'5':_0x3707bb[_0x1b5b05(0x1e3)]&&(process[_0x1b5b05(0x1a9)][_0x1b5b05(0x1f2)]=_0x3707bb['build_hashed_id']);continue;}break;}}return[null,null,null];},exports[a170_0x4fb6e2(0x1fb)]=_0x50f6b6=>{const _0x4f8c2d=a170_0x4fb6e2,_0x32fe1d={'zxLDe':function(_0x17c972,_0x43d471,_0x2f0c0f){return _0x17c972(_0x43d471,_0x2f0c0f);},'dpQlt':_0x4f8c2d(0x169),'TOAjR':_0x4f8c2d(0x176),'sxqEs':function(_0x552cd4,_0x54516e,_0x259d3f,_0x163255){return _0x552cd4(_0x54516e,_0x259d3f,_0x163255);},'nZCAb':'name','zfJcI':_0x4f8c2d(0x193),'yqHtF':function(_0x55c08d,_0x528fc0,_0x248e36,_0x1279ef){return _0x55c08d(_0x528fc0,_0x248e36,_0x1279ef);},'wPOEK':_0x4f8c2d(0x187),'ApAGf':_0x4f8c2d(0x1f7),'lKgEL':_0x4f8c2d(0x170),'tuSHt':'goog:chromeOptions','izOhx':function(_0x16d7c5,_0x33532c){return _0x16d7c5(_0x33532c);},'LjEAW':function(_0x404130,_0x36af9e){return _0x404130===_0x36af9e;},'gnVEP':function(_0x107466,_0x4dbddb){return _0x107466===_0x4dbddb;},'ylbVm':'true','EfXks':_0x4f8c2d(0x190)};if(!_0x50f6b6['accessibility'])return exports[_0x4f8c2d(0x15d)](),[null,null];if(!_0x50f6b6[_0x4f8c2d(0x169)][_0x4f8c2d(0x215)])return exports[_0x4f8c2d(0x15d)](_0x50f6b6[_0x4f8c2d(0x169)]),[null,null];if(_0x32fe1d[_0x4f8c2d(0x186)](nestedKeyValue,_0x50f6b6,[_0x32fe1d['dpQlt'],_0x32fe1d[_0x4f8c2d(0x225)]])){const {accessibilityToken:_0x34aa2b,scannerVersion:_0x411ba2,scannerProcessingTimeout:_0x344ada,isMobileScanningEnabledForGroup:_0x3c33bf}=_0x32fe1d[_0x4f8c2d(0x175)](jsonifyAccessibilityArray,_0x50f6b6[_0x4f8c2d(0x169)][_0x4f8c2d(0x176)][_0x4f8c2d(0x1e5)],_0x32fe1d['nZCAb'],_0x32fe1d['zfJcI']),_0x40110a={'scripts':_0x32fe1d['yqHtF'](jsonifyAccessibilityArray,_0x50f6b6['accessibility'][_0x4f8c2d(0x176)][_0x4f8c2d(0x18e)],_0x32fe1d[_0x4f8c2d(0x1ff)],_0x32fe1d[_0x4f8c2d(0x217)])};_0x40110a[_0x32fe1d[_0x4f8c2d(0x1fa)]]=_0x50f6b6[_0x4f8c2d(0x169)][_0x4f8c2d(0x176)][_0x4f8c2d(0x211)][_0x4f8c2d(0x1f7)];const _0xa2ed3d=_0x32fe1d[_0x4f8c2d(0x168)](jsonifyAccessibilityArray,_0x50f6b6['accessibility']['options']['capabilities'],_0x32fe1d[_0x4f8c2d(0x1ff)],_0x32fe1d[_0x4f8c2d(0x1de)]);_0x40110a[_0x32fe1d['lKgEL']]=_0xa2ed3d[_0x32fe1d[_0x4f8c2d(0x1cb)]],scripts[_0x4f8c2d(0x213)](_0x40110a),scripts['toJson']();let _0xa34fe3=process[_0x4f8c2d(0x1a9)][_0x4f8c2d(0x17e)];_0xa34fe3=!!_0xa34fe3?JSON[_0x4f8c2d(0x207)](_0xa34fe3):{},_0xa34fe3['scannerVersion']=_0x411ba2,process[_0x4f8c2d(0x1a9)][_0x4f8c2d(0x17e)]=JSON[_0x4f8c2d(0x1e7)](_0xa34fe3),process['env'][_0x4f8c2d(0x19d)]=_0x34aa2b,process['env'][_0x4f8c2d(0x21c)]=_0x32fe1d['izOhx'](String,_0x32fe1d['LjEAW'](_0x3c33bf,!![])||_0x32fe1d[_0x4f8c2d(0x1b0)](_0x3c33bf,_0x32fe1d[_0x4f8c2d(0x1cf)])),logger[_0x4f8c2d(0x1dd)](_0x4f8c2d(0x196)+_0x50f6b6[_0x4f8c2d(0x1e3)]);const _0x396b9b=accessibilityHelper[_0x4f8c2d(0x1b2)](_0x34aa2b);return _0x396b9b&&bsSetupHelper[_0x4f8c2d(0x17b)](_0x396b9b['skipCDPConnectOverride'])&&(process[_0x4f8c2d(0x1a9)][_0x4f8c2d(0x167)]=!![],logger[_0x4f8c2d(0x1dd)](_0x32fe1d[_0x4f8c2d(0x20c)])),[_0x34aa2b,_0x50f6b6[_0x4f8c2d(0x1e3)],_0x344ada];}return[null,null];},exports[a170_0x4fb6e2(0x1b5)]=_0x501ddd=>{const _0x3dedeb=a170_0x4fb6e2,_0x8c5aef={};_0x8c5aef[_0x3dedeb(0x18f)]=_0x3dedeb(0x1d5),_0x8c5aef['zKnNg']='false',_0x8c5aef[_0x3dedeb(0x1f6)]=_0x3dedeb(0x16c);const _0x4806a0=_0x8c5aef,_0x40556d=_0x4806a0[_0x3dedeb(0x18f)][_0x3dedeb(0x191)]('|');let _0x5f189d=0x0;while(!![]){switch(_0x40556d[_0x5f189d++]){case'0':process[_0x3dedeb(0x1a9)][_0x3dedeb(0x19a)]=_0x4806a0[_0x3dedeb(0x19b)];continue;case'1':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x4806a0[_0x3dedeb(0x1f6)];continue;case'2':process[_0x3dedeb(0x1a9)][_0x3dedeb(0x204)]=_0x4806a0[_0x3dedeb(0x1f6)];continue;case'3':process['env']['BS_TESTOPS_JWT']=_0x4806a0['tAYbO'];continue;case'4':process[_0x3dedeb(0x1a9)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x4806a0[_0x3dedeb(0x1f6)];continue;case'5':exports['logBuildError'](_0x501ddd,testHubConstants[_0x3dedeb(0x1ae)]);continue;case'6':process['env'][_0x3dedeb(0x1ee)]=_0x4806a0[_0x3dedeb(0x1f6)];continue;}break;}},exports[a170_0x4fb6e2(0x15d)]=_0x312c01=>{const _0x37f308=a170_0x4fb6e2,_0x29f690={};_0x29f690[_0x37f308(0x1f0)]=_0x37f308(0x161),_0x29f690[_0x37f308(0x1c7)]='null',_0x29f690[_0x37f308(0x1ba)]=_0x37f308(0x172);const _0x43df20=_0x29f690,_0x55fe0e=_0x43df20['GLLPS']['split']('|');let _0x539c7d=0x0;while(!![]){switch(_0x55fe0e[_0x539c7d++]){case'0':process[_0x37f308(0x1a9)][_0x37f308(0x1ee)]=_0x43df20['GsGbh'];continue;case'1':process['env'][_0x37f308(0x160)]=_0x43df20[_0x37f308(0x1c7)];continue;case'2':exports['logBuildError'](_0x312c01,testHubConstants[_0x37f308(0x208)]);continue;case'3':process[_0x37f308(0x1a9)][_0x37f308(0x195)]=_0x43df20['GmRcu'];continue;case'4':process[_0x37f308(0x1a9)][_0x37f308(0x210)]=_0x43df20[_0x37f308(0x1ba)];continue;}break;}},exports[a170_0x4fb6e2(0x1f5)]=(_0x1f0c85,_0x98ddc0='')=>{const _0xd502a8=a170_0x4fb6e2,_0x41c38f={};_0x41c38f['bZVcZ']=function(_0x3e8153,_0x2c2a93){return _0x3e8153===_0x2c2a93;};const _0x376c8d=_0x41c38f;if(_0x376c8d['bZVcZ'](_0x1f0c85,undefined)){logger[_0xd502a8(0x1fd)](_0x98ddc0[_0xd502a8(0x1c3)]()+_0xd502a8(0x171));return;}for(const _0x542e80 of _0x1f0c85[_0xd502a8(0x1c9)]){const _0x3ab80f=_0x542e80['key'],_0x444082=_0x542e80['message'];if(_0x444082)switch(_0x3ab80f){case testHubConstants[_0xd502a8(0x164)][_0xd502a8(0x1bc)]:logger[_0xd502a8(0x1fd)](_0x444082);break;case testHubConstants[_0xd502a8(0x164)][_0xd502a8(0x18c)]:logger['info'](_0x444082);break;case testHubConstants[_0xd502a8(0x164)][_0xd502a8(0x1b7)]:logger[_0xd502a8(0x1fd)](_0x444082);break;default:logger[_0xd502a8(0x1fd)](_0x444082);}}};function a170_0x1254(_0x380e9f,_0xdd5c68){const _0x26cfde=a170_0x26cf();return a170_0x1254=function(_0x125486,_0x5e25f5){_0x125486=_0x125486-0x15d;let _0x41fea9=_0x26cfde[_0x125486];return _0x41fea9;},a170_0x1254(_0x380e9f,_0xdd5c68);}const jsonifyAccessibilityArray=(_0x547ac6,_0x13b9dc,_0x526224)=>{const _0x3c3004=a170_0x4fb6e2,_0x1c6dc1={};return _0x547ac6[_0x3c3004(0x18d)](_0x4d71a0=>{_0x1c6dc1[_0x4d71a0[_0x13b9dc]]=_0x4d71a0[_0x526224];}),_0x1c6dc1;};exports[a170_0x4fb6e2(0x218)]=_0x36556f=>{const _0x1fc503=a170_0x4fb6e2;_0x36556f[_0x1fc503(0x206)]&&(process[_0x1fc503(0x1a9)][_0x1fc503(0x160)]=_0x36556f[_0x1fc503(0x206)]);_0x36556f[_0x1fc503(0x1e3)]&&(process['env'][_0x1fc503(0x1ee)]=_0x36556f[_0x1fc503(0x1e3)],logger[_0x1fc503(0x1dd)](_0x1fc503(0x1ac)+_0x36556f[_0x1fc503(0x1e3)]));;},exports[a170_0x4fb6e2(0x1f4)]=(_0x4b0b79='',_0x32a527='')=>{const _0x14c4a7=a170_0x4fb6e2,_0x126df1={'LTWhB':function(_0x111fa8){return _0x111fa8();},'FTAKQ':function(_0x6e7602,_0x4eadb4){return _0x6e7602===_0x4eadb4;},'NVRfX':_0x14c4a7(0x212),'dBheY':_0x14c4a7(0x21d),'CBatr':_0x14c4a7(0x16f),'XDNCd':_0x14c4a7(0x18a),'EbzFF':_0x14c4a7(0x1b4),'rsdTn':function(_0x4165f3){return _0x4165f3();}};if(exports[_0x14c4a7(0x165)]()&&!exports['isAccessibilityEnabled']()&&!_0x126df1[_0x14c4a7(0x174)](isTestObservabilitySession)){if(_0x126df1[_0x14c4a7(0x16b)](_0x32a527,_0x126df1[_0x14c4a7(0x1b3)]))return![];if([_0x126df1['dBheY'],_0x126df1[_0x14c4a7(0x18b)]][_0x14c4a7(0x198)](_0x4b0b79))return![];return!![];}if(exports[_0x14c4a7(0x1a0)]()&&!_0x126df1['LTWhB'](isTestObservabilitySession)){if([_0x126df1[_0x14c4a7(0x203)],_0x126df1[_0x14c4a7(0x1ea)],_0x126df1[_0x14c4a7(0x216)]][_0x14c4a7(0x198)](_0x4b0b79))return![];return!![];}return exports[_0x14c4a7(0x1a0)]()||_0x126df1[_0x14c4a7(0x1af)](isTestObservabilitySession)||exports[_0x14c4a7(0x165)]();},exports['appendTesthubParams']=(_0x1c4755,_0x4c21d5,_0x53d82f='',_0x1ddf01)=>{const _0x535c46=a170_0x4fb6e2,_0x442fc4={'xgooe':_0x535c46(0x18a),'MHAat':'HookRunFinished','ZYlyh':function(_0xa55011,_0xf3bbc){return _0xa55011===_0xf3bbc;},'XpvML':_0x535c46(0x20a),'clsRZ':_0x535c46(0x21a),'WrixI':_0x535c46(0x169),'aaflh':function(_0x1df61a,_0x5ae5b8){return _0x1df61a&&_0x5ae5b8;},'lYSbP':function(_0x164c92,_0x198404){return _0x164c92+_0x198404;},'MKgcG':function(_0x4f7d26,_0x4d2b7c){return _0x4f7d26+_0x4d2b7c;},'cQght':function(_0x3c1197,_0x56de40){return _0x3c1197&&_0x56de40;},'XjMZL':function(_0x4a0b8c,_0xf3c4ad){return _0x4a0b8c(_0xf3c4ad);},'UwiXB':_0x535c46(0x1d6),'PSFRt':function(_0x3a2f9a,_0x40f523){return _0x3a2f9a+_0x40f523;},'xqVxI':function(_0x2552bb,_0x5da5ff){return _0x2552bb===_0x5da5ff;},'NHPjV':'TestRunStarted','SRqyk':function(_0x325809,_0x9f5961){return _0x325809&&_0x9f5961;},'TnnZm':function(_0x20b821,_0x44667a){return _0x20b821===_0x44667a;},'eUPjj':function(_0x10cb6a,_0x2dcdb3){return _0x10cb6a&&_0x2dcdb3;},'rRrTq':_0x535c46(0x200)};if(![_0x442fc4['xgooe'],_0x442fc4['MHAat']][_0x535c46(0x198)](_0x4c21d5)&&exports[_0x535c46(0x1a0)]()){const _0x5a6c0f={};if(_0x442fc4['ZYlyh'](_0x1ddf01,FRAMEWORKS[_0x535c46(0x192)])){const _0x34e846=globals[_0x535c46(0x173)](_0x442fc4['XpvML'])||accessibilityHelper[_0x535c46(0x19f)](_0x53d82f[_0x535c46(0x21b)](),!![]),_0xe534fb=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x189)]);_0x5a6c0f[_0x442fc4[_0x535c46(0x199)]]=_0x442fc4[_0x535c46(0x1e4)](_0xe534fb,_0x34e846);}if(_0x442fc4[_0x535c46(0x1c4)](_0x1ddf01,FRAMEWORKS[_0x535c46(0x1ef)])){const _0x213024=_0x442fc4[_0x535c46(0x1aa)](_0x442fc4[_0x535c46(0x1f9)](_0x1c4755['scopes'][_0x535c46(0x1c2)]('\x20'),'\x20'),_0x53d82f[_0x535c46(0x177)]),_0x19a30d=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x1d7)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x213024,![]),_0x4f3bb9=browserStackGlobals[_0x535c46(0x21a)];_0x5a6c0f[_0x442fc4['WrixI']]=_0x442fc4[_0x535c46(0x222)](_0x4f3bb9,_0x19a30d);}if(_0x442fc4[_0x535c46(0x1c4)](_0x1ddf01,FRAMEWORKS['JASMINE'])){const _0x3334d6=_0x442fc4[_0x535c46(0x1ec)](require,_0x442fc4[_0x535c46(0x1a6)]),_0x370897=_0x53d82f&&_0x3334d6[_0x535c46(0x197)](_0x53d82f['id'])||_0x1c4755['uuid'];_0x370897&&(_0x1c4755[_0x535c46(0x1d2)]=_0x370897);const _0x311b8e=_0x442fc4[_0x535c46(0x21f)](_0x442fc4[_0x535c46(0x1aa)](_0x1c4755['scopes'][_0x535c46(0x1c2)]('\x20'),'\x20'),_0x53d82f['description']||_0x1c4755['name']),_0x5df7ca=globals['getGlobal'](_0x442fc4['XpvML'])||accessibilityHelper[_0x535c46(0x19f)](_0x311b8e,![]),_0x339c14=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x189)]);_0x5a6c0f[_0x442fc4['WrixI']]=_0x442fc4[_0x535c46(0x222)](_0x339c14,_0x5df7ca);}if(_0x442fc4[_0x535c46(0x1c4)](_0x1ddf01,FRAMEWORKS[_0x535c46(0x181)])){if(_0x442fc4[_0x535c46(0x188)](_0x4c21d5,_0x442fc4[_0x535c46(0x19e)]))return;_0x5a6c0f[_0x442fc4['WrixI']]=PWTestDetails['getAccessibilityPlatformValidation'](_0x1c4755[_0x535c46(0x1d2)]);}if(_0x442fc4[_0x535c46(0x188)](_0x1ddf01,FRAMEWORKS['CODECEPT'])){const _0x2495c5=accessibilityHelper[_0x535c46(0x19f)](_0x53d82f[_0x535c46(0x21b)](),!![]),_0x95ffe5=global[_0x535c46(0x166)];_0x5a6c0f[_0x442fc4[_0x535c46(0x199)]]=_0x442fc4['SRqyk'](_0x95ffe5,_0x2495c5);}if(_0x442fc4['TnnZm'](_0x1ddf01,FRAMEWORKS[_0x535c46(0x1da)])){const _0x28cb85=accessibilityHelper[_0x535c46(0x19f)](null,![],_0x1c4755[_0x535c46(0x21e)]),_0x23b4a4=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x189)]);_0x5a6c0f[_0x442fc4['WrixI']]=_0x442fc4[_0x535c46(0x194)](_0x23b4a4,_0x28cb85);}_0x1c4755[_0x442fc4['rRrTq']]=_0x5a6c0f;}},exports['getCurrentTestData']=_0x205cc9=>{const _0x82c610=a170_0x4fb6e2,_0x40288a={};_0x40288a[_0x82c610(0x1df)]=function(_0xd0c609,_0x53caa0){return _0xd0c609>_0x53caa0;},_0x40288a[_0x82c610(0x16d)]=function(_0x5f26e2,_0x4b462d){return _0x5f26e2>_0x4b462d;};const _0x870463=_0x40288a;let _0x5714c1={};if(_0x870463['dRyjR'](Object[_0x82c610(0x1bd)](testData)[_0x82c610(0x1d1)],0x0))return testData;_0x5714c1=JestTestDetails[_0x82c610(0x1c6)]();if(_0x870463[_0x82c610(0x16d)](Object[_0x82c610(0x1bd)](_0x5714c1)[_0x82c610(0x1d1)],0x0))return _0x5714c1;return _0x5714c1;},exports[a170_0x4fb6e2(0x224)]=(_0x4dd028,_0x5f3935={})=>{const _0x1ee16=a170_0x4fb6e2;if(bsSetupHelper[_0x1ee16(0x179)](_0x5f3935[_0x1ee16(0x1f8)]))return;switch(_0x4dd028){case FRAMEWORKS['MOCHA']:testData=_0x5f3935['test_run'];break;case FRAMEWORKS[_0x1ee16(0x1ef)]:JestTestDetails[_0x1ee16(0x1f3)](_0x5f3935[_0x1ee16(0x1f8)]);break;case FRAMEWORKS[_0x1ee16(0x1d8)]:testData=_0x5f3935[_0x1ee16(0x1f8)];break;default:break;}},exports['getAccessibilityValueFromYml']=_0x2f60be=>{const _0x13488d=a170_0x4fb6e2,_0x1b1f85={};_0x1b1f85[_0x13488d(0x1e9)]=function(_0x1b0102,_0x4c9c83){return _0x1b0102!==_0x4c9c83;},_0x1b1f85['qhPHb']=function(_0x58fbf3,_0x3b6122){return _0x58fbf3!==_0x3b6122;};const _0x9894af=_0x1b1f85;if(_0x9894af[_0x13488d(0x1e9)](_0x2f60be[_0x13488d(0x169)],null)&&_0x9894af[_0x13488d(0x1dc)](_0x2f60be['accessibility'],undefined))return _0x2f60be[_0x13488d(0x169)];let _0x63c01c=![],_0x4d6cfb=![];if(_0x2f60be[_0x13488d(0x178)])for(const _0x4cedea of _0x2f60be[_0x13488d(0x178)]){_0x9894af[_0x13488d(0x1e9)](_0x4cedea[_0x13488d(0x169)],null)&&_0x9894af[_0x13488d(0x1e9)](_0x4cedea[_0x13488d(0x169)],undefined)&&(_0x63c01c=_0x63c01c||bsSetupHelper['isTrue'](_0x4cedea[_0x13488d(0x169)]),_0x4d6cfb=!![]);}if(_0x4d6cfb)return _0x63c01c;return null;},exports[a170_0x4fb6e2(0x214)]=_0xf97fc3=>{const _0x51f0fd=a170_0x4fb6e2;if(!_0xf97fc3)return{};const _0x43c936=new OrchestrationUtils(_0xf97fc3);return _0x43c936[_0x51f0fd(0x202)]();},exports[a170_0x4fb6e2(0x209)]=_0x32b324=>{const _0x23bd51=a170_0x4fb6e2,_0xa4f5b2={'eCFXL':function(_0xe0342d){return _0xe0342d();}};let _0x136cb2=![],_0x4302aa=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper['isAppAutomateSession'](_0x32b324))_0x4302aa=!![];else bsSetupHelper[_0x23bd51(0x1a4)]()&&(_0x136cb2=!![]);return Object['assign']({'observability':_0xa4f5b2[_0x23bd51(0x1a7)](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0x32b324),'percy':_0x32b324[_0x23bd51(0x1ed)]||![],'automate':_0x136cb2,'app_automate':_0x4302aa,'turboscale':bsSetupHelper[_0x23bd51(0x1e8)](_0x32b324),'lts':LoadTestModule['isLTSSession'](_0x32b324)},bsSetupHelper[_0x23bd51(0x163)]());};
@@ -1 +1 @@
1
- const a171_0x512626=a171_0x3326;(function(_0x34eb41,_0x4e0aa4){const _0x57a7c2=a171_0x3326,_0x4adaa3=_0x34eb41();while(!![]){try{const _0x291e27=parseInt(_0x57a7c2(0xdd))/0x1*(parseInt(_0x57a7c2(0xd6))/0x2)+-parseInt(_0x57a7c2(0xde))/0x3*(parseInt(_0x57a7c2(0xcf))/0x4)+-parseInt(_0x57a7c2(0xda))/0x5+parseInt(_0x57a7c2(0xe0))/0x6*(-parseInt(_0x57a7c2(0xd0))/0x7)+-parseInt(_0x57a7c2(0xd4))/0x8*(parseInt(_0x57a7c2(0xd1))/0x9)+parseInt(_0x57a7c2(0xd8))/0xa+parseInt(_0x57a7c2(0xd7))/0xb*(parseInt(_0x57a7c2(0xd3))/0xc);if(_0x291e27===_0x4e0aa4)break;else _0x4adaa3['push'](_0x4adaa3['shift']());}catch(_0x47c9d2){_0x4adaa3['push'](_0x4adaa3['shift']());}}}(a171_0x5327,0x6d518));function a171_0x5327(){const _0x411142=['20TWymsy','4714017yWsUDz','6619150wreWtW','cancel','3188215oxIqAE','cmXaT','pDYAE','48701KmWXxM','3pvCzEj','exports','30bFtjIO','2120500qttPHl','913213kIVXGy','45ImkWPY','fireFunnelTestEvent','36VxPwsG','266776TOKrTK','XZplu'];a171_0x5327=function(){return _0x411142;};return a171_0x5327();}function a171_0x3326(_0x3ca1b5,_0xf3a721){const _0x53275a=a171_0x5327();return a171_0x3326=function(_0x33261d,_0x51b3f5){_0x33261d=_0x33261d-0xcf;let _0x1ce6ac=_0x53275a[_0x33261d];return _0x1ce6ac;},a171_0x3326(_0x3ca1b5,_0xf3a721);}const utilities=require('./utilities');module[a171_0x512626(0xdf)]=(_0x4db60f,_0xf74a39,_0x113f83,_0x48a6b7,_0x53ef3e,_0x3f008c)=>{const _0x1f5075=a171_0x512626,_0x473c9d={'XZplu':function(_0x228103,_0x2b1d28){return _0x228103-_0x2b1d28;},'cmXaT':function(_0x910500,_0x83d0c){return _0x910500(_0x83d0c);},'pDYAE':function(_0x20cd51,_0x340523,_0x1e47f6){return _0x20cd51(_0x340523,_0x1e47f6);}};let _0x18da76,_0xd3dfb2=![];const _0x55c60e=new Promise((_0x8b2094,_0x29353c)=>{const _0x3a2801=a171_0x3326;_0x18da76=_0x473c9d[_0x3a2801(0xdc)](setTimeout,()=>{const _0x5c6fed=_0x3a2801;if(!_0xd3dfb2){const _0x448215={'status':''+_0xf74a39,'timeTaken':_0x473c9d[_0x5c6fed(0xd5)](new Date(),_0x48a6b7)};utilities[_0x5c6fed(0xd2)](_0x113f83,_0x448215,_0x53ef3e,_0x3f008c),_0x473c9d[_0x5c6fed(0xdb)](_0x29353c,new Error(_0xf74a39));}},_0x4db60f);});return _0x55c60e[_0x1f5075(0xd9)]=()=>{const _0x26b906=_0x1f5075;_0xd3dfb2=!![],_0x473c9d[_0x26b906(0xdb)](clearTimeout,_0x18da76);},_0x55c60e;};
1
+ const a171_0x599fed=a171_0x3960;(function(_0x50e87b,_0x388b9d){const _0x474d89=a171_0x3960,_0x10e210=_0x50e87b();while(!![]){try{const _0x47ab25=parseInt(_0x474d89(0xb0))/0x1+parseInt(_0x474d89(0xba))/0x2+parseInt(_0x474d89(0xc0))/0x3*(parseInt(_0x474d89(0xb9))/0x4)+parseInt(_0x474d89(0xbb))/0x5*(-parseInt(_0x474d89(0xb1))/0x6)+parseInt(_0x474d89(0xb5))/0x7*(-parseInt(_0x474d89(0xbd))/0x8)+parseInt(_0x474d89(0xb4))/0x9+parseInt(_0x474d89(0xb7))/0xa*(-parseInt(_0x474d89(0xaf))/0xb);if(_0x47ab25===_0x388b9d)break;else _0x10e210['push'](_0x10e210['shift']());}catch(_0x588246){_0x10e210['push'](_0x10e210['shift']());}}}(a171_0x2d54,0x6ee37));function a171_0x3960(_0x2867ff,_0x4b055d){const _0x2d54e1=a171_0x2d54();return a171_0x3960=function(_0x396030,_0x4c495a){_0x396030=_0x396030-0xaf;let _0x3a54f7=_0x2d54e1[_0x396030];return _0x3a54f7;},a171_0x3960(_0x2867ff,_0x4b055d);}const utilities=require(a171_0x599fed(0xc1));function a171_0x2d54(){const _0x1574e6=['fireFunnelTestEvent','exports','81Vwyaya','./utilities','4532jUnqxH','563743laNLgp','6xmOyAO','ETqiO','EsreS','1293795EwrWsX','404411LNKiGy','uhrdj','24610SZdsWx','RzejR','129524MTjNDX','1804652INUnzj','1324655oFEZZf','cancel','104xnXVnC'];a171_0x2d54=function(){return _0x1574e6;};return a171_0x2d54();}module[a171_0x599fed(0xbf)]=(_0x28f6d5,_0x25d04f,_0x5f27b3,_0x364ba0,_0x3a8b55,_0x2008e4)=>{const _0x3bd9e6=a171_0x599fed,_0x1af7a7={'RzejR':function(_0x945c82,_0x455e4e){return _0x945c82-_0x455e4e;},'ETqiO':function(_0x3aaa5b,_0x51bdbf){return _0x3aaa5b(_0x51bdbf);},'uhrdj':function(_0x404215,_0x14e6d3,_0x5179ea){return _0x404215(_0x14e6d3,_0x5179ea);},'BAEQf':function(_0x36759b,_0x3bc96e){return _0x36759b(_0x3bc96e);}};let _0x52974b,_0x3d5c03=![];const _0x42cd0f=new Promise((_0x4f0d18,_0x1b99e3)=>{const _0x3bbf37=a171_0x3960,_0x1bc66e={'EsreS':function(_0x5f075f,_0x33b71c){const _0x3b281d=a171_0x3960;return _0x1af7a7[_0x3b281d(0xb8)](_0x5f075f,_0x33b71c);},'EOHDT':function(_0x3211f1,_0x30351b){const _0x1517cf=a171_0x3960;return _0x1af7a7[_0x1517cf(0xb2)](_0x3211f1,_0x30351b);}};_0x52974b=_0x1af7a7[_0x3bbf37(0xb6)](setTimeout,()=>{const _0x3e0b4a=_0x3bbf37;if(!_0x3d5c03){const _0x2b6c7a={'status':''+_0x25d04f,'timeTaken':_0x1bc66e[_0x3e0b4a(0xb3)](new Date(),_0x364ba0)};utilities[_0x3e0b4a(0xbe)](_0x5f27b3,_0x2b6c7a,_0x3a8b55,_0x2008e4),_0x1bc66e['EOHDT'](_0x1b99e3,new Error(_0x25d04f));}},_0x28f6d5);});return _0x42cd0f[_0x3bd9e6(0xbc)]=()=>{_0x3d5c03=!![],_0x1af7a7['BAEQf'](clearTimeout,_0x52974b);},_0x42cd0f;};
@@ -1 +1 @@
1
- const a172_0x593c48=a172_0x5e52;(function(_0x1eab2d,_0x361ce0){const _0x57ba76=a172_0x5e52,_0x3c3f01=_0x1eab2d();while(!![]){try{const _0x3b284c=parseInt(_0x57ba76(0x1be))/0x1+parseInt(_0x57ba76(0x1ee))/0x2+-parseInt(_0x57ba76(0x1a6))/0x3+-parseInt(_0x57ba76(0x17b))/0x4*(parseInt(_0x57ba76(0x1ad))/0x5)+-parseInt(_0x57ba76(0x183))/0x6*(parseInt(_0x57ba76(0x1a3))/0x7)+-parseInt(_0x57ba76(0x1c3))/0x8+-parseInt(_0x57ba76(0x1b7))/0x9*(-parseInt(_0x57ba76(0x1c0))/0xa);if(_0x3b284c===_0x361ce0)break;else _0x3c3f01['push'](_0x3c3f01['shift']());}catch(_0x21e1d3){_0x3c3f01['push'](_0x3c3f01['shift']());}}}(a172_0x485e,0x4a533));function a172_0x5e52(_0x337e62,_0x226ed5){const _0x485e15=a172_0x485e();return a172_0x5e52=function(_0x5e52b2,_0x580535){_0x5e52b2=_0x5e52b2-0x16f;let _0x305b21=_0x485e15[_0x5e52b2];return _0x305b21;},a172_0x5e52(_0x337e62,_0x226ed5);}function a172_0x485e(){const _0x155518=['../bin/utils/constants','finalExecution','API\x20Event\x20','460HrEgxI','errorMessage','nodeRequest','QHgCh','W_OK','replace','hXrAU','BDqtH','6tkXcJP','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','requirePWModule','isModifiable','MQgIk','browserVersion','SDKTestSuccessful','PEwuu','getFrameworkVersion','./performance/performance-tester','killSignal','hLKKP','ENV_VAR','browser','chmodSync','getUserName','osVersion','POST','AUTOMATE_PRODUCTS','getStackTraceAsString','getTurboScaleBuildLink','oJSpb','kvBQD','uvDnV','playwrightVersion','version','config','EWPsT','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','\x20:\x20','buildName','[REDACTED]','712495mxQnFd','event_properties','buildIdentifier','1570422QKvcVG','tests','forEach','push','all','fGjrO','stringify','620iOlfqU','keys','./helper','every','format','nBQRN','getBuildLink','YgfnF','lmFcE','TUqWo','23472zCwPSk','gpBru','info','Error\x20in\x20firing\x20request\x20to\x20','SDK\x20run\x20ended\x20for\x20id:\x20','BROWSERSTACK_TESTHUB_UUID','source','170534RXZevE','toString','3520KYHNev','bsmEp','deviceName','2181128EkuWiL','assign','parse','sdkRunId','getPackageVersion','browserStackConfig','Failed\x20to\x20set\x20directory\x20access:\x20','length','stack','framework','values','error','lxQBC','RRMEN','fireFunnelTestEvent','bbZTH',',\x20testhub\x20id:\x20','split','KwxqT','object','isTurboScaleSession','./logger','unknown','XRPjF','APP_AUTOMATE','sendLogs','nkjdh','getTestFrameworkDetails','debug','codeceptjs','type','MFunx','nodejs','gAReq','application/json','ERvla','xLTPM','env','getAccessKey','./test-observability/utils','notifyUpdate','content-type','APP_AUTOMATE_PRODUCTS','256090iQTWSx','isBrowserstackInfra','app','_hubAllocationData','Directory\x20','hostname','oNXCf','sanitizeBrowserStackConfig','seleniumVersion','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','UYZbo','FeWmG','stopPercy','getTurboScaleSessionsList','unhandledErrors','wGjjv','X_OK','ajAll','globalException','getSessionsList','name','selenium-webdriver','constants','getGlobal'];a172_0x485e=function(){return _0x155518;};return a172_0x485e();}const os=require('os'),util=require('util'),fs=require('fs'),{getProductMap}=require('./testhub/utils'),logger=require(a172_0x593c48(0x1d8))['winstonLogger'],constants=require('../bin/utils/constants'),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a172_0x593c48(0x178)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a172_0x593c48(0x1af)),PerformanceTester=require(a172_0x593c48(0x18c)),globals=require('./globals'),helper=require(a172_0x593c48(0x1af)),{isTestObservabilitySession}=require(a172_0x593c48(0x1ea));let unhandledErrors='';exports['fireFunnelTestEvent']=async(_0x10b695,_0x2e96bd={},_0x4047ca,_0x109153,_0x3b4cdd=![])=>{const _0x78f27a=a172_0x593c48,_0x3c665e={'bbZTH':function(_0x51289c,_0x2f7371){return _0x51289c===_0x2f7371;},'fgIIy':_0x78f27a(0x1d6),'nBQRN':function(_0x5921b2,_0x3f9739){return _0x5921b2>_0x3f9739;},'MQgIk':function(_0x4c8af6,_0xae20de){return _0x4c8af6>_0xae20de;},'EWPsT':_0x78f27a(0x1a7),'MFunx':function(_0x489471){return _0x489471();},'TUqWo':function(_0x352d5a){return _0x352d5a();},'bsmEp':function(_0x4aacf7,_0xdbbd4f){return _0x4aacf7==_0xdbbd4f;},'FeWmG':'null','lxQBC':'undefined','nkjdh':_0x78f27a(0x1e0),'yoQZp':function(_0x25730c,_0x8714b7){return _0x25730c!==_0x8714b7;},'lmFcE':'Playwright','ajAll':_0x78f27a(0x1ce),'gAReq':function(_0x5ef6d0,_0x36dcd1){return _0x5ef6d0>_0x36dcd1;},'MLAMJ':function(_0x528a22,_0x26f3d0){return _0x528a22+_0x26f3d0;},'ggQNg':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','hXrAU':'_buildHashedId','xLTPM':function(_0x1783ee,_0x457227){return _0x1783ee(_0x457227);},'QHgCh':function(_0x1bf765,_0x508e1b){return _0x1bf765(_0x508e1b);},'uvDnV':_0x78f27a(0x1d9),'oJSpb':_0x78f27a(0x1e3),'wGjjv':function(_0xc5e3e5,_0x381333){return _0xc5e3e5===_0x381333;},'MNZlT':_0x78f27a(0x189),'gpBru':_0x78f27a(0x175),'RRMEN':_0x78f27a(0x1e5),'KwxqT':_0x78f27a(0x1a2),'fbfOy':_0x78f27a(0x194)};let _0x3bb553=[];if(helper[_0x78f27a(0x1ef)]()&&_0x3c665e[_0x78f27a(0x1e2)](isTestObservabilitySession))_0x3bb553=_0x4047ca[_0x78f27a(0x1f0)]?constants[_0x78f27a(0x1ed)]:constants[_0x78f27a(0x195)];else{if(_0x3c665e[_0x78f27a(0x1b6)](isTestObservabilitySession))_0x3bb553=constants[_0x78f27a(0x19f)];else helper[_0x78f27a(0x1ef)]()&&(_0x3bb553=_0x4047ca['app']?constants[_0x78f27a(0x1db)]:constants['AUTOMATE']);}let _0x46060f=_0x4047ca[_0x78f27a(0x1a5)];if(_0x3c665e[_0x78f27a(0x1c1)](_0x46060f,null))_0x46060f=_0x3c665e[_0x78f27a(0x1f9)];else _0x3c665e[_0x78f27a(0x1d2)](_0x46060f,undefined)&&(_0x46060f=_0x3c665e[_0x78f27a(0x1cf)]);unhandledErrors&&_0x3c665e[_0x78f27a(0x187)](unhandledErrors['length'],0x0)&&(_0x2e96bd[_0x78f27a(0x172)]=unhandledErrors);global[_0x78f27a(0x1c6)]&&(_0x2e96bd[_0x78f27a(0x1c6)]=global[_0x78f27a(0x1c6)]);try{if(_0x2e96bd[_0x78f27a(0x1ce)]){if(_0x3c665e[_0x78f27a(0x1d2)](_0x109153,_0x3c665e[_0x78f27a(0x1dd)])&&_0x3c665e[_0x78f27a(0x1b2)](_0x2e96bd['error'][_0x78f27a(0x1ca)],0x0)){const _0x2bb28d={};_0x2bb28d['os']='',_0x2bb28d[_0x78f27a(0x193)]='',_0x2bb28d['browser']='',_0x2bb28d['browserVersion']='';const _0x4e17fc=_0x2bb28d;let _0x8a2db5={};const _0x5a1b81=_0x2e96bd[_0x78f27a(0x1ce)];_0x8a2db5=_0x5a1b81['reduce']((_0x2cebd5,_0x15b741)=>{for(const _0x42d98d in _0x15b741){_0x2cebd5[_0x42d98d]=_0x15b741[_0x42d98d];}return _0x2cebd5;},{});const _0x20092a={};_0x20092a[_0x78f27a(0x1a7)]=_0x8a2db5,_0x2e96bd[_0x78f27a(0x1ce)]=[Object[_0x78f27a(0x1c4)]({},_0x4e17fc,_0x20092a)];}else{let _0x284ad1=0x0;const _0x223030=_0x3c665e['yoQZp'](_0x109153,_0x3c665e[_0x78f27a(0x1b5)])?JSON[_0x78f27a(0x1c5)](_0x2e96bd[_0x78f27a(0x1ce)]):_0x2e96bd[_0x78f27a(0x1ce)],_0x434aaa=Object[_0x78f27a(0x1cd)](_0x223030);_0x434aaa['forEach'](_0x541044=>{const _0x4a340c=_0x78f27a;if(_0x3c665e[_0x4a340c(0x1d2)](typeof _0x541044,_0x3c665e['fgIIy'])){const _0x4593d9=Object['values'](_0x541044);!_0x4593d9[_0x4a340c(0x1b0)](_0x4b4330=>_0x4b4330===null||_0x4b4330===undefined||_0x4b4330==='')&&(_0x284ad1+=0x1);}});if(_0x3c665e[_0x78f27a(0x1d2)](_0x284ad1,0x0))delete _0x2e96bd[_0x3c665e[_0x78f27a(0x171)]];else{const _0x50c817=[];Object[_0x78f27a(0x1ae)](_0x223030)['forEach'](_0x3a5085=>{const _0x557edf=_0x78f27a,_0x38ab8c={'hLKKP':function(_0x414481,_0x502ca8){return _0x3c665e['nBQRN'](_0x414481,_0x502ca8);}},[_0x4f81ac,_0x4ae83d,_0x4ef5cf,_0x569b30]=_0x3a5085[_0x557edf(0x1d4)](',\x20');let _0x1e1c13={};if(!_0x569b30){const _0x5d47e5={};_0x5d47e5[_0x557edf(0x1c2)]=_0x4f81ac,_0x5d47e5['osVersion']=_0x4ae83d,_0x5d47e5[_0x557edf(0x190)]=_0x4ef5cf,_0x1e1c13=_0x5d47e5;}else{const _0x321eba={};_0x321eba['os']=_0x4f81ac,_0x321eba[_0x557edf(0x193)]=_0x4ae83d,_0x321eba['browser']=_0x4ef5cf,_0x321eba[_0x557edf(0x188)]=_0x569b30,_0x1e1c13=_0x321eba;}const _0x2a8926={},_0x51bc15=_0x223030[_0x3a5085];Object[_0x557edf(0x1ae)](_0x51bc15)[_0x557edf(0x1a8)](_0xdfa156=>{const _0x54d2ef=_0x557edf;_0x38ab8c[_0x54d2ef(0x18e)](_0x51bc15[_0xdfa156][_0x54d2ef(0x1ca)],0x0)&&(_0x2a8926[_0xdfa156]=_0x51bc15[_0xdfa156]);}),_0x3c665e[_0x557edf(0x187)](Object[_0x557edf(0x1ae)](_0x2a8926)[_0x557edf(0x1ca)],0x0)&&(_0x1e1c13[_0x3c665e[_0x557edf(0x19e)]]=_0x2a8926,_0x50c817[_0x557edf(0x1a9)](_0x1e1c13));}),_0x3c665e[_0x78f27a(0x1e4)](_0x50c817[_0x78f27a(0x1ca)],0x0)?_0x2e96bd['error']=_0x50c817:delete _0x2e96bd[_0x3c665e[_0x78f27a(0x171)]];}}}}catch(_0x224e01){delete _0x2e96bd[_0x3c665e[_0x78f27a(0x171)]],logger[_0x78f27a(0x1df)](_0x3c665e['MLAMJ'](_0x3c665e['ggQNg'],_0x224e01));}const _0x2b904b=helper[_0x78f27a(0x1de)](_0x4047ca,_0x4047ca[_0x78f27a(0x1cc)]),_0x161fc3={'userName':helper['getUserName'](_0x4047ca),'accessKey':helper['getAccessKey'](_0x4047ca),'event_type':_0x10b695,'detectedFramework':_0x109153,'buildHashedId':globals['getGlobal'](_0x3c665e[_0x78f27a(0x181)]),'optimalHubUrl':helper['getOptimalHubUrl'](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0x78f27a(0x18f)][_0x78f27a(0x1bc)]]||'','sdkRunId':global[_0x78f27a(0x1c6)],'product_map':_0x3c665e[_0x78f27a(0x1e7)](getProductMap,_0x4047ca),'productMap':_0x3c665e[_0x78f27a(0x17e)](getProductMap,_0x4047ca),'language_framework':_0x4047ca[_0x78f27a(0x1bd)]||_0x3c665e[_0x78f27a(0x19a)],'referrer':helper['getNodeAgent'](_0x109153),'framework':_0x4047ca['framework'],'frameworkVersion':helper[_0x78f27a(0x18b)](_0x109153),'automationFramework':_0x2b904b[_0x78f27a(0x174)],'automationFrameworkVersion':_0x2b904b[_0x78f27a(0x19c)],'language':_0x3c665e[_0x78f27a(0x198)],'languageVersion':process[_0x78f27a(0x19c)],'product':_0x3bb553,'buildName':_0x4047ca[_0x78f27a(0x1a1)]||_0x3c665e[_0x78f27a(0x1cf)],'buildIdentifier':_0x46060f,'os':os[_0x78f27a(0x1e1)]()||_0x3c665e[_0x78f27a(0x19a)],'hostname':os[_0x78f27a(0x1f3)]()||_0x3c665e['uvDnV'],..._0x2e96bd,'isCLIEnabled':_0x3b4cdd}};try{_0x3c665e[_0x78f27a(0x16f)](_0x10b695,_0x3c665e['MNZlT'])&&(_0x161fc3[_0x78f27a(0x1a4)][_0x78f27a(0x1c8)]=helper[_0x78f27a(0x1f5)](_0x4047ca)),_0x3c665e[_0x78f27a(0x1d2)](_0x109153,_0x3c665e[_0x78f27a(0x1b5)])?_0x161fc3[_0x78f27a(0x1a4)][_0x78f27a(0x19b)]=helper[_0x78f27a(0x185)]['apply'](null,_0x3c665e[_0x78f27a(0x1e2)](getTransformPath),!![]):_0x161fc3['event_properties'][_0x78f27a(0x1f6)]=helper[_0x78f27a(0x1c7)](_0x3c665e[_0x78f27a(0x1b8)]);}catch(_0x46bbb7){logger[_0x78f27a(0x1df)](_0x78f27a(0x1f7)+_0x46bbb7);}const _0x22fd6f={};_0x22fd6f[_0x78f27a(0x1ec)]=_0x3c665e[_0x78f27a(0x1d0)];const _0x1833b4={'headers':_0x22fd6f,'body':_0x161fc3,'auth':{'user':helper[_0x78f27a(0x192)](_0x4047ca),'pass':helper[_0x78f27a(0x1e9)](_0x4047ca)},'json':!![]};logger[_0x78f27a(0x1df)]('Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20'+JSON[_0x78f27a(0x1ac)](_0x1833b4['body'])[_0x78f27a(0x180)](new RegExp(helper[_0x78f27a(0x192)](_0x4047ca),'g'),_0x3c665e[_0x78f27a(0x1d5)])['replace'](new RegExp(helper['getAccessKey'](_0x4047ca),'g'),_0x3c665e[_0x78f27a(0x1d5)]));try{const _0x4b23a4=await helper[_0x78f27a(0x17d)](_0x3c665e['fbfOy'],FUNNEL_INSTRUMENTATION_API_URL,_0x1833b4,_0x4047ca);logger['debug'](_0x78f27a(0x17a)+_0x10b695+'\x20response\x20-\x20'+util[_0x78f27a(0x1b1)]('%j',_0x4b23a4));}catch(_0x41f607){logger[_0x78f27a(0x1df)](_0x78f27a(0x1ba)+FUNNEL_INSTRUMENTATION_API_URL+_0x78f27a(0x1a0)+util[_0x78f27a(0x1b1)](_0x41f607));}},exports[a172_0x593c48(0x179)]=async(_0x555a7e,_0x549045=![])=>{const _0xe7e089=a172_0x593c48,_0x3de721={'nLYfF':function(_0x5061d5){return _0x5061d5();},'ERvla':_0xe7e089(0x1f1),'oTKQi':'finishedMetadata','UYZbo':'user_killed','fGjrO':_0xe7e089(0x189),'YgfnF':function(_0x5cded5,_0x17d524,_0x168fbe){return _0x5cded5(_0x17d524,_0x168fbe);},'oNXCf':function(_0x33965a,_0x26deec){return _0x33965a+_0x26deec;},'PEwuu':_0xe7e089(0x184)};try{await _0x555a7e[_0xe7e089(0x1fa)](),_0x3de721['nLYfF'](printNudgeLocalNotSetError);const _0x709c5a={};_0x709c5a[_0xe7e089(0x1ce)]=_0x555a7e[_0xe7e089(0x17c)]?_0x555a7e['errorMessage']:'{}';const _0x4e080b=_0x709c5a,_0x587331=Object[_0xe7e089(0x1c4)]({},_0x4e080b),_0x33f701=globals[_0xe7e089(0x177)](_0x3de721[_0xe7e089(0x1e6)]);_0x33f701&&(_0x587331['hubAllocation']=_0x33f701);!!_0x555a7e[_0xe7e089(0x18d)]&&(_0x587331[_0x3de721['oTKQi']]={'reason':_0x3de721[_0xe7e089(0x1f8)],'signal':_0x555a7e[_0xe7e089(0x18d)]});unhandledErrors=_0x555a7e[_0xe7e089(0x1fc)]['join']('\x0a');let _0x5c96c6,_0x2da066,_0xd8b2cb;helper[_0xe7e089(0x1d7)](_0x555a7e[_0xe7e089(0x19d)])?([_0x5c96c6,_0x2da066]=await helper[_0xe7e089(0x197)](_0x555a7e['config']),[_0xd8b2cb]=await Promise[_0xe7e089(0x1aa)]([helper[_0xe7e089(0x1fb)](_0x5c96c6,_0x555a7e[_0xe7e089(0x19d)]),exports[_0xe7e089(0x1d1)](_0x3de721[_0xe7e089(0x1ab)],_0x587331,_0x555a7e[_0xe7e089(0x19d)],_0x555a7e[_0xe7e089(0x1cc)],_0x549045)])):([_0x5c96c6,_0x2da066]=await helper[_0xe7e089(0x1b3)](_0x555a7e['config']),[_0xd8b2cb]=await Promise[_0xe7e089(0x1aa)]([helper[_0xe7e089(0x173)](_0x5c96c6,_0x555a7e['config']),exports[_0xe7e089(0x1d1)](_0x3de721[_0xe7e089(0x1ab)],_0x587331,_0x555a7e[_0xe7e089(0x19d)],_0x555a7e['framework'],_0x549045)])),_0xd8b2cb&&await _0x3de721[_0xe7e089(0x1b4)](generateCIArtifacts,_0xd8b2cb,_0x2da066),logger[_0xe7e089(0x1b9)](_0xe7e089(0x1bb)+_0x555a7e['sdkRunId']+_0xe7e089(0x1d3)+process[_0xe7e089(0x1e8)][_0xe7e089(0x1bc)]),await helper[_0xe7e089(0x1dc)](_0x555a7e[_0xe7e089(0x19d)]);}catch(_0x2d0c4c){logger[_0xe7e089(0x1df)](_0x3de721[_0xe7e089(0x1f4)](_0x3de721[_0xe7e089(0x18a)],_0x2d0c4c));}helper[_0xe7e089(0x1eb)]();},exports['getStackTraceAsString']=_0x158aab=>{const _0x19aafc=a172_0x593c48,_0x42e644={'XRPjF':function(_0x2d16f1,_0x170c7d){return _0x2d16f1 instanceof _0x170c7d;},'QUGzT':function(_0x4a60f2,_0x5c607d){return _0x4a60f2(_0x5c607d);}};try{if(_0x42e644[_0x19aafc(0x1da)](_0x158aab,Error))return _0x158aab[_0x19aafc(0x1cb)]||_0x158aab[_0x19aafc(0x1bf)]();return _0x42e644['QUGzT'](String,_0x158aab);}catch(_0x3e0899){return _0x158aab?_0x158aab['toString']():'';}},exports['isNullOrEmpty']=_0x172c27=>{const _0x5f4693=a172_0x593c48,_0x5af876={};_0x5af876['kvBQD']=function(_0x479ad1,_0x9d1e1b){return _0x479ad1===_0x9d1e1b;};const _0x3c11b6=_0x5af876;return!_0x172c27||_0x3c11b6[_0x5f4693(0x199)](_0x172c27['trim'](),'');},exports[a172_0x593c48(0x186)]=_0x2e0264=>{const _0x495c24=a172_0x593c48,_0x4f3229={};_0x4f3229[_0x495c24(0x182)]=function(_0x141c62,_0x4f88c5){return _0x141c62|_0x4f88c5;};const _0x51c93a=_0x4f3229;try{return fs['accessSync'](_0x2e0264,_0x51c93a[_0x495c24(0x182)](fs[_0x495c24(0x176)][_0x495c24(0x17f)],fs[_0x495c24(0x176)][_0x495c24(0x170)])),!![];}catch(_0xf6ebbe){return![];}},exports['setReadWriteExecuteAccess']=_0x6eda29=>{const _0x2dc942=a172_0x593c48;try{fs[_0x2dc942(0x191)](_0x6eda29,0x1ff),logger[_0x2dc942(0x1df)](_0x2dc942(0x1f2)+_0x6eda29+'\x20has\x20now\x20read/write/execute\x20permissions.');}catch(_0x1cc157){logger[_0x2dc942(0x1ce)](_0x2dc942(0x1c9)+exports[_0x2dc942(0x196)](_0x1cc157));}};
1
+ const a172_0x9c2a32=a172_0x259c;(function(_0x330e14,_0x1510b9){const _0x189779=a172_0x259c,_0x26952a=_0x330e14();while(!![]){try{const _0x3c481f=-parseInt(_0x189779(0xcb))/0x1+parseInt(_0x189779(0x120))/0x2*(parseInt(_0x189779(0x10b))/0x3)+-parseInt(_0x189779(0x124))/0x4+-parseInt(_0x189779(0xc0))/0x5+-parseInt(_0x189779(0xee))/0x6*(-parseInt(_0x189779(0xd5))/0x7)+parseInt(_0x189779(0xf4))/0x8+parseInt(_0x189779(0xe4))/0x9*(parseInt(_0x189779(0x14c))/0xa);if(_0x3c481f===_0x1510b9)break;else _0x26952a['push'](_0x26952a['shift']());}catch(_0x199abb){_0x26952a['push'](_0x26952a['shift']());}}}(a172_0x11d3,0x37087));const os=require('os'),util=require(a172_0x9c2a32(0x127)),fs=require('fs'),{getProductMap}=require(a172_0x9c2a32(0xf3)),logger=require('./logger')[a172_0x9c2a32(0x105)],constants=require(a172_0x9c2a32(0x112)),testHubConstants=require(a172_0x9c2a32(0xbe)),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a172_0x9c2a32(0x112)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a172_0x9c2a32(0x103)),PerformanceTester=require(a172_0x9c2a32(0x123)),globals=require('./globals'),helper=require('./helper'),{isTestObservabilitySession}=require(a172_0x9c2a32(0x100));let unhandledErrors='';function a172_0x259c(_0x45057c,_0x27a678){const _0x11d344=a172_0x11d3();return a172_0x259c=function(_0x259c8d,_0x27f823){_0x259c8d=_0x259c8d-0xb5;let _0x1e3c6f=_0x11d344[_0x259c8d];return _0x1e3c6f;},a172_0x259c(_0x45057c,_0x27a678);}exports['fireFunnelTestEvent']=async(_0x2befa6,_0x2217bc={},_0x533b50,_0x14d91d,_0x559df3=![])=>{const _0x4e0bd2=a172_0x9c2a32,_0xf01366={'iIqeD':function(_0x1a366e,_0x3d70fb){return _0x1a366e===_0x3d70fb;},'HZrmG':_0x4e0bd2(0xf6),'dZkho':function(_0x5937a4,_0x4b2b00){return _0x5937a4>_0x4b2b00;},'QDXGo':function(_0x874f44,_0x251723){return _0x874f44>_0x251723;},'EqefY':_0x4e0bd2(0xb7),'kivTG':function(_0xe08980){return _0xe08980();},'gpCHR':function(_0x189741){return _0x189741();},'GMEoW':function(_0x412363,_0x42694b){return _0x412363==_0x42694b;},'hfdZD':_0x4e0bd2(0xdf),'HoFkU':_0x4e0bd2(0x108),'yuGTu':function(_0xf6894d,_0x5dca05){return _0xf6894d===_0x5dca05;},'zzxLr':'codeceptjs','CVzCU':function(_0x3aee48,_0x1f7dd1){return _0x3aee48!==_0x1f7dd1;},'rjZlB':'Playwright','oyErP':function(_0x590028,_0x1687af){return _0x590028===_0x1687af;},'XKrkA':_0x4e0bd2(0xf1),'NOMAT':function(_0x30441c,_0x41e1df){return _0x30441c>_0x41e1df;},'eAGkG':function(_0x1735d1,_0xb811b7){return _0x1735d1+_0xb811b7;},'Cotso':_0x4e0bd2(0xd0),'XiUeY':_0x4e0bd2(0x13e),'ovFKo':function(_0x5e426d,_0x54840a){return _0x5e426d(_0x54840a);},'BwobX':_0x4e0bd2(0x11a),'WrvsA':_0x4e0bd2(0x10e),'YNDYM':_0x4e0bd2(0xff),'uKiPi':function(_0x5c5f63,_0x3afce0){return _0x5c5f63===_0x3afce0;},'ReJOS':_0x4e0bd2(0x138),'yicZd':_0x4e0bd2(0xe8),'swQYy':_0x4e0bd2(0xb8),'bQTXD':_0x4e0bd2(0xfd)};let _0xc1b4bb=[];if(helper[_0x4e0bd2(0x11f)]()&&_0xf01366[_0x4e0bd2(0xe2)](isTestObservabilitySession))_0xc1b4bb=helper[_0x4e0bd2(0x12d)](_0x533b50)?constants[_0x4e0bd2(0xd2)]:constants[_0x4e0bd2(0xc6)];else{if(_0xf01366[_0x4e0bd2(0x141)](isTestObservabilitySession))_0xc1b4bb=constants[_0x4e0bd2(0x146)];else helper[_0x4e0bd2(0x11f)]()&&(_0xc1b4bb=helper[_0x4e0bd2(0x12d)](_0x533b50)?constants[_0x4e0bd2(0xec)]:constants[_0x4e0bd2(0xf0)]);}let _0x1cbe8c=_0x533b50[_0x4e0bd2(0x14f)];if(_0xf01366[_0x4e0bd2(0xeb)](_0x1cbe8c,null))_0x1cbe8c=_0xf01366['hfdZD'];else _0xf01366[_0x4e0bd2(0xf5)](_0x1cbe8c,undefined)&&(_0x1cbe8c=_0xf01366[_0x4e0bd2(0x114)]);unhandledErrors&&_0xf01366['QDXGo'](unhandledErrors[_0x4e0bd2(0x109)],0x0)&&(_0x2217bc[_0x4e0bd2(0xca)]=unhandledErrors);global['sdkRunId']&&(_0x2217bc[_0x4e0bd2(0x10f)]=global[_0x4e0bd2(0x10f)]);try{if(_0x2217bc[_0x4e0bd2(0xf1)]){if(_0xf01366['yuGTu'](_0x14d91d,_0xf01366[_0x4e0bd2(0xfc)])&&_0xf01366[_0x4e0bd2(0x14a)](_0x2217bc[_0x4e0bd2(0xf1)][_0x4e0bd2(0x109)],0x0)){const _0x304535={};_0x304535['os']='',_0x304535[_0x4e0bd2(0x140)]='',_0x304535[_0x4e0bd2(0x11c)]='',_0x304535[_0x4e0bd2(0xf8)]='';const _0x5d41c9=_0x304535;let _0x9f90aa={};const _0x4d5e1b=_0x2217bc['error'];_0x9f90aa=_0x4d5e1b[_0x4e0bd2(0xc5)]((_0x3cc86d,_0x186ae8)=>{for(const _0x3659ce in _0x186ae8){_0x3cc86d[_0x3659ce]=_0x186ae8[_0x3659ce];}return _0x3cc86d;},{});const _0x573491={};_0x573491[_0x4e0bd2(0xb7)]=_0x9f90aa,_0x2217bc[_0x4e0bd2(0xf1)]=[Object[_0x4e0bd2(0x14d)]({},_0x5d41c9,_0x573491)];}else{let _0x55de73=0x0;const _0x24e0d4=_0xf01366[_0x4e0bd2(0x10c)](_0x14d91d,_0xf01366['rjZlB'])?JSON[_0x4e0bd2(0xe7)](_0x2217bc[_0x4e0bd2(0xf1)]):_0x2217bc[_0x4e0bd2(0xf1)],_0x15e156=Object[_0x4e0bd2(0x13b)](_0x24e0d4);_0x15e156['forEach'](_0x1af8b6=>{const _0x193600=_0x4e0bd2;if(_0xf01366[_0x193600(0xf5)](typeof _0x1af8b6,_0xf01366['HZrmG'])){const _0x427407=Object['values'](_0x1af8b6);!_0x427407[_0x193600(0x12a)](_0x3df3fb=>_0x3df3fb===null||_0x3df3fb===undefined||_0x3df3fb==='')&&(_0x55de73+=0x1);}});if(_0xf01366[_0x4e0bd2(0xb9)](_0x55de73,0x0))delete _0x2217bc[_0xf01366[_0x4e0bd2(0x11d)]];else{const _0x4363df=[];Object['keys'](_0x24e0d4)[_0x4e0bd2(0x135)](_0x1a9746=>{const _0x47b64f=_0x4e0bd2,[_0x364bd1,_0x5f1f67,_0x53faf7,_0x4c29a4]=_0x1a9746['split'](',\x20');let _0x565461={};if(!_0x4c29a4){const _0xa950f7={};_0xa950f7[_0x47b64f(0xe1)]=_0x364bd1,_0xa950f7[_0x47b64f(0x140)]=_0x5f1f67,_0xa950f7[_0x47b64f(0x11c)]=_0x53faf7,_0x565461=_0xa950f7;}else{const _0x461d78={};_0x461d78['os']=_0x364bd1,_0x461d78[_0x47b64f(0x140)]=_0x5f1f67,_0x461d78[_0x47b64f(0x11c)]=_0x53faf7,_0x461d78[_0x47b64f(0xf8)]=_0x4c29a4,_0x565461=_0x461d78;}const _0x4028a5={},_0x26c1aa=_0x24e0d4[_0x1a9746];Object['keys'](_0x26c1aa)[_0x47b64f(0x135)](_0x137336=>{const _0x3ea618=_0x47b64f;_0xf01366[_0x3ea618(0x14a)](_0x26c1aa[_0x137336][_0x3ea618(0x109)],0x0)&&(_0x4028a5[_0x137336]=_0x26c1aa[_0x137336]);}),_0xf01366[_0x47b64f(0x11b)](Object[_0x47b64f(0x11e)](_0x4028a5)['length'],0x0)&&(_0x565461[_0xf01366[_0x47b64f(0xd3)]]=_0x4028a5,_0x4363df[_0x47b64f(0xbd)](_0x565461));}),_0xf01366['NOMAT'](_0x4363df['length'],0x0)?_0x2217bc[_0x4e0bd2(0xf1)]=_0x4363df:delete _0x2217bc[_0xf01366[_0x4e0bd2(0x11d)]];}}}}catch(_0x36c9bc){delete _0x2217bc[_0xf01366[_0x4e0bd2(0x11d)]],logger[_0x4e0bd2(0xdc)](_0xf01366[_0x4e0bd2(0xda)](_0xf01366[_0x4e0bd2(0x147)],_0x36c9bc));}const _0x5599ed=helper[_0x4e0bd2(0x117)](_0x533b50,_0x533b50[_0x4e0bd2(0xc1)]),_0x50182e={'userName':helper[_0x4e0bd2(0x10d)](_0x533b50),'accessKey':helper[_0x4e0bd2(0xc2)](_0x533b50),'event_type':_0x2befa6,'detectedFramework':_0x14d91d,'buildHashedId':globals[_0x4e0bd2(0x101)](_0xf01366['XiUeY']),'optimalHubUrl':helper[_0x4e0bd2(0xd7)](),'event_properties':{'testhub_uuid':process[_0x4e0bd2(0x132)][testHubConstants[_0x4e0bd2(0xd9)]['BROWSERSTACK_TESTHUB_UUID']]||'','sdkRunId':global['sdkRunId'],'product_map':_0xf01366[_0x4e0bd2(0x129)](getProductMap,_0x533b50),'productMap':_0xf01366[_0x4e0bd2(0x129)](getProductMap,_0x533b50),'language_framework':_0x533b50[_0x4e0bd2(0xcd)]||_0xf01366['BwobX'],'referrer':helper[_0x4e0bd2(0x14b)](_0x14d91d),'framework':_0x533b50[_0x4e0bd2(0xc1)],'frameworkVersion':helper[_0x4e0bd2(0xfb)](_0x14d91d),'automationFramework':_0x5599ed[_0x4e0bd2(0xc3)],'automationFrameworkVersion':_0x5599ed['version'],'language':_0xf01366[_0x4e0bd2(0x145)],'languageVersion':process[_0x4e0bd2(0x115)],'product':_0xc1b4bb,'buildName':_0x533b50[_0x4e0bd2(0xbc)]||_0xf01366['HoFkU'],'buildIdentifier':_0x1cbe8c,'os':os[_0x4e0bd2(0xb5)]()||_0xf01366[_0x4e0bd2(0xde)],'hostname':os['hostname']()||_0xf01366['BwobX'],..._0x2217bc,'isCLIEnabled':_0x559df3}};try{_0xf01366[_0x4e0bd2(0xdd)](_0x2befa6,_0xf01366[_0x4e0bd2(0xe9)])&&(_0x50182e[_0x4e0bd2(0x12c)][_0x4e0bd2(0x136)]=helper[_0x4e0bd2(0x128)](_0x533b50)),_0xf01366['uKiPi'](_0x14d91d,_0xf01366[_0x4e0bd2(0xe3)])?_0x50182e['event_properties'][_0x4e0bd2(0xc4)]=helper[_0x4e0bd2(0xba)][_0x4e0bd2(0x12f)](null,_0xf01366[_0x4e0bd2(0xe2)](getTransformPath),!![]):_0x50182e[_0x4e0bd2(0x12c)][_0x4e0bd2(0x12b)]=helper[_0x4e0bd2(0x12e)](_0xf01366[_0x4e0bd2(0xc7)]);}catch(_0x52cb96){logger['debug'](_0x4e0bd2(0xe0)+_0x52cb96);}const _0x1e7b7c={};_0x1e7b7c['content-type']=_0xf01366[_0x4e0bd2(0x116)];const _0x4dccb7={'headers':_0x1e7b7c,'body':_0x50182e,'auth':{'user':helper[_0x4e0bd2(0x10d)](_0x533b50),'pass':helper[_0x4e0bd2(0xc2)](_0x533b50)},'json':!![]};logger[_0x4e0bd2(0xdc)](_0x4e0bd2(0x143)+JSON[_0x4e0bd2(0x133)](_0x4dccb7[_0x4e0bd2(0x142)])[_0x4e0bd2(0xd4)](new RegExp(helper[_0x4e0bd2(0x10d)](_0x533b50),'g'),_0xf01366[_0x4e0bd2(0x137)])['replace'](new RegExp(helper[_0x4e0bd2(0xc2)](_0x533b50),'g'),_0xf01366['swQYy']));try{const _0xd06d59=await helper[_0x4e0bd2(0x119)](_0xf01366[_0x4e0bd2(0x149)],FUNNEL_INSTRUMENTATION_API_URL,_0x4dccb7,_0x533b50);logger[_0x4e0bd2(0xdc)](_0x4e0bd2(0xcc)+_0x2befa6+_0x4e0bd2(0x139)+util['format']('%j',_0xd06d59));}catch(_0x37a41e){logger['debug'](_0x4e0bd2(0xf9)+FUNNEL_INSTRUMENTATION_API_URL+_0x4e0bd2(0xc8)+util[_0x4e0bd2(0x121)](_0x37a41e));}},exports['finalExecution']=async(_0x11f52d,_0x1c7a6d=![])=>{const _0x47911c=a172_0x9c2a32,_0x862f0a={'ExBJE':function(_0x52317b){return _0x52317b();},'yEFDh':_0x47911c(0x14e),'MeAIZ':_0x47911c(0xf7),'lAvrs':_0x47911c(0x130),'UIwhD':'SDKTestSuccessful','KqJPk':function(_0x1940b3,_0x4083cb,_0x181ff4){return _0x1940b3(_0x4083cb,_0x181ff4);},'puQvn':function(_0x5929cc,_0x37d62a){return _0x5929cc+_0x37d62a;},'oIhVh':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};try{await _0x11f52d['stopPercy'](),_0x862f0a[_0x47911c(0xf2)](printNudgeLocalNotSetError);const _0x396eb5={};_0x396eb5[_0x47911c(0xf1)]=_0x11f52d[_0x47911c(0x110)]?_0x11f52d[_0x47911c(0x110)]:'{}';const _0xde5cee=_0x396eb5,_0x30f319=Object[_0x47911c(0x14d)]({},_0xde5cee),_0x294be9=globals[_0x47911c(0x101)](_0x862f0a[_0x47911c(0xbf)]);_0x294be9&&(_0x30f319[_0x47911c(0xed)]=_0x294be9);!!_0x11f52d[_0x47911c(0xd6)]&&(_0x30f319[_0x862f0a[_0x47911c(0x13c)]]={'reason':_0x862f0a['lAvrs'],'signal':_0x11f52d['killSignal']});unhandledErrors=_0x11f52d[_0x47911c(0xe5)]['join']('\x0a');let _0x445fd6,_0x24a79e,_0x2fa15f;helper[_0x47911c(0x13f)](_0x11f52d[_0x47911c(0x13a)])?([_0x445fd6,_0x24a79e]=await helper[_0x47911c(0xc9)](_0x11f52d[_0x47911c(0x13a)]),[_0x2fa15f]=await Promise[_0x47911c(0x102)]([helper['getTurboScaleSessionsList'](_0x445fd6,_0x11f52d[_0x47911c(0x13a)]),exports['fireFunnelTestEvent'](_0x862f0a[_0x47911c(0xef)],_0x30f319,_0x11f52d[_0x47911c(0x13a)],_0x11f52d['framework'],_0x1c7a6d)])):([_0x445fd6,_0x24a79e]=await helper[_0x47911c(0x104)](_0x11f52d[_0x47911c(0x13a)]),[_0x2fa15f]=await Promise['all']([helper[_0x47911c(0x106)](_0x445fd6,_0x11f52d['config']),exports[_0x47911c(0x126)](_0x862f0a[_0x47911c(0xef)],_0x30f319,_0x11f52d[_0x47911c(0x13a)],_0x11f52d[_0x47911c(0xc1)],_0x1c7a6d)])),_0x2fa15f&&await _0x862f0a[_0x47911c(0xcf)](generateCIArtifacts,_0x2fa15f,_0x24a79e),logger[_0x47911c(0xfa)]('SDK\x20run\x20ended\x20for\x20id:\x20'+_0x11f52d['sdkRunId']+',\x20testhub\x20id:\x20'+process[_0x47911c(0x132)][_0x47911c(0x131)]),await helper['sendLogs'](_0x11f52d[_0x47911c(0x13a)]);}catch(_0x468a8d){logger[_0x47911c(0xdc)](_0x862f0a[_0x47911c(0xb6)](_0x862f0a[_0x47911c(0x148)],_0x468a8d));}helper[_0x47911c(0xe6)]();},exports[a172_0x9c2a32(0x118)]=_0x2763dc=>{const _0xde4ce0=a172_0x9c2a32,_0x25edf9={'Baxth':function(_0x110abd,_0x5c3b3c){return _0x110abd instanceof _0x5c3b3c;},'DGcGW':function(_0x5d1c4a,_0x2e4d63){return _0x5d1c4a(_0x2e4d63);}};try{if(_0x25edf9[_0xde4ce0(0xd8)](_0x2763dc,Error))return _0x2763dc[_0xde4ce0(0xdb)]||_0x2763dc[_0xde4ce0(0x134)]();return _0x25edf9[_0xde4ce0(0x107)](String,_0x2763dc);}catch(_0x34efab){return _0x2763dc?_0x2763dc[_0xde4ce0(0x134)]():'';}},exports[a172_0x9c2a32(0xce)]=_0x56b055=>{const _0x26c8df=a172_0x9c2a32,_0xc30b5a={};_0xc30b5a[_0x26c8df(0xd1)]=function(_0x864908,_0x1ab950){return _0x864908===_0x1ab950;};const _0x398ba0=_0xc30b5a;return!_0x56b055||_0x398ba0[_0x26c8df(0xd1)](_0x56b055[_0x26c8df(0x122)](),'');},exports[a172_0x9c2a32(0x144)]=_0x1e5b90=>{const _0x4058f5=a172_0x9c2a32,_0xff2158={};_0xff2158['tsoXj']=function(_0x44394e,_0x4a36d8){return _0x44394e|_0x4a36d8;};const _0x514601=_0xff2158;try{return fs[_0x4058f5(0xfe)](_0x1e5b90,_0x514601['tsoXj'](fs[_0x4058f5(0x111)][_0x4058f5(0xbb)],fs[_0x4058f5(0x111)][_0x4058f5(0x125)])),!![];}catch(_0x495351){return![];}},exports[a172_0x9c2a32(0x13d)]=_0x2c00bf=>{const _0x1961bc=a172_0x9c2a32;try{fs['chmodSync'](_0x2c00bf,0x1ff),logger['debug'](_0x1961bc(0x10a)+_0x2c00bf+_0x1961bc(0x113));}catch(_0x4648ce){logger[_0x1961bc(0xf1)](_0x1961bc(0xea)+exports[_0x1961bc(0x118)](_0x4648ce));}};function a172_0x11d3(){const _0x120378=['KqJPk','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','HeBTb','APP_AUTOMATE_PRODUCTS','EqefY','replace','8547JTOexi','killSignal','getOptimalHubUrl','Baxth','ENV_VAR','eAGkG','stack','debug','yuGTu','BwobX','null','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','deviceName','kivTG','rjZlB','1179nuwJag','unhandledErrors','notifyUpdate','parse','application/json','YNDYM','Failed\x20to\x20set\x20directory\x20access:\x20','GMEoW','APP_AUTOMATE','hubAllocation','942UVQxRV','UIwhD','AUTOMATE','error','ExBJE','./testhub/utils','563432KFiHwq','iIqeD','object','finishedMetadata','browserVersion','Error\x20in\x20firing\x20request\x20to\x20','info','getFrameworkVersion','zzxLr','POST','accessSync','SDKTestSuccessful','./test-observability/utils','getGlobal','all','./helper','getBuildLink','winstonLogger','getSessionsList','DGcGW','undefined','length','Directory\x20','15NIJBza','CVzCU','getUserName','nodejs','sdkRunId','errorMessage','constants','../bin/utils/constants','\x20has\x20now\x20read/write/execute\x20permissions.','HoFkU','version','yicZd','getTestFrameworkDetails','getStackTraceAsString','nodeRequest','unknown','QDXGo','browser','XKrkA','keys','isBrowserstackInfra','63946RbyHtg','format','trim','./performance/performance-tester','1779380TTgaYe','X_OK','fireFunnelTestEvent','util','sanitizeBrowserStackConfig','ovFKo','every','seleniumVersion','event_properties','isAppAutomateSession','getPackageVersion','apply','user_killed','BROWSERSTACK_TESTHUB_UUID','env','stringify','toString','forEach','browserStackConfig','swQYy','selenium-webdriver','\x20response\x20-\x20','config','values','MeAIZ','setReadWriteExecuteAccess','_buildHashedId','isTurboScaleSession','osVersion','gpCHR','body','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','isModifiable','WrvsA','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','Cotso','oIhVh','bQTXD','dZkho','getNodeAgent','50590FZjWEC','assign','_hubAllocationData','buildIdentifier','type','puQvn','tests','[REDACTED]','oyErP','requirePWModule','W_OK','buildName','push','../helpers/testhub/constants','yEFDh','1750150zbuyjk','framework','getAccessKey','name','playwrightVersion','reduce','AUTOMATE_PRODUCTS','ReJOS','\x20:\x20','getTurboScaleBuildLink','globalException','64430icohNH','API\x20Event\x20','source','isNullOrEmpty'];a172_0x11d3=function(){return _0x120378;};return a172_0x11d3();}
@@ -1 +1 @@
1
- var a173_0x4053a9=a173_0x1dd3;(function(_0x2e8dbe,_0x59a9bd){var _0x2de7bc=a173_0x1dd3,_0x4e857e=_0x2e8dbe();while(!![]){try{var _0x592e53=parseInt(_0x2de7bc(0x186))/0x1+-parseInt(_0x2de7bc(0x1ef))/0x2+-parseInt(_0x2de7bc(0x1e1))/0x3+-parseInt(_0x2de7bc(0x1b4))/0x4+parseInt(_0x2de7bc(0x161))/0x5+-parseInt(_0x2de7bc(0x1c0))/0x6*(-parseInt(_0x2de7bc(0x1d8))/0x7)+-parseInt(_0x2de7bc(0x199))/0x8*(-parseInt(_0x2de7bc(0x17b))/0x9);if(_0x592e53===_0x59a9bd)break;else _0x4e857e['push'](_0x4e857e['shift']());}catch(_0x3fa6c8){_0x4e857e['push'](_0x4e857e['shift']());}}}(a173_0x2c24,0x3578f),exports[a173_0x4053a9(0x1c1)]=()=>{var _0x12865b=a173_0x4053a9,_0x4d796f={};_0x4d796f[_0x12865b(0x182)]=_0x12865b(0x163),_0x4d796f[_0x12865b(0x160)]=_0x12865b(0x18e),_0x4d796f[_0x12865b(0x16b)]=_0x12865b(0x190),_0x4d796f['Thpwu']=_0x12865b(0x1a5),_0x4d796f[_0x12865b(0x16a)]=_0x12865b(0x1b8),_0x4d796f[_0x12865b(0x170)]=_0x12865b(0x1b1),_0x4d796f[_0x12865b(0x1dc)]=_0x12865b(0x191),_0x4d796f[_0x12865b(0x1dd)]=_0x12865b(0x1d1),_0x4d796f[_0x12865b(0x187)]=_0x12865b(0x1bc),_0x4d796f[_0x12865b(0x172)]='local',_0x4d796f[_0x12865b(0x1e9)]=_0x12865b(0x1ba),_0x4d796f[_0x12865b(0x18d)]=_0x12865b(0x1d5),_0x4d796f[_0x12865b(0x1e4)]=_0x12865b(0x18c),_0x4d796f[_0x12865b(0x1b2)]=_0x12865b(0x198),_0x4d796f[_0x12865b(0x1b9)]='networkLogsOptions',_0x4d796f[_0x12865b(0x197)]=_0x12865b(0x1b5),_0x4d796f[_0x12865b(0x1d0)]=_0x12865b(0x1c8),_0x4d796f[_0x12865b(0x17f)]=_0x12865b(0x17a),_0x4d796f['XRFgR']=_0x12865b(0x1ce),_0x4d796f[_0x12865b(0x1de)]=_0x12865b(0x1a4),_0x4d796f[_0x12865b(0x19a)]=_0x12865b(0x1ca),_0x4d796f['GykLR']=_0x12865b(0x175),_0x4d796f[_0x12865b(0x1ea)]='seleniumVersion',_0x4d796f[_0x12865b(0x16d)]=_0x12865b(0x1a6),_0x4d796f[_0x12865b(0x1d9)]=_0x12865b(0x1bb),_0x4d796f[_0x12865b(0x1a7)]=_0x12865b(0x19e),_0x4d796f[_0x12865b(0x180)]=_0x12865b(0x1c2),_0x4d796f[_0x12865b(0x1ae)]=_0x12865b(0x1eb),_0x4d796f['TQdVM']='bfcache',_0x4d796f[_0x12865b(0x1a8)]=_0x12865b(0x1e7),_0x4d796f[_0x12865b(0x193)]=_0x12865b(0x1a2),_0x4d796f[_0x12865b(0x181)]='deviceName',_0x4d796f[_0x12865b(0x19d)]=_0x12865b(0x1d7),_0x4d796f[_0x12865b(0x1a1)]='appiumVersion',_0x4d796f['tcSYS']=_0x12865b(0x18a),_0x4d796f[_0x12865b(0x1b6)]=_0x12865b(0x1ec),_0x4d796f[_0x12865b(0x177)]=_0x12865b(0x192),_0x4d796f[_0x12865b(0x1be)]=_0x12865b(0x1e8),_0x4d796f['zeTvS']=_0x12865b(0x1da),_0x4d796f[_0x12865b(0x17e)]='accessibility',_0x4d796f[_0x12865b(0x1db)]=_0x12865b(0x18b),_0x4d796f[_0x12865b(0x167)]=_0x12865b(0x18f),_0x4d796f[_0x12865b(0x15e)]=_0x12865b(0x1ad),_0x4d796f['MmFyT']='accessibilityOptions.scannerVersion',_0x4d796f['cSQHa']=_0x12865b(0x1e2),_0x4d796f[_0x12865b(0x1c7)]=_0x12865b(0x1b7),_0x4d796f[_0x12865b(0x16e)]='accessibilityOptions.includeIssueType.needsReview',_0x4d796f[_0x12865b(0x162)]=_0x12865b(0x1cc),_0x4d796f[_0x12865b(0x16f)]=_0x12865b(0x171),_0x4d796f[_0x12865b(0x1d4)]=_0x12865b(0x17c),_0x4d796f[_0x12865b(0x1c4)]=_0x12865b(0x1c9),_0x4d796f['ksNYM']=_0x12865b(0x196),_0x4d796f['CuNJB']=_0x12865b(0x1e0),_0x4d796f['nzlfh']='overridelocalInfo.localIdentifier',_0x4d796f[_0x12865b(0x164)]=_0x12865b(0x1b0),_0x4d796f[_0x12865b(0x19c)]=_0x12865b(0x1b3);var _0x1c70c5=_0x4d796f,_0x350983={};return _0x350983[_0x12865b(0x184)]=_0x1c70c5['JJcME'],_0x350983[_0x12865b(0x1c6)]=_0x1c70c5['EPSKZ'],_0x350983['os']='os',_0x350983['os_version']=_0x1c70c5[_0x12865b(0x16b)],_0x350983[_0x12865b(0x1a5)]=_0x1c70c5[_0x12865b(0x185)],_0x350983['browser_version']=_0x1c70c5[_0x12865b(0x16a)],_0x350983['browserstack.use_w3c']=_0x1c70c5[_0x12865b(0x170)],_0x350983['project']=_0x1c70c5[_0x12865b(0x1dc)],_0x350983[_0x12865b(0x166)]=_0x1c70c5[_0x12865b(0x1dd)],_0x350983[_0x12865b(0x1bf)]=_0x1c70c5[_0x12865b(0x187)],_0x350983['browserstack.local']=_0x1c70c5[_0x12865b(0x172)],_0x350983[_0x12865b(0x176)]=_0x1c70c5[_0x12865b(0x1e9)],_0x350983[_0x12865b(0x1d2)]=_0x1c70c5['XNDvr'],_0x350983[_0x12865b(0x195)]=_0x1c70c5['cofBI'],_0x350983[_0x12865b(0x1e5)]=_0x1c70c5[_0x12865b(0x1b2)],_0x350983[_0x12865b(0x1d6)]=_0x1c70c5[_0x12865b(0x1b9)],_0x350983['browserstack.appiumLogs']=_0x1c70c5[_0x12865b(0x197)],_0x350983[_0x12865b(0x189)]=_0x1c70c5[_0x12865b(0x1d0)],_0x350983[_0x12865b(0x1f0)]=_0x1c70c5[_0x12865b(0x17f)],_0x350983[_0x12865b(0x1d3)]=_0x1c70c5[_0x12865b(0x1ee)],_0x350983[_0x12865b(0x19b)]=_0x1c70c5[_0x12865b(0x1de)],_0x350983['browserstack.timezone']=_0x1c70c5[_0x12865b(0x19a)],_0x350983[_0x12865b(0x175)]=_0x1c70c5[_0x12865b(0x1ab)],_0x350983[_0x12865b(0x1cd)]=_0x1c70c5[_0x12865b(0x1ea)],_0x350983['browserstack.maskCommands']=_0x1c70c5['HEDMA'],_0x350983['browserstack.idleTimeout']=_0x1c70c5[_0x12865b(0x1d9)],_0x350983['browserstack.maskBasicAuth']=_0x1c70c5['JvvaR'],_0x350983[_0x12865b(0x1c5)]=_0x1c70c5['BLYCV'],_0x350983[_0x12865b(0x1a0)]=_0x1c70c5[_0x12865b(0x1ae)],_0x350983['browserstack.bfcache']=_0x1c70c5[_0x12865b(0x1cb)],_0x350983[_0x12865b(0x165)]=_0x1c70c5[_0x12865b(0x1a8)],_0x350983[_0x12865b(0x1a3)]=_0x1c70c5[_0x12865b(0x193)],_0x350983['device']=_0x1c70c5[_0x12865b(0x181)],_0x350983[_0x12865b(0x1d7)]=_0x1c70c5[_0x12865b(0x19d)],_0x350983[_0x12865b(0x179)]=_0x1c70c5['bHjpx'],_0x350983[_0x12865b(0x18a)]=_0x1c70c5[_0x12865b(0x1af)],_0x350983[_0x12865b(0x1cf)]=_0x1c70c5[_0x12865b(0x1b6)],_0x350983[_0x12865b(0x15f)]=_0x1c70c5['Xjuky'],_0x350983[_0x12865b(0x188)]=_0x1c70c5['HclTK'],_0x350983[_0x12865b(0x178)]=_0x1c70c5[_0x12865b(0x183)],_0x350983['browserstack.accessibility']=_0x1c70c5[_0x12865b(0x17e)],_0x350983[_0x12865b(0x1aa)]=_0x1c70c5[_0x12865b(0x1db)],_0x350983['browserstack.testhubBuildUuid']=_0x1c70c5[_0x12865b(0x167)],_0x350983[_0x12865b(0x168)]=_0x1c70c5[_0x12865b(0x15e)],_0x350983[_0x12865b(0x1ed)]=_0x1c70c5[_0x12865b(0x1e6)],_0x350983[_0x12865b(0x173)]=_0x1c70c5[_0x12865b(0x1a9)],_0x350983[_0x12865b(0x1df)]=_0x1c70c5[_0x12865b(0x1c7)],_0x350983[_0x12865b(0x174)]=_0x1c70c5['TnwXw'],_0x350983[_0x12865b(0x16c)]=_0x1c70c5[_0x12865b(0x162)],_0x350983[_0x12865b(0x169)]=_0x1c70c5[_0x12865b(0x16f)],_0x350983[_0x12865b(0x1ac)]=_0x1c70c5[_0x12865b(0x1d4)],_0x350983[_0x12865b(0x194)]=_0x1c70c5[_0x12865b(0x1c4)],_0x350983[_0x12865b(0x17d)]=_0x1c70c5['ksNYM'],_0x350983[_0x12865b(0x1c3)]=_0x1c70c5[_0x12865b(0x1bd)],_0x350983[_0x12865b(0x1e3)]=_0x1c70c5['nzlfh'],_0x350983['browserstack.headerParams']=_0x1c70c5[_0x12865b(0x164)],_0x350983[_0x12865b(0x19f)]=_0x1c70c5[_0x12865b(0x19c)],_0x350983;});function a173_0x1dd3(_0x258b54,_0x2b1bc5){var _0x2c2474=a173_0x2c24();return a173_0x1dd3=function(_0x1dd3b9,_0x5771d){_0x1dd3b9=_0x1dd3b9-0x15e;var _0x28c810=_0x2c2474[_0x1dd3b9];return _0x28c810;},a173_0x1dd3(_0x258b54,_0x2b1bc5);}function a173_0x2c24(){var _0x1f2fb5=['JRHPs','browserstack.buildIdentifier','browserstack.video','deviceOrientation','buildProductMap','consoleLogs','XNDvr','accessKey','testhubBuildUuid','osVersion','projectName','networkProfile','cTwzN','browserstack.simOptions','browserstack.console','playwrightVersion','UoeHd','networkLogs','376kmbWTs','Jvcuz','browserstack.geoLocation','HeKkj','pwLua','maskBasicAuth','browserstack.performance','browserstack.hosts','bHjpx','disableCorsRestrictions','browserstack.disableCorsRestrictions','geoLocation','browser','maskCommands','JvvaR','sBOKz','cSQHa','browserstack.buildProductMap','GykLR','browserstack.enableSim','accessibilityOptions.wcagVersion','CHAjG','tcSYS','headerParams','useW3c','mmoup','performance','722660hxvRBi','appiumLogs','mAXLS','accessibilityOptions.includeIssueType.bestPractice','browserVersion','BlJJg','localIdentifier','idleTimeout','sessionName','CuNJB','HclTK','name','32598eNaHXZ','W3CMapping','autoWait','browserstack.overridelocalInfo.userAuthToken','gEMQP','browserstack.autoWait','browserstack.key','ERKhB','video','simOptions','timezone','TQdVM','accessibilityOptions.authToken','browserstack.selenium_version','telemetryLogs','browserstack.customNetwork','XlBnF','buildName','browserstack.debug','browserstack.telemetryLogs','pgDZn','debug','browserstack.networkLogsOptions','realMobile','259oIGpzD','PkQdd','browserstackSDK','UXWgO','KkvbR','qrPbt','PzPAd','browserstack.accessibilityOptions.includeIssueType.bestPractice','overridelocalInfo.userAuthToken','726549HRsWTK','accessibilityOptions.scannerProcessingTimeout','browserstack.overridelocalInfo.localIdentifier','cofBI','browserstack.networkLogs','MmFyT','wsLocalSupport','buildIdentifier','hMAWP','XRlNE','hosts','customNetwork','browserstack.accessibilityOptions.scannerVersion','XRFgR','68312bmOvFP','browserstack.seleniumLogs','SknKI','browserstack.networkProfile','EPSKZ','1727865PbNpgt','nPomJ','userName','ZIpRT','browserstack.wsLocalSupport','build','lWGcj','browserstack.accessibilityOptions.wcagVersion','browserstack.uploadMedia','kkEPN','ZLEUd','browserstack.accessibilityOptions.authToken','HEDMA','TnwXw','txbhh','moZrG','uploadMedia','IGDmk','browserstack.accessibilityOptions.scannerProcessingTimeout','browserstack.accessibilityOptions.includeIssueType.needsReview','resolution','browserstack.localIdentifier','Xjuky','browserstack.browserstackSDK','browserstack.appium_version','seleniumLogs','27WsQjxt','enableSim','browserstack.playwrightVersion','tLTlf','MVNfc','BLYCV','AxFve','JJcME','zeTvS','browserstack.user','Thpwu','129292pYdWzV'];a173_0x2c24=function(){return _0x1f2fb5;};return a173_0x2c24();}
1
+ var a173_0x554df6=a173_0x5c75;function a173_0x5c75(_0x418714,_0x181493){var _0x44a552=a173_0x44a5();return a173_0x5c75=function(_0x5c7532,_0x365c7e){_0x5c7532=_0x5c7532-0x14b;var _0x35e5d4=_0x44a552[_0x5c7532];return _0x35e5d4;},a173_0x5c75(_0x418714,_0x181493);}function a173_0x44a5(){var _0x5c99e5=['browserstack.overridelocalInfo.userAuthToken','1940538pZNqQw','azZYO','browserVersion','MkfXN','maskCommands','buildIdentifier','browserstack.maskCommands','weKGD','nmWXM','FKnRs','osVersion','wsLocalSupport','device','mmPQX','hosts','browserstack.video','xbIvI','browserstack.telemetryLogs','browserstack.geoLocation','browserstack.disableCorsRestrictions','appiumLogs','NLzfi','595440AyHrKT','18FwEUam','ZOkNO','NJoHg','smkoF','accessibilityOptions.includeIssueType.needsReview','UDznX','browserstack.networkProfile','seleniumLogs','LBZFi','buildName','fxapM','accessKey','build','browserstack.accessibilityOptions.wcagVersion','browserstack.hosts','OQZfJ','consoleLogs','NpcUh','fbryV','accessibility','VUNGD','idleTimeout','browserstack.accessibility','overridelocalInfo.userAuthToken','simOptions','projectName','browserstack.simOptions','elxjy','browserstack.debug','HgLxf','browserstack.performance','overridelocalInfo.localIdentifier','buildProductMap','DqsAL','browserstack.buildIdentifier','8247491BbxQeM','VTMUM','useW3c','lWSVm','browserstack.use_w3c','ZFKwb','browserstack.user','mgweD','debug','browserstack.enableSim','playwrightVersion','browserstack.accessibilityOptions.scannerVersion','networkLogs','browser','CqAZn','browser_version','bsOYK','unQvQ','name','4865975byyuXe','telemetryLogs','ehBUI','JcVPe','accessibilityOptions.wcagVersion','os_version','eKGhI','xTPNN','xfKlL','browserstack.maskBasicAuth','RNpqg','local','heNOb','W3CMapping','6WNlzFw','accessibilityOptions.scannerProcessingTimeout','jlaGd','6QxOthm','realMobile','accessibilityOptions.includeIssueType.bestPractice','YkuCF','seleniumVersion','maskBasicAuth','LmKXQ','browserstack.bfcache','jFJqD','browserstack.selenium_version','468848SuCTQo','deviceOrientation','resolution','sessionName','browserstack.accessibilityOptions.authToken','browserstack.wsLocalSupport','browserstack.timezone','uDDAO','NKOST','bwSyn','siyCA','performance','OCtSM','testhubBuildUuid','browserstack.playwrightVersion','13219740TdvJWN','bBgnp','COxyf','browserstack.autoWait','timezone','browserstack.idleTimeout','520823WJVJgx','browserstack.local','deviceName','browserstack.accessibilityOptions.includeIssueType.bestPractice','PMvVr','browserstack.customNetwork','browserstack.appium_version','UUeZs','accessibilityOptions.authToken','IOUEs','ydZyk','pVdau','browserstack.appiumLogs','autoWait','HqQkc','geoLocation','customNetwork','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.testhubBuildUuid','Gwkpp','OIHhX','browserstack.browserstackSDK','browserstack.key','headerParams','browserstack.accessibilityOptions.scannerProcessingTimeout','browserstack.console','HsFcv','video'];a173_0x44a5=function(){return _0x5c99e5;};return a173_0x44a5();}(function(_0x5232f2,_0x233b4d){var _0xc23e88=a173_0x5c75,_0x55072f=_0x5232f2();while(!![]){try{var _0xd93250=parseInt(_0xc23e88(0x18b))/0x1+parseInt(_0xc23e88(0x1a8))/0x2+parseInt(_0xc23e88(0x169))/0x3*(parseInt(_0xc23e88(0x1be))/0x4)+-parseInt(_0xc23e88(0x15b))/0x5+-parseInt(_0xc23e88(0x16c))/0x6*(-parseInt(_0xc23e88(0x1e2))/0x7)+-parseInt(_0xc23e88(0x176))/0x8*(-parseInt(_0xc23e88(0x1bf))/0x9)+-parseInt(_0xc23e88(0x185))/0xa;if(_0xd93250===_0x233b4d)break;else _0x55072f['push'](_0x55072f['shift']());}catch(_0x1718b1){_0x55072f['push'](_0x55072f['shift']());}}}(a173_0x44a5,0xc0a4c),exports[a173_0x554df6(0x168)]=()=>{var _0x23ffe0=a173_0x554df6,_0x583fd7={};_0x583fd7['gHyoY']='userName',_0x583fd7['HqQkc']=_0x23ffe0(0x1ca),_0x583fd7[_0x23ffe0(0x1e3)]=_0x23ffe0(0x1b2),_0x583fd7[_0x23ffe0(0x187)]=_0x23ffe0(0x155),_0x583fd7[_0x23ffe0(0x1bd)]=_0x23ffe0(0x1aa),_0x583fd7[_0x23ffe0(0x14f)]=_0x23ffe0(0x1e4),_0x583fd7[_0x23ffe0(0x14b)]=_0x23ffe0(0x1d8),_0x583fd7[_0x23ffe0(0x17f)]=_0x23ffe0(0x1c8),_0x583fd7[_0x23ffe0(0x196)]=_0x23ffe0(0x179),_0x583fd7[_0x23ffe0(0x194)]=_0x23ffe0(0x166),_0x583fd7[_0x23ffe0(0x180)]='localIdentifier',_0x583fd7[_0x23ffe0(0x1b5)]=_0x23ffe0(0x150),_0x583fd7[_0x23ffe0(0x1c9)]=_0x23ffe0(0x1cf),_0x583fd7[_0x23ffe0(0x19f)]=_0x23ffe0(0x154),_0x583fd7[_0x23ffe0(0x162)]='networkLogsOptions',_0x583fd7[_0x23ffe0(0x1af)]=_0x23ffe0(0x1bc),_0x583fd7[_0x23ffe0(0x158)]=_0x23ffe0(0x1a6),_0x583fd7[_0x23ffe0(0x1c7)]=_0x23ffe0(0x1c6),_0x583fd7[_0x23ffe0(0x1d3)]=_0x23ffe0(0x15c),_0x583fd7[_0x23ffe0(0x19e)]=_0x23ffe0(0x19a),_0x583fd7[_0x23ffe0(0x186)]=_0x23ffe0(0x189),_0x583fd7[_0x23ffe0(0x17d)]=_0x23ffe0(0x178),_0x583fd7[_0x23ffe0(0x15d)]=_0x23ffe0(0x170),_0x583fd7[_0x23ffe0(0x163)]=_0x23ffe0(0x1ac),_0x583fd7[_0x23ffe0(0x167)]=_0x23ffe0(0x1d4),_0x583fd7[_0x23ffe0(0x1ab)]=_0x23ffe0(0x171),_0x583fd7[_0x23ffe0(0x15e)]=_0x23ffe0(0x198),_0x583fd7[_0x23ffe0(0x156)]=_0x23ffe0(0x1b6),_0x583fd7[_0x23ffe0(0x1d1)]='bfcache',_0x583fd7[_0x23ffe0(0x17e)]=_0x23ffe0(0x1b3),_0x583fd7[_0x23ffe0(0x1dc)]='disableCorsRestrictions',_0x583fd7[_0x23ffe0(0x1a5)]=_0x23ffe0(0x18d),_0x583fd7[_0x23ffe0(0x1b1)]=_0x23ffe0(0x16d),_0x583fd7[_0x23ffe0(0x1c1)]='appiumVersion',_0x583fd7[_0x23ffe0(0x1c0)]='deviceOrientation',_0x583fd7[_0x23ffe0(0x1b8)]=_0x23ffe0(0x19b),_0x583fd7['PMvVr']='networkProfile',_0x583fd7[_0x23ffe0(0x1da)]=_0x23ffe0(0x1ad),_0x583fd7[_0x23ffe0(0x172)]='browserstackSDK',_0x583fd7[_0x23ffe0(0x165)]=_0x23ffe0(0x1d2),_0x583fd7[_0x23ffe0(0x16f)]=_0x23ffe0(0x1df),_0x583fd7[_0x23ffe0(0x159)]=_0x23ffe0(0x183),_0x583fd7[_0x23ffe0(0x195)]=_0x23ffe0(0x15f),_0x583fd7[_0x23ffe0(0x1b0)]='accessibilityOptions.scannerVersion',_0x583fd7[_0x23ffe0(0x1ce)]=_0x23ffe0(0x16a),_0x583fd7['smkoF']=_0x23ffe0(0x16e),_0x583fd7[_0x23ffe0(0x1e0)]=_0x23ffe0(0x1c3),_0x583fd7[_0x23ffe0(0x1c4)]=_0x23ffe0(0x193),_0x583fd7['jlaGd']='uploadMedia',_0x583fd7[_0x23ffe0(0x174)]='enableSim',_0x583fd7[_0x23ffe0(0x182)]=_0x23ffe0(0x1d7),_0x583fd7['ZFKwb']=_0x23ffe0(0x152),_0x583fd7[_0x23ffe0(0x1a9)]=_0x23ffe0(0x1d6),_0x583fd7[_0x23ffe0(0x192)]=_0x23ffe0(0x1de),_0x583fd7[_0x23ffe0(0x1d0)]=_0x23ffe0(0x1a2),_0x583fd7[_0x23ffe0(0x161)]=_0x23ffe0(0x181);var _0x55c57e=_0x583fd7,_0x27f5dd={};return _0x27f5dd[_0x23ffe0(0x14e)]=_0x55c57e['gHyoY'],_0x27f5dd[_0x23ffe0(0x1a1)]=_0x55c57e[_0x23ffe0(0x199)],_0x27f5dd['os']='os',_0x27f5dd[_0x23ffe0(0x160)]=_0x55c57e[_0x23ffe0(0x1e3)],_0x27f5dd[_0x23ffe0(0x155)]=_0x55c57e[_0x23ffe0(0x187)],_0x27f5dd[_0x23ffe0(0x157)]=_0x55c57e[_0x23ffe0(0x1bd)],_0x27f5dd[_0x23ffe0(0x14c)]=_0x55c57e[_0x23ffe0(0x14f)],_0x27f5dd['project']=_0x55c57e[_0x23ffe0(0x14b)],_0x27f5dd[_0x23ffe0(0x1cb)]=_0x55c57e[_0x23ffe0(0x17f)],_0x27f5dd[_0x23ffe0(0x15a)]=_0x55c57e['pVdau'],_0x27f5dd[_0x23ffe0(0x18c)]=_0x55c57e[_0x23ffe0(0x194)],_0x27f5dd['browserstack.localIdentifier']=_0x55c57e[_0x23ffe0(0x180)],_0x27f5dd[_0x23ffe0(0x1db)]=_0x55c57e[_0x23ffe0(0x1b5)],_0x27f5dd[_0x23ffe0(0x1a4)]=_0x55c57e[_0x23ffe0(0x1c9)],_0x27f5dd['browserstack.networkLogs']=_0x55c57e[_0x23ffe0(0x19f)],_0x27f5dd['browserstack.networkLogsOptions']=_0x55c57e[_0x23ffe0(0x162)],_0x27f5dd[_0x23ffe0(0x197)]=_0x55c57e[_0x23ffe0(0x1af)],_0x27f5dd[_0x23ffe0(0x1b7)]=_0x55c57e[_0x23ffe0(0x158)],_0x27f5dd['browserstack.seleniumLogs']=_0x55c57e['LBZFi'],_0x27f5dd[_0x23ffe0(0x1b9)]=_0x55c57e[_0x23ffe0(0x1d3)],_0x27f5dd[_0x23ffe0(0x1ba)]=_0x55c57e[_0x23ffe0(0x19e)],_0x27f5dd[_0x23ffe0(0x17c)]=_0x55c57e[_0x23ffe0(0x186)],_0x27f5dd[_0x23ffe0(0x178)]=_0x55c57e[_0x23ffe0(0x17d)],_0x27f5dd[_0x23ffe0(0x175)]=_0x55c57e[_0x23ffe0(0x15d)],_0x27f5dd[_0x23ffe0(0x1ae)]=_0x55c57e[_0x23ffe0(0x163)],_0x27f5dd[_0x23ffe0(0x18a)]=_0x55c57e[_0x23ffe0(0x167)],_0x27f5dd[_0x23ffe0(0x164)]=_0x55c57e['MkfXN'],_0x27f5dd[_0x23ffe0(0x188)]=_0x55c57e[_0x23ffe0(0x15e)],_0x27f5dd[_0x23ffe0(0x1cd)]=_0x55c57e[_0x23ffe0(0x156)],_0x27f5dd[_0x23ffe0(0x173)]=_0x55c57e[_0x23ffe0(0x1d1)],_0x27f5dd[_0x23ffe0(0x17b)]=_0x55c57e[_0x23ffe0(0x17e)],_0x27f5dd[_0x23ffe0(0x1bb)]=_0x55c57e[_0x23ffe0(0x1dc)],_0x27f5dd[_0x23ffe0(0x1b4)]=_0x55c57e[_0x23ffe0(0x1a5)],_0x27f5dd[_0x23ffe0(0x16d)]=_0x55c57e[_0x23ffe0(0x1b1)],_0x27f5dd[_0x23ffe0(0x191)]=_0x55c57e[_0x23ffe0(0x1c1)],_0x27f5dd[_0x23ffe0(0x177)]=_0x55c57e['ZOkNO'],_0x27f5dd[_0x23ffe0(0x190)]=_0x55c57e['xbIvI'],_0x27f5dd[_0x23ffe0(0x1c5)]=_0x55c57e[_0x23ffe0(0x18f)],_0x27f5dd[_0x23ffe0(0x1e1)]=_0x55c57e[_0x23ffe0(0x1da)],_0x27f5dd[_0x23ffe0(0x1a0)]=_0x55c57e[_0x23ffe0(0x172)],_0x27f5dd[_0x23ffe0(0x1d5)]=_0x55c57e[_0x23ffe0(0x165)],_0x27f5dd['browserstack.buildProductMap']=_0x55c57e[_0x23ffe0(0x16f)],_0x27f5dd[_0x23ffe0(0x19d)]=_0x55c57e['unQvQ'],_0x27f5dd[_0x23ffe0(0x1cc)]=_0x55c57e[_0x23ffe0(0x195)],_0x27f5dd[_0x23ffe0(0x153)]=_0x55c57e[_0x23ffe0(0x1b0)],_0x27f5dd[_0x23ffe0(0x1a3)]=_0x55c57e['OQZfJ'],_0x27f5dd[_0x23ffe0(0x18e)]=_0x55c57e[_0x23ffe0(0x1c2)],_0x27f5dd[_0x23ffe0(0x19c)]=_0x55c57e['DqsAL'],_0x27f5dd[_0x23ffe0(0x17a)]=_0x55c57e[_0x23ffe0(0x1c4)],_0x27f5dd['browserstack.uploadMedia']=_0x55c57e[_0x23ffe0(0x16b)],_0x27f5dd[_0x23ffe0(0x151)]=_0x55c57e['jFJqD'],_0x27f5dd[_0x23ffe0(0x1d9)]=_0x55c57e['OCtSM'],_0x27f5dd[_0x23ffe0(0x184)]=_0x55c57e[_0x23ffe0(0x14d)],_0x27f5dd[_0x23ffe0(0x1a7)]=_0x55c57e['azZYO'],_0x27f5dd['browserstack.overridelocalInfo.localIdentifier']=_0x55c57e[_0x23ffe0(0x192)],_0x27f5dd['browserstack.headerParams']=_0x55c57e[_0x23ffe0(0x1d0)],_0x27f5dd[_0x23ffe0(0x1dd)]=_0x55c57e[_0x23ffe0(0x161)],_0x27f5dd;});
@@ -1 +1 @@
1
- const a174_0x432328=a174_0x1a56;(function(_0x4e8348,_0x2b2ad8){const _0x349af2=a174_0x1a56,_0x2147a5=_0x4e8348();while(!![]){try{const _0x38f7fc=-parseInt(_0x349af2(0x99))/0x1+parseInt(_0x349af2(0xb6))/0x2+-parseInt(_0x349af2(0x8e))/0x3+parseInt(_0x349af2(0x8a))/0x4+parseInt(_0x349af2(0xbf))/0x5+-parseInt(_0x349af2(0xa2))/0x6+parseInt(_0x349af2(0xc5))/0x7;if(_0x38f7fc===_0x2b2ad8)break;else _0x2147a5['push'](_0x2147a5['shift']());}catch(_0x3e017d){_0x2147a5['push'](_0x2147a5['shift']());}}}(a174_0x2169,0x26b78));function a174_0x1a56(_0x8764c8,_0x2d69cd){const _0x21693e=a174_0x2169();return a174_0x1a56=function(_0x1a56f7,_0x835fd){_0x1a56f7=_0x1a56f7-0x6d;let _0x56df67=_0x21693e[_0x1a56f7];return _0x56df67;},a174_0x1a56(_0x8764c8,_0x2d69cd);}const url=require(a174_0x432328(0xa1)),util=require(a174_0x432328(0x77)),helper=require(a174_0x432328(0x70)),logger=require(a174_0x432328(0xb8))[a174_0x432328(0xce)],constants=require(a174_0x432328(0xcc)),globals=require(a174_0x432328(0xd3));function a174_0x2169(){const _0x4d9d57=['allSettled','then','REGzZ','Invalid\x20new\x20HUB\x20URL:\x20','length','./helpers/helper','nextHubs','yvFVo','CajrU','format','VLpSM','NpjtA','util','vnXjq','BFUfn','QrQmT','set','findLatency','Tjpag','hubUrl','delete','SJdNu','now','Qziuf','pathname','_hubAllocationData','parse','has','setGlobal','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','next_hubs','76520YMhfXt','getGlobal','AyAcC','hubRegion','922836mUhzPJ','lZbVQ','status','debug','ERROR\x20in\x20hub\x20selection:\x20','consumeHubUrlForSession','nodeRequest','replace','\x20is:\x20','nNEGU','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','176801pPdhIE','iXYZW','nOnXM','updateHubUrl','get','hubLatencies','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','HUB_URL_MAP','url','1866786YaXMWa','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','JvlZC','hostname','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','hubRegion\x20','race','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','LUvqf','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','DPSPf','ISSnj','cYQmd','HUB\x20URL\x20SET\x20TO\x20-\x20','map','GvJHb','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','value','lrEgV','\x20HUB\x20-\x20','274780SXMmms','data','./helpers/logger','path','/wd/hub','latency','Execution\x20time\x20for\x20','GZmxR','BoHUI','728445qSMKHe','cNjlA','skipped','nCmIe','https://','fulfilled','4563433tQhacd','CWlBZ','NEAREST\x20HUBS\x20LIST:\x20','allocateHub','catch','ovrPe','eQVuj','./bin/utils/constants','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','winstonLogger','resolve','qlBMg','check','xmHMF','./helpers/globals','wUVcX','GET','Vbpan','newHubUrlBySession'];a174_0x2169=function(){return _0x4d9d57;};return a174_0x2169();}global[a174_0x432328(0xd7)]=global[a174_0x432328(0xd7)]||new Map(),exports['getRequestOptions']=_0x4d7640=>{const _0x559430=a174_0x432328,_0x53ce29={};_0x53ce29['lZbVQ']=function(_0x5db452,_0x3387b5){return _0x5db452+_0x3387b5;},_0x53ce29[_0x559430(0xcb)]=_0x559430(0x6e);const _0x299150=_0x53ce29,_0x1199fa=url[_0x559430(0x85)](_0x4d7640);if(!_0x1199fa[_0x559430(0xa5)])throw new Error(_0x299150[_0x559430(0x8f)](_0x299150[_0x559430(0xcb)],_0x4d7640));return _0x1199fa['search']=null,_0x1199fa['hash']=null,_0x1199fa[_0x559430(0xb9)]=_0x1199fa[_0x559430(0x83)],_0x1199fa;},exports[a174_0x432328(0x9c)]=(_0x4a4f9f,_0x4d9f23)=>{const _0x256b2=a174_0x432328,_0x2dbeab={};_0x2dbeab[_0x256b2(0xb1)]=_0x256b2(0xa9);const _0x3e82fe=_0x2dbeab;if(!_0x4d9f23){logger[_0x256b2(0x91)](_0x3e82fe[_0x256b2(0xb1)]);return;}global['newHubUrlBySession'][_0x256b2(0x7b)](_0x4d9f23,_0x4a4f9f);},exports[a174_0x432328(0x93)]=_0x13d59f=>{const _0x135cba=a174_0x432328;if(_0x13d59f&&global[_0x135cba(0xd7)][_0x135cba(0x86)](_0x13d59f)){const _0x158d04=global[_0x135cba(0xd7)][_0x135cba(0x9d)](_0x13d59f);return global[_0x135cba(0xd7)][_0x135cba(0x7f)](_0x13d59f),_0x158d04;}return'';},exports[a174_0x432328(0xc8)]=_0x37c522=>{const _0x56d272=a174_0x432328,_0x2a1d18={'NUBhn':function(_0x464983,_0x4bb02c){return _0x464983!==_0x4bb02c;},'BoHUI':function(_0x545c23,_0x5d1e0b){return _0x545c23+_0x5d1e0b;},'LUvqf':'https://','qlBMg':_0x56d272(0x84),'Qziuf':function(_0x41ffd2,_0x3a249d){return _0x41ffd2===_0x3a249d;},'NNWVJ':_0x56d272(0xc4),'VRsPt':_0x56d272(0x98),'SJdNu':'/wd/hub','ovrPe':function(_0x13e472){return _0x13e472();},'Vbpan':function(_0x3d57fc,_0x5a5a1d){return _0x3d57fc+_0x5a5a1d;},'OiCrJ':function(_0x2b323f,_0x2202e8){return _0x2b323f==_0x2202e8;},'DPSPf':function(_0x3741ea){return _0x3741ea();}};return new Promise(_0x241458=>{const _0x4c8185=_0x56d272,_0x44fdc6={'zCZyt':function(_0x444562,_0x45d5f9){return _0x2a1d18['NUBhn'](_0x444562,_0x45d5f9);},'REGzZ':function(_0x35bf7f,_0x2327a9){const _0x6e34dd=a174_0x1a56;return _0x2a1d18[_0x6e34dd(0xbe)](_0x35bf7f,_0x2327a9);},'yvFVo':_0x2a1d18[_0x4c8185(0xaa)],'lrEgV':_0x2a1d18[_0x4c8185(0xd0)],'ISSnj':function(_0x47c16b,_0x5b7225){const _0xebe01b=_0x4c8185;return _0x2a1d18[_0xebe01b(0x82)](_0x47c16b,_0x5b7225);},'GZmxR':_0x2a1d18['NNWVJ'],'JvlZC':_0x2a1d18['VRsPt'],'FTERC':_0x2a1d18[_0x4c8185(0x80)],'nNEGU':function(_0x545557){const _0xe15236=_0x4c8185;return _0x2a1d18[_0xe15236(0xca)](_0x545557);},'CWlBZ':function(_0x558f2e,_0x2c19ec){const _0x437a57=_0x4c8185;return _0x2a1d18[_0x437a57(0xd6)](_0x558f2e,_0x2c19ec);},'lpgUO':function(_0x3f285a,_0x3e87cd){return _0x2a1d18['OiCrJ'](_0x3f285a,_0x3e87cd);},'jlIXW':function(_0x5524e7){return _0x2a1d18['ovrPe'](_0x5524e7);}};if(_0x37c522&&_0x37c522[_0x4c8185(0x8d)]){const _0x96a418=constants[_0x4c8185(0xa0)][_0x37c522[_0x4c8185(0x8d)]];if(_0x96a418)return constants[_0x4c8185(0x7e)]=_0x96a418,logger[_0x4c8185(0x91)](_0x4c8185(0xa3)+_0x96a418),globals[_0x4c8185(0x87)](_0x2a1d18[_0x4c8185(0xd0)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x96a418[_0x4c8185(0x95)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x4c8185(0x81)]()}),_0x2a1d18[_0x4c8185(0xac)](_0x241458);logger[_0x4c8185(0x91)](_0x4c8185(0xa7)+_0x37c522[_0x4c8185(0x8d)]+_0x4c8185(0xab));}Promise[_0x4c8185(0xcf)](this[_0x4c8185(0x71)](_0x37c522))[_0x4c8185(0xd9)](_0x5f58b0=>{const _0x244dd2=_0x4c8185,_0x2b75f5={'cYQmd':function(_0x24f73c,_0x5a6c5b){return _0x44fdc6['zCZyt'](_0x24f73c,_0x5a6c5b);},'cNjlA':function(_0x158a18,_0x4bb863){const _0x58a25a=a174_0x1a56;return _0x44fdc6[_0x58a25a(0x6d)](_0x158a18,_0x4bb863);},'AyAcC':_0x44fdc6[_0x244dd2(0x72)],'VLpSM':_0x44fdc6[_0x244dd2(0xb4)],'mSWEj':function(_0x509082,_0x5351d0){const _0x3abb45=_0x244dd2;return _0x44fdc6[_0x3abb45(0xad)](_0x509082,_0x5351d0);},'nriKd':_0x44fdc6[_0x244dd2(0xbd)],'Wkrnz':_0x44fdc6[_0x244dd2(0xa4)],'lLmAc':function(_0x129aa3,_0x4d173e){return _0x44fdc6['REGzZ'](_0x129aa3,_0x4d173e);},'vnXjq':_0x44fdc6['FTERC'],'nOnXM':function(_0x2ba81d){const _0x52813d=_0x244dd2;return _0x44fdc6[_0x52813d(0x97)](_0x2ba81d);},'NpjtA':function(_0x51c025,_0x13a04c){const _0x5cd316=_0x244dd2;return _0x44fdc6[_0x5cd316(0xc6)](_0x51c025,_0x13a04c);},'NGTWW':function(_0x420238){const _0x87aa21=_0x244dd2;return _0x44fdc6[_0x87aa21(0x97)](_0x420238);},'QrQmT':function(_0x1d4345){const _0x35fb1f=_0x244dd2;return _0x44fdc6[_0x35fb1f(0x97)](_0x1d4345);}};logger['debug'](_0x244dd2(0xc7)+util[_0x244dd2(0x74)]('%j',_0x5f58b0));if(_0x44fdc6['lpgUO'](_0x5f58b0,null)||_0x44fdc6['ISSnj'](_0x5f58b0[_0x244dd2(0x6f)],0x0))return _0x44fdc6['jlIXW'](_0x241458);const _0x6b9861=_0x5f58b0['map'](_0x264c96=>{const _0x1e0a96=_0x244dd2,_0x544609={'tGcpR':function(_0x7ae85e,_0x1c328b){const _0x29075f=a174_0x1a56;return _0x2b75f5[_0x29075f(0xae)](_0x7ae85e,_0x1c328b);}},_0x417774=_0x2b75f5['cNjlA'](_0x2b75f5[_0x1e0a96(0x8c)],_0x264c96);return this[_0x1e0a96(0x7c)](_0x37c522,_0x417774)[_0x1e0a96(0xd9)](_0x35ed77=>{const _0x83bffd=_0x1e0a96;if(_0x35ed77&&_0x35ed77['hubUrl']&&_0x544609['tGcpR'](_0x35ed77[_0x83bffd(0xbb)],undefined)){const _0x598522={};return _0x598522['hubUrl']=_0x35ed77['hubUrl'],_0x598522[_0x83bffd(0xbb)]=_0x35ed77[_0x83bffd(0xbb)],_0x598522['ok']=!![],_0x598522;}const _0x358c27={};return _0x358c27[_0x83bffd(0x7e)]=_0x417774,_0x358c27['latency']=null,_0x358c27['ok']=![],_0x358c27;})[_0x1e0a96(0xc9)](()=>({'hubUrl':_0x417774,'latency':null,'ok':![]}));});Promise[_0x244dd2(0xa8)](_0x6b9861[_0x244dd2(0xb0)](_0x257504=>_0x257504[_0x244dd2(0xd9)](_0x577d26=>_0x577d26['ok']?_0x577d26:null)))[_0x244dd2(0xd9)](_0x1b2912=>{const _0x48c642=_0x244dd2;if(_0x1b2912)return _0x1b2912;return Promise['all'](_0x6b9861)[_0x48c642(0xd9)](()=>null);})['then'](_0x488e40=>{const _0x4c965d=_0x244dd2,_0x13ee89={'xmHMF':_0x2b75f5[_0x4c965d(0x75)],'Krfqq':function(_0x11c5c2,_0x98f33b){return _0x2b75f5['mSWEj'](_0x11c5c2,_0x98f33b);},'CajrU':_0x2b75f5['nriKd']};if(!_0x488e40){logger[_0x4c965d(0x91)](_0x2b75f5['Wkrnz']);const _0x2a2659=_0x2b75f5['lLmAc'](_0x2b75f5['AyAcC'],_0x5f58b0[0x0]);return globals[_0x4c965d(0x87)](_0x2b75f5['VLpSM'],{'nearestHubs':_0x5f58b0[_0x4c965d(0xb0)](_0x23a47f=>_0x4c965d(0xc3)+_0x23a47f),'hubLatencies':{},'selectedHub':_0x2a2659,'selectedHubLatency':null,'fallback':!![],'timestamp':Date['now']()}),constants[_0x4c965d(0x7e)]=_0x2b75f5[_0x4c965d(0xc0)](_0x2a2659,_0x2b75f5[_0x4c965d(0x78)]),logger[_0x4c965d(0x91)](_0x4c965d(0x88)+_0x2a2659),_0x2b75f5[_0x4c965d(0x9b)](_0x241458);}const _0x2d83ef={[_0x488e40[_0x4c965d(0x7e)]]:_0x488e40['latency']},_0x2bdde7={'nearestHubs':_0x5f58b0[_0x4c965d(0xb0)](_0x5dbb31=>_0x4c965d(0xc3)+_0x5dbb31),'hubLatencies':_0x2d83ef,'selectedHub':_0x488e40[_0x4c965d(0x7e)],'selectedHubLatency':_0x488e40['latency'],'timestamp':Date[_0x4c965d(0x81)]()};globals[_0x4c965d(0x87)](_0x2b75f5[_0x4c965d(0x75)],_0x2bdde7),constants['hubUrl']=_0x2b75f5[_0x4c965d(0x76)](_0x488e40[_0x4c965d(0x7e)],_0x2b75f5[_0x4c965d(0x78)]),logger[_0x4c965d(0x91)](_0x4c965d(0xaf)+_0x488e40[_0x4c965d(0x7e)]),_0x2b75f5['NGTWW'](_0x241458),Promise[_0x4c965d(0xd8)](_0x6b9861)[_0x4c965d(0xd9)](_0xabe8ee=>{const _0x3eaf86=_0x4c965d;try{const _0x399d14=globals[_0x3eaf86(0x8b)](_0x13ee89[_0x3eaf86(0xd2)]);if(!_0x399d14||_0x399d14[_0x3eaf86(0xc1)])return;const _0x391aa9={};for(const _0x509d47 of _0xabe8ee){_0x13ee89['Krfqq'](_0x509d47[_0x3eaf86(0x90)],_0x13ee89[_0x3eaf86(0x73)])&&_0x509d47[_0x3eaf86(0xb3)]&&_0x509d47[_0x3eaf86(0xb3)]['ok']&&(_0x391aa9[_0x509d47[_0x3eaf86(0xb3)]['hubUrl']]=_0x509d47['value'][_0x3eaf86(0xbb)]);}_0x399d14[_0x3eaf86(0x9e)]=_0x391aa9;}catch(_0x3c5752){logger[_0x3eaf86(0x91)](_0x3eaf86(0xb2)+_0x3c5752);}})['catch'](_0x421e7b=>{const _0x3ca5c2=_0x4c965d;logger['debug'](_0x3ca5c2(0x9f)+_0x421e7b);});})[_0x244dd2(0xc9)](_0x632d75=>{const _0x16c215=_0x244dd2;logger[_0x16c215(0x91)](_0x16c215(0x92)+_0x632d75),_0x2b75f5[_0x16c215(0x7a)](_0x241458);});})[_0x4c8185(0xc9)](_0x56b30d=>{const _0x1958b3=_0x4c8185;logger[_0x1958b3(0x91)]('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0x56b30d),_0x44fdc6[_0x1958b3(0x97)](_0x241458);});});},exports[a174_0x432328(0x7c)]=async(_0x50f1dc,_0x1f3f94)=>{const _0x492582=a174_0x432328,_0xfe7797={};_0xfe7797['BFUfn']=_0x492582(0xd5),_0xfe7797['zicYi']=_0x492582(0xd1),_0xfe7797[_0x492582(0xc2)]=function(_0x51a72a,_0x45077d){return _0x51a72a-_0x45077d;};const _0xd9a0fa=_0xfe7797;try{const _0x493480=new Date();await helper[_0x492582(0x94)](_0xd9a0fa[_0x492582(0x79)],_0xd9a0fa['zicYi'],{},_0x50f1dc,_0x1f3f94,0x1388);const _0x54dd8b=_0xd9a0fa[_0x492582(0xc2)](new Date(),_0x493480);logger[_0x492582(0x91)](_0x492582(0xbc)+_0x1f3f94+_0x492582(0x96)+_0x54dd8b+'ms');const _0x33b513={};return _0x33b513[_0x492582(0x7e)]=_0x1f3f94,_0x33b513[_0x492582(0xbb)]=_0x54dd8b,_0x33b513;}catch(_0x14b53a){return logger[_0x492582(0x91)](_0x492582(0xcd)+_0x1f3f94+_0x492582(0xb5)+_0x14b53a),{};}},exports['nextHubs']=async _0xaa6f76=>{const _0x33d43e=a174_0x432328,_0x2e5cd7={'wUVcX':function(_0x1827b7,_0x30f1ad){return _0x1827b7(_0x30f1ad);},'iXYZW':_0x33d43e(0xcc),'Tjpag':_0x33d43e(0xba),'SjDRB':_0x33d43e(0xd5),'iasLY':_0x33d43e(0x89)};try{const _0x25c930=_0x2e5cd7[_0x33d43e(0xd4)](require,_0x2e5cd7[_0x33d43e(0x9a)])[_0x33d43e(0x7e)][_0x33d43e(0x95)](_0x2e5cd7[_0x33d43e(0x7d)],''),_0x1acff0=await helper['nodeRequest'](_0x2e5cd7['SjDRB'],_0x2e5cd7['iasLY'],{},_0xaa6f76,_0x25c930,0x1388),_0x48d54e=_0x1acff0[_0x33d43e(0xb7)];return logger[_0x33d43e(0x91)]('Response:\x20'+util[_0x33d43e(0x74)]('%j',_0x48d54e)),_0x48d54e['hubs'];}catch(_0x4c7017){logger[_0x33d43e(0x91)](_0x33d43e(0xa6)+_0x4c7017);}return null;};
1
+ const a174_0xc9377e=a174_0x4f2b;(function(_0x3b795f,_0x257fab){const _0x12655f=a174_0x4f2b,_0x24ae81=_0x3b795f();while(!![]){try{const _0x38d70b=parseInt(_0x12655f(0x1d4))/0x1*(-parseInt(_0x12655f(0x1df))/0x2)+-parseInt(_0x12655f(0x19f))/0x3*(-parseInt(_0x12655f(0x192))/0x4)+parseInt(_0x12655f(0x1f3))/0x5+-parseInt(_0x12655f(0x1ba))/0x6+-parseInt(_0x12655f(0x1d3))/0x7*(parseInt(_0x12655f(0x1b6))/0x8)+parseInt(_0x12655f(0x1ab))/0x9+parseInt(_0x12655f(0x1a7))/0xa;if(_0x38d70b===_0x257fab)break;else _0x24ae81['push'](_0x24ae81['shift']());}catch(_0x2f222d){_0x24ae81['push'](_0x24ae81['shift']());}}}(a174_0x3e0d,0x5d472));function a174_0x4f2b(_0x2e7c1b,_0x520d02){const _0x3e0d6e=a174_0x3e0d();return a174_0x4f2b=function(_0x4f2b58,_0x26304e){_0x4f2b58=_0x4f2b58-0x18c;let _0x49de0f=_0x3e0d6e[_0x4f2b58];return _0x49de0f;},a174_0x4f2b(_0x2e7c1b,_0x520d02);}function a174_0x3e0d(){const _0x465c84=['SmhaG','updateHubUrl','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','format','findLatency','QfUKH','./helpers/logger','hubUrl','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','next_hubs','set','pHsya','qbFqM','hostname','yiEPx','getRequestOptions','newHubUrlBySession','allocateHub','mxeWg','then','DGnLv','174692cfHuqp','2078BJcguQ','qoUcf','./bin/utils/constants','winstonLogger','WgWRe','map','jLSDy','nextHubs','latency','setGlobal','QIWnw','322mSRpkZ','delete','length','PwjTF','resolve','NEAREST\x20HUBS\x20LIST:\x20','ERROR\x20in\x20hub\x20selection:\x20','getGlobal','status','\x20HUB\x20-\x20','replace','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','WZdpY','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','ElOfI','debug','Response:\x20','/wd/hub','fulfilled','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','1635805UXiKpr','_hubAllocationData','kUgxM','check','skipped','all','hubLatencies','907372iqRTvr','pqzYo','util','GET','jxTJR','qMpYV','mTsKh','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','WIqhX','./helpers/globals','ztWUK','Invalid\x20new\x20HUB\x20URL:\x20','catch','3cqAAAT','pnaHl','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','data','jWtEe','coLXH','lDMwP','value','8194180mDxDdV','gDALf','consumeHubUrlForSession','HUB\x20URL\x20SET\x20TO\x20-\x20','3231360dsXZia','POgBw','HUB_URL_MAP','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','now','lmmox','race','PTtee','https://','nodeRequest','BVUrN','136Rmmior','hubRegion','qXkiI','hGKnk','3549516zebIdQ','UoRsG','path','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting'];a174_0x3e0d=function(){return _0x465c84;};return a174_0x3e0d();}const url=require('url'),util=require(a174_0xc9377e(0x194)),helper=require('./helpers/helper'),logger=require(a174_0xc9377e(0x1c4))[a174_0xc9377e(0x1d7)],constants=require(a174_0xc9377e(0x1d6)),globals=require(a174_0xc9377e(0x19b));global['newHubUrlBySession']=global[a174_0xc9377e(0x1ce)]||new Map(),exports[a174_0xc9377e(0x1cd)]=_0x15ff73=>{const _0x3386dd=a174_0xc9377e,_0x2d3ee8={};_0x2d3ee8[_0x3386dd(0x1a5)]=function(_0x1a58cd,_0x2195c2){return _0x1a58cd+_0x2195c2;},_0x2d3ee8['QfUKH']=_0x3386dd(0x19d);const _0x1c152b=_0x2d3ee8,_0x32d949=url['parse'](_0x15ff73);if(!_0x32d949[_0x3386dd(0x1cb)])throw new Error(_0x1c152b[_0x3386dd(0x1a5)](_0x1c152b[_0x3386dd(0x1c3)],_0x15ff73));return _0x32d949['search']=null,_0x32d949['hash']=null,_0x32d949[_0x3386dd(0x1bc)]=_0x32d949['pathname'],_0x32d949;},exports[a174_0xc9377e(0x1bf)]=(_0x1e16b4,_0x27fd39)=>{const _0x244b1a=a174_0xc9377e,_0x1d80fd={};_0x1d80fd[_0x244b1a(0x1c9)]=_0x244b1a(0x1bd);const _0x41d0ff=_0x1d80fd;if(!_0x27fd39){logger[_0x244b1a(0x1ee)](_0x41d0ff[_0x244b1a(0x1c9)]);return;}global['newHubUrlBySession'][_0x244b1a(0x1c8)](_0x27fd39,_0x1e16b4);},exports[a174_0xc9377e(0x1a9)]=_0x40e7ea=>{const _0x20aadb=a174_0xc9377e;if(_0x40e7ea&&global[_0x20aadb(0x1ce)]['has'](_0x40e7ea)){const _0x220c7f=global[_0x20aadb(0x1ce)]['get'](_0x40e7ea);return global[_0x20aadb(0x1ce)][_0x20aadb(0x1e0)](_0x40e7ea),_0x220c7f;}return'';},exports[a174_0xc9377e(0x1cf)]=_0x3da98c=>{const _0x288c20=a174_0xc9377e,_0x52c8e0={'qMpYV':_0x288c20(0x18c),'syEQi':function(_0x4df4e7,_0x233e67){return _0x4df4e7===_0x233e67;},'mTsKh':_0x288c20(0x1f1),'kUgxM':function(_0x478884){return _0x478884();},'ElOfI':function(_0x104803,_0x4aec2f){return _0x104803==_0x4aec2f;},'jLSDy':function(_0x310aef){return _0x310aef();},'NvvQF':function(_0x243157,_0xd91056){return _0x243157!==_0xd91056;},'DGnLv':function(_0x27a369,_0x1ba0fa){return _0x27a369+_0x1ba0fa;},'gDALf':_0x288c20(0x1b3),'jWtEe':_0x288c20(0x1ea),'mxeWg':function(_0x357806,_0x45ab50){return _0x357806+_0x45ab50;},'WpJry':_0x288c20(0x1f0),'hGKnk':function(_0x206908){return _0x206908();}};return new Promise(_0x5c8b8a=>{const _0x49f9f3=_0x288c20,_0x168a1a={'PTtee':function(_0x22944d,_0x70cc77){return _0x52c8e0['NvvQF'](_0x22944d,_0x70cc77);},'QIWnw':function(_0x3689c3,_0x3feeca){const _0x10d40f=a174_0x4f2b;return _0x52c8e0[_0x10d40f(0x1d2)](_0x3689c3,_0x3feeca);},'POgBw':_0x52c8e0[_0x49f9f3(0x1a8)],'UoRsG':_0x52c8e0[_0x49f9f3(0x1a3)],'WIqhX':_0x52c8e0[_0x49f9f3(0x197)],'ztWUK':function(_0x2c3fca,_0x2883af){const _0x3266d0=_0x49f9f3;return _0x52c8e0[_0x3266d0(0x1d0)](_0x2c3fca,_0x2883af);},'pnaHl':_0x52c8e0['WpJry'],'qXkiI':function(_0x23c980){const _0x2e370c=_0x49f9f3;return _0x52c8e0[_0x2e370c(0x18d)](_0x23c980);},'PwjTF':function(_0x369d82,_0x5742e3){const _0x1b8309=_0x49f9f3;return _0x52c8e0[_0x1b8309(0x1d0)](_0x369d82,_0x5742e3);},'dzQZw':function(_0x120cca){const _0x42ae83=_0x49f9f3;return _0x52c8e0[_0x42ae83(0x1b9)](_0x120cca);}};if(_0x3da98c&&_0x3da98c['hubRegion']){const _0x160783=constants[_0x49f9f3(0x1ad)][_0x3da98c[_0x49f9f3(0x1b7)]];if(_0x160783)return constants[_0x49f9f3(0x1c5)]=_0x160783,logger[_0x49f9f3(0x1ee)](_0x49f9f3(0x1c0)+_0x160783),globals[_0x49f9f3(0x1dd)](_0x52c8e0['qMpYV'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x160783[_0x49f9f3(0x1e9)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x49f9f3(0x1af)]()}),_0x52c8e0[_0x49f9f3(0x1da)](_0x5c8b8a);logger[_0x49f9f3(0x1ee)]('hubRegion\x20'+_0x3da98c['hubRegion']+_0x49f9f3(0x1f2));}Promise[_0x49f9f3(0x1e3)](this[_0x49f9f3(0x1db)](_0x3da98c))[_0x49f9f3(0x1d1)](_0x75b06a=>{const _0x57fa17=_0x49f9f3,_0xa24c94={'coLXH':_0x52c8e0[_0x57fa17(0x197)],'WgWRe':function(_0x2a281e,_0x10c3ea){return _0x52c8e0['syEQi'](_0x2a281e,_0x10c3ea);},'hDpHw':_0x52c8e0[_0x57fa17(0x198)],'SmhaG':function(_0x39594f){const _0x2c3c51=_0x57fa17;return _0x52c8e0[_0x2c3c51(0x18d)](_0x39594f);}};logger[_0x57fa17(0x1ee)](_0x57fa17(0x1e4)+util[_0x57fa17(0x1c1)]('%j',_0x75b06a));if(_0x52c8e0[_0x57fa17(0x1ed)](_0x75b06a,null)||_0x52c8e0['syEQi'](_0x75b06a[_0x57fa17(0x1e1)],0x0))return _0x52c8e0[_0x57fa17(0x1da)](_0x5c8b8a);const _0x3e3dd7=_0x75b06a[_0x57fa17(0x1d9)](_0x1aec33=>{const _0x5d0a88=_0x57fa17,_0x1753c4={'yiEPx':function(_0x31ba5b,_0x1853bf){const _0xd05ffb=a174_0x4f2b;return _0x168a1a[_0xd05ffb(0x1b2)](_0x31ba5b,_0x1853bf);}},_0x328dd1=_0x168a1a[_0x5d0a88(0x1de)](_0x168a1a[_0x5d0a88(0x1ac)],_0x1aec33);return this[_0x5d0a88(0x1c2)](_0x3da98c,_0x328dd1)[_0x5d0a88(0x1d1)](_0x5a7640=>{const _0xb09b41=_0x5d0a88;if(_0x5a7640&&_0x5a7640[_0xb09b41(0x1c5)]&&_0x1753c4[_0xb09b41(0x1cc)](_0x5a7640[_0xb09b41(0x1dc)],undefined)){const _0x56b883={};return _0x56b883[_0xb09b41(0x1c5)]=_0x5a7640[_0xb09b41(0x1c5)],_0x56b883[_0xb09b41(0x1dc)]=_0x5a7640[_0xb09b41(0x1dc)],_0x56b883['ok']=!![],_0x56b883;}const _0x18e0de={};return _0x18e0de[_0xb09b41(0x1c5)]=_0x328dd1,_0x18e0de['latency']=null,_0x18e0de['ok']=![],_0x18e0de;})[_0x5d0a88(0x19e)](()=>({'hubUrl':_0x328dd1,'latency':null,'ok':![]}));});Promise[_0x57fa17(0x1b1)](_0x3e3dd7[_0x57fa17(0x1d9)](_0x42b9bd=>_0x42b9bd[_0x57fa17(0x1d1)](_0x5eaa86=>_0x5eaa86['ok']?_0x5eaa86:null)))['then'](_0x34d8fe=>{const _0x224525=_0x57fa17;if(_0x34d8fe)return _0x34d8fe;return Promise[_0x224525(0x190)](_0x3e3dd7)[_0x224525(0x1d1)](()=>null);})[_0x57fa17(0x1d1)](_0x59fc29=>{const _0x58c7e8=_0x57fa17;if(!_0x59fc29){logger[_0x58c7e8(0x1ee)](_0x168a1a[_0x58c7e8(0x1bb)]);const _0x5433c0=_0x168a1a[_0x58c7e8(0x1de)](_0x168a1a[_0x58c7e8(0x1ac)],_0x75b06a[0x0]);return globals[_0x58c7e8(0x1dd)](_0x168a1a[_0x58c7e8(0x19a)],{'nearestHubs':_0x75b06a[_0x58c7e8(0x1d9)](_0x4013a2=>_0x58c7e8(0x1b3)+_0x4013a2),'hubLatencies':{},'selectedHub':_0x5433c0,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x58c7e8(0x1af)]()}),constants[_0x58c7e8(0x1c5)]=_0x168a1a[_0x58c7e8(0x19c)](_0x5433c0,_0x168a1a[_0x58c7e8(0x1a0)]),logger[_0x58c7e8(0x1ee)]('HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20'+_0x5433c0),_0x168a1a[_0x58c7e8(0x1b8)](_0x5c8b8a);}const _0x300f9f={[_0x59fc29[_0x58c7e8(0x1c5)]]:_0x59fc29['latency']},_0x4f529d={'nearestHubs':_0x75b06a[_0x58c7e8(0x1d9)](_0x1c9b68=>'https://'+_0x1c9b68),'hubLatencies':_0x300f9f,'selectedHub':_0x59fc29['hubUrl'],'selectedHubLatency':_0x59fc29[_0x58c7e8(0x1dc)],'timestamp':Date[_0x58c7e8(0x1af)]()};globals[_0x58c7e8(0x1dd)](_0x168a1a[_0x58c7e8(0x19a)],_0x4f529d),constants['hubUrl']=_0x168a1a[_0x58c7e8(0x1e2)](_0x59fc29[_0x58c7e8(0x1c5)],_0x168a1a['pnaHl']),logger[_0x58c7e8(0x1ee)](_0x58c7e8(0x1aa)+_0x59fc29['hubUrl']),_0x168a1a['dzQZw'](_0x5c8b8a),Promise['allSettled'](_0x3e3dd7)['then'](_0x57f3a9=>{const _0x48cb6f=_0x58c7e8;try{const _0x1743b2=globals[_0x48cb6f(0x1e6)](_0xa24c94[_0x48cb6f(0x1a4)]);if(!_0x1743b2||_0x1743b2[_0x48cb6f(0x18f)])return;const _0x102e10={};for(const _0x2f10cd of _0x57f3a9){_0xa24c94[_0x48cb6f(0x1d8)](_0x2f10cd[_0x48cb6f(0x1e7)],_0xa24c94['hDpHw'])&&_0x2f10cd[_0x48cb6f(0x1a6)]&&_0x2f10cd[_0x48cb6f(0x1a6)]['ok']&&(_0x102e10[_0x2f10cd['value'][_0x48cb6f(0x1c5)]]=_0x2f10cd['value'][_0x48cb6f(0x1dc)]);}_0x1743b2[_0x48cb6f(0x191)]=_0x102e10;}catch(_0x1c5ed1){logger[_0x48cb6f(0x1ee)](_0x48cb6f(0x1ec)+_0x1c5ed1);}})[_0x58c7e8(0x19e)](_0x4571b7=>{const _0x1f16a0=_0x58c7e8;logger[_0x1f16a0(0x1ee)](_0x1f16a0(0x1ae)+_0x4571b7);});})['catch'](_0x4072ad=>{const _0x4ad87a=_0x57fa17;logger[_0x4ad87a(0x1ee)](_0x4ad87a(0x1e5)+_0x4072ad),_0xa24c94[_0x4ad87a(0x1be)](_0x5c8b8a);});})[_0x49f9f3(0x19e)](_0x321279=>{const _0x262456=_0x49f9f3;logger[_0x262456(0x1ee)](_0x262456(0x1a1)+_0x321279),_0x52c8e0['kUgxM'](_0x5c8b8a);});});},exports[a174_0xc9377e(0x1c2)]=async(_0x3ca426,_0x45bcef)=>{const _0x1f9047=a174_0xc9377e,_0x391d89={};_0x391d89[_0x1f9047(0x1eb)]=_0x1f9047(0x195),_0x391d89[_0x1f9047(0x1b0)]=_0x1f9047(0x18e),_0x391d89[_0x1f9047(0x1ca)]=function(_0x356df3,_0x44b012){return _0x356df3-_0x44b012;};const _0x3824fe=_0x391d89;try{const _0x18113d=new Date();await helper[_0x1f9047(0x1b4)](_0x3824fe[_0x1f9047(0x1eb)],_0x3824fe['lmmox'],{},_0x3ca426,_0x45bcef,0x1388);const _0x1e2c51=_0x3824fe[_0x1f9047(0x1ca)](new Date(),_0x18113d);logger[_0x1f9047(0x1ee)]('Execution\x20time\x20for\x20'+_0x45bcef+'\x20is:\x20'+_0x1e2c51+'ms');const _0x17fbce={};return _0x17fbce[_0x1f9047(0x1c5)]=_0x45bcef,_0x17fbce['latency']=_0x1e2c51,_0x17fbce;}catch(_0x3f6d14){return logger[_0x1f9047(0x1ee)](_0x1f9047(0x1c6)+_0x45bcef+_0x1f9047(0x1e8)+_0x3f6d14),{};}},exports[a174_0xc9377e(0x1db)]=async _0x5a6714=>{const _0xb857b9=a174_0xc9377e,_0x2cf3c6={'pqzYo':function(_0x37d9b6,_0x14669f){return _0x37d9b6(_0x14669f);},'jxTJR':_0xb857b9(0x1d6),'BVUrN':'/wd/hub','qoUcf':_0xb857b9(0x195),'JWfzA':_0xb857b9(0x1c7)};try{const _0x1dc9a0=_0x2cf3c6[_0xb857b9(0x193)](require,_0x2cf3c6[_0xb857b9(0x196)])[_0xb857b9(0x1c5)][_0xb857b9(0x1e9)](_0x2cf3c6[_0xb857b9(0x1b5)],''),_0x132f09=await helper[_0xb857b9(0x1b4)](_0x2cf3c6[_0xb857b9(0x1d5)],_0x2cf3c6['JWfzA'],{},_0x5a6714,_0x1dc9a0,0x1388),_0x549fce=_0x132f09[_0xb857b9(0x1a2)];return logger[_0xb857b9(0x1ee)](_0xb857b9(0x1ef)+util[_0xb857b9(0x1c1)]('%j',_0x549fce)),_0x549fce['hubs'];}catch(_0x5a33b3){logger['debug'](_0xb857b9(0x199)+_0x5a33b3);}return null;};