browserstack-node-sdk 1.53.4 → 1.53.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) 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 +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a97_0x1557(){const _0x1f7867=['xCLlC','BvheT','Asikd','72QjMNhX','bQgFd','debug','passed','createTestFrameworkData','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','aVGhd','rlLvw','file','qEqTm','\x20from\x20compositeKey:\x20','DKFrn','RlJtl','kvmYj','length','../../../helpers/logger.js','BqsPX','update','fullName','uuid','1068426pbdfDp','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','XgAdY',',\x20hookUUID:\x20','GdMvi','createIdentifierFromJestTest','UhMTA','duration','error','pid','6MoRJDl','LNgxr','expect','retryOf','recreateIdentifierFromTestInfo','started_at','wpnYm','UHuRB','beforeAll','errors','pGOId','26005pWPUvC','KvHIw','ROpfK','isJestInternalHook','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','DQzlX','hooks','pending','_gitConfigPath','__jestCurrentTestIdentifier','toUpperCase','bBkJQ','beforeEach','getName','_gitConfigured','QkPzA','createHookData','gXNfL','push','failure','path','273508Vlcshj','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','displayName','XMcax','dHaNQ','HVluI','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','getTime','GEaKl','PzTFj','../../../helpers/test-observability/error-handler.js','crypto','HHbnR','parent','getState','pYjUA','1349960uTmNWx','testPath','OPVZc','match','reverse','ylsWd','HookRunFinished','substring','toString','failure_backtrace','asyncError','jest-circus','turOk','../TestInfo.js','UbHfy','format','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','AFTER_EACH','name','cZALe','CqqLU','getHookRunEventData','ROOT_DESCRIBE_BLOCK','test','afterAll','ifkzA','configureGit','22136gfvuBe','lXPpX','testIdentifier','getHierarchy','CRpYE','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','split','md5',',\x20testRunId:\x20','TestRunFinished','currentTest','__workerDetails','File\x20path\x20could\x20not\x20be\x20found','../../../helpers/test-observability/utils','includes','aSlOD','uzNuu','iwVuN','Exception\x20in\x20createTestFrameworkData:\x20','getRootParentFile','stack','toISOString','apply','fLkKM','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','backtrace','find','err','XGEdn','failure_type','sZHXb','zafnV','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','parse','digest','[jestUtils]\x20Created\x20identifier:\x20','startedAt','browserstack-node-agent/src/bin/jest','inspect','Unknown\x20Test','7pYdUTZ','eqAFn','failure_data','javascript','failure_reason_expanded','ZPuek','errorsDetailed','extractTestFilePath','BYZQp','type','expanded','pBNWQ','HookRunStarted','BEFORE_EACH','failed','ahQqW','2107720HEEeaP','TestRunSkipped','clearHooksMap','relative','now','iZXXi','title','EVwtl','testAnalyticsId','htYPB','root','[jestUtils]\x20No\x20test\x20object\x20provided','Exception\x20in\x20getHookRunEventData:\x20','pjTPL','[jestUtils]\x20Error\x20creating\x20identifier:\x20','failure_reason','390820OqYkDT','createJestTestIdentifier','exports','result','geIpJ','getTestIdentifier','HYWhh','getFileName','vSRQo','hook','finishedAt','Exception\x20in\x20createHookData:\x20','jest'];a97_0x1557=function(){return _0x1f7867;};return a97_0x1557();}const a97_0x29e13a=a97_0x213b;(function(_0x1817c4,_0x23474c){const _0x2583bd=a97_0x213b,_0x2147d5=_0x1817c4();while(!![]){try{const _0x18899e=parseInt(_0x2583bd(0xd9))/0x1+-parseInt(_0x2583bd(0xee))/0x2*(parseInt(_0x2583bd(0xce))/0x3)+parseInt(_0x2583bd(0x161))/0x4+parseInt(_0x2583bd(0xfe))/0x5+parseInt(_0x2583bd(0xc4))/0x6*(-parseInt(_0x2583bd(0x141))/0x7)+-parseInt(_0x2583bd(0x119))/0x8*(-parseInt(_0x2583bd(0xb0))/0x9)+parseInt(_0x2583bd(0x151))/0xa;if(_0x18899e===_0x23474c)break;else _0x2147d5['push'](_0x2147d5['shift']());}catch(_0x2623d2){_0x2147d5['push'](_0x2147d5['shift']());}}}(a97_0x1557,0x2abb7));function a97_0x213b(_0x39c9fa,_0x266bc1){const _0x1557f4=a97_0x1557();return a97_0x213b=function(_0x213bb8,_0x3e9e47){_0x213bb8=_0x213bb8-0xa8;let _0x3686d9=_0x1557f4[_0x213bb8];return _0x3686d9;},a97_0x213b(_0x39c9fa,_0x266bc1);}const path=require(a97_0x29e13a(0xed)),util=require('util'),crypto=require(a97_0x29e13a(0xf9)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require(a97_0x29e13a(0xbf))['winstonLogger'],{o11yClassErrorHandler}=require(a97_0x29e13a(0xf8)),TestInfo=require(a97_0x29e13a(0x10b)),{failureData,getFailureType}=require(a97_0x29e13a(0x126)),stackTrace=require('stack-trace'),a97_0x57b590={};a97_0x57b590[a97_0x29e13a(0xd6)]='BEFORE_ALL',a97_0x57b590[a97_0x29e13a(0x116)]='AFTER_ALL',a97_0x57b590[a97_0x29e13a(0xe5)]=a97_0x29e13a(0x14e),a97_0x57b590['afterEach']=a97_0x29e13a(0x10f);const HOOK_TYPES_MAP=a97_0x57b590,hooksMap={};class JestUtils{constructor(){const _0x2ead71=a97_0x29e13a;this['_gitConfigured']=![],this[_0x2ead71(0xe1)]=null;}async[a97_0x29e13a(0xb4)](_0x158109,_0x2fe6f0,_0x31a858='TestRunFinished',_0x42cf93=undefined){const _0x19479e=a97_0x29e13a,_0x44d336={'Asikd':_0x19479e(0xef),'ilxsH':_0x19479e(0x109),'ifkzA':function(_0xf7e7bc,_0x1fdb60){return _0xf7e7bc||_0x1fdb60;},'GdMvi':_0x19479e(0x125),'pjTPL':function(_0x1e396e,_0x3f3e94){return _0x1e396e!==_0x3f3e94;},'ROpfK':'test','HHbnR':function(_0x1090b5,_0x19a6dd){return _0x1090b5!==_0x19a6dd;},'dHaNQ':_0x19479e(0x134),'IGrNx':function(_0x98c312,_0xdd5ba7){return _0x98c312!==_0xdd5ba7;},'zafnV':_0x19479e(0xe0),'RlJtl':function(_0x226e99,_0x2daab0){return _0x226e99===_0x2daab0;},'pBNWQ':_0x19479e(0x152),'lXPpX':'skipped','BqsPX':function(_0x441845,_0x1c5c0c){return _0x441845>_0x1c5c0c;},'cZALe':_0x19479e(0x14f),'QkPzA':'passed','DKFrn':function(_0xf50e87,_0x533f8b){return _0xf50e87!==_0x533f8b;},'bQgFd':function(_0xa8a60e,_0x370127){return _0xa8a60e-_0x370127;},'fLkKM':_0x19479e(0x144),'TDPVy':function(_0x8406e8,_0x92842f){return _0x8406e8>_0x92842f;},'turOk':_0x19479e(0xac),'ylsWd':function(_0x3a9052,_0x2bc5f4){return _0x3a9052(_0x2bc5f4);},'UhMTA':function(_0x52150c,_0x487cc1){return _0x52150c===_0x487cc1;},'ZPuek':function(_0xa54f5a,_0x214684){return _0xa54f5a===_0x214684;},'sZHXb':_0x19479e(0x122),'KSXhC':function(_0x408dc4,_0x14b042){return _0x408dc4===_0x14b042;}};logger[_0x19479e(0xb2)]('Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20'+_0x31a858+',\x20testIdentifier:\x20'+_0x2fe6f0);try{if(!_0x158109)return logger[_0x19479e(0xb2)](_0x44d336[_0x19479e(0xaf)]),null;if(_0x158109['fn']&&_0x158109['fn']['toString']()[_0x19479e(0x101)](/browserstack internal helper hook/))return null;await this['configureGit']();let _0x2ef185;try{_0x2ef185=this[_0x19479e(0x12c)](_0x158109);if(_0x2ef185&&_0x2ef185[_0x19479e(0x127)](_0x44d336['ilxsH']))return null;}catch(_0x31a66f){logger[_0x19479e(0xb2)]('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util[_0x19479e(0x10d)](_0x31a66f)),_0x2ef185=null;}const _0x17440e=this[_0x19479e(0x11c)](_0x158109),_0x58e213=this[_0x19479e(0xe6)](_0x158109),_0x45b14b=_0x44d336[_0x19479e(0x117)](_0x2ef185,_0x44d336[_0x19479e(0xc8)]);let _0x35a6e5=[];const _0x3b6509=_0x158109['errorsDetailed']||_0x158109[_0x19479e(0xd7)];if(_0x44d336[_0x19479e(0x15e)](_0x3b6509,undefined))_0x35a6e5=[_0x3b6509,_0x44d336[_0x19479e(0xdb)]];else _0x44d336[_0x19479e(0xfa)](_0x42cf93,undefined)&&(_0x35a6e5=[_0x42cf93,_0x44d336[_0x19479e(0xf2)]]);const _0x432c9e=_0x44d336['IGrNx'](_0x3b6509,undefined)?util[_0x19479e(0x13f)](_0x3b6509[0x0]):_0x44d336[_0x19479e(0x15e)](_0x42cf93,undefined)?_0x42cf93[_0x19479e(0x106)]():undefined;let _0x4be835=_0x44d336[_0x19479e(0x138)];if(_0x44d336[_0x19479e(0xbc)](_0x31a858,_0x44d336['pBNWQ']))_0x4be835=_0x44d336[_0x19479e(0x11a)];else _0x3b6509&&_0x44d336[_0x19479e(0xc0)](_0x3b6509['length'],0x0)?_0x4be835=_0x44d336[_0x19479e(0x111)]:_0x4be835=_0x44d336[_0x19479e(0xe8)];let _0x484d38=null;if(_0x44d336[_0x19479e(0xbb)](_0x158109['duration'],undefined))_0x484d38=_0x158109[_0x19479e(0xcb)];else(_0x31a858['match'](/Finished/)||_0x31a858[_0x19479e(0x101)](/Skipped/))&&(_0x158109[_0x19479e(0xd3)]&&(_0x484d38=_0x44d336[_0x19479e(0xb1)](Date[_0x19479e(0x155)](),new Date(_0x158109[_0x19479e(0xd3)])[_0x19479e(0xf5)]())));const _0x581e10=_0x158109['fn']?_0x158109['fn']['toString']():null,_0x1ecf6c={'id':_0x2fe6f0,'uuid':_0x2fe6f0,'startedAt':_0x158109['started_at']||new Date()[_0x19479e(0x12e)](),'finishedAt':_0x31a858['match'](/Finished/)||_0x31a858[_0x19479e(0x101)](/Skipped/)?new Date()[_0x19479e(0x12e)]():null,'type':_0x44d336[_0x19479e(0xdb)],'body':{'lang':_0x44d336[_0x19479e(0x130)],'code':_0x581e10},'name':_0x58e213,'errorsDetailed':_0x44d336['TDPVy'](_0x3b6509?.[_0x19479e(0xbe)],0x0)?_0x3b6509[0x0]:_0x3b6509?_0x3b6509:undefined,'scopes':_0x17440e,'file_name':_0x45b14b,'location':_0x45b14b,'vc_filepath':this[_0x19479e(0xe1)]&&_0x2ef185?path[_0x19479e(0x154)](this[_0x19479e(0xe1)],_0x2ef185):null,'framework':_0x44d336[_0x19479e(0x10a)],'result':_0x4be835,'failure_reason':_0x432c9e,'duration_in_ms':_0x484d38,'failure':failureData['apply'](null,_0x35a6e5),'failure_type':!_0x432c9e?null:_0x44d336[_0x19479e(0x103)](getFailureType,_0x432c9e),'retry_of':_0x158109[_0x19479e(0xd1)]||null,'customRerunParam':{'rerun_name':_0x58e213}};_0x44d336[_0x19479e(0xca)](_0x31a858,_0x44d336[_0x19479e(0x14c)])&&!_0x1ecf6c[_0x19479e(0x13d)]&&(_0x1ecf6c[_0x19479e(0x13d)]=_0x1ecf6c[_0x19479e(0xaa)]);const _0x3a209b=_0x1ecf6c[_0x19479e(0xec)]&&_0x1ecf6c[_0x19479e(0xec)][0x0];return _0x3a209b&&(_0x1ecf6c[_0x19479e(0x107)]=_0x3a209b[_0x19479e(0x132)],_0x1ecf6c[_0x19479e(0x145)]=_0x3a209b[_0x19479e(0x14b)]),(_0x44d336[_0x19479e(0x146)](_0x31a858,_0x44d336[_0x19479e(0x137)])||_0x44d336['KSXhC'](_0x31a858,_0x44d336[_0x19479e(0x14c)]))&&(_0x158109['hooks']&&(_0x1ecf6c[_0x19479e(0xdf)]=_0x158109['hooks'])),_0x1ecf6c;}catch(_0x82b032){return logger['debug'](_0x19479e(0x12b)+util[_0x19479e(0x10d)](_0x82b032)),null;}}async[a97_0x29e13a(0xe9)](_0x2e0ab0,_0xbbd7ff,_0x320295,_0x5aa154){const _0x7b2030=a97_0x29e13a,_0x57cc5a={'GEaKl':_0x7b2030(0xdd),'CTbTs':_0x7b2030(0x109),'XGEdn':_0x7b2030(0x13e),'DQzlX':'unknown','rlLvw':_0x7b2030(0xe0),'PzTFj':function(_0x19659c,_0x5d838a){return _0x19659c===_0x5d838a;},'iwVuN':_0x7b2030(0x104),'jnQHS':function(_0x47ee25,_0x57988d){return _0x47ee25>_0x57988d;},'pYjUA':_0x7b2030(0x14f),'OPVZc':function(_0x512960,_0x2e3c87){return _0x512960(_0x2e3c87);},'gXNfL':_0x7b2030(0x115),'vSRQo':_0x7b2030(0xb3),'ahQqW':_0x7b2030(0xa9),'CqqLU':_0x7b2030(0x144),'iZXXi':_0x7b2030(0xac),'BvheT':function(_0x570e5b,_0x375e39){return _0x570e5b===_0x375e39;},'geIpJ':_0x7b2030(0x14d)};logger[_0x7b2030(0xb2)]('Creating\x20hook\x20data\x20for\x20eventType:\x20'+_0x320295+_0x7b2030(0xc7)+_0xbbd7ff+_0x7b2030(0x121)+_0x5aa154);try{if(!_0x2e0ab0)return logger[_0x7b2030(0xb2)](_0x57cc5a[_0x7b2030(0xf6)]),null;if(this[_0x7b2030(0xdc)](_0x2e0ab0))return null;await this[_0x7b2030(0x118)]();let _0x3a7cc6=null;try{_0x3a7cc6=this['getRootParentFile'](_0x2e0ab0);if(_0x3a7cc6&&_0x3a7cc6[_0x7b2030(0x127)](_0x57cc5a['CTbTs']))return null;if(_0x3a7cc6&&_0x3a7cc6['includes'](_0x57cc5a[_0x7b2030(0x135)]))return null;}catch(_0x76e4e8){logger[_0x7b2030(0xb2)](_0x7b2030(0xf4)+util['format'](_0x76e4e8));}const _0xdc4d2f=this[_0x7b2030(0xe6)](_0x2e0ab0),_0x2e0adf=_0x2e0ab0[_0x7b2030(0x14a)]||_0x57cc5a[_0x7b2030(0xde)],_0x32e145=HOOK_TYPES_MAP[_0x2e0adf]||_0x2e0adf[_0x7b2030(0xe3)](),_0x3ede39=_0x2e0ab0['parent']&&_0x2e0ab0[_0x7b2030(0xfb)][_0x7b2030(0x110)]?_0x2e0ab0[_0x7b2030(0xfb)][_0x7b2030(0x110)]:'';let _0x558717=_0x57cc5a[_0x7b2030(0xb7)],_0x3f56ed=null,_0x3a41b9=null,_0x4637ac=null,_0x2b0364=null;_0x57cc5a[_0x7b2030(0xf7)](_0x320295,_0x57cc5a[_0x7b2030(0x12a)])&&(_0x2b0364=new Date()[_0x7b2030(0x12e)](),_0x2e0ab0[_0x7b2030(0x147)]&&_0x57cc5a['jnQHS'](_0x2e0ab0[_0x7b2030(0x147)][_0x7b2030(0xbe)],0x0)?(_0x558717=_0x57cc5a[_0x7b2030(0xfd)],_0x3a41b9=util[_0x7b2030(0x13f)](_0x2e0ab0[_0x7b2030(0x147)][0x0]),_0x3f56ed=_0x57cc5a[_0x7b2030(0x100)](getFailureType,_0x3a41b9),_0x4637ac=failureData[_0x7b2030(0x12f)](null,[_0x2e0ab0['errorsDetailed'],_0x57cc5a[_0x7b2030(0xea)]])):_0x558717=_0x57cc5a[_0x7b2030(0xa8)]);const _0x4526fb={'uuid':_0xbbd7ff,'type':_0x57cc5a[_0x7b2030(0x150)],'hook_type':_0x32e145,'name':_0xdc4d2f,'body':{'lang':_0x57cc5a[_0x7b2030(0x112)],'code':_0x2e0ab0['fn']?_0x2e0ab0['fn'][_0x7b2030(0x106)]():null},'tags':[],'test_run_id':_0x5aa154,'scope':_0x3ede39,'scopes':[_0x3ede39],'file_name':_0x3a7cc6,'location':_0x3a7cc6,'vc_filepath':this[_0x7b2030(0xe1)]&&_0x3a7cc6?path[_0x7b2030(0x154)](this[_0x7b2030(0xe1)],_0x3a7cc6):null,'result':_0x558717,'started_at':_0x2e0ab0[_0x7b2030(0xd3)]||new Date()[_0x7b2030(0x12e)](),'finished_at':_0x2b0364,'failure_type':_0x3f56ed,'failure_reason':_0x3a41b9,'failure_data':_0x4637ac,'framework':_0x57cc5a[_0x7b2030(0x156)]};return _0x57cc5a[_0x7b2030(0xae)](_0x320295,_0x57cc5a[_0x7b2030(0x165)])&&(hooksMap[_0x5aa154]?hooksMap[_0x5aa154][_0x7b2030(0xeb)](_0x4526fb):hooksMap[_0x5aa154]=[_0x4526fb]),_0x4526fb;}catch(_0x2d29ed){return logger[_0x7b2030(0xb2)](_0x7b2030(0xab)+util[_0x7b2030(0x10d)](_0x2d29ed)),null;}}['getHookRunEventData'](_0x4dcce1,_0x3be8ad,_0x27534a){const _0x466c42=a97_0x29e13a,_0x3727bb={'qEqTm':function(_0x5df0fb,_0x5f01fd){return _0x5df0fb>_0x5f01fd;},'wfmvj':'failed','GfRvQ':function(_0xf3daf3,_0x242c10){return _0xf3daf3(_0x242c10);},'htYPB':_0x466c42(0x115),'XgAdY':_0x466c42(0xb3)};try{const _0x4d40a5=hooksMap[_0x4dcce1];if(!_0x4d40a5)return null;const _0x343143=_0x4d40a5[_0x466c42(0x133)](_0x33c7c3=>_0x33c7c3[_0x466c42(0xc3)]===_0x3be8ad);if(!_0x343143)return null;return _0x343143['finished_at']=new Date()[_0x466c42(0x12e)](),_0x27534a['errorsDetailed']&&_0x3727bb[_0x466c42(0xb9)](_0x27534a[_0x466c42(0x147)][_0x466c42(0xbe)],0x0)?(_0x343143[_0x466c42(0x164)]=_0x3727bb['wfmvj'],_0x343143[_0x466c42(0x160)]=util[_0x466c42(0x13f)](_0x27534a[_0x466c42(0x147)][0x0]),_0x343143[_0x466c42(0x136)]=_0x3727bb['GfRvQ'](getFailureType,_0x343143[_0x466c42(0x160)]),_0x343143[_0x466c42(0x143)]=failureData[_0x466c42(0x12f)](null,[_0x27534a[_0x466c42(0x147)],_0x3727bb[_0x466c42(0x15a)]])):_0x343143['result']=_0x3727bb[_0x466c42(0xc6)],_0x343143;}catch(_0x16132d){return logger[_0x466c42(0xb2)](_0x466c42(0x15d)+util[_0x466c42(0x10d)](_0x16132d)),null;}}['getName'](_0x5c205f){const _0x105201=a97_0x29e13a,_0x3d2b28={};_0x3d2b28[_0x105201(0x11d)]=function(_0x1dac50,_0x49667e){return _0x1dac50!==_0x49667e;},_0x3d2b28[_0x105201(0xd4)]=_0x105201(0x115),_0x3d2b28[_0x105201(0x10c)]=_0x105201(0x140);const _0x4fecea=_0x3d2b28;if(_0x4fecea['CRpYE'](_0x5c205f['type'],_0x4fecea[_0x105201(0xd4)]))return'\x22'+_0x5c205f[_0x105201(0x14a)]+'\x22\x20hook\x20for\x20\x22'+(_0x5c205f['parent']&&_0x5c205f[_0x105201(0xfb)][_0x105201(0x110)])+'\x22';return _0x5c205f['name']||_0x4fecea[_0x105201(0x10c)];}[a97_0x29e13a(0x11c)](_0x4a831a){const _0x374135=a97_0x29e13a,_0x5a3000={};_0x5a3000[_0x374135(0xe4)]=function(_0x49c6ef,_0x5991bf){return _0x49c6ef!==_0x5991bf;},_0x5a3000[_0x374135(0x149)]=function(_0x5c3c31,_0x1fb6bd){return _0x5c3c31!==_0x1fb6bd;},_0x5a3000[_0x374135(0xd5)]=_0x374135(0x114);const _0x3322a5=_0x5a3000,_0x54b8c6=[];if(_0x4a831a&&_0x4a831a['parent']){let _0x2fbc93=_0x4a831a[_0x374135(0xfb)];while(_0x2fbc93&&_0x2fbc93[_0x374135(0x110)]&&_0x3322a5['bBkJQ'](_0x2fbc93[_0x374135(0x110)],'')&&_0x3322a5[_0x374135(0x149)](_0x2fbc93[_0x374135(0x110)],_0x3322a5[_0x374135(0xd5)])){_0x54b8c6['push'](_0x2fbc93[_0x374135(0x110)]),_0x2fbc93=_0x2fbc93['parent'];}}return _0x54b8c6[_0x374135(0x102)](),_0x54b8c6;}[a97_0x29e13a(0x12c)](_0x567052){const _0x421de9=a97_0x29e13a;if(_0x567052[_0x421de9(0x108)])try{const _0x304bf4=stackTrace[_0x421de9(0x13a)]['call'](stackTrace,_0x567052[_0x421de9(0x108)]);if(_0x304bf4[0x0]&&_0x304bf4[0x0][_0x421de9(0x168)])return _0x304bf4[0x0][_0x421de9(0x168)]();}catch(_0x19f321){logger[_0x421de9(0xb2)](_0x421de9(0x131)+util['format'](_0x19f321));}if(_0x567052[_0x421de9(0xb8)])return _0x567052['file'];return null;}['isJestInternalHook'](_0x2386e8){const _0x489b08=a97_0x29e13a,_0x2d384b={};_0x2d384b[_0x489b08(0x158)]=_0x489b08(0x109),_0x2d384b[_0x489b08(0xf3)]=function(_0x17bb9f,_0x576814){return _0x17bb9f===_0x576814;},_0x2d384b[_0x489b08(0xbd)]=_0x489b08(0x114);const _0x41267b=_0x2d384b;try{const _0x501988=this[_0x489b08(0x12c)](_0x2386e8);if(_0x501988&&_0x501988[_0x489b08(0x127)](_0x41267b[_0x489b08(0x158)]))return!![];if(!_0x501988){const _0x513f15=_0x2386e8[_0x489b08(0xfb)]&&_0x2386e8[_0x489b08(0xfb)][_0x489b08(0x110)];if(_0x41267b[_0x489b08(0xf3)](_0x513f15,_0x41267b[_0x489b08(0xbd)]))return!![];}}catch(_0x604220){logger['debug'](_0x489b08(0x11e)+util[_0x489b08(0x10d)](_0x604220));}return![];}[a97_0x29e13a(0x166)](_0x96541d=null){const _0x22ed69=a97_0x29e13a;try{const _0x4f009e=_0x96541d||global[_0x22ed69(0x124)]||{};if(global[_0x22ed69(0xe2)])return global[_0x22ed69(0xe2)];if(_0x4f009e?.['currentTest']?.['testAnalyticsId'])return _0x4f009e[_0x22ed69(0x123)][_0x22ed69(0x159)];if(_0x4f009e?.[_0x22ed69(0x123)]?.['id'])return _0x4f009e[_0x22ed69(0x123)]['id'];return null;}catch(_0x57f768){return logger[_0x22ed69(0xb2)](_0x22ed69(0xc5)+util['format'](_0x57f768)),null;}}async[a97_0x29e13a(0x118)](){const _0x2e9362=a97_0x29e13a,_0x2ae17e={'eqAFn':function(_0x23860f){return _0x23860f();}};if(this['_gitConfigured'])return this['_gitConfigPath'];const _0x35b546=await _0x2ae17e[_0x2e9362(0x142)](getGitMetaData);_0x35b546&&(this[_0x2e9362(0xe1)]=_0x35b546[_0x2e9362(0x15b)]),this[_0x2e9362(0xe7)]=!![];}['clearHooksMap'](_0xa08d62){hooksMap[_0xa08d62]&&delete hooksMap[_0xa08d62];}[a97_0x29e13a(0x148)](_0x5b03ac){const _0x1cd496=a97_0x29e13a,_0x5f2fc4={'aSlOD':_0x1cd496(0x109),'tWvhh':function(_0x8faa6c,_0x1f0be2){return _0x8faa6c(_0x1f0be2);},'LNgxr':_0x1cd496(0xd0)};if(_0x5b03ac['file'])return _0x5b03ac['file'];if(_0x5b03ac[_0x1cd496(0x108)]){try{const _0x1a3bac=stackTrace[_0x1cd496(0x13a)](_0x5b03ac['asyncError']);if(_0x1a3bac[0x0]&&_0x1a3bac[0x0][_0x1cd496(0x168)]){const _0x3496e5=_0x1a3bac[0x0][_0x1cd496(0x168)]();if(_0x3496e5&&!_0x3496e5[_0x1cd496(0x127)](_0x5f2fc4[_0x1cd496(0x128)]))return _0x3496e5;}}catch(_0x1f4c85){logger[_0x1cd496(0xb2)](_0x1cd496(0xb5)+util[_0x1cd496(0x10d)](_0x1f4c85));}if(_0x5b03ac[_0x1cd496(0x108)][_0x1cd496(0x12d)]){const _0x55bb5c=_0x5b03ac['asyncError'][_0x1cd496(0x12d)][_0x1cd496(0x11f)]('\x0a');for(const _0x33852c of _0x55bb5c){const _0x278338=_0x33852c[_0x1cd496(0x101)](/at (.+?):\d+:\d+/);if(_0x278338&&_0x278338[0x1]&&!_0x278338[0x1][_0x1cd496(0x127)](_0x5f2fc4[_0x1cd496(0x128)]))return _0x278338[0x1];}}}let _0x5d9fe2=_0x5b03ac['parent'];while(_0x5d9fe2){if(_0x5d9fe2['file'])return _0x5d9fe2[_0x1cd496(0xb8)];if(_0x5d9fe2['asyncError'])try{const _0x321999=stackTrace[_0x1cd496(0x13a)](_0x5d9fe2[_0x1cd496(0x108)]);if(_0x321999[0x0]&&_0x321999[0x0]['getFileName']){const _0x16e56f=_0x321999[0x0][_0x1cd496(0x168)]();if(_0x16e56f&&!_0x16e56f['includes'](_0x5f2fc4[_0x1cd496(0x128)]))return _0x16e56f;}}catch(_0xace7dc){}_0x5d9fe2=_0x5d9fe2[_0x1cd496(0xfb)];}try{const _0x4b2004=_0x5f2fc4['tWvhh'](require,_0x5f2fc4[_0x1cd496(0xcf)]);if(_0x4b2004&&_0x4b2004[_0x1cd496(0xfc)]){const _0x3c63ef=_0x4b2004[_0x1cd496(0xfc)]();if(_0x3c63ef&&_0x3c63ef[_0x1cd496(0xff)])return _0x3c63ef[_0x1cd496(0xff)];}}catch(_0x26f868){logger[_0x1cd496(0xb2)]('[jestUtils]\x20expect.getState()\x20not\x20available:\x20'+util[_0x1cd496(0x10d)](_0x26f868));}return null;}[a97_0x29e13a(0x162)](_0xa91dbc){const _0x73cfce=a97_0x29e13a,_0x34685b={};_0x34685b[_0x73cfce(0x167)]=_0x73cfce(0x139),_0x34685b[_0x73cfce(0xb6)]=function(_0x218384,_0x2a3c7e){return _0x218384!==_0x2a3c7e;},_0x34685b[_0x73cfce(0x129)]=_0x73cfce(0x114),_0x34685b['XMcax']='jest-circus',_0x34685b[_0x73cfce(0xad)]=_0x73cfce(0x120),_0x34685b['EfxZO']='hex';const _0x5d5cb7=_0x34685b;try{if(!_0xa91dbc)return logger[_0x73cfce(0xcc)](_0x5d5cb7[_0x73cfce(0x167)]),null;const _0x691d68=_0xa91dbc[_0x73cfce(0xc2)]||_0xa91dbc[_0x73cfce(0x110)]||_0xa91dbc[_0x73cfce(0x157)]||_0xa91dbc[_0x73cfce(0xf0)];let _0x5e4e63=_0x691d68;if(_0xa91dbc[_0x73cfce(0xfb)]&&_0xa91dbc['parent'][_0x73cfce(0x110)]&&_0x5d5cb7[_0x73cfce(0xb6)](_0xa91dbc[_0x73cfce(0xfb)][_0x73cfce(0x110)],_0x5d5cb7['uzNuu'])){const _0x21cdb2=_0xa91dbc[_0x73cfce(0x110)]||_0xa91dbc[_0x73cfce(0x157)];_0x21cdb2&&(_0x5e4e63=_0xa91dbc[_0x73cfce(0xfb)][_0x73cfce(0x110)]+'\x20'+_0x21cdb2);}let _0xeff368=_0xa91dbc['testPath'];if(!_0xeff368&&_0xa91dbc[_0x73cfce(0x108)]){try{const _0x1e06f6=stackTrace['parse'](_0xa91dbc[_0x73cfce(0x108)]);if(_0x1e06f6[0x0]&&_0x1e06f6[0x0][_0x73cfce(0x168)]){const _0x2e9ccd=_0x1e06f6[0x0][_0x73cfce(0x168)]();_0x2e9ccd&&!_0x2e9ccd['includes'](_0x5d5cb7['XMcax'])&&(_0xeff368=_0x2e9ccd);}}catch(_0x8da7f5){logger[_0x73cfce(0xb2)](_0x73cfce(0xb5)+util['format'](_0x8da7f5));}if(!_0xeff368&&_0xa91dbc['asyncError'][_0x73cfce(0x12d)]){const _0x726cae=_0xa91dbc[_0x73cfce(0x108)][_0x73cfce(0x12d)][_0x73cfce(0x11f)]('\x0a');for(const _0x2fa85b of _0x726cae){const _0xd38a98=_0x2fa85b[_0x73cfce(0x101)](/at (.+?):\d+:\d+/);if(_0xd38a98&&_0xd38a98[0x1]&&!_0xd38a98[0x1][_0x73cfce(0x127)](_0x5d5cb7[_0x73cfce(0xf1)])){_0xeff368=_0xd38a98[0x1];break;}}}}const _0x9c4a17=_0xeff368+'::'+_0x5e4e63,_0xe7b2ca=crypto['createHash'](_0x5d5cb7[_0x73cfce(0xad)])[_0x73cfce(0xc1)](_0x9c4a17)[_0x73cfce(0x13b)](_0x5d5cb7['EfxZO'])[_0x73cfce(0x105)](0x0,0x8),_0x4970e5=process[_0x73cfce(0xcd)]+':jest-'+_0xe7b2ca;return logger[_0x73cfce(0xb2)](_0x73cfce(0x13c)+_0x4970e5+_0x73cfce(0xba)+_0x9c4a17),_0x4970e5;}catch(_0x1c64f0){return logger['error'](_0x73cfce(0x15f)+util[_0x73cfce(0x10d)](_0x1c64f0)),null;}}[a97_0x29e13a(0xc9)](_0x198616){const _0x28c2e2=a97_0x29e13a,_0x3d6489={};_0x3d6489[_0x28c2e2(0xda)]=_0x28c2e2(0x15c);const _0x380e8c=_0x3d6489;if(!_0x198616)return logger['debug'](_0x380e8c[_0x28c2e2(0xda)]),null;const _0x4689d7=this['extractTestFilePath'](_0x198616),_0x40bad3={};_0x40bad3['name']=_0x198616[_0x28c2e2(0x110)]||_0x198616['title'],_0x40bad3[_0x28c2e2(0xfb)]=_0x198616[_0x28c2e2(0xfb)],_0x40bad3[_0x28c2e2(0xff)]=_0x4689d7,_0x40bad3[_0x28c2e2(0x108)]=_0x198616[_0x28c2e2(0x108)];const _0x5b2a29=_0x40bad3;return this[_0x28c2e2(0x162)](_0x5b2a29);}[a97_0x29e13a(0xd2)](_0x5c2f80,_0x4b70fb=null){const _0x4eeba2=a97_0x29e13a,_0x22a1ff={};_0x22a1ff['pGOId']='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x3831cb=_0x22a1ff;if(!_0x5c2f80)return logger[_0x4eeba2(0xb2)](_0x3831cb[_0x4eeba2(0xd8)]),_0x4b70fb;if(_0x5c2f80[_0x4eeba2(0x11b)])return logger[_0x4eeba2(0xb2)](_0x4eeba2(0x10e)+_0x5c2f80[_0x4eeba2(0x11b)]),_0x5c2f80[_0x4eeba2(0x11b)];return this['createJestTestIdentifier'](_0x5c2f80)||_0x4b70fb;}}module[a97_0x29e13a(0x163)]=o11yClassErrorHandler(JestUtils,[a97_0x29e13a(0x118),a97_0x29e13a(0x11c),'getRootParentFile','getName',a97_0x29e13a(0xdc),a97_0x29e13a(0x166),a97_0x29e13a(0xb4),a97_0x29e13a(0xe9),a97_0x29e13a(0x113),a97_0x29e13a(0x153),a97_0x29e13a(0x148),a97_0x29e13a(0x162),a97_0x29e13a(0xc9),a97_0x29e13a(0xd2)]);
1
+ const a97_0x345dac=a97_0xe48a;(function(_0x5e1e26,_0x949ff9){const _0x20ae52=a97_0xe48a,_0x106517=_0x5e1e26();while(!![]){try{const _0x2f988a=-parseInt(_0x20ae52(0x102))/0x1*(-parseInt(_0x20ae52(0x141))/0x2)+-parseInt(_0x20ae52(0xff))/0x3+parseInt(_0x20ae52(0x91))/0x4*(-parseInt(_0x20ae52(0x120))/0x5)+-parseInt(_0x20ae52(0x138))/0x6*(-parseInt(_0x20ae52(0xce))/0x7)+parseInt(_0x20ae52(0xdc))/0x8*(parseInt(_0x20ae52(0xdf))/0x9)+parseInt(_0x20ae52(0x106))/0xa+-parseInt(_0x20ae52(0xbb))/0xb;if(_0x2f988a===_0x949ff9)break;else _0x106517['push'](_0x106517['shift']());}catch(_0x40604f){_0x106517['push'](_0x106517['shift']());}}}(a97_0x2e46,0xca661));const path=require(a97_0x345dac(0xc5)),util=require(a97_0x345dac(0xb0)),crypto=require(a97_0x345dac(0xf2)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a97_0x345dac(0x134)),logger=require(a97_0x345dac(0xea))[a97_0x345dac(0xb5)],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require(a97_0x345dac(0xfb)),{failureData,getFailureType}=require(a97_0x345dac(0xe9)),stackTrace=require(a97_0x345dac(0xbe)),a97_0x1ac05f={};function a97_0x2e46(){const _0x27e195=['path','getHierarchy','afterAll','test','Failed\x20to\x20get\x20root\x20parent\x20file:\x20',',\x20testRunId:\x20','NFhJq','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','errorsDetailed','6048zDiGFF','failure_data','jest','EWcED','testIdentifier','mpLWT','hooks','APOnq','format','__jestCurrentTestIdentifier','displayName','finishedAt','failure_type','bNLAj','10592WtfKRB','skipped','pending','7713bbATje','parent','CAsBi','NsYFI','OEbGh','afterEach','\x20from\x20compositeKey:\x20','getFileName','mWxKi','apply','../../../helpers/test-observability/utils','../../../helpers/logger.js','toUpperCase','TJDzG','Exception\x20in\x20createTestFrameworkData:\x20','LKvOq','clearHooksMap','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','createJestTestIdentifier','crypto','TgDAA','Unknown\x20Test','Creating\x20hook\x20data\x20for\x20eventType:\x20','xFKMR','exports','testPath','Exception\x20in\x20getHookRunEventData:\x20','cVSSi','../TestInfo.js','error','inspect','failure_reason','634989ZRdXXi','name','oTCAS','64567uMTctT','call','includes','configureGit','5574540QqjMLg','parse','oVowu','testAnalyticsId','Daqcd','VSLDq','errors','WgKNu','startedAt','debug','yoCtY','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','EfBiB','started_at','KFADc','AFTER_EACH','finished_at','CaaUI','find',',\x20testIdentifier:\x20','expect','isJestInternalHook','getRootParentFile','kjfny','hook','TestRunFinished','4381080tNNzUn','imnDp','IZjyj','rdUKb','ZDlqy','File\x20path\x20could\x20not\x20be\x20found','stack','\x22\x20hook\x20for\x20\x22','BEFORE_ALL','result','BEFORE_EACH','backtrace','javascript','OSogC','ZwctT','file','unknown','ONvID','browserstack-node-agent/src/bin/jest','push','../../../helpers/helper.js','eZxUb','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','PSWyT','3054FjydUo','WqvRl','md5','XzdbG','reverse','jKcxD','length','title','TwSUW','10fnevtT','4kwfgYI','TestRunSkipped','now','YsIyk','jest-circus','recreateIdentifierFromTestInfo','createIdentifierFromJestTest','getName','CoPwH','match','_gitConfigured','asyncError','_gitConfigPath','toISOString','split','duration','hgmVb','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','[jestUtils]\x20Created\x20identifier:\x20','ROOT_DESCRIBE_BLOCK','failure','IjvRq','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','update','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','beforeEach','getHookRunEventData','err','oKmtR','RikjE','passed','util','currentTest','failed','createHookData','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','winstonLogger','[jestUtils]\x20No\x20test\x20object\x20provided','KljkZ','IRmpC','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','type','5916119UDXukb','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','toString','stack-trace','relative','ChAch','YcOhv','ymzXz','getState','JsrGk'];a97_0x2e46=function(){return _0x27e195;};return a97_0x2e46();}a97_0x1ac05f['beforeAll']=a97_0x345dac(0x128),a97_0x1ac05f[a97_0x345dac(0xc7)]='AFTER_ALL',a97_0x1ac05f[a97_0x345dac(0xaa)]=a97_0x345dac(0x12a),a97_0x1ac05f[a97_0x345dac(0xe4)]=a97_0x345dac(0x115);const HOOK_TYPES_MAP=a97_0x1ac05f,hooksMap={};function a97_0xe48a(_0x1d8b9b,_0x56bd3d){const _0x2e46f7=a97_0x2e46();return a97_0xe48a=function(_0xe48a70,_0xe86036){_0xe48a70=_0xe48a70-0x91;let _0x5739f4=_0x2e46f7[_0xe48a70];return _0x5739f4;},a97_0xe48a(_0x1d8b9b,_0x56bd3d);}class JestUtils{constructor(){const _0x43cddc=a97_0x345dac;this[_0x43cddc(0x9b)]=![],this['_gitConfigPath']=null;}async['createTestFrameworkData'](_0x531904,_0x228b7b,_0x8861bd=a97_0x345dac(0x11f),_0x4262d1=undefined){const _0x30e906=a97_0x345dac,_0x575eb9={'bNLAj':'No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','CaaUI':'jest-circus','rdUKb':function(_0x5cbbbc,_0x3f6629){return _0x5cbbbc||_0x3f6629;},'wfYSA':_0x30e906(0x125),'OSogC':function(_0x59fb27,_0x1bf617){return _0x59fb27!==_0x1bf617;},'CAsBi':_0x30e906(0xc8),'oVowu':_0x30e906(0xac),'LKvOq':_0x30e906(0xde),'VSLDq':function(_0x1a7096,_0x34be04){return _0x1a7096===_0x34be04;},'CoPwH':_0x30e906(0x92),'PSWyT':_0x30e906(0xdd),'WgKNu':function(_0x4cb013,_0x56f3f8){return _0x4cb013>_0x56f3f8;},'ZYncu':_0x30e906(0xb2),'mWxKi':'passed','OQMkI':function(_0x73364f,_0x49bda5){return _0x73364f-_0x49bda5;},'lepHK':_0x30e906(0x12c),'EWcED':_0x30e906(0xd0),'mUeux':function(_0x4dacf9,_0x2a98c5){return _0x4dacf9(_0x2a98c5);},'Daqcd':function(_0x2a7baa,_0x525099){return _0x2a7baa===_0x525099;},'iAaxD':_0x30e906(0x11f)};logger[_0x30e906(0x10f)](_0x30e906(0xcc)+_0x8861bd+_0x30e906(0x119)+_0x228b7b);try{if(!_0x531904)return logger[_0x30e906(0x10f)](_0x575eb9[_0x30e906(0xdb)]),null;if(_0x531904['fn']&&_0x531904['fn'][_0x30e906(0xbd)]()[_0x30e906(0x9a)](/browserstack internal helper hook/))return null;await this[_0x30e906(0x105)]();let _0x539195;try{_0x539195=this[_0x30e906(0x11c)](_0x531904);if(_0x539195&&_0x539195['includes'](_0x575eb9[_0x30e906(0x117)]))return null;}catch(_0x1db55b){logger['debug'](_0x30e906(0xc9)+util['format'](_0x1db55b)),_0x539195=null;}const _0x20f061=this['getHierarchy'](_0x531904),_0x54911e=this[_0x30e906(0x98)](_0x531904),_0x27c324=_0x575eb9[_0x30e906(0x123)](_0x539195,_0x575eb9['wfYSA']);let _0x1711bb=[];const _0x7ad1cb=_0x531904[_0x30e906(0xcd)]||_0x531904[_0x30e906(0x10c)];if(_0x575eb9[_0x30e906(0x12d)](_0x7ad1cb,undefined))_0x1711bb=[_0x7ad1cb,_0x575eb9[_0x30e906(0xe1)]];else _0x575eb9[_0x30e906(0x12d)](_0x4262d1,undefined)&&(_0x1711bb=[_0x4262d1,_0x575eb9[_0x30e906(0x108)]]);const _0x41c4b9=_0x575eb9[_0x30e906(0x12d)](_0x7ad1cb,undefined)?util[_0x30e906(0xfd)](_0x7ad1cb[0x0]):_0x575eb9[_0x30e906(0x12d)](_0x4262d1,undefined)?_0x4262d1['toString']():undefined;let _0x4b987c=_0x575eb9[_0x30e906(0xee)];if(_0x575eb9[_0x30e906(0x10b)](_0x8861bd,_0x575eb9[_0x30e906(0x99)]))_0x4b987c=_0x575eb9[_0x30e906(0x137)];else _0x7ad1cb&&_0x575eb9[_0x30e906(0x10d)](_0x7ad1cb[_0x30e906(0x13e)],0x0)?_0x4b987c=_0x575eb9['ZYncu']:_0x4b987c=_0x575eb9[_0x30e906(0xe7)];let _0x183674=null;if(_0x575eb9['OSogC'](_0x531904[_0x30e906(0xa0)],undefined))_0x183674=_0x531904[_0x30e906(0xa0)];else(_0x8861bd[_0x30e906(0x9a)](/Finished/)||_0x8861bd['match'](/Skipped/))&&(_0x531904[_0x30e906(0x113)]&&(_0x183674=_0x575eb9['OQMkI'](Date[_0x30e906(0x93)](),new Date(_0x531904[_0x30e906(0x113)])['getTime']())));const _0x27f5c7=_0x531904['fn']?_0x531904['fn']['toString']():null,_0x581ed1={'id':_0x228b7b,'uuid':_0x228b7b,'startedAt':_0x531904[_0x30e906(0x113)]||new Date()['toISOString'](),'finishedAt':_0x8861bd[_0x30e906(0x9a)](/Finished/)||_0x8861bd[_0x30e906(0x9a)](/Skipped/)?new Date()[_0x30e906(0x9e)]():null,'type':_0x575eb9[_0x30e906(0xe1)],'body':{'lang':_0x575eb9['lepHK'],'code':_0x27f5c7},'name':_0x54911e,'errorsDetailed':_0x575eb9[_0x30e906(0x10d)](_0x7ad1cb?.[_0x30e906(0x13e)],0x0)?_0x7ad1cb[0x0]:_0x7ad1cb?_0x7ad1cb:undefined,'scopes':_0x20f061,'file_name':_0x27c324,'location':_0x27c324,'vc_filepath':this[_0x30e906(0x9d)]&&_0x539195?path['relative'](this[_0x30e906(0x9d)],_0x539195):null,'framework':_0x575eb9[_0x30e906(0xd1)],'result':_0x4b987c,'failure_reason':_0x41c4b9,'duration_in_ms':_0x183674,'failure':failureData['apply'](null,_0x1711bb),'failure_type':!_0x41c4b9?null:_0x575eb9['mUeux'](getFailureType,_0x41c4b9),'retry_of':_0x531904['retryOf']||null,'customRerunParam':{'rerun_name':_0x54911e}};_0x575eb9['VSLDq'](_0x8861bd,_0x575eb9[_0x30e906(0x99)])&&!_0x581ed1[_0x30e906(0x10e)]&&(_0x581ed1[_0x30e906(0x10e)]=_0x581ed1[_0x30e906(0xd9)]);const _0x2758bf=_0x581ed1['failure']&&_0x581ed1[_0x30e906(0xa5)][0x0];return _0x2758bf&&(_0x581ed1['failure_backtrace']=_0x2758bf[_0x30e906(0x12b)],_0x581ed1['failure_reason_expanded']=_0x2758bf['expanded']),(_0x575eb9[_0x30e906(0x10a)](_0x8861bd,_0x575eb9['iAaxD'])||_0x575eb9[_0x30e906(0x10a)](_0x8861bd,_0x575eb9[_0x30e906(0x99)]))&&(_0x531904[_0x30e906(0xd4)]&&(_0x581ed1[_0x30e906(0xd4)]=_0x531904['hooks'])),_0x581ed1;}catch(_0x2f8882){return logger[_0x30e906(0x10f)](_0x30e906(0xed)+util[_0x30e906(0xd6)](_0x2f8882)),null;}}async[a97_0x345dac(0xb3)](_0x4b34d8,_0xe67adc,_0x3dd24a,_0x21ff28){const _0x25847b=a97_0x345dac,_0x3726bc={'oLkLW':_0x25847b(0xb4),'QZnKu':_0x25847b(0x95),'oKmtR':_0x25847b(0x132),'QyjRP':_0x25847b(0x130),'ChAch':'pending','EfBiB':function(_0x34613f,_0xa8eca1){return _0x34613f===_0xa8eca1;},'YbrUH':'HookRunFinished','YcOhv':function(_0x337b3c,_0x1c0765){return _0x337b3c>_0x1c0765;},'APOnq':_0x25847b(0xb2),'eZxUb':function(_0x533b83,_0x6ebac5){return _0x533b83(_0x6ebac5);},'OEbGh':'test','ZwctT':_0x25847b(0xaf),'xFKMR':_0x25847b(0x11e),'MSujr':_0x25847b(0x12c),'oTCAS':'jest','hgmVb':'HookRunStarted'};logger[_0x25847b(0x10f)](_0x25847b(0xf5)+_0x3dd24a+',\x20hookUUID:\x20'+_0xe67adc+_0x25847b(0xca)+_0x21ff28);try{if(!_0x4b34d8)return logger[_0x25847b(0x10f)](_0x3726bc['oLkLW']),null;if(this['isJestInternalHook'](_0x4b34d8))return null;await this[_0x25847b(0x105)]();let _0x159c3c=null;try{_0x159c3c=this['getRootParentFile'](_0x4b34d8);if(_0x159c3c&&_0x159c3c['includes'](_0x3726bc['QZnKu']))return null;if(_0x159c3c&&_0x159c3c[_0x25847b(0x104)](_0x3726bc[_0x25847b(0xad)]))return null;}catch(_0x31a84f){logger[_0x25847b(0x10f)](_0x25847b(0xbc)+util[_0x25847b(0xd6)](_0x31a84f));}const _0x63a698=this[_0x25847b(0x98)](_0x4b34d8),_0x5f53ae=_0x4b34d8[_0x25847b(0xba)]||_0x3726bc['QyjRP'],_0x228946=HOOK_TYPES_MAP[_0x5f53ae]||_0x5f53ae[_0x25847b(0xeb)](),_0x4d704=_0x4b34d8['parent']&&_0x4b34d8[_0x25847b(0xe0)][_0x25847b(0x100)]?_0x4b34d8[_0x25847b(0xe0)][_0x25847b(0x100)]:'';let _0x43cd00=_0x3726bc[_0x25847b(0xc0)],_0x4db354=null,_0x2604e7=null,_0x6480cd=null,_0x2afa89=null;_0x3726bc[_0x25847b(0x112)](_0x3dd24a,_0x3726bc['YbrUH'])&&(_0x2afa89=new Date()[_0x25847b(0x9e)](),_0x4b34d8[_0x25847b(0xcd)]&&_0x3726bc[_0x25847b(0xc1)](_0x4b34d8['errorsDetailed'][_0x25847b(0x13e)],0x0)?(_0x43cd00=_0x3726bc[_0x25847b(0xd5)],_0x2604e7=util['inspect'](_0x4b34d8['errorsDetailed'][0x0]),_0x4db354=_0x3726bc[_0x25847b(0x135)](getFailureType,_0x2604e7),_0x6480cd=failureData[_0x25847b(0xe8)](null,[_0x4b34d8['errorsDetailed'],_0x3726bc[_0x25847b(0xe3)]])):_0x43cd00=_0x3726bc[_0x25847b(0x12e)]);const _0x30202f={'uuid':_0xe67adc,'type':_0x3726bc[_0x25847b(0xf6)],'hook_type':_0x228946,'name':_0x63a698,'body':{'lang':_0x3726bc['MSujr'],'code':_0x4b34d8['fn']?_0x4b34d8['fn'][_0x25847b(0xbd)]():null},'tags':[],'test_run_id':_0x21ff28,'scope':_0x4d704,'scopes':[_0x4d704],'file_name':_0x159c3c,'location':_0x159c3c,'vc_filepath':this[_0x25847b(0x9d)]&&_0x159c3c?path[_0x25847b(0xbf)](this[_0x25847b(0x9d)],_0x159c3c):null,'result':_0x43cd00,'started_at':_0x4b34d8[_0x25847b(0x113)]||new Date()['toISOString'](),'finished_at':_0x2afa89,'failure_type':_0x4db354,'failure_reason':_0x2604e7,'failure_data':_0x6480cd,'framework':_0x3726bc[_0x25847b(0x101)]};return _0x3726bc['EfBiB'](_0x3dd24a,_0x3726bc[_0x25847b(0xa1)])&&(hooksMap[_0x21ff28]?hooksMap[_0x21ff28][_0x25847b(0x133)](_0x30202f):hooksMap[_0x21ff28]=[_0x30202f]),_0x30202f;}catch(_0x43e187){return logger[_0x25847b(0x10f)]('Exception\x20in\x20createHookData:\x20'+util['format'](_0x43e187)),null;}}[a97_0x345dac(0xab)](_0x5957a4,_0x51c724,_0x273fbb){const _0x4d738e=a97_0x345dac,_0x263286={'XzdbG':function(_0x122889,_0x2615c3){return _0x122889>_0x2615c3;},'NsYFI':_0x4d738e(0xb2),'IZjyj':function(_0x34ed67,_0x4bc62e){return _0x34ed67(_0x4bc62e);},'TJDzG':_0x4d738e(0xc8),'IRmpC':_0x4d738e(0xaf)};try{const _0x243ed3=hooksMap[_0x5957a4];if(!_0x243ed3)return null;const _0xcfcbe7=_0x243ed3[_0x4d738e(0x118)](_0x5dcf7f=>_0x5dcf7f['uuid']===_0x51c724);if(!_0xcfcbe7)return null;return _0xcfcbe7[_0x4d738e(0x116)]=new Date()[_0x4d738e(0x9e)](),_0x273fbb[_0x4d738e(0xcd)]&&_0x263286[_0x4d738e(0x13b)](_0x273fbb[_0x4d738e(0xcd)][_0x4d738e(0x13e)],0x0)?(_0xcfcbe7[_0x4d738e(0x129)]=_0x263286[_0x4d738e(0xe2)],_0xcfcbe7[_0x4d738e(0xfe)]=util[_0x4d738e(0xfd)](_0x273fbb[_0x4d738e(0xcd)][0x0]),_0xcfcbe7[_0x4d738e(0xda)]=_0x263286[_0x4d738e(0x122)](getFailureType,_0xcfcbe7[_0x4d738e(0xfe)]),_0xcfcbe7[_0x4d738e(0xcf)]=failureData[_0x4d738e(0xe8)](null,[_0x273fbb[_0x4d738e(0xcd)],_0x263286[_0x4d738e(0xec)]])):_0xcfcbe7['result']=_0x263286[_0x4d738e(0xb8)],_0xcfcbe7;}catch(_0x225619){return logger['debug'](_0x4d738e(0xf9)+util[_0x4d738e(0xd6)](_0x225619)),null;}}['getName'](_0x4852ab){const _0x144247=a97_0x345dac,_0x4efdc5={};_0x4efdc5[_0x144247(0x124)]=function(_0x127f9b,_0x55bbb0){return _0x127f9b!==_0x55bbb0;},_0x4efdc5[_0x144247(0x11d)]=_0x144247(0xc8),_0x4efdc5[_0x144247(0x131)]=_0x144247(0xf4);const _0x9709ff=_0x4efdc5;if(_0x9709ff['ZDlqy'](_0x4852ab['type'],_0x9709ff[_0x144247(0x11d)]))return'\x22'+_0x4852ab[_0x144247(0xba)]+_0x144247(0x127)+(_0x4852ab['parent']&&_0x4852ab[_0x144247(0xe0)][_0x144247(0x100)])+'\x22';return _0x4852ab[_0x144247(0x100)]||_0x9709ff[_0x144247(0x131)];}[a97_0x345dac(0xc6)](_0x51edf3){const _0x114458=a97_0x345dac,_0x5f3d22={};_0x5f3d22[_0x114458(0xf3)]=function(_0x11326c,_0x80f26e){return _0x11326c!==_0x80f26e;},_0x5f3d22['TwSUW']=_0x114458(0xa4);const _0x5d1077=_0x5f3d22,_0x6a1c32=[];if(_0x51edf3&&_0x51edf3[_0x114458(0xe0)]){let _0x3e4cbf=_0x51edf3['parent'];while(_0x3e4cbf&&_0x3e4cbf[_0x114458(0x100)]&&_0x5d1077[_0x114458(0xf3)](_0x3e4cbf[_0x114458(0x100)],'')&&_0x5d1077[_0x114458(0xf3)](_0x3e4cbf[_0x114458(0x100)],_0x5d1077[_0x114458(0x140)])){_0x6a1c32[_0x114458(0x133)](_0x3e4cbf[_0x114458(0x100)]),_0x3e4cbf=_0x3e4cbf[_0x114458(0xe0)];}}return _0x6a1c32[_0x114458(0x13c)](),_0x6a1c32;}[a97_0x345dac(0x11c)](_0x3f1200){const _0x4b6b54=a97_0x345dac;if(_0x3f1200[_0x4b6b54(0x9c)])try{const _0x3356f6=stackTrace['parse'][_0x4b6b54(0x103)](stackTrace,_0x3f1200['asyncError']);if(_0x3356f6[0x0]&&_0x3356f6[0x0]['getFileName'])return _0x3356f6[0x0][_0x4b6b54(0xe6)]();}catch(_0x54cb11){logger['debug'](_0x4b6b54(0xa2)+util[_0x4b6b54(0xd6)](_0x54cb11));}if(_0x3f1200[_0x4b6b54(0x12f)])return _0x3f1200['file'];return null;}[a97_0x345dac(0x11b)](_0x445d56){const _0x5471b5=a97_0x345dac,_0x333ac4={};_0x333ac4[_0x5471b5(0xc2)]='jest-circus',_0x333ac4[_0x5471b5(0xae)]=function(_0x35edc9,_0x5f37e4){return _0x35edc9===_0x5f37e4;},_0x333ac4['imnDp']=_0x5471b5(0xa4);const _0xabebfe=_0x333ac4;try{const _0x47b541=this[_0x5471b5(0x11c)](_0x445d56);if(_0x47b541&&_0x47b541[_0x5471b5(0x104)](_0xabebfe[_0x5471b5(0xc2)]))return!![];if(!_0x47b541){const _0x9c24ea=_0x445d56[_0x5471b5(0xe0)]&&_0x445d56[_0x5471b5(0xe0)][_0x5471b5(0x100)];if(_0xabebfe[_0x5471b5(0xae)](_0x9c24ea,_0xabebfe[_0x5471b5(0x121)]))return!![];}}catch(_0x5e6d63){logger[_0x5471b5(0x10f)](_0x5471b5(0xa7)+util[_0x5471b5(0xd6)](_0x5e6d63));}return![];}['getTestIdentifier'](_0x217995=null){const _0x20d728=a97_0x345dac;try{const _0x2ad84b=_0x217995||global['__workerDetails']||{};if(global[_0x20d728(0xd7)])return global[_0x20d728(0xd7)];if(_0x2ad84b?.[_0x20d728(0xb1)]?.['testAnalyticsId'])return _0x2ad84b[_0x20d728(0xb1)][_0x20d728(0x109)];if(_0x2ad84b?.[_0x20d728(0xb1)]?.['id'])return _0x2ad84b[_0x20d728(0xb1)]['id'];return null;}catch(_0x58c1e7){return logger[_0x20d728(0x10f)](_0x20d728(0xb9)+util[_0x20d728(0xd6)](_0x58c1e7)),null;}}async['configureGit'](){const _0x4a780b=a97_0x345dac,_0x2396a4={'KljkZ':function(_0x1ab916){return _0x1ab916();}};if(this[_0x4a780b(0x9b)])return this[_0x4a780b(0x9d)];const _0x11662f=await _0x2396a4[_0x4a780b(0xb7)](getGitMetaData);_0x11662f&&(this[_0x4a780b(0x9d)]=_0x11662f['root']),this[_0x4a780b(0x9b)]=!![];}[a97_0x345dac(0xef)](_0x57efb5){hooksMap[_0x57efb5]&&delete hooksMap[_0x57efb5];}['extractTestFilePath'](_0x13c10e){const _0x4cf480=a97_0x345dac,_0x5afef3={'YsIyk':'jest-circus','xZTEd':function(_0x45ac93,_0x1d2658){return _0x45ac93(_0x1d2658);},'IjvRq':_0x4cf480(0x11a)};if(_0x13c10e[_0x4cf480(0x12f)])return _0x13c10e[_0x4cf480(0x12f)];if(_0x13c10e[_0x4cf480(0x9c)]){try{const _0x9637ae=stackTrace[_0x4cf480(0x107)](_0x13c10e['asyncError']);if(_0x9637ae[0x0]&&_0x9637ae[0x0][_0x4cf480(0xe6)]){const _0x33b99d=_0x9637ae[0x0][_0x4cf480(0xe6)]();if(_0x33b99d&&!_0x33b99d[_0x4cf480(0x104)](_0x5afef3[_0x4cf480(0x94)]))return _0x33b99d;}}catch(_0x49d9e8){logger[_0x4cf480(0x10f)](_0x4cf480(0xf0)+util[_0x4cf480(0xd6)](_0x49d9e8));}if(_0x13c10e[_0x4cf480(0x9c)][_0x4cf480(0x126)]){const _0x1cdc83=_0x13c10e[_0x4cf480(0x9c)][_0x4cf480(0x126)][_0x4cf480(0x9f)]('\x0a');for(const _0x907c8e of _0x1cdc83){const _0x59bd57=_0x907c8e['match'](/at (.+?):\d+:\d+/);if(_0x59bd57&&_0x59bd57[0x1]&&!_0x59bd57[0x1][_0x4cf480(0x104)](_0x5afef3[_0x4cf480(0x94)]))return _0x59bd57[0x1];}}}let _0x19fd4a=_0x13c10e[_0x4cf480(0xe0)];while(_0x19fd4a){if(_0x19fd4a[_0x4cf480(0x12f)])return _0x19fd4a[_0x4cf480(0x12f)];if(_0x19fd4a[_0x4cf480(0x9c)])try{const _0x344d8b=stackTrace[_0x4cf480(0x107)](_0x19fd4a[_0x4cf480(0x9c)]);if(_0x344d8b[0x0]&&_0x344d8b[0x0][_0x4cf480(0xe6)]){const _0x45fa6c=_0x344d8b[0x0][_0x4cf480(0xe6)]();if(_0x45fa6c&&!_0x45fa6c[_0x4cf480(0x104)](_0x5afef3[_0x4cf480(0x94)]))return _0x45fa6c;}}catch(_0x5532f3){}_0x19fd4a=_0x19fd4a[_0x4cf480(0xe0)];}try{const _0x3985a7=_0x5afef3['xZTEd'](require,_0x5afef3[_0x4cf480(0xa6)]);if(_0x3985a7&&_0x3985a7['getState']){const _0x5ecd5d=_0x3985a7[_0x4cf480(0xc3)]();if(_0x5ecd5d&&_0x5ecd5d['testPath'])return _0x5ecd5d['testPath'];}}catch(_0x51a928){logger[_0x4cf480(0x10f)](_0x4cf480(0x111)+util[_0x4cf480(0xd6)](_0x51a928));}return null;}[a97_0x345dac(0xf1)](_0x1c0ae7){const _0x4345f3=a97_0x345dac,_0x56e2b5={};_0x56e2b5['cVSSi']=_0x4345f3(0xa9),_0x56e2b5[_0x4345f3(0xc4)]=function(_0x4bceb7,_0x17522f){return _0x4bceb7!==_0x17522f;},_0x56e2b5[_0x4345f3(0xd3)]=_0x4345f3(0xa4),_0x56e2b5['jKcxD']=_0x4345f3(0x95),_0x56e2b5['WqvRl']=_0x4345f3(0x13a),_0x56e2b5['yoCtY']='hex';const _0x15c7c9=_0x56e2b5;try{if(!_0x1c0ae7)return logger[_0x4345f3(0xfc)](_0x15c7c9[_0x4345f3(0xfa)]),null;const _0x4eacad=_0x1c0ae7['fullName']||_0x1c0ae7['name']||_0x1c0ae7[_0x4345f3(0x13f)]||_0x1c0ae7[_0x4345f3(0xd8)];let _0xf90c4b=_0x4eacad;if(_0x1c0ae7[_0x4345f3(0xe0)]&&_0x1c0ae7['parent'][_0x4345f3(0x100)]&&_0x15c7c9[_0x4345f3(0xc4)](_0x1c0ae7[_0x4345f3(0xe0)][_0x4345f3(0x100)],_0x15c7c9[_0x4345f3(0xd3)])){const _0x2cf4c1=_0x1c0ae7['name']||_0x1c0ae7[_0x4345f3(0x13f)];_0x2cf4c1&&(_0xf90c4b=_0x1c0ae7[_0x4345f3(0xe0)][_0x4345f3(0x100)]+'\x20'+_0x2cf4c1);}let _0x2e401a=_0x1c0ae7[_0x4345f3(0xf8)];if(!_0x2e401a&&_0x1c0ae7[_0x4345f3(0x9c)]){try{const _0x54321d=stackTrace[_0x4345f3(0x107)](_0x1c0ae7[_0x4345f3(0x9c)]);if(_0x54321d[0x0]&&_0x54321d[0x0][_0x4345f3(0xe6)]){const _0xa8e570=_0x54321d[0x0][_0x4345f3(0xe6)]();_0xa8e570&&!_0xa8e570[_0x4345f3(0x104)](_0x15c7c9[_0x4345f3(0x13d)])&&(_0x2e401a=_0xa8e570);}}catch(_0x4cde77){logger['debug'](_0x4345f3(0xf0)+util[_0x4345f3(0xd6)](_0x4cde77));}if(!_0x2e401a&&_0x1c0ae7['asyncError'][_0x4345f3(0x126)]){const _0x17fe33=_0x1c0ae7['asyncError'][_0x4345f3(0x126)][_0x4345f3(0x9f)]('\x0a');for(const _0x564eaa of _0x17fe33){const _0x148428=_0x564eaa[_0x4345f3(0x9a)](/at (.+?):\d+:\d+/);if(_0x148428&&_0x148428[0x1]&&!_0x148428[0x1][_0x4345f3(0x104)](_0x15c7c9['jKcxD'])){_0x2e401a=_0x148428[0x1];break;}}}}const _0x53a41d=_0x2e401a+'::'+_0xf90c4b,_0x22a597=crypto['createHash'](_0x15c7c9[_0x4345f3(0x139)])[_0x4345f3(0xa8)](_0x53a41d)['digest'](_0x15c7c9[_0x4345f3(0x110)])['substring'](0x0,0x8),_0x4b6640=process['pid']+':jest-'+_0x22a597;return logger[_0x4345f3(0x10f)](_0x4345f3(0xa3)+_0x4b6640+_0x4345f3(0xe5)+_0x53a41d),_0x4b6640;}catch(_0x4e43cb){return logger[_0x4345f3(0xfc)]('[jestUtils]\x20Error\x20creating\x20identifier:\x20'+util[_0x4345f3(0xd6)](_0x4e43cb)),null;}}['createIdentifierFromJestTest'](_0x522bde){const _0x3b31d2=a97_0x345dac,_0x24eac6={};_0x24eac6[_0x3b31d2(0xcb)]=_0x3b31d2(0xb6);const _0x4a5da6=_0x24eac6;if(!_0x522bde)return logger[_0x3b31d2(0x10f)](_0x4a5da6[_0x3b31d2(0xcb)]),null;const _0x251a78=this['extractTestFilePath'](_0x522bde),_0xb04da1={};_0xb04da1[_0x3b31d2(0x100)]=_0x522bde['name']||_0x522bde[_0x3b31d2(0x13f)],_0xb04da1['parent']=_0x522bde[_0x3b31d2(0xe0)],_0xb04da1[_0x3b31d2(0xf8)]=_0x251a78,_0xb04da1[_0x3b31d2(0x9c)]=_0x522bde[_0x3b31d2(0x9c)];const _0x1487f1=_0xb04da1;return this[_0x3b31d2(0xf1)](_0x1487f1);}[a97_0x345dac(0x96)](_0x4d264e,_0x45e8ed=null){const _0x577ee8=a97_0x345dac,_0x418ad9={};_0x418ad9[_0x577ee8(0x114)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x5d8f2f=_0x418ad9;if(!_0x4d264e)return logger[_0x577ee8(0x10f)](_0x5d8f2f['KFADc']),_0x45e8ed;if(_0x4d264e[_0x577ee8(0xd2)])return logger[_0x577ee8(0x10f)](_0x577ee8(0x136)+_0x4d264e[_0x577ee8(0xd2)]),_0x4d264e[_0x577ee8(0xd2)];return this[_0x577ee8(0xf1)](_0x4d264e)||_0x45e8ed;}}module[a97_0x345dac(0xf7)]=o11yClassErrorHandler(JestUtils,[a97_0x345dac(0x105),a97_0x345dac(0xc6),a97_0x345dac(0x11c),'getName','isJestInternalHook','getTestIdentifier','createTestFrameworkData',a97_0x345dac(0xb3),a97_0x345dac(0xab),a97_0x345dac(0xef),'extractTestFilePath','createJestTestIdentifier',a97_0x345dac(0x97),a97_0x345dac(0x96)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a98_0x2f95(_0x18b44e,_0x1cd167){const _0x26b077=a98_0x26b0();return a98_0x2f95=function(_0x2f952b,_0x51666c){_0x2f952b=_0x2f952b-0xfa;let _0x442062=_0x26b077[_0x2f952b];return _0x442062;},a98_0x2f95(_0x18b44e,_0x1cd167);}const a98_0x37e316=a98_0x2f95;(function(_0x4c6740,_0x19561d){const _0x3be0dd=a98_0x2f95,_0x99112b=_0x4c6740();while(!![]){try{const _0x3e694a=parseInt(_0x3be0dd(0xfb))/0x1*(parseInt(_0x3be0dd(0x119))/0x2)+-parseInt(_0x3be0dd(0x130))/0x3*(parseInt(_0x3be0dd(0x129))/0x4)+-parseInt(_0x3be0dd(0x114))/0x5*(-parseInt(_0x3be0dd(0x11a))/0x6)+parseInt(_0x3be0dd(0x11b))/0x7+-parseInt(_0x3be0dd(0x112))/0x8+parseInt(_0x3be0dd(0xfe))/0x9*(parseInt(_0x3be0dd(0x127))/0xa)+-parseInt(_0x3be0dd(0x110))/0xb;if(_0x3e694a===_0x19561d)break;else _0x99112b['push'](_0x99112b['shift']());}catch(_0x2e9089){_0x99112b['push'](_0x99112b['shift']());}}}(a98_0x26b0,0xe061a));const fs=require('fs'),path=require(a98_0x37e316(0x124)),{default:BrowserStackSetup}=require(a98_0x37e316(0xfa)),helper=require(a98_0x37e316(0x12b)),PerformanceTester=require(a98_0x37e316(0x10d)),PerformanceEvents=require(a98_0x37e316(0x109))[a98_0x37e316(0x105)],utilities=require(a98_0x37e316(0x123)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a98_0x37e316(0x122));async function run(_0xceb678,_0x34bfd2,_0x26a603){const _0x4b1f95=a98_0x37e316,_0x2f00bf={'mOlOK':_0x4b1f95(0x11d),'GKtjN':function(_0x21595d,_0x246aab){return _0x21595d(_0x246aab);},'KWBhA':_0x4b1f95(0xff),'gUfXQ':function(_0x1a3230,_0x258142){return _0x1a3230(_0x258142);},'hYgLU':_0x4b1f95(0x101),'nGzfj':function(_0x471991,_0x338014){return _0x471991>_0x338014;},'lpgwT':function(_0x278f59,_0x119268){return _0x278f59>_0x119268;},'VQyNj':function(_0x28ed92,_0x2f5c3c){return _0x28ed92*_0x2f5c3c;},'fmxIL':function(_0x4106ea,_0x34f8d8,_0x1dae72){return _0x4106ea(_0x34f8d8,_0x1dae72);}};await _0x26a603['initialize'](_0xceb678),await helper['handleApp'](_0x26a603[_0x4b1f95(0x11e)]);const _0x43a522=[];if(helper[_0x4b1f95(0x102)](_0xceb678['_'][0x1]))throw _0x2f00bf['GKtjN'](Error,_0x2f00bf[_0x4b1f95(0x10e)]);const _0x351a3e=path['join'](process[_0x4b1f95(0x12f)](),_0xceb678['_'][0x1]);if(!fs[_0x4b1f95(0x12a)](_0x351a3e))throw _0x2f00bf[_0x4b1f95(0x10b)](Error,_0x4b1f95(0x120)+_0xceb678['_'][0x1]+_0x4b1f95(0x111));if(!_0x26a603['config'])throw _0x2f00bf[_0x4b1f95(0x126)](Error,_0x2f00bf[_0x4b1f95(0x115)]);const _0x473b84=helper['useW3C'](_0x26a603['config']);_0x26a603[_0x4b1f95(0x11e)][_0x4b1f95(0x12d)]&&_0x2f00bf[_0x4b1f95(0xfc)](_0x26a603[_0x4b1f95(0x11e)][_0x4b1f95(0x12d)][_0x4b1f95(0x10f)],0x0)&&_0x26a603[_0x4b1f95(0x11e)]['platforms'][_0x4b1f95(0x106)]((_0x1f5e0e,_0x5e495b)=>{const _0x38fdb1=_0x4b1f95;_0x473b84?_0x43a522[_0x38fdb1(0x103)](helper[_0x38fdb1(0x100)](_0x26a603['config'],_0x2f00bf[_0x38fdb1(0x104)],_0x5e495b)):_0x43a522[_0x38fdb1(0x103)](helper[_0x38fdb1(0x12e)](_0x26a603[_0x38fdb1(0x11e)],_0x2f00bf[_0x38fdb1(0x104)],_0x5e495b));});let _0x379c18,_0x3a18bf;const _0x49e1ba=[];if(_0x2f00bf['lpgwT'](_0x43a522[_0x4b1f95(0x10f)],0x0))_0x43a522[_0x4b1f95(0x106)]((_0x3adfba,_0x3a00d6)=>{const _0x4a3e1f=_0x4b1f95,_0x44c9e6={};_0x44c9e6[_0x4a3e1f(0x118)]=_0x3a00d6,_0x379c18={'server':helper[_0x4a3e1f(0x116)](_0x26a603['config']),'proxySettings':_0x26a603['config']['proxySettings'],'platform':helper[_0x4a3e1f(0x117)](_0x3adfba),'platformCaps':Object['assign'](_0x44c9e6,_0x26a603[_0x4a3e1f(0x11e)][_0x4a3e1f(0x12d)][_0x3a00d6])};const _0x1b48f0={'capability':_0x3adfba,..._0x379c18};_0x1b48f0[_0x4a3e1f(0x10a)]=_0x351a3e,_0x1b48f0[_0x4a3e1f(0xfd)]=_0x34bfd2;const _0x21030f={};_0x21030f['configuration']=_0x1b48f0,_0x3a18bf=_0x21030f,_0x49e1ba[_0x4a3e1f(0x103)](_0x3a18bf);});else{let _0x55c4de;_0x473b84?_0x55c4de=helper[_0x4b1f95(0x100)](_0x26a603[_0x4b1f95(0x11e)],_0x2f00bf[_0x4b1f95(0x104)],0x0):_0x55c4de=helper[_0x4b1f95(0x12e)](_0x26a603['config'],_0x2f00bf[_0x4b1f95(0x104)],0x0);_0x379c18={'server':helper[_0x4b1f95(0x116)](_0x26a603[_0x4b1f95(0x11e)]),'proxySettings':_0x26a603[_0x4b1f95(0x11e)]['proxySettings']};const _0x546d79={'capability':_0x55c4de,..._0x379c18};_0x546d79[_0x4b1f95(0x10a)]=_0x351a3e,_0x546d79['args']=_0x34bfd2;const _0x5c57dd={};_0x5c57dd[_0x4b1f95(0x10c)]=_0x546d79,_0x3a18bf=_0x5c57dd,_0x49e1ba[_0x4b1f95(0x103)](_0x3a18bf);}const _0x3651aa=await TestHubHandler[_0x4b1f95(0x11f)](_0x2f00bf[_0x4b1f95(0x104)],_0x26a603),_0x51dfb8=_0x2f00bf[_0x4b1f95(0x113)](_0x26a603[_0x4b1f95(0x11e)]['platforms'][_0x4b1f95(0x10f)]||0x1,_0x26a603[_0x4b1f95(0x11e)]['parallelsPerPlatform']||0x1);PerformanceTester[_0x4b1f95(0x131)](PerformanceEvents[_0x4b1f95(0x108)]),_0x2f00bf[_0x4b1f95(0x107)](parallelVanillaRun,_0x49e1ba,_0x51dfb8)[_0x4b1f95(0x12c)](_0x213b8c=>{})[_0x4b1f95(0x128)](async()=>{const _0x5b46a4=_0x4b1f95;PerformanceTester['start'](PerformanceEvents[_0x5b46a4(0x125)]),await utilities[_0x5b46a4(0x11c)](_0x26a603);});}function a98_0x26b0(){const _0x51c59c=['SDK_SETUP','../../helpers/performance/constants','file','GKtjN','configuration','../../helpers/performance/performance-tester','KWBhA','length','12453309JSsHAh','\x20doesn\x27t\x20exist','5111776HWwGEu','VQyNj','85jbJBgh','hYgLU','getHubUrl','getPlatformName','index','2EZVBxi','535914ysTBZw','12313896EZyZCn','finalExecution','vanilla','config','launchBuild','File\x20','exports','../../helpers/testhub/testhubHandler','../../helpers/utilities','path','SDK_CLEANUP','gUfXQ','10lsAllH','finally','692xVlrFO','existsSync','../../helpers/helper','then','platforms','modifyBrowserStackCaps','cwd','31467ZbNxgs','end','../../helpers/BrowserStackSetup','1029430zuXXse','nGzfj','args','1779957TGNdsY','File\x20path\x20is\x20required','modifyBrowserStackW3CCaps','Config\x20yml\x20is\x20required','isUndefined','push','mOlOK','EVENTS','forEach','fmxIL'];a98_0x26b0=function(){return _0x51c59c;};return a98_0x26b0();}module[a98_0x37e316(0x121)]=run;
2
+ 'use strict';const a98_0x18632e=a98_0x45ae;function a98_0x45ae(_0x588067,_0x3ba79c){const _0x19b9ed=a98_0x19b9();return a98_0x45ae=function(_0x45aeca,_0x43812d){_0x45aeca=_0x45aeca-0x195;let _0x32d6c6=_0x19b9ed[_0x45aeca];return _0x32d6c6;},a98_0x45ae(_0x588067,_0x3ba79c);}(function(_0xb85945,_0x53a5bb){const _0x4bbad9=a98_0x45ae,_0x7cffde=_0xb85945();while(!![]){try{const _0x379698=-parseInt(_0x4bbad9(0x1ca))/0x1+-parseInt(_0x4bbad9(0x1ad))/0x2*(-parseInt(_0x4bbad9(0x1a8))/0x3)+-parseInt(_0x4bbad9(0x1a2))/0x4*(parseInt(_0x4bbad9(0x1b9))/0x5)+-parseInt(_0x4bbad9(0x1cb))/0x6*(-parseInt(_0x4bbad9(0x1a4))/0x7)+parseInt(_0x4bbad9(0x19e))/0x8*(-parseInt(_0x4bbad9(0x1a0))/0x9)+parseInt(_0x4bbad9(0x197))/0xa*(-parseInt(_0x4bbad9(0x1af))/0xb)+parseInt(_0x4bbad9(0x1ab))/0xc;if(_0x379698===_0x53a5bb)break;else _0x7cffde['push'](_0x7cffde['shift']());}catch(_0x1f389c){_0x7cffde['push'](_0x7cffde['shift']());}}}(a98_0x19b9,0xd689d));const fs=require('fs'),path=require(a98_0x18632e(0x1a3)),{default:BrowserStackSetup}=require(a98_0x18632e(0x19b)),helper=require(a98_0x18632e(0x196)),PerformanceTester=require(a98_0x18632e(0x199)),PerformanceEvents=require(a98_0x18632e(0x1c2))[a98_0x18632e(0x19d)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require(a98_0x18632e(0x1a1)),TestHubHandler=require(a98_0x18632e(0x1be));function a98_0x19b9(){const _0x511eb4=['RGuoe','launchBuild','lvEDl','parallelsPerPlatform','iHWde','join','start','525BDokMx','RJxix','handleApp','assign','JieeO','../../helpers/testhub/testhubHandler','file','end','SDK_SETUP','../../helpers/performance/constants','modifyBrowserStackCaps','finalExecution','exports','cwd','getHubUrl','Config\x20yml\x20is\x20required','cIMFO','884095eYKRwe','6sXecnw','proxySettings','../../helpers/helper','14113070yqcfgh','File\x20','../../helpers/performance/performance-tester','FWJmZ','../../helpers/BrowserStackSetup','configuration','EVENTS','5363464DzeJVm','push','9MqscAk','../test-runner','63592UuEEQg','path','11139121hzFBiW','modifyBrowserStackW3CCaps','forEach','config','3qszMck','then','index','34343712XUcUIV','length','2121190cfDMgg','args','11AdSWlJ','platforms','existsSync'];a98_0x19b9=function(){return _0x511eb4;};return a98_0x19b9();}async function run(_0x400cbe,_0x24417b,_0x3ef3c1){const _0xa50bfa=a98_0x18632e,_0xa22688={'JieeO':'vanilla','RGuoe':function(_0x47c42a,_0x32020d){return _0x47c42a(_0x32020d);},'iHWde':'File\x20path\x20is\x20required','cIMFO':function(_0x2873ca,_0xcdb91e){return _0x2873ca(_0xcdb91e);},'RJxix':_0xa50bfa(0x1c8),'lvEDl':function(_0x4809e0,_0x4a568a){return _0x4809e0>_0x4a568a;},'BTfYR':function(_0x58146e,_0x3c7b33){return _0x58146e>_0x3c7b33;},'kNgBq':function(_0xe150d6,_0x58501c){return _0xe150d6*_0x58501c;},'FWJmZ':function(_0x512e02,_0x4f9fa7,_0xd6eb50){return _0x512e02(_0x4f9fa7,_0xd6eb50);}};await _0x3ef3c1['initialize'](_0x400cbe),await helper[_0xa50bfa(0x1bb)](_0x3ef3c1['config']);const _0x5d2d1a=[];if(helper['isUndefined'](_0x400cbe['_'][0x1]))throw _0xa22688[_0xa50bfa(0x1b2)](Error,_0xa22688[_0xa50bfa(0x1b6)]);const _0x1d6216=path[_0xa50bfa(0x1b7)](process[_0xa50bfa(0x1c6)](),_0x400cbe['_'][0x1]);if(!fs[_0xa50bfa(0x1b1)](_0x1d6216))throw _0xa22688['RGuoe'](Error,_0xa50bfa(0x198)+_0x400cbe['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x3ef3c1[_0xa50bfa(0x1a7)])throw _0xa22688[_0xa50bfa(0x1c9)](Error,_0xa22688[_0xa50bfa(0x1ba)]);const _0x256f5e=helper['useW3C'](_0x3ef3c1[_0xa50bfa(0x1a7)]);_0x3ef3c1['config']['platforms']&&_0xa22688[_0xa50bfa(0x1b4)](_0x3ef3c1[_0xa50bfa(0x1a7)]['platforms'][_0xa50bfa(0x1ac)],0x0)&&_0x3ef3c1['config'][_0xa50bfa(0x1b0)][_0xa50bfa(0x1a6)]((_0x123290,_0xba906c)=>{const _0x109086=_0xa50bfa;_0x256f5e?_0x5d2d1a[_0x109086(0x19f)](helper[_0x109086(0x1a5)](_0x3ef3c1[_0x109086(0x1a7)],_0xa22688[_0x109086(0x1bd)],_0xba906c)):_0x5d2d1a[_0x109086(0x19f)](helper[_0x109086(0x1c3)](_0x3ef3c1[_0x109086(0x1a7)],_0xa22688['JieeO'],_0xba906c));});let _0x468839,_0x3409f9;const _0x4d09eb=[];if(_0xa22688['BTfYR'](_0x5d2d1a[_0xa50bfa(0x1ac)],0x0))_0x5d2d1a[_0xa50bfa(0x1a6)]((_0x416f55,_0x25143c)=>{const _0x4ba944=_0xa50bfa,_0x44410d={};_0x44410d[_0x4ba944(0x1aa)]=_0x25143c,_0x468839={'server':helper[_0x4ba944(0x1c7)](_0x3ef3c1['config']),'proxySettings':_0x3ef3c1[_0x4ba944(0x1a7)]['proxySettings'],'platform':helper['getPlatformName'](_0x416f55),'platformCaps':Object[_0x4ba944(0x1bc)](_0x44410d,_0x3ef3c1[_0x4ba944(0x1a7)]['platforms'][_0x25143c])};const _0x3aeb21={'capability':_0x416f55,..._0x468839};_0x3aeb21[_0x4ba944(0x1bf)]=_0x1d6216,_0x3aeb21[_0x4ba944(0x1ae)]=_0x24417b;const _0xbe5cd={};_0xbe5cd[_0x4ba944(0x19c)]=_0x3aeb21,_0x3409f9=_0xbe5cd,_0x4d09eb[_0x4ba944(0x19f)](_0x3409f9);});else{let _0x3bb3e3;_0x256f5e?_0x3bb3e3=helper[_0xa50bfa(0x1a5)](_0x3ef3c1[_0xa50bfa(0x1a7)],_0xa22688[_0xa50bfa(0x1bd)],0x0):_0x3bb3e3=helper[_0xa50bfa(0x1c3)](_0x3ef3c1[_0xa50bfa(0x1a7)],_0xa22688[_0xa50bfa(0x1bd)],0x0);_0x468839={'server':helper[_0xa50bfa(0x1c7)](_0x3ef3c1[_0xa50bfa(0x1a7)]),'proxySettings':_0x3ef3c1[_0xa50bfa(0x1a7)][_0xa50bfa(0x195)]};const _0x428ee9={'capability':_0x3bb3e3,..._0x468839};_0x428ee9[_0xa50bfa(0x1bf)]=_0x1d6216,_0x428ee9['args']=_0x24417b;const _0x21b35c={};_0x21b35c['configuration']=_0x428ee9,_0x3409f9=_0x21b35c,_0x4d09eb[_0xa50bfa(0x19f)](_0x3409f9);}const _0xbe7079=await TestHubHandler[_0xa50bfa(0x1b3)](_0xa22688[_0xa50bfa(0x1bd)],_0x3ef3c1),_0x5004c8=_0xa22688['kNgBq'](_0x3ef3c1[_0xa50bfa(0x1a7)][_0xa50bfa(0x1b0)][_0xa50bfa(0x1ac)]||0x1,_0x3ef3c1[_0xa50bfa(0x1a7)][_0xa50bfa(0x1b5)]||0x1);PerformanceTester[_0xa50bfa(0x1c0)](PerformanceEvents[_0xa50bfa(0x1c1)]),_0xa22688[_0xa50bfa(0x19a)](parallelVanillaRun,_0x4d09eb,_0x5004c8)[_0xa50bfa(0x1a9)](_0x329050=>{})['finally'](async()=>{const _0x321831=_0xa50bfa;PerformanceTester[_0x321831(0x1b8)](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x321831(0x1c4)](_0x3ef3c1);});}module[a98_0x18632e(0x1c5)]=run;
@@ -1 +1 @@
1
- function a99_0x264a(){const _0x50e7cc=['ysAQr','browserName','MgrzM','os_version','./helpers/metadata','CFyYC','RWMRm','browser','browser_version','1016143mQTWUb','platformName','IrEwR','10cldRhu','platform','deviceName','6047973tDYjBA','mMuca','customVariables','bsEyu','48eidOpd','PXQGU','770654TRMEnS','platform_version','browserVersion','1790160bUHMRH','AJAEg','948085bscabn','28824ouzXZL','getCurrentPlatform','335344zOpxah','dHECm','enGcX','7UInmgl'];a99_0x264a=function(){return _0x50e7cc;};return a99_0x264a();}function a99_0x546c(_0x498b92,_0x27747e){const _0x264af5=a99_0x264a();return a99_0x546c=function(_0x546cbf,_0x25b207){_0x546cbf=_0x546cbf-0x93;let _0x4ba946=_0x264af5[_0x546cbf];return _0x4ba946;},a99_0x546c(_0x498b92,_0x27747e);}const a99_0x31d5dc=a99_0x546c;(function(_0x25aa28,_0x47643c){const _0x202b52=a99_0x546c,_0x36b917=_0x25aa28();while(!![]){try{const _0x2ce889=parseInt(_0x202b52(0xab))/0x1+-parseInt(_0x202b52(0x96))/0x2+-parseInt(_0x202b52(0x99))/0x3+-parseInt(_0x202b52(0x9e))/0x4+-parseInt(_0x202b52(0x9b))/0x5*(-parseInt(_0x202b52(0x94))/0x6)+parseInt(_0x202b52(0xa1))/0x7*(-parseInt(_0x202b52(0x9c))/0x8)+-parseInt(_0x202b52(0xb1))/0x9*(parseInt(_0x202b52(0xae))/0xa);if(_0x2ce889===_0x47643c)break;else _0x36b917['push'](_0x36b917['shift']());}catch(_0x59c97e){_0x36b917['push'](_0x36b917['shift']());}}}(a99_0x264a,0xc142c));const TestMetadata=require(a99_0x31d5dc(0xa6));class BrowserStackSdk{static[a99_0x31d5dc(0x9d)](){const _0x32b006=a99_0x31d5dc,_0x52786e={};_0x52786e[_0x32b006(0xa7)]=_0x32b006(0xa5),_0x52786e[_0x32b006(0xa4)]='osVersion',_0x52786e[_0x32b006(0xa2)]=_0x32b006(0xa9),_0x52786e[_0x32b006(0x9a)]=_0x32b006(0xa3),_0x52786e['RWMRm']=_0x32b006(0xaa),_0x52786e[_0x32b006(0xa0)]=_0x32b006(0x98),_0x52786e[_0x32b006(0x95)]='device',_0x52786e['ahcNK']=_0x32b006(0xb0),_0x52786e['UcFqs']=_0x32b006(0xaf),_0x52786e[_0x32b006(0xb2)]=_0x32b006(0xac),_0x52786e[_0x32b006(0x9f)]=_0x32b006(0x97),_0x52786e[_0x32b006(0xad)]='platformVersion',_0x52786e[_0x32b006(0x93)]=_0x32b006(0xb3);const _0x2c2822=_0x52786e,_0x52d2d4={};if(global['__platformCaps']){const _0x4b1794=global['__platformCaps'],_0x13f854=_0x4b1794[_0x2c2822[_0x32b006(0xa7)]]||_0x4b1794[_0x2c2822[_0x32b006(0xa4)]],_0x42b7df=_0x4b1794[_0x2c2822[_0x32b006(0xa2)]]||_0x4b1794[_0x2c2822['AJAEg']],_0xef5f2c=_0x4b1794[_0x2c2822[_0x32b006(0xa8)]]||_0x4b1794[_0x2c2822[_0x32b006(0xa0)]],_0x2ec749=_0x4b1794[_0x2c2822['PXQGU']]||_0x4b1794[_0x2c2822['ahcNK']],_0x5b6d84=_0x4b1794[_0x2c2822['UcFqs']]||_0x4b1794[_0x2c2822[_0x32b006(0xb2)]],_0x4af63d=_0x4b1794[_0x2c2822['dHECm']]||_0x4b1794[_0x2c2822['IrEwR']];_0x4b1794['os']&&(_0x52d2d4['os']=_0x4b1794['os']),_0x13f854&&(_0x52d2d4[_0x2c2822['MgrzM']]=_0x13f854),_0x42b7df&&(_0x52d2d4[_0x2c2822[_0x32b006(0x9a)]]=_0x42b7df),_0xef5f2c&&(_0x52d2d4[_0x2c2822[_0x32b006(0xa0)]]=_0xef5f2c),_0x2ec749&&(_0x52d2d4[_0x2c2822['ahcNK']]=_0x2ec749),_0x5b6d84&&(_0x52d2d4[_0x2c2822[_0x32b006(0xb2)]]=_0x5b6d84),_0x4af63d&&(_0x52d2d4[_0x2c2822['IrEwR']]=_0x4af63d),_0x4b1794[_0x2c2822[_0x32b006(0x93)]]&&(_0x52d2d4[_0x2c2822[_0x32b006(0x93)]]=_0x4b1794[_0x2c2822[_0x32b006(0x93)]]);}return _0x52d2d4;}static['setTestMetadata'](_0x1c2655={}){TestMetadata['set'](_0x1c2655);}}module['exports']=BrowserStackSdk;
1
+ const a99_0x5b3608=a99_0x20d2;(function(_0x502ac0,_0x40e0be){const _0x487ee9=a99_0x20d2,_0x471d7d=_0x502ac0();while(!![]){try{const _0x70e865=parseInt(_0x487ee9(0x1fa))/0x1+parseInt(_0x487ee9(0x200))/0x2+-parseInt(_0x487ee9(0x1f3))/0x3+-parseInt(_0x487ee9(0x1eb))/0x4*(parseInt(_0x487ee9(0x1fe))/0x5)+parseInt(_0x487ee9(0x202))/0x6+-parseInt(_0x487ee9(0x1f2))/0x7+parseInt(_0x487ee9(0x1f6))/0x8;if(_0x70e865===_0x40e0be)break;else _0x471d7d['push'](_0x471d7d['shift']());}catch(_0x4b2fc4){_0x471d7d['push'](_0x471d7d['shift']());}}}(a99_0xb000,0x8f492));function a99_0x20d2(_0x1cbfd1,_0x2dc869){const _0xb0008f=a99_0xb000();return a99_0x20d2=function(_0x20d20e,_0x1e5a68){_0x20d20e=_0x20d20e-0x1e3;let _0x33d1b0=_0xb0008f[_0x20d20e];return _0x33d1b0;},a99_0x20d2(_0x1cbfd1,_0x2dc869);}const TestMetadata=require(a99_0x5b3608(0x1ea));class BrowserStackSdk{static[a99_0x5b3608(0x1ee)](){const _0x4660a6=a99_0x5b3608,_0x2b140d={};_0x2b140d[_0x4660a6(0x1f0)]=_0x4660a6(0x1e8),_0x2b140d[_0x4660a6(0x1f7)]=_0x4660a6(0x1e6),_0x2b140d[_0x4660a6(0x203)]=_0x4660a6(0x1ec),_0x2b140d['oYdxg']=_0x4660a6(0x1f8),_0x2b140d[_0x4660a6(0x1f5)]=_0x4660a6(0x1f1),_0x2b140d[_0x4660a6(0x204)]=_0x4660a6(0x1fb),_0x2b140d[_0x4660a6(0x1f4)]=_0x4660a6(0x1e7),_0x2b140d[_0x4660a6(0x1fc)]=_0x4660a6(0x1ed),_0x2b140d[_0x4660a6(0x1e5)]='platform',_0x2b140d[_0x4660a6(0x1ef)]=_0x4660a6(0x201),_0x2b140d['AGirK']=_0x4660a6(0x1ff),_0x2b140d[_0x4660a6(0x1e3)]='platformVersion',_0x2b140d[_0x4660a6(0x1fd)]='customVariables';const _0x18f71d=_0x2b140d,_0xabf7cc={};if(global[_0x4660a6(0x1e9)]){const _0x147fe5=global[_0x4660a6(0x1e9)],_0x4e298d=_0x147fe5[_0x18f71d[_0x4660a6(0x1f0)]]||_0x147fe5[_0x18f71d[_0x4660a6(0x1f7)]],_0x58c67b=_0x147fe5[_0x18f71d['arWZt']]||_0x147fe5[_0x18f71d[_0x4660a6(0x1f9)]],_0x1c6851=_0x147fe5[_0x18f71d[_0x4660a6(0x1f5)]]||_0x147fe5[_0x18f71d['PZBlf']],_0x46980f=_0x147fe5[_0x18f71d[_0x4660a6(0x1f4)]]||_0x147fe5[_0x18f71d[_0x4660a6(0x1fc)]],_0xfa51c2=_0x147fe5[_0x18f71d[_0x4660a6(0x1e5)]]||_0x147fe5[_0x18f71d[_0x4660a6(0x1ef)]],_0x5abeae=_0x147fe5[_0x18f71d['AGirK']]||_0x147fe5[_0x18f71d[_0x4660a6(0x1e3)]];_0x147fe5['os']&&(_0xabf7cc['os']=_0x147fe5['os']),_0x4e298d&&(_0xabf7cc[_0x18f71d['qIFDa']]=_0x4e298d),_0x58c67b&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1f9)]]=_0x58c67b),_0x1c6851&&(_0xabf7cc[_0x18f71d['PZBlf']]=_0x1c6851),_0x46980f&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1fc)]]=_0x46980f),_0xfa51c2&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1ef)]]=_0xfa51c2),_0x5abeae&&(_0xabf7cc[_0x18f71d['opKzq']]=_0x5abeae),_0x147fe5[_0x18f71d['HRBwm']]&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1fd)]]=_0x147fe5[_0x18f71d[_0x4660a6(0x1fd)]]);}return _0xabf7cc;}static['setTestMetadata'](_0x2f4a35={}){const _0x112817=a99_0x5b3608;TestMetadata[_0x112817(0x1e4)](_0x2f4a35);}}function a99_0xb000(){const _0x2a87ff=['browserName','oYdxg','497778ucVEXf','browserVersion','NvDUj','HRBwm','10455tMHXlt','platform_version','493040TbDIfg','platformName','861492FiTMuv','arWZt','PZBlf','opKzq','set','pxvPE','osVersion','device','os_version','__platformCaps','./helpers/metadata','1148dyetWH','browser','deviceName','getCurrentPlatform','YAnkT','LfmEX','browser_version','603232sIlOdU','1252530ELxbOY','UfAxO','rJWaN','6422568BxzlBo','qIFDa'];a99_0xb000=function(){return _0x2a87ff;};return a99_0xb000();}module['exports']=BrowserStackSdk;
@@ -1 +1 @@
1
- const a100_0x15c127=a100_0x7b4e;(function(_0x5c8316,_0x188063){const _0x1d3a81=a100_0x7b4e,_0x166a99=_0x5c8316();while(!![]){try{const _0x432b06=parseInt(_0x1d3a81(0x19f))/0x1+parseInt(_0x1d3a81(0xba))/0x2*(parseInt(_0x1d3a81(0xe5))/0x3)+parseInt(_0x1d3a81(0x10a))/0x4*(parseInt(_0x1d3a81(0xf3))/0x5)+-parseInt(_0x1d3a81(0x184))/0x6+parseInt(_0x1d3a81(0x10b))/0x7+-parseInt(_0x1d3a81(0x112))/0x8+-parseInt(_0x1d3a81(0x119))/0x9*(parseInt(_0x1d3a81(0x133))/0xa);if(_0x432b06===_0x188063)break;else _0x166a99['push'](_0x166a99['shift']());}catch(_0x578b69){_0x166a99['push'](_0x166a99['shift']());}}}(a100_0x4e0c,0x81cd5));function a100_0x7b4e(_0x48e675,_0x290065){const _0x4e0cf9=a100_0x4e0c();return a100_0x7b4e=function(_0x7b4e0c,_0xdb8681){_0x7b4e0c=_0x7b4e0c-0xb2;let _0x5c286e=_0x4e0cf9[_0x7b4e0c];return _0x5c286e;},a100_0x7b4e(_0x48e675,_0x290065);}const util=require(a100_0x15c127(0xeb)),os=require('os'),path=require(a100_0x15c127(0x1a2)),{v4:uuidv4}=require(a100_0x15c127(0x107)),fs=require('fs'),constants=require(a100_0x15c127(0x10e)),logger=require(a100_0x15c127(0xbc))[a100_0x15c127(0x15d)],fileLogger=require(a100_0x15c127(0xbc))[a100_0x15c127(0x178)],{getLogDir}=require('./logger'),helper=require(a100_0x15c127(0xc5)),utilities=require('./utilities'),percyHelper=require('./percy/utils'),hubAllocator=require(a100_0x15c127(0x138)),PerformanceTester=require(a100_0x15c127(0xc4)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x15c127(0xd7)),{setPercyFlag}=require(a100_0x15c127(0x13d)),TestHubHandler=require(a100_0x15c127(0x1bb)),timeoutPromise=require(a100_0x15c127(0x1a0)),BrowserstackCLI=require(a100_0x15c127(0x1a8)),LoadTestModule=require(a100_0x15c127(0x1ac)),{getEdsInstrumentationAPIUrl}=require(a100_0x15c127(0x157)),ClientTroubleShootingService=require(a100_0x15c127(0xee));class BrowserStackSetup{constructor(_0x25485c,_0x3e8087){const _0x4dcd2d=a100_0x15c127,_0x4811d4={'muqMk':_0x4dcd2d(0x152),'gvyvg':_0x4dcd2d(0x135),'txhiI':function(_0x2b5987){return _0x2b5987();}},_0x183007=_0x4811d4[_0x4dcd2d(0x144)][_0x4dcd2d(0xb9)]('|');let _0x544b94=0x0;while(!![]){switch(_0x183007[_0x544b94++]){case'0':this[_0x4dcd2d(0xef)]=null;continue;case'1':helper[_0x4dcd2d(0x19b)](this[_0x4dcd2d(0xd8)]);continue;case'2':helper[_0x4dcd2d(0x102)](this[_0x4dcd2d(0xd8)]);continue;case'3':this[_0x4dcd2d(0xf2)]=[];continue;case'4':this[_0x4dcd2d(0xd8)]['platforms']=this[_0x4dcd2d(0xd8)][_0x4dcd2d(0xca)]||[];continue;case'5':helper['setBrowserstackInfraFromConfig'](this[_0x4dcd2d(0xd8)],this['cliConfig']);continue;case'6':this[_0x4dcd2d(0xd8)]=helper[_0x4dcd2d(0xb7)](this['configPath']);continue;case'7':if(helper['isUndefined'](this['config']))throw new Error(_0x4811d4[_0x4dcd2d(0xf1)]);continue;case'8':this[_0x4dcd2d(0x173)]=helper[_0x4dcd2d(0xe4)](_0x25485c);continue;case'9':helper[_0x4dcd2d(0x117)](this[_0x4dcd2d(0xd8)],this['cliConfig'],this[_0x4dcd2d(0x191)]);continue;case'10':this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)][_0x4dcd2d(0x18a)]=!helper[_0x4dcd2d(0x1b3)]()||helper[_0x4dcd2d(0x165)](this['config'][_0x4dcd2d(0x19c)]['skipSessionStatus']);continue;case'11':this[_0x4dcd2d(0x148)]=_0x3e8087;continue;case'12':this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)][_0x4dcd2d(0x145)]=!helper[_0x4dcd2d(0x1b3)]()||helper['isTrue'](this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)][_0x4dcd2d(0x145)]);continue;case'13':global[_0x4dcd2d(0x148)]=_0x3e8087;continue;case'14':this['percy']=null;continue;case'15':helper[_0x4dcd2d(0x13e)](this['config'],this['cliConfig'],this[_0x4dcd2d(0x191)]);continue;case'16':this[_0x4dcd2d(0x1b9)]=_0x4811d4[_0x4dcd2d(0x166)](uuidv4);continue;case'17':PerformanceTester[_0x4dcd2d(0xfa)]();continue;case'18':if(this['config']['error'])throw new Error(this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x150)]);continue;case'19':helper['normalizeTestReportingEnvVars']();continue;case'20':this[_0x4dcd2d(0xea)]={};continue;case'21':this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)]=this[_0x4dcd2d(0xd8)][_0x4dcd2d(0x19c)]||{};continue;case'22':this[_0x4dcd2d(0x191)]=helper[_0x4dcd2d(0x111)]();continue;case'23':this[_0x4dcd2d(0x1b4)]=helper[_0x4dcd2d(0x105)](_0x25485c);continue;}break;}}['preInitialize'](_0x50605b){const _0x5324cf=a100_0x15c127,_0x3a6fee={'AyKjk':_0x5324cf(0x140),'ypymR':function(_0x4fce6a,_0x578d06){return _0x4fce6a===_0x578d06;},'zynEZ':_0x5324cf(0x1ba),'fshDT':_0x5324cf(0x127),'cQWni':function(_0x2e413c,_0x565300){return _0x2e413c<_0x565300;},'aYvTq':function(_0x40c7d7,_0x17ad71){return _0x40c7d7(_0x17ad71);},'duzuD':'selenium-webdriver','sbbiQ':'4.5.0','KKuTk':_0x5324cf(0x114),'biTym':_0x5324cf(0x1a4),'IYQHG':_0x5324cf(0x11c),'unLlM':_0x5324cf(0xc6),'fPmqj':_0x5324cf(0x13f),'qvlkG':function(_0x33d09b,_0x496e55){return _0x33d09b!==_0x496e55;},'QpeSF':_0x5324cf(0x1a3),'VwFAR':'SIGABRT','GtoER':_0x5324cf(0x132),'casaT':_0x5324cf(0x143),'JlOBR':'beforeExit'},_0x3ec974=this[_0x5324cf(0x148)];global[_0x5324cf(0xd8)]=this[_0x5324cf(0xd8)],helper[_0x5324cf(0x128)](this['config']),this[_0x5324cf(0xc2)]=null,global[_0x5324cf(0x1b9)]=this['sdkRunId'],logger[_0x5324cf(0x180)](_0x5324cf(0x161)+this['sdkRunId']),!this[_0x5324cf(0xd8)][_0x5324cf(0x14b)]&&(this['config'][_0x5324cf(0x14b)]=this['config'][_0x5324cf(0x197)]||{});if(helper['isUndefined'](helper['getUserName'](this[_0x5324cf(0xd8)]))||helper['isUndefined'](helper[_0x5324cf(0x129)](this[_0x5324cf(0xd8)])))throw new Error(_0x3a6fee[_0x5324cf(0x1ae)]);helper[_0x5324cf(0x185)](this['config'])&&helper[_0x5324cf(0x162)](helper[_0x5324cf(0xc0)](this[_0x5324cf(0xd8)]))&&(!helper[_0x5324cf(0x162)](this[_0x5324cf(0xd8)][_0x5324cf(0x14b)])&&_0x3a6fee[_0x5324cf(0xe9)](this['config']['browserStackLocalOptions'][_0x5324cf(0x151)],Object)?!helper[_0x5324cf(0x165)](this[_0x5324cf(0xd8)][_0x5324cf(0x14b)]['skipBinaryInitialisation'])&&(this['config']['browserStackLocalOptions'][_0x5324cf(0xdf)]=helper[_0x5324cf(0x12e)]()):this['config'][_0x5324cf(0x14b)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x5324cf(0xd8)]['browserStackLocalOptions'][_0x5324cf(0xf9)]=helper['isTrue'](this[_0x5324cf(0xd8)][_0x5324cf(0x14b)][_0x5324cf(0xf9)]),helper[_0x5324cf(0x124)](this[_0x5324cf(0xd8)]);if(_0x3a6fee['ypymR'](_0x3ec974,_0x3a6fee['zynEZ']))return;this['handleExceptions']();process[_0x5324cf(0x1bd)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x5324cf(0xd8)][_0x5324cf(0x16d)]=helper[_0x5324cf(0x165)](process['env'][_0x5324cf(0xbe)]),this[_0x5324cf(0xd8)][_0x5324cf(0x11a)]=this[_0x5324cf(0xd8)][_0x5324cf(0x11a)]||{});helper['isTurboScaleSession'](this['config'])&&(process[_0x5324cf(0x1bd)][_0x5324cf(0xbe)]=!![]);LoadTestModule[_0x5324cf(0xe3)](this[_0x5324cf(0xd8)])&&logger[_0x5324cf(0x16e)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this['sdkRunId']);if(!helper[_0x5324cf(0x1b3)]()){try{process[_0x5324cf(0x1bd)][_0x5324cf(0x179)]=_0x3ec974,utilities[_0x5324cf(0x186)](_0x3a6fee[_0x5324cf(0xdb)],{},this[_0x5324cf(0xd8)],this[_0x5324cf(0x148)]);}catch(_0x2f5a4d){logger[_0x5324cf(0x16e)](_0x5324cf(0x15a)+_0x2f5a4d);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x3ec974)){if(global[_0x5324cf(0x146)]||global[_0x5324cf(0xc9)])return;_0x3a6fee[_0x5324cf(0x172)](_0x3a6fee[_0x5324cf(0xfc)](parseInt,helper[_0x5324cf(0xd1)](_0x3a6fee[_0x5324cf(0x10c)])),0x3)&&(this['config']['useW3C']=![]),_0x3a6fee['ypymR'](helper[_0x5324cf(0x123)](helper['getPackageVersion'](_0x3a6fee[_0x5324cf(0x10c)]),_0x3a6fee[_0x5324cf(0x130)]),0x1)&&(this['config'][_0x5324cf(0x1b8)]=!![]);}(helper[_0x5324cf(0x162)](this[_0x5324cf(0xd8)][_0x5324cf(0xca)])||helper[_0x5324cf(0x162)](this[_0x5324cf(0xd8)][_0x5324cf(0xca)][_0x5324cf(0x103)]))&&(helper['isUndefined'](this[_0x5324cf(0xd8)][_0x5324cf(0xe8)])?logger[_0x5324cf(0x180)](_0x3a6fee['KKuTk']):logger['warn'](_0x3a6fee['biTym']),this[_0x5324cf(0xd8)][_0x5324cf(0xca)]=[]);!this[_0x5324cf(0xd8)][_0x5324cf(0x19c)]&&(this[_0x5324cf(0xd8)][_0x5324cf(0x19c)]={});try{process[_0x5324cf(0x1bd)][_0x5324cf(0x179)]=_0x50605b['_'][0x0],utilities['fireFunnelTestEvent'](_0x3a6fee[_0x5324cf(0xdb)],{},this[_0x5324cf(0xd8)],this[_0x5324cf(0x148)]);}catch(_0xc6eb9c){logger[_0x5324cf(0x16e)](_0x5324cf(0x15a)+_0xc6eb9c);}!this[_0x5324cf(0xd8)][_0x5324cf(0x115)]&&logger[_0x5324cf(0x180)](constants[_0x5324cf(0xe0)]),this[_0x5324cf(0x13a)]=this[_0x5324cf(0x13a)][_0x5324cf(0x122)](this),process['on'](_0x3a6fee['IYQHG'],this[_0x5324cf(0x13a)]),process['on'](_0x3a6fee[_0x5324cf(0x13c)],this['intExitHandler']),process['on'](_0x3a6fee['fPmqj'],this['intExitHandler']),_0x3a6fee['qvlkG'](process['platform'],_0x3a6fee[_0x5324cf(0xde)])?(process['on'](_0x3a6fee['VwFAR'],this['intExitHandler']),process['on'](_0x3a6fee[_0x5324cf(0x100)],this[_0x5324cf(0x13a)])):process['on'](_0x3a6fee['casaT'],this['intExitHandler']),process['on'](_0x3a6fee[_0x5324cf(0x116)],this[_0x5324cf(0x136)]());}async[a100_0x15c127(0x170)](_0x4530c5){const _0x12612=a100_0x15c127,_0x2305a6={'XyYhI':'ats-repeater','tvZvI':_0x12612(0xbd),'ZTBsh':_0x12612(0x125),'zBMrw':function(_0x18bcd3,_0x1b3c3e){return _0x18bcd3===_0x1b3c3e;},'VrxyW':_0x12612(0x192),'IUKlD':function(_0x2451c3,_0x1d1313){return _0x2451c3+_0x1d1313;},'jKLDH':_0x12612(0xb4),'VJyDo':function(_0x25e627,_0x1ed5b9){return _0x25e627(_0x1ed5b9);},'zSLtc':_0x12612(0x1bc)};this['preInitialize'](_0x4530c5);if(helper[_0x12612(0x137)](this[_0x12612(0xd8)])){const _0x38e24a=await helper[_0x12612(0x177)](this[_0x12612(0xd8)]);this[_0x12612(0xd8)][_0x12612(0x12b)]=_0x38e24a,_0x38e24a[_0x12612(0x194)]&&helper['isNotUndefined'](this[_0x12612(0xd8)][_0x12612(0xef)])&&helper[_0x12612(0x165)](this[_0x12612(0xd8)][_0x12612(0xef)])&&(this[_0x12612(0xd8)][_0x12612(0x14b)]['localIdentifier']=_0x2305a6[_0x12612(0x158)],this['config'][_0x12612(0x14b)][_0x2305a6[_0x12612(0xcc)]]=_0x38e24a[_0x12612(0xcf)][_0x12612(0xbf)](','),this[_0x12612(0xd8)][_0x12612(0x14b)][_0x12612(0x1b2)]=_0x2305a6[_0x12612(0x14f)]),this['config']['turboScaleUrl']=_0x38e24a[_0x12612(0xf6)],this[_0x12612(0x148)]&&_0x2305a6[_0x12612(0x12d)](this[_0x12612(0x148)][_0x12612(0x12f)](),_0x2305a6['VrxyW'])?this['config'][_0x12612(0x1a1)]=_0x2305a6[_0x12612(0x163)](_0x38e24a['playwrightUrl'],_0x2305a6[_0x12612(0xfb)]):constants[_0x12612(0x141)]=helper[_0x12612(0x1a9)](this[_0x12612(0xd8)]),logger[_0x12612(0x16e)](_0x12612(0x17c)+constants[_0x12612(0x141)]);}helper['setProxySettings'](this['config']),this[_0x12612(0xf4)](),_0x2305a6[_0x12612(0x182)](setPercyFlag,this),await this['setupBrowserstackLocal'](),![_0x2305a6[_0x12612(0x147)],_0x2305a6[_0x12612(0xd5)]][_0x12612(0x17f)](this[_0x12612(0x148)])&&!helper['isTurboScaleSession'](this[_0x12612(0xd8)])&&!helper[_0x12612(0xd3)]()[_0x12612(0x175)]&&await this[_0x12612(0x17b)]();}async[a100_0x15c127(0xda)](){const _0x31fb80=a100_0x15c127,_0x815bed={};_0x815bed[_0x31fb80(0x154)]=function(_0x328736,_0x409541){return _0x328736===_0x409541;},_0x815bed[_0x31fb80(0x164)]=_0x31fb80(0x11e),_0x815bed[_0x31fb80(0x131)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x815bed[_0x31fb80(0x11b)]=_0x31fb80(0x118),_0x815bed[_0x31fb80(0xb8)]=_0x31fb80(0x125),_0x815bed['IsnwW']=_0x31fb80(0x16f);const _0x57a408=_0x815bed;if(helper['isTrue'](this[_0x31fb80(0xd8)][_0x31fb80(0x183)])&&(!this['percy']||!this[_0x31fb80(0x183)][_0x31fb80(0xc8)]()))try{this['percy']=await percyHelper[_0x31fb80(0x193)](this[_0x31fb80(0xd8)]);if(!this[_0x31fb80(0x183)]){process[_0x31fb80(0x1bd)]['BROWSERSTACK_PERCY']=_0x57a408[_0x31fb80(0x164)];throw new Error(_0x57a408[_0x31fb80(0x131)]);}logger[_0x31fb80(0x180)](_0x57a408['JxTRR']),process[_0x31fb80(0x1bd)][_0x31fb80(0x108)]=_0x57a408['fhmPy'];let _0x2e3276=0x0;const _0xbd8e12=async()=>{const _0x53acd6=_0x31fb80;_0x2e3276++,_0x57a408[_0x53acd6(0x154)](_0x2e3276,0x1)&&await this[_0x53acd6(0x14c)]();};process['on'](_0x57a408['IsnwW'],_0xbd8e12);}catch(_0x56624f){process[_0x31fb80(0x1bd)]['BROWSERSTACK_PERCY']=_0x57a408['EKtWu'],logger[_0x31fb80(0x16e)]('Error\x20in\x20percy\x20setup\x20'+_0x56624f);throw new Error(_0x56624f['toString']());}}async[a100_0x15c127(0x14c)](){const _0x43580c=a100_0x15c127,_0xf67611={};_0xf67611[_0x43580c(0x110)]='Percy\x20stopped',_0xf67611[_0x43580c(0x1b1)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x416610=_0xf67611;if(this['percy']&&this[_0x43580c(0x183)][_0x43580c(0xc8)]())try{await percyHelper[_0x43580c(0x14c)](this[_0x43580c(0x183)]),logger['info'](_0x416610[_0x43580c(0x110)]);}catch(_0x462ec9){logger[_0x43580c(0x150)](_0x416610[_0x43580c(0x1b1)],_0x462ec9['message']);}}async[a100_0x15c127(0xe6)](){const _0x5e5d3d=a100_0x15c127,_0x319195={};_0x319195[_0x5e5d3d(0x168)]=_0x5e5d3d(0xd4),_0x319195[_0x5e5d3d(0x18d)]=_0x5e5d3d(0xd2);const _0x44dd86=_0x319195;if(helper[_0x5e5d3d(0x1b3)]()&&helper[_0x5e5d3d(0x165)](this[_0x5e5d3d(0xd8)][_0x5e5d3d(0xef)])&&(!this[_0x5e5d3d(0xef)]||!this['browserstackLocal'][_0x5e5d3d(0xc8)]()))try{if(this['config']['browserStackLocalOptions'][_0x5e5d3d(0xf9)]){logger[_0x5e5d3d(0x16e)](_0x44dd86['hGBhe']);return;}this[_0x5e5d3d(0xef)]=await helper[_0x5e5d3d(0x15e)](this[_0x5e5d3d(0xd8)]),logger[_0x5e5d3d(0x180)](_0x44dd86[_0x5e5d3d(0x18d)]);}catch(_0x53d27c){logger[_0x5e5d3d(0x16e)](_0x53d27c);throw new Error(_0x53d27c[_0x5e5d3d(0xf8)]());}}async[a100_0x15c127(0x1a7)](){const _0x75b8d4=a100_0x15c127,_0x23e807={};_0x23e807[_0x75b8d4(0xd6)]=_0x75b8d4(0x19e),_0x23e807['siSZv']=_0x75b8d4(0x18b);const _0x45a447=_0x23e807;if(this['browserstackLocal']&&this[_0x75b8d4(0xef)][_0x75b8d4(0xc8)]())try{await helper[_0x75b8d4(0x15b)](this[_0x75b8d4(0xef)]),logger['info'](_0x45a447['xADfe']);}catch(_0x1dfc5e){logger[_0x75b8d4(0x150)](_0x45a447['siSZv'],_0x1dfc5e[_0x75b8d4(0x10f)]);}}async['setUpHubUrl'](){const _0x487347=a100_0x15c127;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x487347(0x149)],async()=>{const _0x112d8f=_0x487347;await hubAllocator[_0x112d8f(0xb3)](this[_0x112d8f(0xd8)]);})();}async[a100_0x15c127(0xf7)](){const _0x11ccf2=a100_0x15c127,_0x3ff63d={'glCKb':function(_0x33fcd9,_0x560e28){return _0x33fcd9(_0x560e28);},'sBzQv':_0x11ccf2(0x1a6),'sdcMK':function(_0x4bd965,_0x3b64eb,_0x17bded,_0x122cea,_0x4c65ba,_0x2e438f,_0x39cd50){return _0x4bd965(_0x3b64eb,_0x17bded,_0x122cea,_0x4c65ba,_0x2e438f,_0x39cd50);},'smMqh':'BrowserstackHealing.init\x20method\x20timed\x20out','PfXnk':_0x11ccf2(0x126),'fKktc':function(_0x4f3915,_0x1f7807){return _0x4f3915(_0x1f7807);},'KThnK':'../../package.json','eFXWC':'BrowserstackHealing.init','Dcbhu':function(_0x1e7cbd,_0x4b11e1){return _0x1e7cbd(_0x4b11e1);},'pfGCK':function(_0x24b6f0,_0x286982){return _0x24b6f0===_0x286982;},'XLdKY':_0x11ccf2(0x125),'iBlHp':function(_0x252be7,_0x37629e){return _0x252be7===_0x37629e;},'vTDWc':function(_0x49db87,_0x22c1cc){return _0x49db87===_0x22c1cc;},'sRePg':'Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','BfFBM':function(_0x2f42aa,_0x3ca77c){return _0x2f42aa===_0x3ca77c;},'bTAbN':'Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','VnGyJ':'Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','Oerqr':function(_0x40ce80,_0x30196e){return _0x40ce80(_0x30196e);},'EXFxf':_0x11ccf2(0xc3),'xtDuG':function(_0xdeea53,_0x13cff8){return _0xdeea53>=_0x13cff8;},'aHdtl':function(_0x1969dd,_0x42935a){return _0x1969dd<_0x42935a;},'eRXPQ':function(_0x2831a0,_0x532799){return _0x2831a0>=_0x532799;},'RrxIS':'tcg\x20config\x20setup\x20successful.','nDPDS':_0x11ccf2(0x1be),'WWnEn':function(_0x52ba67){return _0x52ba67();}},_0x4d2d86=PerformanceTester[_0x11ccf2(0x16c)](_0x3ff63d[_0x11ccf2(0x15f)],async()=>{const _0x41eb73=_0x11ccf2;try{const _0x2d0e6a=new Date(),_0xa57793=helper[_0x41eb73(0x176)](this[_0x41eb73(0xd8)]),_0x2cac3b=_0x3ff63d[_0x41eb73(0x196)](require,path['join'](__dirname,_0x3ff63d[_0x41eb73(0xc7)])),_0x70cd32=_0x3ff63d[_0x41eb73(0x190)](timeoutPromise,constants[_0x41eb73(0xff)],_0x3ff63d[_0x41eb73(0x1ad)],_0x3ff63d[_0x41eb73(0xb6)],_0x2d0e6a,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]),_0x7e707f={'tcgUrl':constants[_0x41eb73(0xdc)],'sdkVersion':_0x3ff63d['fKktc'](require,_0x3ff63d[_0x41eb73(0x189)])[_0x41eb73(0x17d)],'methodUsed':_0x3ff63d[_0x41eb73(0x101)],'proxyConfig':_0xa57793,'os':os['platform']()};if(_0xa57793&&_0xa57793['proxyUrl']){utilities['fireFunnelTestEvent'](constants[_0x41eb73(0x14e)],_0x7e707f,this['config'],this[_0x41eb73(0x148)]);return;}const _0x376b6e={};_0x376b6e[_0x41eb73(0xf0)]=_0xa57793;const _0x16fda1=await Promise[_0x41eb73(0x1a5)]([_0x2cac3b[_0x41eb73(0x104)](this['config']['accessKey'],this[_0x41eb73(0xd8)][_0x41eb73(0x14d)],constants['TCG_URL'],_0x3ff63d[_0x41eb73(0xb5)](require,_0x3ff63d[_0x41eb73(0x189)])[_0x41eb73(0x17d)],_0x376b6e)['then'](_0x710607=>{return _0x70cd32['cancel'](),_0x710607;}),_0x70cd32]);_0x16fda1[_0x41eb73(0xce)]=_0x3ff63d[_0x41eb73(0x1af)](_0x16fda1[_0x41eb73(0xce)],_0x3ff63d[_0x41eb73(0x16b)])||_0x3ff63d[_0x41eb73(0x1af)](_0x16fda1['isHealingEnabled'],!![]);const _0x2abb07=_0x3ff63d[_0x41eb73(0xec)](this['config'][_0x41eb73(0x153)],!![])||_0x3ff63d['vTDWc'](this[_0x41eb73(0xd8)][_0x41eb73(0x153)],_0x3ff63d[_0x41eb73(0x16b)]);if(_0x3ff63d['iBlHp'](_0x16fda1['message'],constants[_0x41eb73(0x12c)])&&_0x2abb07)logger[_0x41eb73(0x180)](_0x3ff63d[_0x41eb73(0x10d)]);else{if(!_0x16fda1['isAuthenticated']&&_0x3ff63d[_0x41eb73(0x134)](_0x16fda1[_0x41eb73(0xcd)],0x1f7)&&_0x2abb07)logger[_0x41eb73(0x180)](_0x3ff63d[_0x41eb73(0x18f)]),utilities[_0x41eb73(0x186)](constants['TCG_DOWN'],_0x7e707f,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]);else{if(!_0x16fda1[_0x41eb73(0x195)]&&_0x2abb07){logger['info'](_0x3ff63d[_0x41eb73(0x17e)]);const _0x194f57={'tcgUrl':constants[_0x41eb73(0xdc)],'sdkVersion':_0x3ff63d[_0x41eb73(0x13b)](require,_0x3ff63d[_0x41eb73(0x189)])[_0x41eb73(0x17d)],'methodUsed':_0x3ff63d[_0x41eb73(0x101)],'proxyConfig':_0xa57793,'os':os['platform']()};utilities[_0x41eb73(0x186)](constants[_0x41eb73(0xc1)],_0x194f57,this['config'],this[_0x41eb73(0x148)]);}else{if(_0x16fda1[_0x41eb73(0x195)]&&!_0x16fda1[_0x41eb73(0xce)]&&_0x2abb07)logger[_0x41eb73(0x180)](_0x3ff63d[_0x41eb73(0xdd)]);else{if(_0x3ff63d[_0x41eb73(0x1b7)](_0x16fda1[_0x41eb73(0xcd)],0xc8)&&_0x3ff63d[_0x41eb73(0x121)](_0x16fda1[_0x41eb73(0xcd)],0x12c))utilities['fireFunnelTestEvent'](constants[_0x41eb73(0x174)],_0x7e707f,this['config'],this[_0x41eb73(0x148)]);else{if(_0x3ff63d[_0x41eb73(0xd0)](_0x16fda1[_0x41eb73(0xcd)],0x190))_0x7e707f['status']=_0x16fda1[_0x41eb73(0xcd)],utilities['fireFunnelTestEvent'](constants['AI_INIT_FAILURE'],_0x7e707f,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]);else!_0x16fda1[_0x41eb73(0xcd)]&&utilities['fireFunnelTestEvent'](constants['INVALID_INIT_RESP_WITH_USER_IMPACT'],_0x7e707f,this[_0x41eb73(0xd8)],this[_0x41eb73(0x148)]);}}}}}if(_0x16fda1[_0x41eb73(0x195)]&&_0x16fda1[_0x41eb73(0xce)]){const _0x58a3b3={};_0x58a3b3[_0x41eb73(0xed)]=_0x16fda1;const _0x507e92=_0x58a3b3;_0xa57793&&(_0x507e92[_0x41eb73(0xfe)]=_0xa57793),_0x507e92['framework']=this[_0x41eb73(0x148)],_0x507e92[_0x41eb73(0xb2)]=this['config'],helper[_0x41eb73(0x11f)](_0x507e92),logger['debug'](_0x3ff63d[_0x41eb73(0x142)]);}}catch(_0xb5acdb){logger['debug'](_0x41eb73(0x18c)+(_0xb5acdb[_0x41eb73(0x10f)]?_0xb5acdb[_0x41eb73(0x10f)]:''));}});await _0x3ff63d[_0x11ccf2(0x16a)](_0x4d2d86);}['setupKeepAlive'](){const _0x36fdc6=a100_0x15c127,_0x5534f8={'qzSJq':function(_0x5f2f50,_0x4fea55){return _0x5f2f50(_0x4fea55);},'OeELE':_0x36fdc6(0x169)};_0x5534f8[_0x36fdc6(0x18e)](require,_0x5534f8['OeELE'])();}[a100_0x15c127(0x139)](){const _0xcb76d0=a100_0x15c127,_0x1169a1={};_0x1169a1['zcyuB']=_0xcb76d0(0x120),_0x1169a1[_0xcb76d0(0x109)]=_0xcb76d0(0xd9),_0x1169a1[_0xcb76d0(0xfd)]='uncaughtException';const _0x4e09fa=_0x1169a1,_0x8d7ea5=_0x19a5fe=>{const _0x5681b2=_0xcb76d0,_0x123d13=_0x4e09fa[_0x5681b2(0x1b6)][_0x5681b2(0xb9)]('|');let _0xc509b5=0x0;while(!![]){switch(_0x123d13[_0xc509b5++]){case'0':this[_0x5681b2(0xf2)][_0x5681b2(0x15c)](util[_0x5681b2(0xe7)]('%j',_0x19a5fe));continue;case'1':logger[_0x5681b2(0x16e)](util[_0x5681b2(0xe7)](_0x19a5fe));continue;case'2':PerformanceTester[_0x5681b2(0x181)](_0x19a5fe);continue;case'3':logger[_0x5681b2(0x150)](_0x19a5fe[_0x5681b2(0x10f)]);continue;case'4':ClientTroubleShootingService[_0x5681b2(0x159)]();continue;}break;}};process['on'](_0x4e09fa['sqDbW'],_0x8d7ea5),process['on'](_0x4e09fa[_0xcb76d0(0xfd)],_0x8d7ea5);}async[a100_0x15c127(0x13a)](_0x3e5caf){const _0x440673=a100_0x15c127,_0x360704={};_0x360704[_0x440673(0x14a)]=_0x440673(0x198),_0x360704[_0x440673(0xbb)]=function(_0x1748eb,_0x3ca39b){return _0x1748eb+_0x3ca39b;},_0x360704[_0x440673(0x1b0)]=_0x440673(0x19d),_0x360704[_0x440673(0x12a)]='Shutdown\x20triggered\x20by\x20';const _0x293b54=_0x360704,_0x4cd768=_0x293b54[_0x440673(0x14a)][_0x440673(0xb9)]('|');let _0x4e571f=0x0;while(!![]){switch(_0x4cd768[_0x4e571f++]){case'0':await ClientTroubleShootingService[_0x440673(0x160)](_0x3e5caf);continue;case'1':await ClientTroubleShootingService[_0x440673(0x159)]();continue;case'2':this[_0x293b54[_0x440673(0xbb)](_0x293b54[_0x440673(0x1b0)],_0x3e5caf)]=!![];continue;case'3':this['killSignal']=_0x3e5caf;continue;case'4':logger['info'](_0x293b54[_0x440673(0xbb)](_0x293b54[_0x440673(0x12a)],_0x3e5caf));continue;case'5':await BrowserstackCLI['getInstance']()[_0x440673(0x188)]();continue;case'6':if(this[_0x293b54[_0x440673(0xbb)](_0x293b54['thANR'],_0x3e5caf)])return;continue;case'7':await TestHubHandler['stop'](_0x3e5caf);continue;}break;}}[a100_0x15c127(0x136)](){const _0xa388ac=a100_0x15c127,_0x47e030={'gkcOe':function(_0x49ae47,_0x156637){return _0x49ae47===_0x156637;},'lhBvP':'Calling\x20Build\x20Stop\x20from\x20ExitHandler','uDSvg':function(_0x5b5a42,_0x13e983){return _0x5b5a42>_0x13e983;},'pQhru':function(_0x304aca,_0x21a697){return _0x304aca(_0x21a697);},'DJXOk':function(_0x5babd0){return _0x5babd0();},'SGIOh':_0xa388ac(0x11d)};let _0x1b1cb2=0x0;return async()=>{const _0x174332=_0xa388ac;_0x1b1cb2++;if(_0x47e030['gkcOe'](_0x1b1cb2,0x1)){helper[_0x174332(0x1aa)](this[_0x174332(0x148)])&&await this['stopBrowserstackLocal']();try{logger[_0x174332(0x16e)](_0x47e030[_0x174332(0x199)]),await TestHubHandler[_0x174332(0x188)](_0x1b1cb2),await ClientTroubleShootingService[_0x174332(0x159)](),await BrowserstackCLI[_0x174332(0xe2)]()[_0x174332(0x188)]('1');}catch(_0x41839b){logger[_0x174332(0x16e)]('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x174332(0xe7)](_0x41839b));}PerformanceTester['end'](PerformanceEvents[_0x174332(0x187)]);if(PerformanceTester['isEnabled']()){const {measures:_0x56a355,errors:_0xce4820}=await PerformanceTester[_0x174332(0x19a)](),_0x469982={};if(_0x56a355&&_0x47e030[_0x174332(0xf5)](_0x56a355[_0x174332(0x103)],0x0)||_0xce4820&&_0x47e030['uDSvg'](_0xce4820[_0x174332(0x103)],0x0)){const _0x2828a3={};_0x2828a3[_0x174332(0x1b5)]=_0x56a355,_0x2828a3[_0x174332(0x155)]=_0xce4820,Object[_0x174332(0xe1)](_0x469982,_0x2828a3);}try{const _0x2d9e41=await helper['sendToEDS'](_0x469982,this[_0x174332(0xd8)]);logger[_0x174332(0x16e)](_0x174332(0x113)+_0x47e030[_0x174332(0x1ab)](getEdsInstrumentationAPIUrl,'')+_0x174332(0x156)+_0x2d9e41[_0x174332(0xcb)]);}catch(_0x4ef17c){logger[_0x174332(0x16e)]('Failed\x20to\x20send\x20data\x20to\x20'+_0x47e030[_0x174332(0x1ab)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20error\x20'+util['format'](_0x4ef17c));}try{fs[_0x174332(0x167)](path[_0x174332(0xbf)](_0x47e030['DJXOk'](getLogDir),_0x47e030['SGIOh']),JSON[_0x174332(0x106)](_0x469982));}catch(_0xd30bd7){logger['debug'](_0x174332(0x17a)+_0xd30bd7);}}}logger&&logger[_0x174332(0x171)](),fileLogger&&fileLogger['close']();};}}exports['default']=BrowserStackSetup;function a100_0x4e0c(){const _0x33e0c4=['aHdtl','bind','compareVersions','setHandlePWError','true','BrowserstackHealingInitFailed','SDKTestAttempted','sanitizeCaps','getAccessKey','zWOol','turboScaleGridDetails','UPGRADE_REQUIRED','zBMrw','generateLocalIdentifier','toLowerCase','sbbiQ','dtgyK','SIGQUIT','31300cRSNPY','BfFBM','No\x20config\x20provided.','exitHandler','isTurboScaleSession','../hubAllocationMethods','handleExceptions','intExitHandler','Oerqr','unLlM','./testhub/utils','setLogLevel','SIGHUP','userName\x20or\x20accessKey\x20is\x20not\x20defined','hubUrl','RrxIS','SIGBREAK','muqMk','skipSessionName','__isPlaywrightInstalled','zSLtc','framework','HUB_MANAGEMENT','icxNr','browserStackLocalOptions','stopPercy','userName','AI_PROXY_FAILURE','ZTBsh','error','constructor','3|19|22|0|14|8|6|23|4|21|20|16|11|13|7|18|5|2|10|12|9|1|15|17','selfHeal','TMOAd','exceptions','\x20with\x20response\x20','../bin/utils/apiUtilityMethods','XyYhI','reportFinalDetectionState','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','stopLocalBinary','push','winstonLogger','startLocalBinary','nDPDS','reportProcessInterruptionSituation','SDK\x20run\x20started\x20with\x20id:\x20','isUndefined','IUKlD','EKtWu','isTrue','txhiI','writeFileSync','hGBhe','./setKeepAlive','WWnEn','XLdKY','measureWrapper','turboScale','debug','beforeExit','initialize','close','cQWni','configPath','AI_INIT_SUCCESSFUL','central_scanner','getProxyConfigForTcg','getTurboScaleGridDetails','fileLogger','FRAMEWORK','Error\x20in\x20writing\x20events\x20to\x20file\x20','setUpHubUrl','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','version','VnGyJ','includes','info','captureError','VJyDo','percy','1269870LbaWxI','getLocalConfig','fireFunnelTestEvent','SDK_CLEANUP','stop','KThnK','skipSessionStatus','Error\x20occured\x20while\x20stopping\x20local\x20binary','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','MheBk','qzSJq','bTAbN','sdcMK','envConfig','playwright','startPercy','isTrialGrid','isAuthenticated','glCKb','localOptions','6|2|4|3|0|7|1|5','lhBvP','finalize','setLogDir','testContextOptions','handled','Local\x20binary\x20stopped','280950TmBBWU','./timeoutPromise','turboScaleUrl','path','win32','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','race','../ai-sdk-node/bundle','stopBrowserstackLocal','../bin/v2/browserstackCLI','getHubUrl','checkStopLocalBinaryOnExit','pQhru','../bin/v2/modules/loadTestModule','smMqh','AyKjk','pfGCK','thANR','jCqpp','forceLocal','isBrowserstackInfra','cliConfig','measures','zcyuB','xtDuG','useW3C','sdkRunId','integrations','./testhub/testhubHandler','codeceptjs','env','aiHeal:tcgAuth','bstackConfig','allocateHub','?caps=','Dcbhu','PfXnk','readConfig','fhmPy','split','1602QuHvvS','zbrHe','./logger','custom-repeater','BROWSERSTACK_TURBOSCALE','join','getLocalIdentifier','TCG_AUTH_FAILURE','killSignal','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','./performance/performance-tester','./helper','SIGINT','sBzQv','isRunning','__isPuppeteerInstalled','platforms','statusCode','tvZvI','status','isHealingEnabled','customRepeaters','eRXPQ','getPackageVersion','Local\x20binary\x20started\x20successfully','getCentralUser','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','VrxyW','xADfe','./performance/constants','config','unhandledRejection','setupPercy','fshDT','TCG_URL','EXFxf','QpeSF','localIdentifier','AUTOLOGCAPTURE_NOTIFICATION','assign','getInstance','isLTSSession','getConfigPath','2430ZxNkWb','setupBrowserstackLocal','format','parallelsPerPlatform','ypymR','errorMessage','util','iBlHp','tcgAuthConfig','../bin/utils/clientTroubleshootingService','browserstackLocal','proxy','gvyvg','unhandledErrors','30HZjqVj','setupKeepAlive','uDSvg','url','setupTCGAuth','toString','skipBinaryInitialisation','startMonitoring','jKLDH','aYvTq','iKQxe','proxyConfig','TCG_AUTH_TIMEOUT','GtoER','eFXWC','setCredentialsFromYmlConfig','length','init','setCLICaps','stringify','uuid','BROWSERSTACK_PERCY','sqDbW','282812hnmvXo','643188iUiITq','duzuD','sRePg','../bin/utils/constants','message','zQyoC','setEnvCaps','2365184ammdCO','Data\x20sent\x20successfully\x20to\x20','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','disableAutoCaptureLogs','JlOBR','getFinalCaps','Percy\x20started\x20successfully','1170QOvuTB','turboScaleOptions','JxTRR','SIGTERM','events.json','false','setupTcgConfigFile','3|1|0|2|4'];a100_0x4e0c=function(){return _0x33e0c4;};return a100_0x4e0c();}
1
+ const a100_0x2963fa=a100_0x4bde;function a100_0x23c3(){const _0x2753c0=['\x20with\x20response\x20','EPFDr','version','getLocalIdentifier','measures','startLocalBinary','skipSessionName','integrations','dwYhg','BROWSERSTACK_PERCY','sLYHK','exceptions','isNotUndefined','1623738BBRVMY','fIHQO','default','browserstackLocal','371295urSFVH','BbFBo','HUB_MANAGEMENT','beforeExit','TUpDD','getConfigPath','LXYvC','skipBinaryInitialisation','./testhub/testhubHandler','lluub','allocateHub','EQGmO','AGPPw','VKaBO','wTTiX','209vbsOMX','XUOmt','bCIGe','4.5.0','epVQy','Shutdown\x20triggered\x20by\x20','TCG_URL','skipSessionStatus','./timeoutPromise','UfKwV','VohLR','isHealingEnabled','proxyUrl','configPath','kHWvI','reportProcessInterruptionSituation','stringify','proxy','false','isTrialGrid','bstackConfig','setupKeepAlive','iGhTi','TCG_DOWN','CIKTr','3|4|2|1|0','AI_INIT_FAILURE','fileLogger','unhandledErrors','winstonLogger','error','qpUNP','fireFunnelTestEvent','__isPlaywrightInstalled','eIFlE','SIGABRT','isBrowserstackInfra','SHqwu','SDK_CLEANUP','platforms','initialize','aWejf','userName\x20or\x20accessKey\x20is\x20not\x20defined','Local\x20binary\x20stopped','MQrAU','UDJQz','killSignal','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','./percy/utils','iLnXp','measureWrapper','getInstance','setupPercy','../../package.json','writeFileSync','AI_INIT_SUCCESSFUL','./helper','SvRZB','HdWSV','platform','disableAutoCaptureLogs','./setKeepAlive','tcg\x20config\x20setup\x20successful.','EJScd','setCredentialsFromYmlConfig','stopBrowserstackLocal','useW3C','getUserName','chyYG','format','sdkRunId','19|13|2|8|16|15|21|3|12|17|6|11|23|20|9|18|5|1|7|14|22|0|10|4','split','SIGHUP','info','ats-repeater','IWQYC','Calling\x20Build\x20Stop\x20from\x20ExitHandler','LPsAF','fEZpr','7|3|2|1|4|5|6|0','563870piwVuA','isTurboScaleSession','proxyConfig','98ScbRrq','debug','kGTNF','readConfig','getProxyConfigForTcg','lKlsg','forceLocal','stop','normalizeTestReportingEnvVars','uncaughtException','framework','config','accessKey','constructor','GsqTJ','turboScaleOptions','getHubUrl','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','close','4717520JUPuEc','userName','compareVersions','then','xUIbJ','status','mHtRD','toLowerCase','./logger','RrkAQ','SeaKZ','9243QKwQPs','browserStackLocalOptions','captureError','join','exitHandler','preInitialize','Local\x20binary\x20started\x20successfully','ZtnRK','tYYSx','UIdge','./performance/performance-tester','selenium-webdriver','startPercy','GBUTS','path','AI_PROXY_FAILURE','SIGTERM','No\x20config\x20provided.','WCRYG','stopLocalBinary','NXYoh','env','yoaBo','Error\x20in\x20sending\x20testhub\x20stop:\x20','UuaEf','./performance/constants','../hubAllocationMethods','tcgAuthConfig','SDKTestAttempted','./testhub/utils','setupTCGAuth','297496lHRYyF','finalize','NGyiy','getPackageVersion','mugJU','261nZQydL','uvBmp','percy','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','envConfig','QmkAS','length','CZtMa','errorMessage','6486WnPzIb','./utilities','../bin/utils/constants','codeceptjs','GXwBy','generateLocalIdentifier','hubUrl','setProxySettings','push','localIdentifier','boGoO','intExitHandler','TCG_AUTH_TIMEOUT','zEeAw','BrowserstackHealingInitFailed','getLocalConfig','setHandlePWError','checkStopLocalBinaryOnExit','../bin/v2/modules/loadTestModule','reportFinalDetectionState','includes','qhdFW','FmigD','isRunning','SIGBREAK','getFinalCaps','KSbkq','getCentralUser','handled','localOptions','FRAMEWORK','true','turboScale','bEmlI','uldQV','util','stopPercy','AUTOLOGCAPTURE_NOTIFICATION','uuid','requireSeleniumWebdriverCheck','parallelsPerPlatform','1456DFJwVa','central_scanner','UPGRADE_REQUIRED','setupBrowserstackLocal','qiASo','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','uhsqS','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','HuDWZ','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','assign','WRNGM','setUpHubUrl','unhandledRejection','cliConfig','setLogLevel','isUndefined','Error\x20occured\x20while\x20stopping\x20local\x20binary','ybtaS','\x20with\x20error\x20','message','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','testContextOptions','yRKPT','handleExceptions','BROWSERSTACK_TURBOSCALE','GCYgu','toString','setEnvCaps','Percy\x20stopped','isAuthenticated','events.json','isTrue','sMXLt','turboScaleUrl','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','XHIvN','Error\x20in\x20percy\x20setup\x20','playwrightUrl','cancel','sendToEDS'];a100_0x23c3=function(){return _0x2753c0;};return a100_0x23c3();}(function(_0x47f8ea,_0x1d30b3){const _0x60b0e9=a100_0x4bde,_0x130473=_0x47f8ea();while(!![]){try{const _0x1952cd=-parseInt(_0x60b0e9(0x246))/0x1+parseInt(_0x60b0e9(0x242))/0x2+parseInt(_0x60b0e9(0x2c7))/0x3*(parseInt(_0x60b0e9(0x20c))/0x4)+-parseInt(_0x60b0e9(0x2bc))/0x5+parseInt(_0x60b0e9(0x1e3))/0x6*(-parseInt(_0x60b0e9(0x2a9))/0x7)+parseInt(_0x60b0e9(0x1d5))/0x8*(-parseInt(_0x60b0e9(0x1da))/0x9)+-parseInt(_0x60b0e9(0x2a6))/0xa*(-parseInt(_0x60b0e9(0x255))/0xb);if(_0x1952cd===_0x1d30b3)break;else _0x130473['push'](_0x130473['shift']());}catch(_0x1701a7){_0x130473['push'](_0x130473['shift']());}}}(a100_0x23c3,0x9197e));function a100_0x4bde(_0x168482,_0x4418d6){const _0x23c38d=a100_0x23c3();return a100_0x4bde=function(_0x4bde2b,_0x4f9c0d){_0x4bde2b=_0x4bde2b-0x1d0;let _0x5e02be=_0x23c38d[_0x4bde2b];return _0x5e02be;},a100_0x4bde(_0x168482,_0x4418d6);}const util=require(a100_0x2963fa(0x206)),os=require('os'),path=require(a100_0x2963fa(0x2d5)),{v4:uuidv4}=require(a100_0x2963fa(0x209)),fs=require('fs'),constants=require(a100_0x2963fa(0x1e5)),logger=require('./logger')[a100_0x2963fa(0x272)],fileLogger=require('./logger')[a100_0x2963fa(0x270)],{getLogDir}=require(a100_0x2963fa(0x2c4)),helper=require(a100_0x2963fa(0x28d)),utilities=require(a100_0x2963fa(0x1e4)),percyHelper=require(a100_0x2963fa(0x285)),hubAllocator=require(a100_0x2963fa(0x1d0)),PerformanceTester=require(a100_0x2963fa(0x2d1)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x2963fa(0x2e0)),{setPercyFlag}=require(a100_0x2963fa(0x1d3)),TestHubHandler=require(a100_0x2963fa(0x24e)),timeoutPromise=require(a100_0x2963fa(0x25d)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),LoadTestModule=require(a100_0x2963fa(0x1f5)),{getEdsInstrumentationAPIUrl}=require('../bin/utils/apiUtilityMethods'),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x1e90ac,_0x499a2d){const _0x54e666=a100_0x2963fa,_0x2fde8c={'epVQy':_0x54e666(0x29c),'EPFDr':_0x54e666(0x2d8),'gbgPp':function(_0x4aee9c){return _0x4aee9c();}},_0x3c1bc8=_0x2fde8c[_0x54e666(0x259)][_0x54e666(0x29d)]('|');let _0x2a825b=0x0;while(!![]){switch(_0x3c1bc8[_0x2a825b++]){case'0':helper['setLogDir'](this[_0x54e666(0x2b4)]);continue;case'1':helper[_0x54e666(0x295)](this[_0x54e666(0x2b4)]);continue;case'2':this[_0x54e666(0x1de)]=helper[_0x54e666(0x228)]();continue;case'3':this[_0x54e666(0x21a)]=helper['setCLICaps'](_0x1e90ac);continue;case'4':PerformanceTester['startMonitoring']();continue;case'5':helper['setBrowserstackInfraFromConfig'](this[_0x54e666(0x2b4)],this[_0x54e666(0x21a)]);continue;case'6':this[_0x54e666(0x1e2)]={};continue;case'7':this[_0x54e666(0x2b4)][_0x54e666(0x222)][_0x54e666(0x25c)]=!helper[_0x54e666(0x279)]()||helper[_0x54e666(0x22c)](this['config'][_0x54e666(0x222)]['skipSessionStatus']);continue;case'8':this['browserstackLocal']=null;continue;case'9':if(helper[_0x54e666(0x21c)](this['config']))throw new Error(_0x2fde8c[_0x54e666(0x236)]);continue;case'10':helper[_0x54e666(0x21b)](this[_0x54e666(0x2b4)],this['cliConfig'],this[_0x54e666(0x1de)]);continue;case'11':this['sdkRunId']=_0x2fde8c['gbgPp'](uuidv4);continue;case'12':this[_0x54e666(0x2b4)][_0x54e666(0x27c)]=this[_0x54e666(0x2b4)][_0x54e666(0x27c)]||[];continue;case'13':helper[_0x54e666(0x2b1)]();continue;case'14':this[_0x54e666(0x2b4)][_0x54e666(0x222)][_0x54e666(0x23b)]=!helper[_0x54e666(0x279)]()||helper[_0x54e666(0x22c)](this[_0x54e666(0x2b4)][_0x54e666(0x222)][_0x54e666(0x23b)]);continue;case'15':this[_0x54e666(0x262)]=helper[_0x54e666(0x24b)](_0x1e90ac);continue;case'16':this[_0x54e666(0x1dc)]=null;continue;case'17':this['config'][_0x54e666(0x222)]=this[_0x54e666(0x2b4)][_0x54e666(0x222)]||{};continue;case'18':if(this[_0x54e666(0x2b4)][_0x54e666(0x273)])throw new Error(this['config'][_0x54e666(0x273)]);continue;case'19':this['unhandledErrors']=[];continue;case'20':global['framework']=_0x499a2d;continue;case'21':this[_0x54e666(0x2b4)]=helper[_0x54e666(0x2ac)](this[_0x54e666(0x262)]);continue;case'22':helper[_0x54e666(0x1fc)](this[_0x54e666(0x2b4)],this['cliConfig'],this[_0x54e666(0x1de)]);continue;case'23':this[_0x54e666(0x2b3)]=_0x499a2d;continue;}break;}}[a100_0x2963fa(0x2cc)](_0x2e19c9){const _0x25cf23=a100_0x2963fa,_0x2bfc8a={'CIKTr':_0x25cf23(0x27f),'qoKZy':function(_0x74db2c,_0x3af4e9){return _0x74db2c===_0x3af4e9;},'zEeAw':function(_0x22bb01,_0x401923){return _0x22bb01===_0x401923;},'sHJTj':_0x25cf23(0x23c),'cXFJU':_0x25cf23(0x1d2),'IWQYC':function(_0x588e47,_0x3a6be0){return _0x588e47<_0x3a6be0;},'VohLR':function(_0x1e1f69,_0x354851){return _0x1e1f69(_0x354851);},'dwYhg':_0x25cf23(0x2d2),'fIHQO':function(_0x1ef051,_0x24f433){return _0x1ef051===_0x24f433;},'qpUNP':_0x25cf23(0x258),'NXYoh':_0x25cf23(0x211),'qiASo':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','TUpDD':_0x25cf23(0x2d7),'WCRYG':'SIGINT','lKlsg':_0x25cf23(0x29e),'sMXLt':function(_0x16947f,_0x4d310d){return _0x16947f!==_0x4d310d;},'MMELW':'win32','GBUTS':_0x25cf23(0x278),'fEZpr':'SIGQUIT','HuDWZ':_0x25cf23(0x1fb),'tIsiw':_0x25cf23(0x249)},_0x22443a=this['framework'];global[_0x25cf23(0x2b4)]=this[_0x25cf23(0x2b4)],helper['sanitizeCaps'](this[_0x25cf23(0x2b4)]),this[_0x25cf23(0x283)]=null,global[_0x25cf23(0x29b)]=this['sdkRunId'],logger[_0x25cf23(0x29f)]('SDK\x20run\x20started\x20with\x20id:\x20'+this[_0x25cf23(0x29b)]),!this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)]&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)]=this[_0x25cf23(0x2b4)][_0x25cf23(0x200)]||{});if(helper['isUndefined'](helper[_0x25cf23(0x298)](this[_0x25cf23(0x2b4)]))||helper[_0x25cf23(0x21c)](helper['getAccessKey'](this[_0x25cf23(0x2b4)])))throw new Error(_0x2bfc8a[_0x25cf23(0x26d)]);helper[_0x25cf23(0x1f2)](this[_0x25cf23(0x2b4)])&&helper[_0x25cf23(0x21c)](helper[_0x25cf23(0x238)](this['config']))&&(!helper[_0x25cf23(0x21c)](this['config'][_0x25cf23(0x2c8)])&&_0x2bfc8a['qoKZy'](this['config']['browserStackLocalOptions'][_0x25cf23(0x2b6)],Object)?!helper[_0x25cf23(0x22c)](this[_0x25cf23(0x2b4)]['browserStackLocalOptions'][_0x25cf23(0x24d)])&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)][_0x25cf23(0x1ec)]=helper[_0x25cf23(0x1e8)]()):this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)][_0x25cf23(0x24d)]=helper[_0x25cf23(0x22c)](this['config'][_0x25cf23(0x2c8)][_0x25cf23(0x24d)]),helper[_0x25cf23(0x1f3)](this[_0x25cf23(0x2b4)]);if(_0x2bfc8a[_0x25cf23(0x1f0)](_0x22443a,_0x2bfc8a['sHJTj']))return;this[_0x25cf23(0x224)]();process[_0x25cf23(0x2dc)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x203)]=helper['isTrue'](process[_0x25cf23(0x2dc)][_0x25cf23(0x225)]),this[_0x25cf23(0x2b4)]['turboScaleOptions']=this['config'][_0x25cf23(0x2b8)]||{});helper[_0x25cf23(0x2a7)](this[_0x25cf23(0x2b4)])&&(process[_0x25cf23(0x2dc)][_0x25cf23(0x225)]=!![]);LoadTestModule['isLTSSession'](this[_0x25cf23(0x2b4)])&&logger['debug'](_0x25cf23(0x221)+this[_0x25cf23(0x29b)]);if(!helper[_0x25cf23(0x279)]()){try{process[_0x25cf23(0x2dc)]['FRAMEWORK']=_0x22443a,utilities['fireFunnelTestEvent'](_0x2bfc8a['cXFJU'],{},this[_0x25cf23(0x2b4)],this[_0x25cf23(0x2b3)]);}catch(_0x30d02c){logger['debug'](_0x25cf23(0x215)+_0x30d02c);}return;}if(helper[_0x25cf23(0x20a)](_0x22443a)){if(global[_0x25cf23(0x276)]||global['__isPuppeteerInstalled'])return;_0x2bfc8a[_0x25cf23(0x2a1)](_0x2bfc8a[_0x25cf23(0x25f)](parseInt,helper[_0x25cf23(0x1d8)](_0x2bfc8a[_0x25cf23(0x23d)])),0x3)&&(this[_0x25cf23(0x2b4)]['useW3C']=![]),_0x2bfc8a[_0x25cf23(0x243)](helper[_0x25cf23(0x2be)](helper[_0x25cf23(0x1d8)](_0x2bfc8a['dwYhg']),_0x2bfc8a[_0x25cf23(0x274)]),0x1)&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x297)]=!![]);}(helper[_0x25cf23(0x21c)](this[_0x25cf23(0x2b4)][_0x25cf23(0x27c)])||helper['isUndefined'](this[_0x25cf23(0x2b4)][_0x25cf23(0x27c)]['length']))&&(helper[_0x25cf23(0x21c)](this[_0x25cf23(0x2b4)][_0x25cf23(0x20b)])?logger[_0x25cf23(0x29f)](_0x2bfc8a[_0x25cf23(0x2db)]):logger['warn'](_0x2bfc8a[_0x25cf23(0x210)]),this[_0x25cf23(0x2b4)][_0x25cf23(0x27c)]=[]);!this[_0x25cf23(0x2b4)][_0x25cf23(0x222)]&&(this[_0x25cf23(0x2b4)]['testContextOptions']={});try{process['env'][_0x25cf23(0x201)]=_0x2e19c9['_'][0x0],utilities[_0x25cf23(0x275)](_0x2bfc8a['cXFJU'],{},this[_0x25cf23(0x2b4)],this[_0x25cf23(0x2b3)]);}catch(_0x41917c){logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x41917c);}!this[_0x25cf23(0x2b4)][_0x25cf23(0x291)]&&logger['info'](constants[_0x25cf23(0x208)]),this[_0x25cf23(0x1ee)]=this[_0x25cf23(0x1ee)]['bind'](this),process['on'](_0x2bfc8a[_0x25cf23(0x24a)],this[_0x25cf23(0x1ee)]),process['on'](_0x2bfc8a[_0x25cf23(0x2d9)],this[_0x25cf23(0x1ee)]),process['on'](_0x2bfc8a[_0x25cf23(0x2ae)],this['intExitHandler']),_0x2bfc8a[_0x25cf23(0x22d)](process['platform'],_0x2bfc8a['MMELW'])?(process['on'](_0x2bfc8a[_0x25cf23(0x2d4)],this['intExitHandler']),process['on'](_0x2bfc8a[_0x25cf23(0x2a4)],this[_0x25cf23(0x1ee)])):process['on'](_0x2bfc8a[_0x25cf23(0x214)],this['intExitHandler']),process['on'](_0x2bfc8a['tIsiw'],this[_0x25cf23(0x2cb)]());}async[a100_0x2963fa(0x27d)](_0x38cf09){const _0x1f3d5f=a100_0x2963fa,_0x637a73={'IkAzt':_0x1f3d5f(0x2a0),'aWejf':'custom-repeater','lluub':_0x1f3d5f(0x202),'chyYG':function(_0x21340a,_0x29909d){return _0x21340a===_0x29909d;},'WRNGM':'playwright','Fgujz':function(_0x4eb9b0,_0x5e67d2){return _0x4eb9b0+_0x5e67d2;},'bEmlI':'?caps=','RrkAQ':function(_0x1d750c,_0x136d7e){return _0x1d750c(_0x136d7e);},'UuaEf':_0x1f3d5f(0x1e6)};this[_0x1f3d5f(0x2cc)](_0x38cf09);if(helper['isTurboScaleSession'](this[_0x1f3d5f(0x2b4)])){const _0x5b4188=await helper['getTurboScaleGridDetails'](this[_0x1f3d5f(0x2b4)]);this[_0x1f3d5f(0x2b4)]['turboScaleGridDetails']=_0x5b4188,_0x5b4188[_0x1f3d5f(0x268)]&&helper[_0x1f3d5f(0x241)](this[_0x1f3d5f(0x2b4)]['browserstackLocal'])&&helper['isTrue'](this['config'][_0x1f3d5f(0x245)])&&(this[_0x1f3d5f(0x2b4)][_0x1f3d5f(0x2c8)][_0x1f3d5f(0x1ec)]=_0x637a73['IkAzt'],this[_0x1f3d5f(0x2b4)][_0x1f3d5f(0x2c8)][_0x637a73[_0x1f3d5f(0x27e)]]=_0x5b4188['customRepeaters'][_0x1f3d5f(0x2ca)](','),this[_0x1f3d5f(0x2b4)][_0x1f3d5f(0x2c8)][_0x1f3d5f(0x2af)]=_0x637a73[_0x1f3d5f(0x24f)]),this['config'][_0x1f3d5f(0x22e)]=_0x5b4188['url'],this[_0x1f3d5f(0x2b3)]&&_0x637a73[_0x1f3d5f(0x299)](this[_0x1f3d5f(0x2b3)][_0x1f3d5f(0x2c3)](),_0x637a73[_0x1f3d5f(0x217)])?this['config'][_0x1f3d5f(0x22e)]=_0x637a73['Fgujz'](_0x5b4188[_0x1f3d5f(0x232)],_0x637a73[_0x1f3d5f(0x204)]):constants[_0x1f3d5f(0x1e9)]=helper[_0x1f3d5f(0x2b9)](this[_0x1f3d5f(0x2b4)]),logger[_0x1f3d5f(0x2aa)](_0x1f3d5f(0x284)+constants[_0x1f3d5f(0x1e9)]);}helper[_0x1f3d5f(0x1ea)](this['config']),this[_0x1f3d5f(0x26a)](),_0x637a73[_0x1f3d5f(0x2c5)](setPercyFlag,this),await this[_0x1f3d5f(0x20f)](),![_0x637a73[_0x1f3d5f(0x2df)],_0x637a73['WRNGM']][_0x1f3d5f(0x1f7)](this['framework'])&&!helper[_0x1f3d5f(0x2a7)](this[_0x1f3d5f(0x2b4)])&&!helper[_0x1f3d5f(0x1fe)]()[_0x1f3d5f(0x20d)]&&await this[_0x1f3d5f(0x218)]();}async[a100_0x2963fa(0x289)](){const _0x5b6135=a100_0x2963fa,_0x373068={};_0x373068[_0x5b6135(0x1e1)]=function(_0x4730e0,_0x15d12e){return _0x4730e0===_0x15d12e;},_0x373068['iLnXp']=_0x5b6135(0x267),_0x373068[_0x5b6135(0x256)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x373068['GXwBy']='Percy\x20started\x20successfully',_0x373068[_0x5b6135(0x2c6)]=_0x5b6135(0x202),_0x373068[_0x5b6135(0x21e)]=_0x5b6135(0x249);const _0x54d7d1=_0x373068;if(helper[_0x5b6135(0x22c)](this['config']['percy'])&&(!this[_0x5b6135(0x1dc)]||!this[_0x5b6135(0x1dc)][_0x5b6135(0x1fa)]()))try{this['percy']=await percyHelper[_0x5b6135(0x2d3)](this[_0x5b6135(0x2b4)]);if(!this[_0x5b6135(0x1dc)]){process['env']['BROWSERSTACK_PERCY']=_0x54d7d1[_0x5b6135(0x286)];throw new Error(_0x54d7d1[_0x5b6135(0x256)]);}logger[_0x5b6135(0x29f)](_0x54d7d1[_0x5b6135(0x1e7)]),process[_0x5b6135(0x2dc)]['BROWSERSTACK_PERCY']=_0x54d7d1[_0x5b6135(0x2c6)];let _0x54b78a=0x0;const _0x356080=async()=>{const _0x3d1bf6=_0x5b6135;_0x54b78a++,_0x54d7d1[_0x3d1bf6(0x1e1)](_0x54b78a,0x1)&&await this[_0x3d1bf6(0x207)]();};process['on'](_0x54d7d1[_0x5b6135(0x21e)],_0x356080);}catch(_0x1a79c8){process[_0x5b6135(0x2dc)][_0x5b6135(0x23e)]=_0x54d7d1[_0x5b6135(0x286)],logger[_0x5b6135(0x2aa)](_0x5b6135(0x231)+_0x1a79c8);throw new Error(_0x1a79c8[_0x5b6135(0x227)]());}}async[a100_0x2963fa(0x207)](){const _0x35d5d3=a100_0x2963fa,_0x5df49c={};_0x5df49c[_0x35d5d3(0x252)]=_0x35d5d3(0x229),_0x5df49c[_0x35d5d3(0x281)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x2dd038=_0x5df49c;if(this['percy']&&this['percy'][_0x35d5d3(0x1fa)]())try{await percyHelper[_0x35d5d3(0x207)](this[_0x35d5d3(0x1dc)]),logger['info'](_0x2dd038[_0x35d5d3(0x252)]);}catch(_0x41e962){logger['error'](_0x2dd038['MQrAU'],_0x41e962[_0x35d5d3(0x220)]);}}async[a100_0x2963fa(0x20f)](){const _0x402bd3=a100_0x2963fa,_0x5c62c6={};_0x5c62c6[_0x402bd3(0x2c2)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x5c62c6['QmkAS']=_0x402bd3(0x2cd);const _0x17667d=_0x5c62c6;if(helper['isBrowserstackInfra']()&&helper[_0x402bd3(0x22c)](this[_0x402bd3(0x2b4)][_0x402bd3(0x245)])&&(!this['browserstackLocal']||!this[_0x402bd3(0x245)][_0x402bd3(0x1fa)]()))try{if(this[_0x402bd3(0x2b4)][_0x402bd3(0x2c8)][_0x402bd3(0x24d)]){logger[_0x402bd3(0x2aa)](_0x17667d['mHtRD']);return;}this[_0x402bd3(0x245)]=await helper[_0x402bd3(0x23a)](this[_0x402bd3(0x2b4)]),logger['info'](_0x17667d[_0x402bd3(0x1df)]);}catch(_0x2ca441){logger[_0x402bd3(0x2aa)](_0x2ca441);throw new Error(_0x2ca441['toString']());}}async[a100_0x2963fa(0x296)](){const _0x40c60c=a100_0x2963fa,_0xc427d8={};_0xc427d8[_0x40c60c(0x28e)]=_0x40c60c(0x280),_0xc427d8[_0x40c60c(0x2cf)]=_0x40c60c(0x21d);const _0x12dc45=_0xc427d8;if(this[_0x40c60c(0x245)]&&this[_0x40c60c(0x245)][_0x40c60c(0x1fa)]())try{await helper[_0x40c60c(0x2da)](this[_0x40c60c(0x245)]),logger[_0x40c60c(0x29f)](_0x12dc45[_0x40c60c(0x28e)]);}catch(_0x58b063){logger[_0x40c60c(0x273)](_0x12dc45[_0x40c60c(0x2cf)],_0x58b063[_0x40c60c(0x220)]);}}async[a100_0x2963fa(0x218)](){const _0x1a491a=a100_0x2963fa;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1a491a(0x248)],async()=>{const _0x9c69e7=_0x1a491a;await hubAllocator[_0x9c69e7(0x250)](this[_0x9c69e7(0x2b4)]);})();}async[a100_0x2963fa(0x1d4)](){const _0x114d68=a100_0x2963fa,_0x1b4916={'ZHVVK':function(_0x196608,_0x317ce9){return _0x196608(_0x317ce9);},'kHWvI':'../ai-sdk-node/bundle','eIFlE':function(_0x344c86,_0xcec015,_0x2d8d04,_0x454ac7,_0x5526f6,_0x35efb0,_0x2347ac){return _0x344c86(_0xcec015,_0x2d8d04,_0x454ac7,_0x5526f6,_0x35efb0,_0x2347ac);},'EgcvK':'BrowserstackHealing.init\x20method\x20timed\x20out','GsqTJ':_0x114d68(0x1f1),'UfKwV':function(_0x434698,_0x309910){return _0x434698(_0x309910);},'yRKPT':_0x114d68(0x28a),'ZtnRK':'BrowserstackHealing.init','kGTNF':function(_0x1356ec,_0x473aec){return _0x1356ec===_0x473aec;},'NGyiy':_0x114d68(0x202),'uvBmp':function(_0x5203a1,_0x54c8a9){return _0x5203a1===_0x54c8a9;},'cnTzg':_0x114d68(0x2ba),'boGoO':function(_0x5153cd,_0x25c569){return _0x5153cd===_0x25c569;},'zEWku':_0x114d68(0x22f),'LPsAF':'Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','KSbkq':function(_0x1eeb8e,_0x4d98d9){return _0x1eeb8e(_0x4d98d9);},'uhsqS':_0x114d68(0x213),'GCYgu':function(_0x38999d,_0x305e10){return _0x38999d>=_0x305e10;},'wTTiX':function(_0x215186,_0x3de9ec){return _0x215186<_0x3de9ec;},'FmigD':function(_0x2628cd,_0x1f8a9c){return _0x2628cd>=_0x1f8a9c;},'sLYHK':_0x114d68(0x293),'SVfxx':'aiHeal:tcgAuth','uldQV':function(_0x38ee95){return _0x38ee95();}},_0x3cabe1=PerformanceTester[_0x114d68(0x287)](_0x1b4916['SVfxx'],async()=>{const _0x1f70c9=_0x114d68;try{const _0x3567b7=new Date(),_0x3b385a=helper[_0x1f70c9(0x2ad)](this['config']),_0x17b861=_0x1b4916['ZHVVK'](require,path[_0x1f70c9(0x2ca)](__dirname,_0x1b4916[_0x1f70c9(0x263)])),_0x41c7cf=_0x1b4916[_0x1f70c9(0x277)](timeoutPromise,constants[_0x1f70c9(0x1ef)],_0x1b4916['EgcvK'],_0x1b4916[_0x1f70c9(0x2b7)],_0x3567b7,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]),_0x3adc5a={'tcgUrl':constants[_0x1f70c9(0x25b)],'sdkVersion':_0x1b4916['UfKwV'](require,_0x1b4916[_0x1f70c9(0x223)])[_0x1f70c9(0x237)],'methodUsed':_0x1b4916['ZtnRK'],'proxyConfig':_0x3b385a,'os':os[_0x1f70c9(0x290)]()};if(_0x3b385a&&_0x3b385a[_0x1f70c9(0x261)]){utilities[_0x1f70c9(0x275)](constants[_0x1f70c9(0x2d6)],_0x3adc5a,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]);return;}const _0x5758e6={};_0x5758e6[_0x1f70c9(0x266)]=_0x3b385a;const _0x4c3ba6=await Promise['race']([_0x17b861['init'](this[_0x1f70c9(0x2b4)][_0x1f70c9(0x2b5)],this[_0x1f70c9(0x2b4)][_0x1f70c9(0x2bd)],constants[_0x1f70c9(0x25b)],_0x1b4916[_0x1f70c9(0x25e)](require,_0x1b4916[_0x1f70c9(0x223)])[_0x1f70c9(0x237)],_0x5758e6)[_0x1f70c9(0x2bf)](_0x2153a7=>{const _0x2e760a=_0x1f70c9;return _0x41c7cf[_0x2e760a(0x233)](),_0x2153a7;}),_0x41c7cf]);_0x4c3ba6[_0x1f70c9(0x260)]=_0x1b4916[_0x1f70c9(0x2ab)](_0x4c3ba6[_0x1f70c9(0x260)],_0x1b4916[_0x1f70c9(0x1d7)])||_0x1b4916[_0x1f70c9(0x2ab)](_0x4c3ba6['isHealingEnabled'],!![]);const _0x58e8a8=_0x1b4916[_0x1f70c9(0x2ab)](this['config']['selfHeal'],!![])||_0x1b4916[_0x1f70c9(0x2ab)](this[_0x1f70c9(0x2b4)]['selfHeal'],_0x1b4916['NGyiy']);if(_0x1b4916[_0x1f70c9(0x1db)](_0x4c3ba6[_0x1f70c9(0x220)],constants[_0x1f70c9(0x20e)])&&_0x58e8a8)logger['info'](_0x1b4916['cnTzg']);else{if(!_0x4c3ba6[_0x1f70c9(0x22a)]&&_0x1b4916[_0x1f70c9(0x1ed)](_0x4c3ba6['status'],0x1f7)&&_0x58e8a8)logger[_0x1f70c9(0x29f)](_0x1b4916['zEWku']),utilities[_0x1f70c9(0x275)](constants[_0x1f70c9(0x26c)],_0x3adc5a,this[_0x1f70c9(0x2b4)],this['framework']);else{if(!_0x4c3ba6[_0x1f70c9(0x22a)]&&_0x58e8a8){logger[_0x1f70c9(0x29f)](_0x1b4916[_0x1f70c9(0x2a3)]);const _0x320d3d={'tcgUrl':constants[_0x1f70c9(0x25b)],'sdkVersion':_0x1b4916[_0x1f70c9(0x1fd)](require,_0x1b4916['yRKPT'])[_0x1f70c9(0x237)],'methodUsed':_0x1b4916[_0x1f70c9(0x2ce)],'proxyConfig':_0x3b385a,'os':os['platform']()};utilities['fireFunnelTestEvent'](constants['TCG_AUTH_FAILURE'],_0x320d3d,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]);}else{if(_0x4c3ba6[_0x1f70c9(0x22a)]&&!_0x4c3ba6[_0x1f70c9(0x260)]&&_0x58e8a8)logger[_0x1f70c9(0x29f)](_0x1b4916[_0x1f70c9(0x212)]);else{if(_0x1b4916[_0x1f70c9(0x226)](_0x4c3ba6[_0x1f70c9(0x2c1)],0xc8)&&_0x1b4916[_0x1f70c9(0x254)](_0x4c3ba6[_0x1f70c9(0x2c1)],0x12c))utilities['fireFunnelTestEvent'](constants[_0x1f70c9(0x28c)],_0x3adc5a,this['config'],this['framework']);else{if(_0x1b4916[_0x1f70c9(0x1f9)](_0x4c3ba6['status'],0x190))_0x3adc5a[_0x1f70c9(0x2c1)]=_0x4c3ba6['status'],utilities[_0x1f70c9(0x275)](constants[_0x1f70c9(0x26f)],_0x3adc5a,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]);else!_0x4c3ba6[_0x1f70c9(0x2c1)]&&utilities[_0x1f70c9(0x275)](constants['INVALID_INIT_RESP_WITH_USER_IMPACT'],_0x3adc5a,this['config'],this['framework']);}}}}}if(_0x4c3ba6[_0x1f70c9(0x22a)]&&_0x4c3ba6[_0x1f70c9(0x260)]){const _0x1e10da={};_0x1e10da[_0x1f70c9(0x1d1)]=_0x4c3ba6;const _0x1a3ab6=_0x1e10da;_0x3b385a&&(_0x1a3ab6[_0x1f70c9(0x2a8)]=_0x3b385a),_0x1a3ab6[_0x1f70c9(0x2b3)]=this[_0x1f70c9(0x2b3)],_0x1a3ab6[_0x1f70c9(0x269)]=this[_0x1f70c9(0x2b4)],helper['setupTcgConfigFile'](_0x1a3ab6),logger['debug'](_0x1b4916[_0x1f70c9(0x23f)]);}}catch(_0x2e7b38){logger[_0x1f70c9(0x2aa)](_0x1f70c9(0x1dd)+(_0x2e7b38[_0x1f70c9(0x220)]?_0x2e7b38[_0x1f70c9(0x220)]:''));}});await _0x1b4916[_0x114d68(0x205)](_0x3cabe1);}[a100_0x2963fa(0x26a)](){const _0x37bd98=a100_0x2963fa,_0x555fa1={'DKdcU':function(_0x21c9bd,_0x1a6987){return _0x21c9bd(_0x1a6987);},'BbFBo':_0x37bd98(0x292)};_0x555fa1['DKdcU'](require,_0x555fa1[_0x37bd98(0x247)])();}['handleExceptions'](){const _0x17d5c9=a100_0x2963fa,_0x3d5571={};_0x3d5571[_0x17d5c9(0x28f)]=_0x17d5c9(0x26e),_0x3d5571[_0x17d5c9(0x253)]=_0x17d5c9(0x219),_0x3d5571['EJScd']=_0x17d5c9(0x2b2);const _0x2b89f9=_0x3d5571,_0x5ae55a=_0x39e10c=>{const _0x1eb3a5=_0x17d5c9,_0x5d58da=_0x2b89f9[_0x1eb3a5(0x28f)][_0x1eb3a5(0x29d)]('|');let _0x1af91c=0x0;while(!![]){switch(_0x5d58da[_0x1af91c++]){case'0':ClientTroubleShootingService[_0x1eb3a5(0x1f6)]();continue;case'1':PerformanceTester[_0x1eb3a5(0x2c9)](_0x39e10c);continue;case'2':this[_0x1eb3a5(0x271)][_0x1eb3a5(0x1eb)](util['format']('%j',_0x39e10c));continue;case'3':logger[_0x1eb3a5(0x273)](_0x39e10c[_0x1eb3a5(0x220)]);continue;case'4':logger['debug'](util[_0x1eb3a5(0x29a)](_0x39e10c));continue;}break;}};process['on'](_0x2b89f9['VKaBO'],_0x5ae55a),process['on'](_0x2b89f9[_0x17d5c9(0x294)],_0x5ae55a);}async['intExitHandler'](_0xe2789d){const _0x5b803a=a100_0x2963fa,_0x58b53c={};_0x58b53c[_0x5b803a(0x2c0)]=_0x5b803a(0x2a5),_0x58b53c[_0x5b803a(0x26b)]=function(_0x146f80,_0x1d9e46){return _0x146f80+_0x1d9e46;},_0x58b53c[_0x5b803a(0x1f8)]=_0x5b803a(0x25a),_0x58b53c[_0x5b803a(0x257)]=function(_0x495ed9,_0x4b6ea3){return _0x495ed9+_0x4b6ea3;},_0x58b53c[_0x5b803a(0x251)]=_0x5b803a(0x1ff),_0x58b53c[_0x5b803a(0x27a)]=function(_0x184b98,_0x35719c){return _0x184b98+_0x35719c;};const _0x3583b6=_0x58b53c,_0x203201=_0x3583b6['xUIbJ'][_0x5b803a(0x29d)]('|');let _0x4fee20=0x0;while(!![]){switch(_0x203201[_0x4fee20++]){case'0':await BrowserstackCLI[_0x5b803a(0x288)]()[_0x5b803a(0x2b0)]();continue;case'1':this[_0x5b803a(0x283)]=_0xe2789d;continue;case'2':logger[_0x5b803a(0x29f)](_0x3583b6['iGhTi'](_0x3583b6['qhdFW'],_0xe2789d));continue;case'3':this[_0x3583b6['bCIGe'](_0x3583b6[_0x5b803a(0x251)],_0xe2789d)]=!![];continue;case'4':await ClientTroubleShootingService[_0x5b803a(0x264)](_0xe2789d);continue;case'5':await TestHubHandler['stop'](_0xe2789d);continue;case'6':await ClientTroubleShootingService[_0x5b803a(0x1f6)]();continue;case'7':if(this[_0x3583b6[_0x5b803a(0x27a)](_0x3583b6[_0x5b803a(0x251)],_0xe2789d)])return;continue;}break;}}['exitHandler'](){const _0x580ce1=a100_0x2963fa,_0x102905={'UDJQz':function(_0x723042,_0x5910ec){return _0x723042===_0x5910ec;},'LXYvC':_0x580ce1(0x2a2),'zYjCi':function(_0x837a70,_0x32272f){return _0x837a70>_0x32272f;},'XHIvN':function(_0x8df7df,_0x32430c){return _0x8df7df>_0x32430c;},'mugJU':function(_0x3982c4,_0x300872){return _0x3982c4(_0x300872);},'UIdge':function(_0x31648c,_0x7ec9ab){return _0x31648c(_0x7ec9ab);},'bupVo':function(_0x382aa9){return _0x382aa9();},'yoaBo':_0x580ce1(0x22b)};let _0x3d47b0=0x0;return async()=>{const _0x113151=_0x580ce1;_0x3d47b0++;if(_0x102905[_0x113151(0x282)](_0x3d47b0,0x1)){helper[_0x113151(0x1f4)](this[_0x113151(0x2b3)])&&await this[_0x113151(0x296)]();try{logger[_0x113151(0x2aa)](_0x102905[_0x113151(0x24c)]),await TestHubHandler[_0x113151(0x2b0)](_0x3d47b0),await ClientTroubleShootingService[_0x113151(0x1f6)](),await BrowserstackCLI['getInstance']()[_0x113151(0x2b0)]('1');}catch(_0x50e30d){logger[_0x113151(0x2aa)](_0x113151(0x2de)+util['format'](_0x50e30d));}PerformanceTester['end'](PerformanceEvents[_0x113151(0x27b)]);if(PerformanceTester['isEnabled']()){const {measures:_0xd22324,errors:_0x4aaeb2}=await PerformanceTester[_0x113151(0x1d6)](),_0x392d52={};if(_0xd22324&&_0x102905['zYjCi'](_0xd22324['length'],0x0)||_0x4aaeb2&&_0x102905[_0x113151(0x230)](_0x4aaeb2[_0x113151(0x1e0)],0x0)){const _0x14ef38={};_0x14ef38[_0x113151(0x239)]=_0xd22324,_0x14ef38[_0x113151(0x240)]=_0x4aaeb2,Object[_0x113151(0x216)](_0x392d52,_0x14ef38);}try{const _0xa43106=await helper[_0x113151(0x234)](_0x392d52,this[_0x113151(0x2b4)]);logger['debug']('Data\x20sent\x20successfully\x20to\x20'+_0x102905[_0x113151(0x1d9)](getEdsInstrumentationAPIUrl,'')+_0x113151(0x235)+_0xa43106['statusCode']);}catch(_0x4f497f){logger[_0x113151(0x2aa)]('Failed\x20to\x20send\x20data\x20to\x20'+_0x102905[_0x113151(0x2d0)](getEdsInstrumentationAPIUrl,'')+_0x113151(0x21f)+util['format'](_0x4f497f));}try{fs[_0x113151(0x28b)](path[_0x113151(0x2ca)](_0x102905['bupVo'](getLogDir),_0x102905[_0x113151(0x2dd)]),JSON[_0x113151(0x265)](_0x392d52));}catch(_0x3a9467){logger['debug']('Error\x20in\x20writing\x20events\x20to\x20file\x20'+_0x3a9467);}}}logger&&logger[_0x113151(0x2bb)](),fileLogger&&fileLogger[_0x113151(0x2bb)]();};}}exports[a100_0x2963fa(0x244)]=BrowserStackSetup;
@@ -1 +1 @@
1
- const a101_0x42021d=a101_0x5d24;(function(_0x4d6e3e,_0x17e893){const _0x503d2f=a101_0x5d24,_0xe6fee8=_0x4d6e3e();while(!![]){try{const _0x16e933=parseInt(_0x503d2f(0x16c))/0x1*(parseInt(_0x503d2f(0x104))/0x2)+-parseInt(_0x503d2f(0x191))/0x3*(-parseInt(_0x503d2f(0x15e))/0x4)+parseInt(_0x503d2f(0x161))/0x5*(-parseInt(_0x503d2f(0xfd))/0x6)+parseInt(_0x503d2f(0x10b))/0x7+parseInt(_0x503d2f(0x128))/0x8+-parseInt(_0x503d2f(0xfb))/0x9*(-parseInt(_0x503d2f(0xdd))/0xa)+-parseInt(_0x503d2f(0x10e))/0xb*(parseInt(_0x503d2f(0x12f))/0xc);if(_0x16e933===_0x17e893)break;else _0xe6fee8['push'](_0xe6fee8['shift']());}catch(_0x3b4344){_0xe6fee8['push'](_0xe6fee8['shift']());}}}(a101_0x4535,0x6c3c2));const util=require(a101_0x42021d(0xd1)),logger=require(a101_0x42021d(0x13e))[a101_0x42021d(0x10f)],accessibilityHelper=require(a101_0x42021d(0xe4)),globals=require(a101_0x42021d(0x150)),scripts=require(a101_0x42021d(0x15f)),PerformanceTester=require(a101_0x42021d(0xdc)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0x42021d(0x110)),BrowserstackCLI=require(a101_0x42021d(0x147));let playwrightA11yHelper=null;function a101_0x4535(){const _0x3b6085=['ms\x20using\x20setScriptTimeout\x20API','max','AqpTi','isAccessibilityPlatform','WUDwx','PERFORM_SCAN','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','cnemF','gDTfG','getAccessibilityResultsSummaryWithRetry','playwright-page','AAvpT','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','5130168uagsva','saveAccessibilityResultsWithRetry','viOac','getAccessibilityResultsSummary','Operation\x20timed\x20out\x20after\x20','tJVJH','maxRetries','24OMhYjq','bstackA11yScanOptions','udqUa',').\x20Last\x20error:\x20','value','reason','\x20for\x20method:\x20','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','unknown','Playwright\x20accessibility\x20helper\x20not\x20available','XqPFo','goto','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','XJtMV','getAccessibilityResults','../logger','ZumlT','info','nIRWD','selenium-webdriver','tongR','executeAsyncScript','Playwright',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','../../bin/v2/browserstackCLI','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','getAccessibilityModule','fcoey','Accessibility\x20retry\x20configuration\x20updated:\x20','function','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','XiepI','../globals','AZwKI','page','message','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','tJndG',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','scannerProcessingTimeout','bstackA11yShouldScan','summary','evaluate','getAccessibilityResultsWithRetry','manage','SgjNU','8Zwwkpw','./scripts','setDefaultTimeout','1109585YHUJkE','wTLoW','name','DmgRh','mHhKC','race','YlXWn','):\x20','status','type','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','45lbdlsL','hvHtO','isAccessibilityAutomationSession','JpCXR','HUYHT','error','warn','anczg','WebDriver','VOSjW','\x20completed\x20successfully.','getRetryConfig','Accessibility\x20results\x20save\x20attempt\x20','driverType','aIYOD','browserStackEvaluate','TPinl','updateRetryConfig','\x20-\x20not\x20applicable','setTimeouts','results','performComprehensiveAccessibilityScanWithRetry','xQQcp','fNShN','Axjgu','CAqNy','bzLZU','xPNJi','SdZUC','options','performScanWithRetry','allSettled','xusvk','\x20failed\x20for\x20method:\x20','setSeleniumScriptTimeout','rejected','ms\x20using\x20setTimeouts\x20API','173118MCgSxj','kXGuB','pPrrU','Accessibility\x20results\x20retrieval\x20attempt\x20','scanSucceeded','saveTestResults','GOIYm','xPjZp','capabilitiesList','getGlobal','xcoFt','nuisR',').\x20Error:\x20','lcCGe','Skipping\x20timeout\x20setting\x20for\x20','util','currentTest','playwright-codecept-driver','timeouts','ncPiP','LpESS','gIwxB','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','aLMsY','TrvtC','is_mobile_session','../performance/performance-tester','12100NpXADm','getId','WeVaa','OSSkC','rBhvm','sNbfz','defaultTimeoutMs','./helper','Unknown\x20error','isSeleniumDriver','aTOdy','IPKhn','rcxyg','isPlaywright','QSvgI','../../bin/playwright/accessibility-helper','env','accessibilityPlatform','stringify','ySvXf','getInstance','performScan','setScriptTimeout','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','GGtUl','fulfilled','debug','DmFbF','DpIbC','6291yiUZlW','resolveMobileThTestRunUuid','6ZwaKGG','isPlaywrightPage','\x20failed\x20(','vxSJi','__workerDetails','isMobilePlatform','TOBsh','7818QEdZHI','Accessibility\x20scan\x20attempt\x20','HnQwc','lIiFz','gsUkA','QAKan','nRgNu','303541XypMZB','sWvWQ','getCurrentUrl','6360717kUTrdJ','winstonLogger','../performance/constants','timeoutMs','lCUXZ','XiMMp','Scan\x20attempt\x20','assign','kYEEg','url','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','setPlaywrightScriptTimeout'];a101_0x4535=function(){return _0x3b6085;};return a101_0x4535();}function a101_0x5d24(_0x32939d,_0x1ad55d){const _0x4535b3=a101_0x4535();return a101_0x5d24=function(_0x5d2474,_0x23b3bf){_0x5d2474=_0x5d2474-0xc7;let _0x29a208=_0x4535b3[_0x5d2474];return _0x29a208;},a101_0x5d24(_0x32939d,_0x1ad55d);}try{playwrightA11yHelper=require(a101_0x42021d(0xec));}catch(a101_0x53cd0a){logger[a101_0x42021d(0xf8)](a101_0x42021d(0x138));}const a101_0x21c49b={};a101_0x21c49b[a101_0x42021d(0x12e)]=0x1,a101_0x21c49b[a101_0x42021d(0x111)]=0x7530,a101_0x21c49b[a101_0x42021d(0xe3)]=0x7530;const RETRY_CONFIG=a101_0x21c49b,setConfigTimeout=(_0xd504f6,_0x2b9174=null)=>{const _0x4e0e73=a101_0x42021d,_0x5a377b={'xQQcp':function(_0x238073,_0x575f78){return _0x238073===_0x575f78;},'Axjgu':_0x4e0e73(0x157),'pasDs':function(_0x465a51,_0x3006b8){return _0x465a51===_0x3006b8;},'fKMNu':function(_0x21c2f3,_0xc381ad){return _0x21c2f3*_0xc381ad;},'mRxgO':function(_0x12afd7,_0x4f503b){return _0x12afd7(_0x4f503b);},'sNbfz':function(_0x7ee75a,_0x2bacba){return _0x7ee75a*_0x2bacba;},'rcxyg':function(_0x371080,_0x587112){return _0x371080(_0x587112);}};if(BrowserstackCLI['getInstance']()['isRunning']()&&BrowserstackCLI[_0x4e0e73(0xf1)]()[_0x4e0e73(0x14a)]()){const _0x438f36=BrowserstackCLI[_0x4e0e73(0xf1)]()[_0x4e0e73(0x14a)]()['accessibilityConfig'],_0x365ff9=_0x438f36[_0x4e0e73(0x189)][_0x4e0e73(0xca)]||[];for(const _0x8aa63a of _0x365ff9){_0x5a377b[_0x4e0e73(0x182)](_0x8aa63a[_0x4e0e73(0x163)],_0x5a377b[_0x4e0e73(0x184)])&&_0x5a377b['pasDs'](_0x2b9174,null)&&(_0xd504f6[_0x4e0e73(0x111)]=_0x5a377b['fKMNu'](_0x5a377b['mRxgO'](parseInt,_0x8aa63a['value']),0x3e8));}}else process[_0x4e0e73(0xed)][_0x4e0e73(0x16b)]&&(_0xd504f6[_0x4e0e73(0x111)]=_0x5a377b[_0x4e0e73(0xe2)](_0x5a377b[_0x4e0e73(0xe9)](parseInt,process[_0x4e0e73(0xed)][_0x4e0e73(0x16b)]),0x3e8));},detectDriverType=_0xac6ab4=>{const _0x2fc7f1=a101_0x42021d,_0x177b3d={};_0x177b3d[_0x2fc7f1(0x112)]=_0x2fc7f1(0x137),_0x177b3d[_0x2fc7f1(0x17c)]=function(_0x5c6936,_0x78497a){return _0x5c6936===_0x78497a;},_0x177b3d[_0x2fc7f1(0xe8)]=_0x2fc7f1(0x14d),_0x177b3d['QAKan']=function(_0xb8c64c,_0x6bb008){return _0xb8c64c===_0x6bb008;},_0x177b3d[_0x2fc7f1(0xf0)]=_0x2fc7f1(0x124),_0x177b3d[_0x2fc7f1(0x13f)]=function(_0x4019a3,_0x3a3d6e){return _0x4019a3===_0x3a3d6e;},_0x177b3d['xusvk']=_0x2fc7f1(0x142),_0x177b3d[_0x2fc7f1(0x186)]='Page',_0x177b3d['Vzhlq']=function(_0x45df00,_0x2e8e65){return _0x45df00===_0x2e8e65;},_0x177b3d['JkgqN']=_0x2fc7f1(0x174),_0x177b3d[_0x2fc7f1(0x121)]=_0x2fc7f1(0x145),_0x177b3d[_0x2fc7f1(0xe7)]=_0x2fc7f1(0xd3),_0x177b3d[_0x2fc7f1(0x141)]=function(_0x32583d,_0x215860){return _0x32583d||_0x215860;},_0x177b3d[_0x2fc7f1(0x113)]='undefined';const _0x2a9fda=_0x177b3d;if(!_0xac6ab4){const _0xf60360={};return _0xf60360[_0x2fc7f1(0xea)]=![],_0xf60360[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x112)],_0xf60360;}if(_0x2a9fda[_0x2fc7f1(0x17c)](typeof _0xac6ab4[_0x2fc7f1(0x15a)],_0x2a9fda[_0x2fc7f1(0xe8)])&&_0x2a9fda[_0x2fc7f1(0x109)](typeof _0xac6ab4[_0x2fc7f1(0x117)],_0x2a9fda['IPKhn'])&&_0x2a9fda['TPinl'](typeof _0xac6ab4[_0x2fc7f1(0x13a)],_0x2a9fda[_0x2fc7f1(0xe8)])){const _0x3ea29d={};return _0x3ea29d[_0x2fc7f1(0xea)]=!![],_0x3ea29d['type']=_0x2a9fda[_0x2fc7f1(0xf0)],_0x3ea29d;}if(_0x2a9fda[_0x2fc7f1(0x13f)](typeof _0xac6ab4[_0x2fc7f1(0x144)],_0x2a9fda[_0x2fc7f1(0xe8)])&&_0x2a9fda[_0x2fc7f1(0x109)](typeof _0xac6ab4['getCapabilities'],_0x2a9fda[_0x2fc7f1(0xe8)])){const _0x3a8554={};return _0x3a8554[_0x2fc7f1(0xea)]=![],_0x3a8554[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x18c)],_0x3a8554;}const _0x56ea3e=_0xac6ab4['constructor']?.[_0x2fc7f1(0x163)];if(_0x2a9fda[_0x2fc7f1(0x109)](_0x56ea3e,_0x2a9fda[_0x2fc7f1(0x186)])){const _0x515c38={};return _0x515c38['isPlaywright']=!![],_0x515c38['type']=_0x2a9fda[_0x2fc7f1(0xf0)],_0x515c38;}if(_0x2a9fda['Vzhlq'](_0x56ea3e,_0x2a9fda['JkgqN'])){const _0x297001={};return _0x297001[_0x2fc7f1(0xea)]=![],_0x297001[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x18c)],_0x297001;}if(_0x2a9fda[_0x2fc7f1(0x17c)](_0x56ea3e,_0x2a9fda['cnemF'])){const _0x136cbf={};return _0x136cbf['isPlaywright']=!![],_0x136cbf[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0xe7)],_0x136cbf;}logger['warn']('Unknown\x20driver/page\x20type:\x20'+_0x2a9fda['nIRWD'](_0x56ea3e,_0x2a9fda[_0x2fc7f1(0x113)]));const _0x189b38={};return _0x189b38[_0x2fc7f1(0xea)]=![],_0x189b38[_0x2fc7f1(0x16a)]=_0x2a9fda[_0x2fc7f1(0x112)],_0x189b38;},withTimeout=(_0x718db8,_0x31d0b3)=>{const _0x2a0693=a101_0x42021d;return Promise[_0x2a0693(0x166)]([_0x718db8,new Promise((_0x42862a,_0x466e37)=>setTimeout(()=>_0x466e37(new Error(_0x2a0693(0x12c)+_0x31d0b3+'ms')),_0x31d0b3))]);};exports[a101_0x42021d(0x18a)]=async(_0x21036b,_0x44c8ca=null,_0x4b71af=null,_0x1edd18=![],_0x35d946=null)=>{const _0x389d53=a101_0x42021d,_0x3b9cac={'aIYOD':function(_0x5491b4,_0x43c582){return _0x5491b4&&_0x43c582;},'ncPiP':function(_0x32796c,_0x596cb2,_0x484070){return _0x32796c(_0x596cb2,_0x484070);},'sWvWQ':function(_0x1886fe,_0x1d2652){return _0x1886fe===_0x1d2652;},'rBhvm':_0x389d53(0xd3),'NxkJP':function(_0x43d13d,_0x3732fa){return _0x43d13d(_0x3732fa);},'IQARa':function(_0x4a7544,_0x92ab03){return _0x4a7544||_0x92ab03;},'kYEEg':function(_0x2c8f7c,_0x4c487c){return _0x2c8f7c!==_0x4c487c;},'WUDwx':_0x389d53(0x11d),'KPqLD':function(_0x183c66,_0x2df28f){return _0x183c66!==_0x2df28f;},'DpIbC':_0x389d53(0x158),'hvHtO':function(_0x2fc39a,_0x1c2c96){return _0x2fc39a===_0x1c2c96;},'HnQwc':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','GOIYm':'unknown_method','pPrrU':_0x389d53(0x14d),'HUYHT':function(_0x330474,_0x3a497f){return _0x330474<=_0x3a497f;},'VOSjW':function(_0x2bc4cc,_0x324d1f){return _0x2bc4cc+_0x324d1f;},'udqUa':function(_0xadfbd9,_0x303733){return _0xadfbd9+_0x303733;},'SgjNU':_0x389d53(0xe5)},{isPlaywright:_0x4d7877,type:_0x4111c1}=_0x3b9cac['NxkJP'](detectDriverType,_0x21036b),_0x3cf6e3=_0x1edd18?_0x3b9cac['IQARa'](_0x35d946,{}):global[_0x389d53(0x130)]||{},_0x239657=_0x4d7877?global[_0x389d53(0xee)]&&(_0x1edd18||_0x3b9cac[_0x389d53(0x116)](global[_0x389d53(0x158)],![])):accessibilityHelper[_0x389d53(0x16e)]()&&globals[_0x389d53(0xcb)](_0x3b9cac['WUDwx'])&&(_0x1edd18||_0x3b9cac['KPqLD'](globals[_0x389d53(0xcb)](_0x3b9cac[_0x389d53(0xfa)]),![]));if(!_0x239657)return _0x4d7877&&global[_0x389d53(0xee)]&&_0x3b9cac[_0x389d53(0x10c)](global['bstackA11yShouldScan'],![])||!_0x4d7877&&globals[_0x389d53(0xcb)](_0x3b9cac[_0x389d53(0x11e)])&&_0x3b9cac[_0x389d53(0x16d)](globals['getGlobal'](_0x3b9cac[_0x389d53(0xfa)]),![])?logger[_0x389d53(0xf8)](_0x3b9cac[_0x389d53(0x106)]):logger[_0x389d53(0x172)](_0x389d53(0x126)+_0x4111c1+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x48e361=_0x44c8ca||global['browserstackSessionName']||_0x3b9cac[_0x389d53(0xc8)];let _0xa7ec9c=null;const _0x5ea9ed={'testhub_btcer_uuid':global[_0x389d53(0x101)]?.[_0x389d53(0xd2)]?.['id'],'url':_0x3b9cac['hvHtO'](typeof _0x21036b[_0x389d53(0x117)],_0x3b9cac[_0x389d53(0x193)])?await _0x21036b[_0x389d53(0x117)]():_0x3b9cac[_0x389d53(0x10c)](typeof _0x21036b[_0x389d53(0x10d)],_0x3b9cac[_0x389d53(0x193)])?await _0x21036b[_0x389d53(0x10d)]():'','automate_session_id':_0x3b9cac['hvHtO'](typeof _0x21036b['getSession'],_0x3b9cac[_0x389d53(0x193)])?(await _0x21036b['getSession']())[_0x389d53(0xde)]():''};for(let _0x9023e5=0x1;_0x3b9cac[_0x389d53(0x170)](_0x9023e5,_0x3b9cac[_0x389d53(0x175)](RETRY_CONFIG[_0x389d53(0x12e)],0x1));_0x9023e5++){try{return logger['debug'](_0x389d53(0x105)+_0x9023e5+'/'+_0x3b9cac[_0x389d53(0x131)](RETRY_CONFIG[_0x389d53(0x12e)],0x1)+_0x389d53(0x135)+_0x48e361+'\x20('+_0x4111c1+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x389d53(0x11f)],async()=>{const _0x48f325=_0x389d53;let _0x354ae8;if(_0x3b9cac[_0x48f325(0x17a)](_0x4d7877,playwrightA11yHelper)){_0x3b9cac[_0x48f325(0xd5)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x48f325(0x119)](_0x21036b,RETRY_CONFIG[_0x48f325(0x111)]);let _0x5ec9c7=_0x21036b;_0x3b9cac['sWvWQ'](_0x4111c1,_0x3b9cac[_0x48f325(0xe1)])&&(_0x5ec9c7=_0x21036b[_0x48f325(0x152)]);const _0x4252d0=global[_0x48f325(0x102)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x48f325(0xfc)]()}:{};_0x354ae8=await _0x3b9cac[_0x48f325(0xd5)](withTimeout,playwrightA11yHelper[_0x48f325(0xf2)](_0x5ec9c7,_0x48e361,_0x3cf6e3,_0x4252d0),RETRY_CONFIG[_0x48f325(0x111)]),await exports[_0x48f325(0x119)](_0x21036b,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x48f325(0x18e)](_0x21036b,RETRY_CONFIG[_0x48f325(0x111)]),_0x354ae8=await _0x3b9cac[_0x48f325(0xd5)](withTimeout,accessibilityHelper[_0x48f325(0xf2)](_0x21036b,_0x48e361,_0x1edd18,_0x3cf6e3),RETRY_CONFIG[_0x48f325(0x111)]),await exports['setSeleniumScriptTimeout'](_0x21036b,RETRY_CONFIG[_0x48f325(0xe3)]);logger[_0x48f325(0xf8)](_0x48f325(0x114)+_0x9023e5+_0x48f325(0x176));},{'command':_0x48e361,..._0x5ea9ed})(),logger['info'](_0x389d53(0x154)+_0x9023e5+'.'),!![];}catch(_0x23b4b1){_0xa7ec9c=_0x23b4b1,logger[_0x389d53(0xf8)](_0x389d53(0x105)+_0x9023e5+_0x389d53(0x18d)+_0x48e361+'\x20('+_0x4111c1+').\x20Error:\x20'+_0x23b4b1['message']);}}return logger[_0x389d53(0x171)](_0x389d53(0x120)+_0x48e361+'\x20('+_0x4111c1+')\x20with\x20error:\x20'+(_0xa7ec9c?.['message']||_0x3b9cac[_0x389d53(0x15d)])),![];},exports[a101_0x42021d(0x15b)]=async(_0x6c740f,_0x14aa6a)=>{const _0x4c5064=a101_0x42021d,_0x233ded={'lcCGe':function(_0x24f20c,_0x19255b){return _0x24f20c(_0x19255b);},'dBTHW':_0x4c5064(0x11d),'QSvgI':function(_0x36e8de,_0x3a1606){return _0x36e8de<=_0x3a1606;},'VCeAw':function(_0x508556,_0x58d683){return _0x508556+_0x58d683;},'gsUkA':function(_0x3129ce,_0x16986e){return _0x3129ce&&_0x16986e;},'ywMNV':function(_0x52cc72,_0x37594c,_0x47897f){return _0x52cc72(_0x37594c,_0x47897f);},'viOac':function(_0x47ff1a,_0x122101,_0x20fac2){return _0x47ff1a(_0x122101,_0x20fac2);},'TOBsh':function(_0x567eb8,_0x1a7e5f,_0x4c4870){return _0x567eb8(_0x1a7e5f,_0x4c4870);},'AqpTi':_0x4c5064(0xe5)},{isPlaywright:_0x15b368,type:_0xec427a}=_0x233ded[_0x4c5064(0xcf)](detectDriverType,_0x6c740f),_0x26f484=_0x15b368?_0x14aa6a[_0x4c5064(0xee)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x4c5064(0xcb)](_0x233ded['dBTHW']);if(!_0x26f484)return logger[_0x4c5064(0x172)](_0x4c5064(0x126)+_0xec427a+_0x4c5064(0x146)),[];let _0x4c3116=null;for(let _0xfdbd9f=0x1;_0x233ded[_0x4c5064(0xeb)](_0xfdbd9f,_0x233ded['VCeAw'](RETRY_CONFIG[_0x4c5064(0x12e)],0x1));_0xfdbd9f++){try{logger['debug'](_0x4c5064(0x194)+_0xfdbd9f+'/'+_0x233ded['VCeAw'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0xec427a+')');let _0x15661b;return _0x233ded[_0x4c5064(0x108)](_0x15b368,playwrightA11yHelper)?(_0x233ded['ywMNV'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x6c740f,RETRY_CONFIG['timeoutMs']),_0x15661b=await _0x233ded[_0x4c5064(0x12a)](withTimeout,playwrightA11yHelper[_0x4c5064(0x13d)](_0x6c740f),RETRY_CONFIG[_0x4c5064(0x111)]),await exports[_0x4c5064(0x119)](_0x6c740f,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x4c5064(0x18e)](_0x6c740f,RETRY_CONFIG[_0x4c5064(0x111)]),_0x15661b=await _0x233ded[_0x4c5064(0x103)](withTimeout,accessibilityHelper[_0x4c5064(0x13d)](_0x6c740f,_0x14aa6a),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x6c740f,RETRY_CONFIG[_0x4c5064(0xe3)])),logger[_0x4c5064(0x140)](_0x4c5064(0x148)+_0xfdbd9f+'\x20('+_0xec427a+')'),_0x15661b;}catch(_0x16fa8b){_0x4c3116=_0x16fa8b,logger[_0x4c5064(0x172)](_0x4c5064(0x194)+_0xfdbd9f+'\x20failed\x20('+_0xec427a+_0x4c5064(0xce)+_0x16fa8b[_0x4c5064(0x153)]);}}return logger[_0x4c5064(0x171)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0xec427a+_0x4c5064(0x132)+(_0x4c3116?.[_0x4c5064(0x153)]||_0x233ded[_0x4c5064(0x11c)])),[];},exports[a101_0x42021d(0x123)]=async(_0xe860fa,_0x140952)=>{const _0x236c1a=a101_0x42021d,_0x561405={'GGtUl':function(_0x5d7d87,_0x2646fc){return _0x5d7d87(_0x2646fc);},'LpESS':'isAccessibilityPlatform','OSSkC':function(_0x1ef3f3,_0x1bc9d7){return _0x1ef3f3<=_0x1bc9d7;},'XqPFo':function(_0x4c3424,_0x398b3d){return _0x4c3424+_0x398b3d;},'gIwxB':function(_0xd0c6ca,_0x112015){return _0xd0c6ca&&_0x112015;},'tJVJH':function(_0x39d566,_0x358dab,_0x5e6764){return _0x39d566(_0x358dab,_0x5e6764);},'AAvpT':_0x236c1a(0xe5)},{isPlaywright:_0xa9a8ee,type:_0x2fd526}=_0x561405[_0x236c1a(0xf6)](detectDriverType,_0xe860fa),_0x406b15=_0xa9a8ee?_0x140952[_0x236c1a(0xee)]:accessibilityHelper[_0x236c1a(0x16e)]()&&globals['getGlobal'](_0x561405[_0x236c1a(0xd6)]);if(!_0x406b15)return logger[_0x236c1a(0x172)](_0x236c1a(0x126)+_0x2fd526+_0x236c1a(0x156)),{};let _0x425e01=null;for(let _0x26976c=0x1;_0x561405[_0x236c1a(0xe0)](_0x26976c,_0x561405['XqPFo'](RETRY_CONFIG[_0x236c1a(0x12e)],0x1));_0x26976c++){try{logger[_0x236c1a(0xf8)](_0x236c1a(0x118)+_0x26976c+'/'+_0x561405[_0x236c1a(0x139)](RETRY_CONFIG[_0x236c1a(0x12e)],0x1)+'\x20('+_0x2fd526+')');let _0xc1f84c;return _0x561405[_0x236c1a(0xd7)](_0xa9a8ee,playwrightA11yHelper)?(_0x561405[_0x236c1a(0x12d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x236c1a(0x119)](_0xe860fa,RETRY_CONFIG['timeoutMs']),_0xc1f84c=await _0x561405['tJVJH'](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0xe860fa),RETRY_CONFIG[_0x236c1a(0x111)]),await exports[_0x236c1a(0x119)](_0xe860fa,RETRY_CONFIG[_0x236c1a(0xe3)])):(await exports[_0x236c1a(0x18e)](_0xe860fa,RETRY_CONFIG[_0x236c1a(0x111)]),_0xc1f84c=await _0x561405[_0x236c1a(0x12d)](withTimeout,accessibilityHelper[_0x236c1a(0x12b)](_0xe860fa,_0x140952),RETRY_CONFIG[_0x236c1a(0x111)]),await exports[_0x236c1a(0x18e)](_0xe860fa,RETRY_CONFIG[_0x236c1a(0xe3)])),logger[_0x236c1a(0x140)](_0x236c1a(0x136)+_0x26976c+'\x20('+_0x2fd526+')'),_0xc1f84c;}catch(_0x918da){_0x425e01=_0x918da,logger['warn'](_0x236c1a(0x118)+_0x26976c+_0x236c1a(0xff)+_0x2fd526+_0x236c1a(0xce)+_0x918da['message']);}}return logger['error']('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x2fd526+').\x20Last\x20error:\x20'+(_0x425e01?.[_0x236c1a(0x153)]||_0x561405[_0x236c1a(0x125)])),{};},exports[a101_0x42021d(0x181)]=async(_0x2c5bc2,_0x2be7ad,_0x59d79a=null)=>{const _0x24d836=a101_0x42021d,_0x3f304e={'fNShN':function(_0x2c9d46,_0x345a2e){return _0x2c9d46(_0x345a2e);},'XiepI':function(_0x238a0b,_0x20ea8e){return _0x238a0b===_0x20ea8e;},'YlXWn':_0x24d836(0xf7),'wTLoW':_0x24d836(0x18f),'WeVaa':function(_0x2fe25e,_0x495a01){return _0x2fe25e===_0x495a01;},'xPNJi':_0x24d836(0x127)},{isPlaywright:_0x10e0ba,type:_0x3a2306}=_0x3f304e[_0x24d836(0x183)](detectDriverType,_0x2c5bc2),_0x1dd80e={};_0x1dd80e[_0x24d836(0x195)]=![],_0x1dd80e[_0x24d836(0x180)]=[],_0x1dd80e[_0x24d836(0x159)]={},_0x1dd80e[_0x24d836(0x171)]=null,_0x1dd80e[_0x24d836(0x179)]=_0x3a2306;const _0x96b3d8=_0x1dd80e;try{_0x96b3d8[_0x24d836(0x195)]=await exports[_0x24d836(0x18a)](_0x2c5bc2,_0x59d79a);if(_0x96b3d8[_0x24d836(0x195)]){const [_0x3f4652,_0x523a48]=await Promise[_0x24d836(0x18b)]([exports[_0x24d836(0x15b)](_0x2c5bc2,_0x2be7ad),exports[_0x24d836(0x123)](_0x2c5bc2,_0x2be7ad)]);_0x96b3d8['results']=_0x3f304e[_0x24d836(0x14f)](_0x3f4652[_0x24d836(0x169)],_0x3f304e[_0x24d836(0x167)])?_0x3f4652[_0x24d836(0x133)]:[],_0x96b3d8[_0x24d836(0x159)]=_0x3f304e[_0x24d836(0x14f)](_0x523a48[_0x24d836(0x169)],_0x3f304e['YlXWn'])?_0x523a48[_0x24d836(0x133)]:{},_0x3f304e[_0x24d836(0x14f)](_0x3f4652[_0x24d836(0x169)],_0x3f304e[_0x24d836(0x162)])&&logger[_0x24d836(0x172)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x3a2306+_0x24d836(0x168)+_0x3f4652[_0x24d836(0x134)]?.['message']),_0x3f304e[_0x24d836(0xdf)](_0x523a48[_0x24d836(0x169)],_0x3f304e[_0x24d836(0x162)])&&logger[_0x24d836(0x172)]('Failed\x20to\x20retrieve\x20accessibility\x20summary\x20('+_0x3a2306+_0x24d836(0x168)+_0x523a48[_0x24d836(0x134)]?.[_0x24d836(0x153)]);}}catch(_0x43179c){_0x96b3d8['error']=_0x43179c['message']||_0x3f304e[_0x24d836(0x187)],logger[_0x24d836(0x171)]('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x3a2306+_0x24d836(0x168)+_0x96b3d8[_0x24d836(0x171)]);}return _0x96b3d8;},exports[a101_0x42021d(0x17d)]=_0xec4976=>{const _0x1b3903=a101_0x42021d,_0x35acb1={};_0x35acb1[_0x1b3903(0xcd)]=function(_0x1f5ade,_0x1cbcb8){return _0x1f5ade!==_0x1cbcb8;};const _0x1be5ff=_0x35acb1;_0x1be5ff[_0x1b3903(0xcd)](_0xec4976[_0x1b3903(0x12e)],undefined)&&(RETRY_CONFIG[_0x1b3903(0x12e)]=Math[_0x1b3903(0x11b)](0x0,_0xec4976[_0x1b3903(0x12e)])),_0x1be5ff[_0x1b3903(0xcd)](_0xec4976[_0x1b3903(0x111)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x1b3903(0x11b)](0x3e8,_0xec4976['timeoutMs'])),logger[_0x1b3903(0xf8)](_0x1b3903(0x14c)+JSON[_0x1b3903(0xef)](RETRY_CONFIG));},exports[a101_0x42021d(0x177)]=()=>{const _0x19d439={...RETRY_CONFIG};return _0x19d439;},exports[a101_0x42021d(0xfe)]=_0x56414e=>{const _0x7bc650=a101_0x42021d,_0x5463a7={'tJndG':function(_0x202a86,_0x2ccfa3){return _0x202a86(_0x2ccfa3);}};return _0x5463a7[_0x7bc650(0x155)](detectDriverType,_0x56414e)[_0x7bc650(0xea)];},exports[a101_0x42021d(0xe6)]=_0x1efaee=>{const _0x29ead4=a101_0x42021d,_0x59b97d={'DmFbF':function(_0x198088,_0xf0b2a2){return _0x198088(_0xf0b2a2);},'fcoey':function(_0x1af3bf,_0x3e7171){return _0x1af3bf===_0x3e7171;},'rwiUs':_0x29ead4(0x142)},{isPlaywright:_0x26578c,type:_0xd2a094}=_0x59b97d[_0x29ead4(0xf9)](detectDriverType,_0x1efaee);return!_0x26578c&&_0x59b97d[_0x29ead4(0x14b)](_0xd2a094,_0x59b97d['rwiUs']);},exports['setPlaywrightScriptTimeout']=async(_0x3e8821,_0x39f3a9=null)=>{const _0x5795a6=a101_0x42021d,_0x40f002={'XJtMV':function(_0x2f6f2a,_0x3cbfd2){return _0x2f6f2a(_0x3cbfd2);},'gDTfG':function(_0x5b208e,_0x5ee7ec){return _0x5b208e===_0x5ee7ec;},'mHhKC':'function'},{isPlaywright:_0x513f5f,type:_0x1f31ca}=_0x40f002[_0x5795a6(0x13c)](detectDriverType,_0x3e8821);if(!_0x513f5f)return logger[_0x5795a6(0xf8)](_0x5795a6(0xd0)+_0x1f31ca+_0x5795a6(0x17e)),!![];const _0x32f1a9=_0x39f3a9||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x3e8821&&_0x40f002[_0x5795a6(0x122)](typeof _0x3e8821[_0x5795a6(0x160)],_0x40f002[_0x5795a6(0x165)])&&(await _0x3e8821[_0x5795a6(0x160)](_0x32f1a9),logger[_0x5795a6(0xf8)](_0x5795a6(0xf4)+_0x32f1a9+'ms')),!![];}catch(_0x50ade2){return logger['warn']('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x50ade2[_0x5795a6(0x153)]),![];}},exports[a101_0x42021d(0x18e)]=async(_0x33b345,_0x434cf1=null)=>{const _0x561c9f=a101_0x42021d,_0xdd623d={};_0xdd623d[_0x561c9f(0x173)]=_0x561c9f(0x13b),_0xdd623d[_0x561c9f(0x100)]=function(_0x3f9487,_0x178090){return _0x3f9487===_0x178090;},_0xdd623d['kXGuB']=_0x561c9f(0x14d),_0xdd623d[_0x561c9f(0x143)]=function(_0xe2a7a6,_0x34724e){return _0xe2a7a6===_0x34724e;},_0xdd623d[_0x561c9f(0x151)]=function(_0x8c90bd,_0x28c189){return _0x8c90bd===_0x28c189;},_0xdd623d[_0x561c9f(0xda)]=_0x561c9f(0x149),_0xdd623d[_0x561c9f(0xcc)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x17e262=_0xdd623d;if(!exports[_0x561c9f(0xe6)](_0x33b345))return logger[_0x561c9f(0x172)](_0x17e262[_0x561c9f(0x173)]),![];const _0x543f7e=_0x434cf1||RETRY_CONFIG[_0x561c9f(0xe3)];try{if(_0x33b345&&_0x17e262[_0x561c9f(0x100)](typeof _0x33b345['manage'],_0x17e262[_0x561c9f(0x192)])){const _0x4393f4=_0x33b345[_0x561c9f(0x15c)]();if(_0x4393f4&&_0x17e262['vxSJi'](typeof _0x4393f4[_0x561c9f(0xd4)],_0x17e262[_0x561c9f(0x192)]))await _0x4393f4['timeouts']()['setScriptTimeout'](_0x543f7e),logger[_0x561c9f(0xf8)](_0x561c9f(0xf5)+_0x543f7e+'ms\x20using\x20timeouts()\x20API');else{if(_0x4393f4&&_0x17e262[_0x561c9f(0x143)](typeof _0x4393f4['setTimeouts'],_0x17e262[_0x561c9f(0x192)])){const _0x204b54={};_0x204b54['script']=_0x543f7e,await _0x4393f4[_0x561c9f(0x17f)](_0x204b54),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x543f7e+_0x561c9f(0x190));}else{if(_0x4393f4&&_0x17e262[_0x561c9f(0x151)](typeof _0x4393f4['setScriptTimeout'],_0x17e262[_0x561c9f(0x192)]))await _0x4393f4[_0x561c9f(0xf3)](_0x543f7e),logger['debug'](_0x561c9f(0xf5)+_0x543f7e+_0x561c9f(0x11a));else return logger[_0x561c9f(0xf8)](_0x17e262['TrvtC']),!![];}}}else return logger[_0x561c9f(0xf8)](_0x17e262[_0x561c9f(0xcc)]),!![];return!![];}catch(_0x1aee9a){return logger[_0x561c9f(0x172)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x1aee9a[_0x561c9f(0x153)]),![];}},exports[a101_0x42021d(0x129)]=async(_0x10c73f,_0x5d0e6f)=>{const _0x140019=a101_0x42021d,_0x1212bd={'xPjZp':function(_0x2b5afa,_0x494341){return _0x2b5afa(_0x494341);},'DmgRh':_0x140019(0x11d),'CAqNy':function(_0x304cb3,_0x1c2a20){return _0x304cb3<=_0x1c2a20;},'nRgNu':function(_0x49b770,_0x5d861d){return _0x49b770+_0x5d861d;},'JpCXR':function(_0x497f1f,_0x3c395c){return _0x497f1f+_0x3c395c;},'MckPf':function(_0x14b5d7,_0x49fec3){return _0x14b5d7&&_0x49fec3;},'SdZUC':function(_0x354605,_0x25e74b,_0x2c9924){return _0x354605(_0x25e74b,_0x2c9924);},'lIiFz':'isMobilePlatform','aLMsY':_0x140019(0xe5)},{isPlaywright:_0x14322e,type:_0x4e9a9e}=_0x1212bd[_0x140019(0xc9)](detectDriverType,_0x10c73f),_0xe44421=_0x14322e?global[_0x140019(0xee)]:accessibilityHelper[_0x140019(0x16e)]()&&globals[_0x140019(0xcb)](_0x1212bd[_0x140019(0x164)]);if(!_0xe44421)return logger[_0x140019(0x172)](_0x140019(0x126)+_0x4e9a9e+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x9fc5e=null;for(let _0x4ea79c=0x1;_0x1212bd[_0x140019(0x185)](_0x4ea79c,_0x1212bd[_0x140019(0x10a)](RETRY_CONFIG[_0x140019(0x12e)],0x1));_0x4ea79c++){try{logger['debug'](_0x140019(0x178)+_0x4ea79c+'/'+_0x1212bd[_0x140019(0x16f)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x4e9a9e+')');if(_0x1212bd['MckPf'](_0x14322e,playwrightA11yHelper)){_0x1212bd[_0x140019(0x188)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x140019(0x119)](_0x10c73f,RETRY_CONFIG['timeoutMs']);const _0x5b93fd={};_0x5b93fd[_0x140019(0xdb)]=!![];const _0x2e7ca5=global[_0x140019(0x102)]?Object[_0x140019(0x115)]({},_0x5d0e6f,_0x5b93fd):_0x5d0e6f;await _0x1212bd[_0x140019(0x188)](withTimeout,playwrightA11yHelper[_0x140019(0x17b)](_0x10c73f,scripts[_0x140019(0xc7)],_0x2e7ca5),RETRY_CONFIG[_0x140019(0x111)]),await exports[_0x140019(0x119)](_0x10c73f,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports['setSeleniumScriptTimeout'](_0x10c73f,RETRY_CONFIG['timeoutMs']);const _0x3c6447={};_0x3c6447[_0x140019(0xdb)]=!![];const _0x2844f0=globals[_0x140019(0xcb)](_0x1212bd[_0x140019(0x107)])?Object[_0x140019(0x115)]({},_0x5d0e6f,_0x3c6447):_0x5d0e6f;await _0x1212bd[_0x140019(0x188)](withTimeout,_0x10c73f[_0x140019(0x144)](scripts[_0x140019(0xc7)],_0x2844f0),RETRY_CONFIG[_0x140019(0x111)]),await exports[_0x140019(0x18e)](_0x10c73f,RETRY_CONFIG[_0x140019(0xe3)]);}return logger[_0x140019(0x140)](_0x140019(0x14e)+_0x4ea79c+'\x20('+_0x4e9a9e+')'),!![];}catch(_0x15b0f5){_0x9fc5e=_0x15b0f5,logger[_0x140019(0x172)](_0x140019(0x178)+_0x4ea79c+_0x140019(0xff)+_0x4e9a9e+_0x140019(0xce)+_0x15b0f5[_0x140019(0x153)]);}}return logger['error'](_0x140019(0xd8)+_0x4e9a9e+').\x20Last\x20error:\x20'+(_0x9fc5e?.[_0x140019(0x153)]||_0x1212bd[_0x140019(0xd9)])),![];};
1
+ const a101_0x1d7345=a101_0x448b;function a101_0x448b(_0x273e2b,_0x28314b){const _0x29b604=a101_0x29b6();return a101_0x448b=function(_0x448bec,_0x5d24ef){_0x448bec=_0x448bec-0x159;let _0x2820c7=_0x29b604[_0x448bec];return _0x2820c7;},a101_0x448b(_0x273e2b,_0x28314b);}(function(_0x16739a,_0x42f572){const _0x3ee63a=a101_0x448b,_0x30243f=_0x16739a();while(!![]){try{const _0x4c7c2c=-parseInt(_0x3ee63a(0x15b))/0x1+-parseInt(_0x3ee63a(0x19e))/0x2+parseInt(_0x3ee63a(0x171))/0x3+-parseInt(_0x3ee63a(0x189))/0x4*(parseInt(_0x3ee63a(0x194))/0x5)+parseInt(_0x3ee63a(0x228))/0x6*(-parseInt(_0x3ee63a(0x1ae))/0x7)+parseInt(_0x3ee63a(0x1f2))/0x8+-parseInt(_0x3ee63a(0x17b))/0x9*(-parseInt(_0x3ee63a(0x1b7))/0xa);if(_0x4c7c2c===_0x42f572)break;else _0x30243f['push'](_0x30243f['shift']());}catch(_0x3f7236){_0x30243f['push'](_0x30243f['shift']());}}}(a101_0x29b6,0xc786b));const util=require(a101_0x1d7345(0x16a)),logger=require(a101_0x1d7345(0x216))[a101_0x1d7345(0x1d4)],accessibilityHelper=require(a101_0x1d7345(0x1cc)),globals=require(a101_0x1d7345(0x182)),scripts=require(a101_0x1d7345(0x166)),PerformanceTester=require(a101_0x1d7345(0x1e7)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0x1d7345(0x1a4)),BrowserstackCLI=require(a101_0x1d7345(0x1ad));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a101_0x1d7345(0x18b));}catch(a101_0x5b4b4b){logger[a101_0x1d7345(0x19f)](a101_0x1d7345(0x1ff));}const a101_0x2f9541={};function a101_0x29b6(){const _0x1ec5e7=['evaluate','JmrVf','name','eizuj','playwright-page','env','bIyON','722196IuSTwM','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','performComprehensiveAccessibilityScanWithRetry','setScriptTimeout','browserStackEvaluate','Accessibility\x20scan\x20attempt\x20','options','\x20-\x20not\x20applicable','resolveMobileThTestRunUuid','dUioq','saveAccessibilityResultsWithRetry','./scripts','qFVUv',',\x20cannot\x20perform\x20scan\x20with\x20retry.','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','util','Unknown\x20driver/page\x20type:\x20','accessibilityPlatform','zkPLw','fYWgg','HXwGX','fdJjq','936345fWPxoz','getCapabilities','defaultTimeoutMs','cTeyx','QjwUZ','getAccessibilityResultsSummary','finjY','):\x20','maxRetries','scannerProcessingTimeout','3552327DPGZQI','script','piLbz','setDefaultTimeout','Page','mBHLT','page','../globals','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','tgLUo','Comprehensive\x20accessibility\x20scan\x20failed\x20(','gGvpB','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','aSHBp','32ZrCEAY','performScan','../../bin/playwright/accessibility-helper','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','LiaJL','accessibilityConfig','Accessibility\x20results\x20save\x20attempt\x20','EujYx','reason','FzlPh','rejected','678415QFdLLS','CkQZr','jkWld','getAccessibilityResults','dQRgz','updateRetryConfig','getAccessibilityResultsSummaryWithRetry','VLlkq','manage','mnezJ','3162388purJEv','debug','bstackA11yScanOptions','nxBnp','getInstance','ms\x20using\x20timeouts()\x20API','../performance/constants','\x20failed\x20(','isPlaywright','getAccessibilityModule','NSLxF','selenium-webdriver','isPlaywrightPage','warn','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','../../bin/v2/browserstackCLI','3549teCuFp','zyipN',').\x20Last\x20error:\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','isAccessibilityPlatform','Accessibility\x20retry\x20configuration\x20updated:\x20','qfSzf','isRunning','TGNum','110GqLlfo','ufhkj','ljEjz','aPgDi','NuUte','fEmMT','RhQiS','capabilitiesList','utfyj','BuYUP','unknown_method','is_mobile_session','PERFORM_SCAN','error','EeysJ','rraHO','IiEKN','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','measureWrapper','yRaSB','executeAsyncScript','./helper','jSWrh','value','OqLyO','__workerDetails','getId','nwodg','WQriH','winstonLogger','FkVnM','BQDMo','IuNOv','euiyF','type','assign','SaMMV','getGlobal','racdg','FKsqx','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','setPlaywrightScriptTimeout','\x20for\x20method:\x20','performScanWithRetry','Playwright','nYHMh','setSeleniumScriptTimeout','../performance/performance-tester','scanSucceeded','getCurrentUrl','info','ZvFud','summary',').\x20Error:\x20','bstackA11yShouldScan','VMjHH','bBYcl','pbdiK','668808hPTxLc','ZuzpL','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','\x20completed\x20successfully.','DNHqs','gIZcI','mwGdT','isSeleniumDriver','isMobilePlatform','Unknown\x20error','KdwkJ','timeouts','VcYVx','Playwright\x20accessibility\x20helper\x20not\x20available','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','aBvfh','message','rWUsO','currentTest','Scan\x20attempt\x20','Skipping\x20timeout\x20setting\x20for\x20','QlPMY','WebDriver','playwright-codecept-driver','MDqfc','setTimeouts','constructor','ffKZI','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','kincV','twuUq','ms\x20using\x20setTimeouts\x20API','ciBUC','goto','getRetryConfig','function','../logger','results','url','WXgxb','lrblP','DyIzO','\x20failed\x20for\x20method:\x20','saveTestResults','qCWNE','lJlgX','TNeqB','max','Operation\x20timed\x20out\x20after\x20','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','timeoutMs','UiBtn','allSettled','race','6288lDCCmJ','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','isAccessibilityAutomationSession','getSession'];a101_0x29b6=function(){return _0x1ec5e7;};return a101_0x29b6();}a101_0x2f9541['maxRetries']=0x1,a101_0x2f9541[a101_0x1d7345(0x224)]=0x7530,a101_0x2f9541[a101_0x1d7345(0x173)]=0x7530;const RETRY_CONFIG=a101_0x2f9541,setConfigTimeout=(_0x4e5f8b,_0x2bb3ba=null)=>{const _0x4046f2=a101_0x1d7345,_0x195079={'euiyF':function(_0x23c491,_0x4587cb){return _0x23c491===_0x4587cb;},'IiEKN':_0x4046f2(0x17a),'WXgxb':function(_0x4c4c05,_0x1d78d1){return _0x4c4c05===_0x1d78d1;},'SaMMV':function(_0x14749b,_0x3e1a9c){return _0x14749b*_0x3e1a9c;},'zyipN':function(_0x354e38,_0x50cff8){return _0x354e38(_0x50cff8);}};if(BrowserstackCLI[_0x4046f2(0x1a2)]()[_0x4046f2(0x1b5)]()&&BrowserstackCLI[_0x4046f2(0x1a2)]()[_0x4046f2(0x1a7)]()){const _0xa13a13=BrowserstackCLI['getInstance']()['getAccessibilityModule']()[_0x4046f2(0x18e)],_0x5d303d=_0xa13a13[_0x4046f2(0x161)][_0x4046f2(0x1be)]||[];for(const _0x1d6a89 of _0x5d303d){_0x195079[_0x4046f2(0x1d8)](_0x1d6a89[_0x4046f2(0x22e)],_0x195079[_0x4046f2(0x1c7)])&&_0x195079[_0x4046f2(0x219)](_0x2bb3ba,null)&&(_0x4e5f8b[_0x4046f2(0x224)]=_0x195079['SaMMV'](_0x195079['zyipN'](parseInt,_0x1d6a89['value']),0x3e8));}}else process[_0x4046f2(0x159)][_0x4046f2(0x183)]&&(_0x4e5f8b['timeoutMs']=_0x195079[_0x4046f2(0x1db)](_0x195079[_0x4046f2(0x1af)](parseInt,process[_0x4046f2(0x159)][_0x4046f2(0x183)]),0x3e8));},detectDriverType=_0x1e6ed7=>{const _0x385921=a101_0x1d7345,_0x151aa7={};_0x151aa7[_0x385921(0x1f0)]='unknown',_0x151aa7[_0x385921(0x1b4)]=function(_0x4eaee6,_0x1d8182){return _0x4eaee6===_0x1d8182;},_0x151aa7[_0x385921(0x1c6)]=_0x385921(0x215),_0x151aa7[_0x385921(0x164)]=function(_0x573e03,_0x2dce20){return _0x573e03===_0x2dce20;},_0x151aa7['DyIzO']=_0x385921(0x230),_0x151aa7['nYHMh']=_0x385921(0x1a9),_0x151aa7[_0x385921(0x20f)]=_0x385921(0x17f),_0x151aa7[_0x385921(0x210)]=function(_0x4923d1,_0x25a023){return _0x4923d1===_0x25a023;},_0x151aa7['finjY']=_0x385921(0x208),_0x151aa7[_0x385921(0x198)]=_0x385921(0x1e4),_0x151aa7['fYWgg']=_0x385921(0x209),_0x151aa7[_0x385921(0x16f)]=function(_0x5c29cd,_0x5dfc5e){return _0x5c29cd||_0x5dfc5e;},_0x151aa7['jSWrh']='undefined';const _0x3a5724=_0x151aa7;if(!_0x1e6ed7){const _0x188009={};return _0x188009[_0x385921(0x1a6)]=![],_0x188009['type']=_0x3a5724[_0x385921(0x1f0)],_0x188009;}if(_0x3a5724[_0x385921(0x1b4)](typeof _0x1e6ed7[_0x385921(0x22c)],_0x3a5724[_0x385921(0x1c6)])&&_0x3a5724['qfSzf'](typeof _0x1e6ed7[_0x385921(0x218)],_0x3a5724[_0x385921(0x1c6)])&&_0x3a5724['dUioq'](typeof _0x1e6ed7[_0x385921(0x213)],_0x3a5724['rraHO'])){const _0x5aab60={};return _0x5aab60[_0x385921(0x1a6)]=!![],_0x5aab60['type']=_0x3a5724[_0x385921(0x21b)],_0x5aab60;}if(_0x3a5724['qfSzf'](typeof _0x1e6ed7[_0x385921(0x1cb)],_0x3a5724[_0x385921(0x1c6)])&&_0x3a5724[_0x385921(0x164)](typeof _0x1e6ed7[_0x385921(0x172)],_0x3a5724[_0x385921(0x1c6)])){const _0x53da3c={};return _0x53da3c[_0x385921(0x1a6)]=![],_0x53da3c[_0x385921(0x1d9)]=_0x3a5724['nYHMh'],_0x53da3c;}const _0x16ba44=_0x1e6ed7[_0x385921(0x20c)]?.['name'];if(_0x3a5724[_0x385921(0x1b4)](_0x16ba44,_0x3a5724[_0x385921(0x20f)])){const _0x53b008={};return _0x53b008[_0x385921(0x1a6)]=!![],_0x53b008[_0x385921(0x1d9)]=_0x3a5724[_0x385921(0x21b)],_0x53b008;}if(_0x3a5724[_0x385921(0x210)](_0x16ba44,_0x3a5724[_0x385921(0x177)])){const _0x4a5772={};return _0x4a5772[_0x385921(0x1a6)]=![],_0x4a5772[_0x385921(0x1d9)]=_0x3a5724[_0x385921(0x1e5)],_0x4a5772;}if(_0x3a5724[_0x385921(0x210)](_0x16ba44,_0x3a5724[_0x385921(0x198)])){const _0x35b932={};return _0x35b932[_0x385921(0x1a6)]=!![],_0x35b932[_0x385921(0x1d9)]=_0x3a5724[_0x385921(0x16e)],_0x35b932;}logger[_0x385921(0x1ab)](_0x385921(0x16b)+_0x3a5724[_0x385921(0x16f)](_0x16ba44,_0x3a5724[_0x385921(0x1cd)]));const _0x2e9ac0={};return _0x2e9ac0[_0x385921(0x1a6)]=![],_0x2e9ac0[_0x385921(0x1d9)]=_0x3a5724['bBYcl'],_0x2e9ac0;},withTimeout=(_0xb2732b,_0x1b68ef)=>{const _0x3ac8b2=a101_0x1d7345;return Promise[_0x3ac8b2(0x227)]([_0xb2732b,new Promise((_0x5ae6bb,_0x5337e0)=>setTimeout(()=>_0x5337e0(new Error(_0x3ac8b2(0x222)+_0x1b68ef+'ms')),_0x1b68ef))]);};exports[a101_0x1d7345(0x1e3)]=async(_0x132aeb,_0x202a7e=null,_0xc3987=null,_0x53dcb5=![],_0xa9593f=null)=>{const _0x1f9bf7=a101_0x1d7345,_0x19cbe4={'hcNeI':function(_0x589b93,_0x53e48c){return _0x589b93&&_0x53e48c;},'ciBUC':function(_0x3271ea,_0x3c5569,_0xc5244){return _0x3271ea(_0x3c5569,_0xc5244);},'aouEB':function(_0x285d23,_0x13ee9e){return _0x285d23===_0x13ee9e;},'NSLxF':_0x1f9bf7(0x209),'gGvpB':function(_0x3580b2,_0x29bd90,_0x4aa242){return _0x3580b2(_0x29bd90,_0x4aa242);},'jkWld':function(_0x21968b,_0x1fb336,_0x32834d){return _0x21968b(_0x1fb336,_0x32834d);},'tNscs':function(_0x1aa07a,_0x1b6665){return _0x1aa07a(_0x1b6665);},'QlPMY':function(_0x104f76,_0x240626){return _0x104f76||_0x240626;},'VcYVx':function(_0x20724a,_0x33e8c2){return _0x20724a!==_0x33e8c2;},'qFVUv':_0x1f9bf7(0x1b2),'eizuj':function(_0x269e6b,_0x2f7780){return _0x269e6b!==_0x2f7780;},'OqLyO':'bstackA11yShouldScan','ufhkj':function(_0x236073,_0x30f08e){return _0x236073===_0x30f08e;},'TGNum':function(_0x5b440d,_0x30f49a){return _0x5b440d===_0x30f49a;},'pbdiK':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','ZvFud':_0x1f9bf7(0x1c1),'lrblP':function(_0x5b2090,_0x2447b3){return _0x5b2090===_0x2447b3;},'VMjHH':'function','nxBnp':function(_0x27e62f,_0x50de40){return _0x27e62f===_0x50de40;},'FKsqx':function(_0x30a061,_0x3faf59){return _0x30a061<=_0x3faf59;},'yMtBi':function(_0x1f53c9,_0xb86651){return _0x1f53c9+_0xb86651;},'VLlkq':function(_0x4554f9,_0x5a5392){return _0x4554f9+_0x5a5392;},'ffKZI':'Unknown\x20error'},{isPlaywright:_0x3617ff,type:_0x51a58a}=_0x19cbe4['tNscs'](detectDriverType,_0x132aeb),_0x39f64f=_0x53dcb5?_0x19cbe4[_0x1f9bf7(0x207)](_0xa9593f,{}):global[_0x1f9bf7(0x1a0)]||{},_0x590dc0=_0x3617ff?global['accessibilityPlatform']&&(_0x53dcb5||_0x19cbe4[_0x1f9bf7(0x1fe)](global[_0x1f9bf7(0x1ee)],![])):accessibilityHelper[_0x1f9bf7(0x22a)]()&&globals['getGlobal'](_0x19cbe4[_0x1f9bf7(0x167)])&&(_0x53dcb5||_0x19cbe4[_0x1f9bf7(0x22f)](globals[_0x1f9bf7(0x1dc)](_0x19cbe4[_0x1f9bf7(0x1cf)]),![]));if(!_0x590dc0)return _0x3617ff&&global['accessibilityPlatform']&&_0x19cbe4[_0x1f9bf7(0x1b8)](global[_0x1f9bf7(0x1ee)],![])||!_0x3617ff&&globals['getGlobal'](_0x19cbe4[_0x1f9bf7(0x167)])&&_0x19cbe4[_0x1f9bf7(0x1b6)](globals[_0x1f9bf7(0x1dc)](_0x19cbe4[_0x1f9bf7(0x1cf)]),![])?logger[_0x1f9bf7(0x19f)](_0x19cbe4[_0x1f9bf7(0x1f1)]):logger[_0x1f9bf7(0x1ab)](_0x1f9bf7(0x20e)+_0x51a58a+_0x1f9bf7(0x168)),![];const _0x1ab8fc=_0x202a7e||global['browserstackSessionName']||_0x19cbe4[_0x1f9bf7(0x1eb)];let _0x15935a=null;const _0x258fc5={'testhub_btcer_uuid':global[_0x1f9bf7(0x1d0)]?.[_0x1f9bf7(0x204)]?.['id'],'url':_0x19cbe4[_0x1f9bf7(0x21a)](typeof _0x132aeb[_0x1f9bf7(0x218)],_0x19cbe4[_0x1f9bf7(0x1ef)])?await _0x132aeb[_0x1f9bf7(0x218)]():_0x19cbe4[_0x1f9bf7(0x21a)](typeof _0x132aeb[_0x1f9bf7(0x1e9)],_0x19cbe4[_0x1f9bf7(0x1ef)])?await _0x132aeb[_0x1f9bf7(0x1e9)]():'','automate_session_id':_0x19cbe4[_0x1f9bf7(0x1a1)](typeof _0x132aeb[_0x1f9bf7(0x22b)],_0x19cbe4[_0x1f9bf7(0x1ef)])?(await _0x132aeb[_0x1f9bf7(0x22b)]())[_0x1f9bf7(0x1d1)]():''};for(let _0xb3d882=0x1;_0x19cbe4[_0x1f9bf7(0x1de)](_0xb3d882,_0x19cbe4['yMtBi'](RETRY_CONFIG[_0x1f9bf7(0x179)],0x1));_0xb3d882++){try{return logger[_0x1f9bf7(0x19f)](_0x1f9bf7(0x160)+_0xb3d882+'/'+_0x19cbe4[_0x1f9bf7(0x19b)](RETRY_CONFIG['maxRetries'],0x1)+_0x1f9bf7(0x1e2)+_0x1ab8fc+'\x20('+_0x51a58a+')'),await PerformanceTester[_0x1f9bf7(0x1c9)](PerformanceA11yEvents[_0x1f9bf7(0x1c3)],async()=>{const _0x26ff4c=_0x1f9bf7;let _0xe88b26;if(_0x19cbe4['hcNeI'](_0x3617ff,playwrightA11yHelper)){_0x19cbe4[_0x26ff4c(0x212)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x224)]);let _0x4361a8=_0x132aeb;_0x19cbe4['aouEB'](_0x51a58a,_0x19cbe4[_0x26ff4c(0x1a8)])&&(_0x4361a8=_0x132aeb[_0x26ff4c(0x181)]);const _0x593480=global[_0x26ff4c(0x1fa)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x26ff4c(0x163)]()}:{};_0xe88b26=await _0x19cbe4[_0x26ff4c(0x186)](withTimeout,playwrightA11yHelper[_0x26ff4c(0x18a)](_0x4361a8,_0x1ab8fc,_0x39f64f,_0x593480),RETRY_CONFIG[_0x26ff4c(0x224)]),await exports[_0x26ff4c(0x1e1)](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x173)]);}else await exports['setSeleniumScriptTimeout'](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x224)]),_0xe88b26=await _0x19cbe4[_0x26ff4c(0x196)](withTimeout,accessibilityHelper[_0x26ff4c(0x18a)](_0x132aeb,_0x1ab8fc,_0x53dcb5,_0x39f64f),RETRY_CONFIG[_0x26ff4c(0x224)]),await exports[_0x26ff4c(0x1e6)](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x173)]);logger['debug'](_0x26ff4c(0x205)+_0xb3d882+_0x26ff4c(0x1f5));},{'command':_0x1ab8fc,..._0x258fc5})(),logger[_0x1f9bf7(0x1ea)](_0x1f9bf7(0x223)+_0xb3d882+'.'),!![];}catch(_0x4e493e){_0x15935a=_0x4e493e,logger[_0x1f9bf7(0x19f)](_0x1f9bf7(0x160)+_0xb3d882+_0x1f9bf7(0x21c)+_0x1ab8fc+'\x20('+_0x51a58a+_0x1f9bf7(0x1ed)+_0x4e493e[_0x1f9bf7(0x202)]);}}return logger[_0x1f9bf7(0x1c4)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x1ab8fc+'\x20('+_0x51a58a+')\x20with\x20error:\x20'+(_0x15935a?.['message']||_0x19cbe4[_0x1f9bf7(0x20d)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x21ef80,_0x2703e7)=>{const _0x1d346e=a101_0x1d7345,_0x464adf={'EeysJ':function(_0x74b761,_0x15e4d7){return _0x74b761(_0x15e4d7);},'aPgDi':'isAccessibilityPlatform','OgEKL':function(_0x3ddcac,_0x111359){return _0x3ddcac<=_0x111359;},'QjwUZ':function(_0x13e9cf,_0x2e91e0){return _0x13e9cf+_0x2e91e0;},'TNeqB':function(_0x3bb67d,_0x375ae9){return _0x3bb67d&&_0x375ae9;},'zkPLw':function(_0x26f71f,_0x11dfc6,_0xef1c30){return _0x26f71f(_0x11dfc6,_0xef1c30);},'EujYx':function(_0x443577,_0x35ccd9,_0x590340){return _0x443577(_0x35ccd9,_0x590340);},'mwGdT':_0x1d346e(0x1fb)},{isPlaywright:_0x5e55cf,type:_0x336e2a}=_0x464adf[_0x1d346e(0x1c5)](detectDriverType,_0x21ef80),_0x3f461d=_0x5e55cf?_0x2703e7[_0x1d346e(0x16c)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x1d346e(0x1dc)](_0x464adf[_0x1d346e(0x1ba)]);if(!_0x3f461d)return logger[_0x1d346e(0x1ab)](_0x1d346e(0x20e)+_0x336e2a+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x7ae62d=null;for(let _0x582297=0x1;_0x464adf['OgEKL'](_0x582297,_0x464adf[_0x1d346e(0x175)](RETRY_CONFIG[_0x1d346e(0x179)],0x1));_0x582297++){try{logger[_0x1d346e(0x19f)](_0x1d346e(0x1b1)+_0x582297+'/'+_0x464adf[_0x1d346e(0x175)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x336e2a+')');let _0x329a58;return _0x464adf[_0x1d346e(0x220)](_0x5e55cf,playwrightA11yHelper)?(_0x464adf[_0x1d346e(0x16d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1d346e(0x1e1)](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x224)]),_0x329a58=await _0x464adf[_0x1d346e(0x16d)](withTimeout,playwrightA11yHelper[_0x1d346e(0x197)](_0x21ef80),RETRY_CONFIG[_0x1d346e(0x224)]),await exports[_0x1d346e(0x1e1)](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x173)])):(await exports['setSeleniumScriptTimeout'](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x224)]),_0x329a58=await _0x464adf[_0x1d346e(0x190)](withTimeout,accessibilityHelper[_0x1d346e(0x197)](_0x21ef80,_0x2703e7),RETRY_CONFIG[_0x1d346e(0x224)]),await exports[_0x1d346e(0x1e6)](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x173)])),logger[_0x1d346e(0x1ea)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x582297+'\x20('+_0x336e2a+')'),_0x329a58;}catch(_0x22f31d){_0x7ae62d=_0x22f31d,logger[_0x1d346e(0x1ab)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x582297+_0x1d346e(0x1a5)+_0x336e2a+_0x1d346e(0x1ed)+_0x22f31d[_0x1d346e(0x202)]);}}return logger['error']('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x336e2a+').\x20Last\x20error:\x20'+(_0x7ae62d?.[_0x1d346e(0x202)]||_0x464adf[_0x1d346e(0x1f8)])),[];},exports[a101_0x1d7345(0x19a)]=async(_0x193e23,_0x2d282e)=>{const _0x5b2687=a101_0x1d7345,_0x12b801={'qONTC':function(_0x3fa39a,_0x17b512){return _0x3fa39a(_0x17b512);},'aSHBp':'isAccessibilityPlatform','gIZcI':function(_0x4acdb7,_0x1e2bf6){return _0x4acdb7<=_0x1e2bf6;},'lJlgX':function(_0x246b0f,_0x28a4f3){return _0x246b0f+_0x28a4f3;},'CljQd':function(_0x3e5de8,_0x509b54){return _0x3e5de8+_0x509b54;},'ZuzpL':function(_0x45e404,_0x2863fa){return _0x45e404&&_0x2863fa;},'LiaJL':function(_0x5278a5,_0x1dae2b,_0x3e04d3){return _0x5278a5(_0x1dae2b,_0x3e04d3);},'qCWNE':_0x5b2687(0x1fb)},{isPlaywright:_0x1b58c5,type:_0x3b7083}=_0x12b801['qONTC'](detectDriverType,_0x193e23),_0x1598e0=_0x1b58c5?_0x2d282e[_0x5b2687(0x16c)]:accessibilityHelper[_0x5b2687(0x22a)]()&&globals[_0x5b2687(0x1dc)](_0x12b801[_0x5b2687(0x188)]);if(!_0x1598e0)return logger['warn'](_0x5b2687(0x20e)+_0x3b7083+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x3b072f=null;for(let _0x12ae1b=0x1;_0x12b801[_0x5b2687(0x1f7)](_0x12ae1b,_0x12b801[_0x5b2687(0x21f)](RETRY_CONFIG[_0x5b2687(0x179)],0x1));_0x12ae1b++){try{logger[_0x5b2687(0x19f)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x12ae1b+'/'+_0x12b801['CljQd'](RETRY_CONFIG[_0x5b2687(0x179)],0x1)+'\x20('+_0x3b7083+')');let _0x431d41;return _0x12b801[_0x5b2687(0x1f3)](_0x1b58c5,playwrightA11yHelper)?(_0x12b801['LiaJL'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5b2687(0x1e1)](_0x193e23,RETRY_CONFIG['timeoutMs']),_0x431d41=await _0x12b801[_0x5b2687(0x18d)](withTimeout,playwrightA11yHelper[_0x5b2687(0x176)](_0x193e23),RETRY_CONFIG['timeoutMs']),await exports[_0x5b2687(0x1e1)](_0x193e23,RETRY_CONFIG[_0x5b2687(0x173)])):(await exports['setSeleniumScriptTimeout'](_0x193e23,RETRY_CONFIG[_0x5b2687(0x224)]),_0x431d41=await _0x12b801['LiaJL'](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x193e23,_0x2d282e),RETRY_CONFIG['timeoutMs']),await exports[_0x5b2687(0x1e6)](_0x193e23,RETRY_CONFIG[_0x5b2687(0x173)])),logger[_0x5b2687(0x1ea)](_0x5b2687(0x169)+_0x12ae1b+'\x20('+_0x3b7083+')'),_0x431d41;}catch(_0x276d7a){_0x3b072f=_0x276d7a,logger[_0x5b2687(0x1ab)](_0x5b2687(0x1ac)+_0x12ae1b+_0x5b2687(0x1a5)+_0x3b7083+').\x20Error:\x20'+_0x276d7a['message']);}}return logger[_0x5b2687(0x1c4)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x3b7083+').\x20Last\x20error:\x20'+(_0x3b072f?.[_0x5b2687(0x202)]||_0x12b801[_0x5b2687(0x21e)])),{};},exports[a101_0x1d7345(0x15d)]=async(_0x5b56df,_0x31b7e2,_0x2f9123=null)=>{const _0x497f53=a101_0x1d7345,_0x16684a={'mBHLT':function(_0x475185,_0xade2fd){return _0x475185(_0xade2fd);},'BQDMo':function(_0x39daba,_0x2f0d69){return _0x39daba===_0x2f0d69;},'mnezJ':'fulfilled','UiBtn':function(_0x418076,_0x20c323){return _0x418076===_0x20c323;},'BuYUP':_0x497f53(0x193),'bIyON':function(_0x222e1b,_0x260c3e){return _0x222e1b===_0x260c3e;},'NuUte':_0x497f53(0x15c)},{isPlaywright:_0x4c67ad,type:_0x1d30e0}=_0x16684a[_0x497f53(0x180)](detectDriverType,_0x5b56df),_0x518f0c={};_0x518f0c[_0x497f53(0x1e8)]=![],_0x518f0c[_0x497f53(0x217)]=[],_0x518f0c['summary']={},_0x518f0c[_0x497f53(0x1c4)]=null,_0x518f0c['driverType']=_0x1d30e0;const _0x469d7f=_0x518f0c;try{_0x469d7f[_0x497f53(0x1e8)]=await exports[_0x497f53(0x1e3)](_0x5b56df,_0x2f9123);if(_0x469d7f[_0x497f53(0x1e8)]){const [_0x2abbec,_0x4d3243]=await Promise[_0x497f53(0x226)]([exports['getAccessibilityResultsWithRetry'](_0x5b56df,_0x31b7e2),exports[_0x497f53(0x19a)](_0x5b56df,_0x31b7e2)]);_0x469d7f[_0x497f53(0x217)]=_0x16684a[_0x497f53(0x1d6)](_0x2abbec['status'],_0x16684a[_0x497f53(0x19d)])?_0x2abbec[_0x497f53(0x1ce)]:[],_0x469d7f[_0x497f53(0x1ec)]=_0x16684a[_0x497f53(0x225)](_0x4d3243['status'],_0x16684a['mnezJ'])?_0x4d3243[_0x497f53(0x1ce)]:{},_0x16684a['BQDMo'](_0x2abbec['status'],_0x16684a[_0x497f53(0x1c0)])&&logger[_0x497f53(0x1ab)](_0x497f53(0x1f4)+_0x1d30e0+_0x497f53(0x178)+_0x2abbec[_0x497f53(0x191)]?.[_0x497f53(0x202)]),_0x16684a[_0x497f53(0x15a)](_0x4d3243['status'],_0x16684a['BuYUP'])&&logger['warn'](_0x497f53(0x1df)+_0x1d30e0+_0x497f53(0x178)+_0x4d3243[_0x497f53(0x191)]?.[_0x497f53(0x202)]);}}catch(_0x4db981){_0x469d7f['error']=_0x4db981[_0x497f53(0x202)]||_0x16684a[_0x497f53(0x1bb)],logger[_0x497f53(0x1c4)](_0x497f53(0x185)+_0x1d30e0+_0x497f53(0x178)+_0x469d7f[_0x497f53(0x1c4)]);}return _0x469d7f;},exports[a101_0x1d7345(0x199)]=_0x3d9df0=>{const _0x2084da=a101_0x1d7345,_0x2a3eb0={};_0x2a3eb0[_0x2084da(0x1d7)]=function(_0x2882a5,_0xe4a7f1){return _0x2882a5!==_0xe4a7f1;};const _0x237671=_0x2a3eb0;_0x237671[_0x2084da(0x1d7)](_0x3d9df0[_0x2084da(0x179)],undefined)&&(RETRY_CONFIG[_0x2084da(0x179)]=Math[_0x2084da(0x221)](0x0,_0x3d9df0['maxRetries'])),_0x237671[_0x2084da(0x1d7)](_0x3d9df0[_0x2084da(0x224)],undefined)&&(RETRY_CONFIG[_0x2084da(0x224)]=Math[_0x2084da(0x221)](0x3e8,_0x3d9df0[_0x2084da(0x224)])),logger[_0x2084da(0x19f)](_0x2084da(0x1b3)+JSON['stringify'](RETRY_CONFIG));},exports[a101_0x1d7345(0x214)]=()=>{const _0x59ad51={...RETRY_CONFIG};return _0x59ad51;},exports[a101_0x1d7345(0x1aa)]=_0x539dad=>{const _0xb815c1=a101_0x1d7345,_0x5b877c={'yRaSB':function(_0xd2c62f,_0x4eeaf3){return _0xd2c62f(_0x4eeaf3);}};return _0x5b877c[_0xb815c1(0x1ca)](detectDriverType,_0x539dad)[_0xb815c1(0x1a6)];},exports[a101_0x1d7345(0x1f9)]=_0x4c01d6=>{const _0x314d9e=a101_0x1d7345,_0x42d73d={'MDqfc':function(_0x35474f,_0xe12f0a){return _0x35474f(_0xe12f0a);},'nUIUq':function(_0x2efa96,_0xe60a09){return _0x2efa96===_0xe60a09;},'utfyj':_0x314d9e(0x1a9)},{isPlaywright:_0x473498,type:_0x222dd7}=_0x42d73d[_0x314d9e(0x20a)](detectDriverType,_0x4c01d6);return!_0x473498&&_0x42d73d['nUIUq'](_0x222dd7,_0x42d73d[_0x314d9e(0x1bf)]);},exports[a101_0x1d7345(0x1e1)]=async(_0x1b2867,_0x18f15f=null)=>{const _0x5f12fe=a101_0x1d7345,_0x124c8e={'DNHqs':function(_0x4eccc0,_0x3d3463){return _0x4eccc0(_0x3d3463);},'fEmMT':function(_0x1ac13d,_0x3553c6){return _0x1ac13d===_0x3553c6;},'FkVnM':_0x5f12fe(0x215)},{isPlaywright:_0x1809c4,type:_0x43e05e}=_0x124c8e[_0x5f12fe(0x1f6)](detectDriverType,_0x1b2867);if(!_0x1809c4)return logger['debug'](_0x5f12fe(0x206)+_0x43e05e+_0x5f12fe(0x162)),!![];const _0x57cfb1=_0x18f15f||RETRY_CONFIG[_0x5f12fe(0x173)];try{return _0x1b2867&&_0x124c8e[_0x5f12fe(0x1bc)](typeof _0x1b2867[_0x5f12fe(0x17e)],_0x124c8e[_0x5f12fe(0x1d5)])&&(await _0x1b2867[_0x5f12fe(0x17e)](_0x57cfb1),logger[_0x5f12fe(0x19f)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x57cfb1+'ms')),!![];}catch(_0x5588e8){return logger[_0x5f12fe(0x1ab)](_0x5f12fe(0x187)+_0x5588e8[_0x5f12fe(0x202)]),![];}},exports[a101_0x1d7345(0x1e6)]=async(_0x3ff053,_0x4c67b1=null)=>{const _0x11aaf7=a101_0x1d7345,_0x1dc4c5={};_0x1dc4c5[_0x11aaf7(0x192)]='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0x1dc4c5[_0x11aaf7(0x195)]=function(_0xe2414,_0x442367){return _0xe2414===_0x442367;},_0x1dc4c5[_0x11aaf7(0x1bd)]=_0x11aaf7(0x215),_0x1dc4c5[_0x11aaf7(0x203)]=function(_0x401da4,_0x2b8467){return _0x401da4===_0x2b8467;},_0x1dc4c5[_0x11aaf7(0x17d)]=function(_0x5e8b92,_0x38f978){return _0x5e8b92===_0x38f978;},_0x1dc4c5[_0x11aaf7(0x184)]=function(_0x3a9465,_0x57c60c){return _0x3a9465===_0x57c60c;},_0x1dc4c5[_0x11aaf7(0x170)]=_0x11aaf7(0x18c),_0x1dc4c5[_0x11aaf7(0x1fc)]=_0x11aaf7(0x229);const _0x1b8f44=_0x1dc4c5;if(!exports[_0x11aaf7(0x1f9)](_0x3ff053))return logger[_0x11aaf7(0x1ab)](_0x1b8f44[_0x11aaf7(0x192)]),![];const _0x4b8e40=_0x4c67b1||RETRY_CONFIG[_0x11aaf7(0x173)];try{if(_0x3ff053&&_0x1b8f44[_0x11aaf7(0x195)](typeof _0x3ff053[_0x11aaf7(0x19c)],_0x1b8f44[_0x11aaf7(0x1bd)])){const _0x34bff0=_0x3ff053[_0x11aaf7(0x19c)]();if(_0x34bff0&&_0x1b8f44[_0x11aaf7(0x203)](typeof _0x34bff0[_0x11aaf7(0x1fd)],_0x1b8f44[_0x11aaf7(0x1bd)]))await _0x34bff0['timeouts']()['setScriptTimeout'](_0x4b8e40),logger[_0x11aaf7(0x19f)](_0x11aaf7(0x1e0)+_0x4b8e40+_0x11aaf7(0x1a3));else{if(_0x34bff0&&_0x1b8f44['piLbz'](typeof _0x34bff0[_0x11aaf7(0x20b)],_0x1b8f44[_0x11aaf7(0x1bd)])){const _0x14e7e4={};_0x14e7e4[_0x11aaf7(0x17c)]=_0x4b8e40,await _0x34bff0[_0x11aaf7(0x20b)](_0x14e7e4),logger[_0x11aaf7(0x19f)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x4b8e40+_0x11aaf7(0x211));}else{if(_0x34bff0&&_0x1b8f44['tgLUo'](typeof _0x34bff0[_0x11aaf7(0x15e)],_0x1b8f44[_0x11aaf7(0x1bd)]))await _0x34bff0[_0x11aaf7(0x15e)](_0x4b8e40),logger[_0x11aaf7(0x19f)](_0x11aaf7(0x1e0)+_0x4b8e40+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x11aaf7(0x19f)](_0x1b8f44[_0x11aaf7(0x170)]),!![];}}}else return logger['debug'](_0x1b8f44[_0x11aaf7(0x1fc)]),!![];return!![];}catch(_0x1ce6b9){return logger[_0x11aaf7(0x1ab)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x1ce6b9['message']),![];}},exports[a101_0x1d7345(0x165)]=async(_0x22400d,_0x5033a4)=>{const _0xbfe209=a101_0x1d7345,_0x276407={'nwodg':function(_0x9ab7f5,_0x171fd5){return _0x9ab7f5(_0x171fd5);},'JmrVf':_0xbfe209(0x1b2),'xmEax':function(_0x2f261f,_0x44397c){return _0x2f261f<=_0x44397c;},'ljEjz':function(_0x53a70d,_0x47c153){return _0x53a70d+_0x47c153;},'cTeyx':function(_0x431513,_0x561eac){return _0x431513&&_0x561eac;},'aBvfh':function(_0x4b511a,_0x5397c7,_0x8248f1){return _0x4b511a(_0x5397c7,_0x8248f1);},'WQriH':_0xbfe209(0x1fa),'racdg':_0xbfe209(0x1fb)},{isPlaywright:_0x3c96f4,type:_0x51d87b}=_0x276407[_0xbfe209(0x1d2)](detectDriverType,_0x22400d),_0x453d71=_0x3c96f4?global[_0xbfe209(0x16c)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x276407[_0xbfe209(0x22d)]);if(!_0x453d71)return logger[_0xbfe209(0x1ab)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x51d87b+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x4097f5=null;for(let _0x4298fa=0x1;_0x276407['xmEax'](_0x4298fa,_0x276407[_0xbfe209(0x1b9)](RETRY_CONFIG[_0xbfe209(0x179)],0x1));_0x4298fa++){try{logger['debug'](_0xbfe209(0x18f)+_0x4298fa+'/'+_0x276407[_0xbfe209(0x1b9)](RETRY_CONFIG[_0xbfe209(0x179)],0x1)+'\x20('+_0x51d87b+')');if(_0x276407[_0xbfe209(0x174)](_0x3c96f4,playwrightA11yHelper)){_0x276407[_0xbfe209(0x201)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x22400d,RETRY_CONFIG[_0xbfe209(0x224)]);const _0x4e51e4={};_0x4e51e4['is_mobile_session']=!![];const _0x5844d0=global[_0xbfe209(0x1fa)]?Object[_0xbfe209(0x1da)]({},_0x5033a4,_0x4e51e4):_0x5033a4;await _0x276407['aBvfh'](withTimeout,playwrightA11yHelper[_0xbfe209(0x15f)](_0x22400d,scripts[_0xbfe209(0x21d)],_0x5844d0),RETRY_CONFIG[_0xbfe209(0x224)]),await exports['setPlaywrightScriptTimeout'](_0x22400d,RETRY_CONFIG[_0xbfe209(0x173)]);}else{await exports[_0xbfe209(0x1e6)](_0x22400d,RETRY_CONFIG[_0xbfe209(0x224)]);const _0x1f8e0f={};_0x1f8e0f[_0xbfe209(0x1c2)]=!![];const _0x5a9d1e=globals['getGlobal'](_0x276407[_0xbfe209(0x1d3)])?Object[_0xbfe209(0x1da)]({},_0x5033a4,_0x1f8e0f):_0x5033a4;await _0x276407[_0xbfe209(0x201)](withTimeout,_0x22400d[_0xbfe209(0x1cb)](scripts[_0xbfe209(0x21d)],_0x5a9d1e),RETRY_CONFIG[_0xbfe209(0x224)]),await exports[_0xbfe209(0x1e6)](_0x22400d,RETRY_CONFIG['defaultTimeoutMs']);}return logger[_0xbfe209(0x1ea)](_0xbfe209(0x200)+_0x4298fa+'\x20('+_0x51d87b+')'),!![];}catch(_0x4c22e7){_0x4097f5=_0x4c22e7,logger['warn'](_0xbfe209(0x18f)+_0x4298fa+'\x20failed\x20('+_0x51d87b+').\x20Error:\x20'+_0x4c22e7[_0xbfe209(0x202)]);}}return logger[_0xbfe209(0x1c4)](_0xbfe209(0x1c8)+_0x51d87b+_0xbfe209(0x1b0)+(_0x4097f5?.[_0xbfe209(0x202)]||_0x276407[_0xbfe209(0x1dd)])),![];};
@@ -1 +1 @@
1
- var a102_0x3b7f67=a102_0x1f1a;(function(_0x3566ce,_0x5e30ae){var _0x30c51b=a102_0x1f1a,_0x2593c7=_0x3566ce();while(!![]){try{var _0x133dd9=parseInt(_0x30c51b(0x137))/0x1*(parseInt(_0x30c51b(0x123))/0x2)+parseInt(_0x30c51b(0x12e))/0x3+parseInt(_0x30c51b(0x13c))/0x4*(parseInt(_0x30c51b(0x133))/0x5)+parseInt(_0x30c51b(0x142))/0x6+-parseInt(_0x30c51b(0x132))/0x7*(parseInt(_0x30c51b(0x128))/0x8)+parseInt(_0x30c51b(0x139))/0x9*(-parseInt(_0x30c51b(0x12d))/0xa)+parseInt(_0x30c51b(0x136))/0xb;if(_0x133dd9===_0x5e30ae)break;else _0x2593c7['push'](_0x2593c7['shift']());}catch(_0x5a8c2f){_0x2593c7['push'](_0x2593c7['shift']());}}}(a102_0x4160,0x60a6f),exports[a102_0x3b7f67(0x131)]=a102_0x3b7f67(0x138),exports[a102_0x3b7f67(0x125)]='94',exports[a102_0x3b7f67(0x141)]=a102_0x3b7f67(0x13d),exports[a102_0x3b7f67(0x135)]='141',exports[a102_0x3b7f67(0x124)]=a102_0x3b7f67(0x134));var a102_0x504a32={};a102_0x504a32[a102_0x3b7f67(0x127)]='Chrome',a102_0x504a32[a102_0x3b7f67(0x12b)]=0x5e,a102_0x504a32[a102_0x3b7f67(0x12a)]=0x64,a102_0x504a32[a102_0x3b7f67(0x13a)]=!![];function a102_0x4160(){var _0x2d0ce5=['9310xxagcj','18.4','MINIMUM_CHROMEFORTESTING_VERSION','2962146mKwEhN','191uVQrkm','https://accessibility.browserstack.com/api','288oGsgfL','requires_chrome_options_check','Chrome','976UtfYRb','100','Safari','chrome','playwright-chromium','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','803184lWpwVm','3188WkSPzv','MINIMUM_SAFARI_VERSION','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','ACCESSIBILITY_SUPPORTED_BROWSERS','display_name','1132696cPKoET','chromefortesting','min_version_non_browserstack','min_version_browserstack','safari','82410QitCEc','192045rIsBSi','ChromeForTesting','chromium','API_URL','28zChQHb'];a102_0x4160=function(){return _0x2d0ce5;};return a102_0x4160();}var a102_0x87d55={};a102_0x87d55['display_name']=a102_0x3b7f67(0x13b),a102_0x87d55[a102_0x3b7f67(0x12b)]=0x5e,a102_0x87d55[a102_0x3b7f67(0x12a)]=0x64,a102_0x87d55[a102_0x3b7f67(0x13a)]=!![];var a102_0x522feb={};a102_0x522feb['display_name']=a102_0x3b7f67(0x13b),a102_0x522feb[a102_0x3b7f67(0x12b)]=0x5e,a102_0x522feb['min_version_non_browserstack']=0x64,a102_0x522feb['requires_chrome_options_check']=!![];var a102_0x1a6401={};a102_0x1a6401[a102_0x3b7f67(0x127)]=a102_0x3b7f67(0x12f),a102_0x1a6401[a102_0x3b7f67(0x12b)]=0x8d,a102_0x1a6401[a102_0x3b7f67(0x12a)]=0x8d,a102_0x1a6401[a102_0x3b7f67(0x13a)]=!![];function a102_0x1f1a(_0x284335,_0x3c9fef){var _0x416053=a102_0x4160();return a102_0x1f1a=function(_0x1f1a4a,_0x24a4a4){_0x1f1a4a=_0x1f1a4a-0x123;var _0x2d9702=_0x416053[_0x1f1a4a];return _0x2d9702;},a102_0x1f1a(_0x284335,_0x3c9fef);}var a102_0x9292c={};a102_0x9292c['display_name']=a102_0x3b7f67(0x13e),a102_0x9292c[a102_0x3b7f67(0x12b)]=18.4,a102_0x9292c[a102_0x3b7f67(0x12a)]=18.4,a102_0x9292c[a102_0x3b7f67(0x13a)]=![];var a102_0x3207c0={};a102_0x3207c0[a102_0x3b7f67(0x13f)]=a102_0x504a32,a102_0x3207c0[a102_0x3b7f67(0x130)]=a102_0x87d55,a102_0x3207c0[a102_0x3b7f67(0x140)]=a102_0x522feb,a102_0x3207c0[a102_0x3b7f67(0x129)]=a102_0x1a6401,a102_0x3207c0[a102_0x3b7f67(0x12c)]=a102_0x9292c,exports[a102_0x3b7f67(0x126)]=a102_0x3207c0;
1
+ function a102_0x62c2(_0x3f2637,_0x3f28ae){var _0x20da03=a102_0x20da();return a102_0x62c2=function(_0x62c241,_0x900617){_0x62c241=_0x62c241-0x114;var _0x5ccc57=_0x20da03[_0x62c241];return _0x5ccc57;},a102_0x62c2(_0x3f2637,_0x3f28ae);}var a102_0x14aa3b=a102_0x62c2;(function(_0x50280f,_0x5a5882){var _0x1d86b1=a102_0x62c2,_0x10f8c4=_0x50280f();while(!![]){try{var _0x20a7ca=-parseInt(_0x1d86b1(0x12b))/0x1*(-parseInt(_0x1d86b1(0x118))/0x2)+-parseInt(_0x1d86b1(0x12c))/0x3+-parseInt(_0x1d86b1(0x11e))/0x4*(parseInt(_0x1d86b1(0x12f))/0x5)+parseInt(_0x1d86b1(0x128))/0x6*(-parseInt(_0x1d86b1(0x11c))/0x7)+parseInt(_0x1d86b1(0x11f))/0x8+parseInt(_0x1d86b1(0x11d))/0x9+-parseInt(_0x1d86b1(0x120))/0xa;if(_0x20a7ca===_0x5a5882)break;else _0x10f8c4['push'](_0x10f8c4['shift']());}catch(_0x532005){_0x10f8c4['push'](_0x10f8c4['shift']());}}}(a102_0x20da,0x9e32c),exports[a102_0x14aa3b(0x123)]=a102_0x14aa3b(0x126),exports[a102_0x14aa3b(0x129)]='94',exports[a102_0x14aa3b(0x121)]='100',exports[a102_0x14aa3b(0x119)]=a102_0x14aa3b(0x122),exports[a102_0x14aa3b(0x11a)]=a102_0x14aa3b(0x116));var a102_0x4c5607={};a102_0x4c5607[a102_0x14aa3b(0x125)]='Chrome',a102_0x4c5607[a102_0x14aa3b(0x117)]=0x5e,a102_0x4c5607[a102_0x14aa3b(0x11b)]=0x64,a102_0x4c5607[a102_0x14aa3b(0x12e)]=!![];var a102_0x35886f={};function a102_0x20da(){var _0x540247=['min_version_browserstack','354cFjVzI','MINIMUM_CHROMEFORTESTING_VERSION','MINIMUM_SAFARI_VERSION','min_version_non_browserstack','7kULjWN','9477090SZYHmo','40CvGcYX','10288496NjvOBb','659510tUzRdt','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','141','API_URL','Safari','display_name','https://accessibility.browserstack.com/api','playwright-chromium','1515954zckBUI','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','ChromeForTesting','2843oPhizT','2809839NdKDFF','safari','requires_chrome_options_check','469540pTrMNq','chromefortesting','ACCESSIBILITY_SUPPORTED_BROWSERS','Chrome','chromium','chrome','18.4'];a102_0x20da=function(){return _0x540247;};return a102_0x20da();}a102_0x35886f[a102_0x14aa3b(0x125)]=a102_0x14aa3b(0x132),a102_0x35886f[a102_0x14aa3b(0x117)]=0x5e,a102_0x35886f['min_version_non_browserstack']=0x64,a102_0x35886f[a102_0x14aa3b(0x12e)]=!![];var a102_0x6aca15={};a102_0x6aca15[a102_0x14aa3b(0x125)]=a102_0x14aa3b(0x132),a102_0x6aca15[a102_0x14aa3b(0x117)]=0x5e,a102_0x6aca15[a102_0x14aa3b(0x11b)]=0x64,a102_0x6aca15['requires_chrome_options_check']=!![];var a102_0x4a909e={};a102_0x4a909e['display_name']=a102_0x14aa3b(0x12a),a102_0x4a909e[a102_0x14aa3b(0x117)]=0x8d,a102_0x4a909e[a102_0x14aa3b(0x11b)]=0x8d,a102_0x4a909e[a102_0x14aa3b(0x12e)]=!![];var a102_0x4c00dc={};a102_0x4c00dc[a102_0x14aa3b(0x125)]=a102_0x14aa3b(0x124),a102_0x4c00dc[a102_0x14aa3b(0x117)]=18.4,a102_0x4c00dc[a102_0x14aa3b(0x11b)]=18.4,a102_0x4c00dc['requires_chrome_options_check']=![];var a102_0x444225={};a102_0x444225[a102_0x14aa3b(0x115)]=a102_0x4c5607,a102_0x444225[a102_0x14aa3b(0x114)]=a102_0x35886f,a102_0x444225[a102_0x14aa3b(0x127)]=a102_0x6aca15,a102_0x444225[a102_0x14aa3b(0x130)]=a102_0x4a909e,a102_0x444225[a102_0x14aa3b(0x12d)]=a102_0x4c00dc,exports[a102_0x14aa3b(0x131)]=a102_0x444225;