browserstack-node-sdk 1.53.1 → 1.53.2

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_0x5bf0(_0x3b1361,_0x4e8306){const _0x2ad956=a97_0x2ad9();return a97_0x5bf0=function(_0x5bf0ec,_0x41b092){_0x5bf0ec=_0x5bf0ec-0x1a9;let _0xe8fc26=_0x2ad956[_0x5bf0ec];return _0xe8fc26;},a97_0x5bf0(_0x3b1361,_0x4e8306);}const a97_0x8ec4cc=a97_0x5bf0;function a97_0x2ad9(){const _0xb53eb8=['asyncError','md5','getHierarchy',',\x20testRunId:\x20','sWKUk','hook','TestRunFinished','name','getFileName','errors','\x22\x20hook\x20for\x20\x22','PrjKF','finishedAt','getTime','PetuD','469FBhQlJ','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','[jestUtils]\x20Created\x20identifier:\x20','failure_reason_expanded','getName','displayName','parse','createHash','createIdentifierFromJestTest','format','EIAjL','ltWeF','createTestFrameworkData','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','stack','LCOgb','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','includes','afterEach','ChlxB','jlOqm','digest','__jestCurrentTestIdentifier','100098fNfNeI','5EgLOID','[jestUtils]\x20Error\x20creating\x20identifier:\x20','FWMLZ','xrwdV','getState','HookRunFinished','retryOf','Exception\x20in\x20createTestFrameworkData:\x20','YSgvj','length','inspect','HVxWU','XprJP','386134qjJZsm','apply','16160TsFKHs','exports','type','Creating\x20hook\x20data\x20for\x20eventType:\x20','configureGit','MOUmK','CIGHU','330PyicXp','test','ROOT_DESCRIBE_BLOCK','IZrJA','1341OHWsqf','testAnalyticsId','push','ljzMu','toISOString','PbEgZ','backtrace','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','parent','pending','update','42740CVblhV','startedAt','now','testPath','_gitConfigPath','jXqoo','jest-circus','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','getRootParentFile','WQFMv','failure_backtrace','relative','yXune','fXaec','expect','NTBGm','match','TestRunSkipped','_gitConfigured','../../../helpers/helper.js','failure','failed','hex','NlpvU','jIxjE','find','UKuqS','extractTestFilePath','failure_type','dDgkf','path','mvdyS','createJestTestIdentifier','errorsDetailed','PSebe','144409GGWBov','AFTER_ALL','winstonLogger','stack-trace','IWkxi','UZpDL','beforeAll','../../../helpers/logger.js','drXou','QeMmx','failure_reason','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','passed','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','getTestIdentifier','result','yYGrQ','23442sQhlsA','beDtt','split','Exception\x20in\x20getHookRunEventData:\x20','Exception\x20in\x20createHookData:\x20','tsXAH','HookRunStarted','eKSqk','btVgZ','XsoYV','hooks','udGzU','cjaDk','unknown','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','started_at','crypto','jest','KZiQt','xDrTk','../../../helpers/test-observability/utils','skipped','File\x20path\x20could\x20not\x20be\x20found','javascript','gffEO','wUCpi','smDaw','423596ihLgsF','getHookRunEventData','VyENb',':jest-','FYABQ','failure_data','qggCC','AFTER_EACH','finished_at','xEASo','title','browserstack-node-agent/src/bin/jest','TKUzo','toUpperCase','error','\x20from\x20compositeKey:\x20','util','afterAll','fullName','recreateIdentifierFromTestInfo','GsNbq','toString','file','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','clearHooksMap','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','isJestInternalHook','debug','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','duration','expanded','currentTest','createHookData','beforeEach','PbyuA','BEFORE_EACH','[jestUtils]\x20expect.getState()\x20not\x20available:\x20'];a97_0x2ad9=function(){return _0xb53eb8;};return a97_0x2ad9();}(function(_0x892e91,_0x4ea763){const _0x1137b1=a97_0x5bf0,_0xdf359f=_0x892e91();while(!![]){try{const _0x55ad96=-parseInt(_0x1137b1(0x25d))/0x1+-parseInt(_0x1137b1(0x222))/0x2+-parseInt(_0x1137b1(0x214))/0x3+-parseInt(_0x1137b1(0x1c9))/0x4*(-parseInt(_0x1137b1(0x215))/0x5)+parseInt(_0x1137b1(0x1ae))/0x6*(parseInt(_0x1137b1(0x1fd))/0x7)+parseInt(_0x1137b1(0x224))/0x8*(parseInt(_0x1137b1(0x22f))/0x9)+parseInt(_0x1137b1(0x23a))/0xa*(-parseInt(_0x1137b1(0x22b))/0xb);if(_0x55ad96===_0x4ea763)break;else _0xdf359f['push'](_0xdf359f['shift']());}catch(_0x5013f3){_0xdf359f['push'](_0xdf359f['shift']());}}}(a97_0x2ad9,0x29672));const path=require(a97_0x8ec4cc(0x258)),util=require(a97_0x8ec4cc(0x1d9)),crypto=require(a97_0x8ec4cc(0x1be)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a97_0x8ec4cc(0x24d)),logger=require(a97_0x8ec4cc(0x264))[a97_0x8ec4cc(0x25f)],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require('../TestInfo.js'),{failureData,getFailureType}=require(a97_0x8ec4cc(0x1c2)),stackTrace=require(a97_0x8ec4cc(0x260)),a97_0x4e14cc={};a97_0x4e14cc[a97_0x8ec4cc(0x263)]='BEFORE_ALL',a97_0x4e14cc[a97_0x8ec4cc(0x1da)]=a97_0x8ec4cc(0x25e),a97_0x4e14cc[a97_0x8ec4cc(0x1ea)]=a97_0x8ec4cc(0x1ec),a97_0x4e14cc[a97_0x8ec4cc(0x20f)]=a97_0x8ec4cc(0x1d0);const HOOK_TYPES_MAP=a97_0x4e14cc,hooksMap={};class JestUtils{constructor(){const _0x452ad8=a97_0x8ec4cc;this[_0x452ad8(0x24c)]=![],this['_gitConfigPath']=null;}async[a97_0x8ec4cc(0x209)](_0x5ad8dc,_0x967987,_0x1526d0=a97_0x8ec4cc(0x1f4),_0x2ab4d8=undefined){const _0x19ddc6=a97_0x8ec4cc,_0x1d1a18={'XprJP':_0x19ddc6(0x1e5),'udGzU':'jest-circus','YSgvj':function(_0x1399a6,_0x5ca456){return _0x1399a6||_0x5ca456;},'beDtt':_0x19ddc6(0x1c4),'xrwdV':function(_0x1c9c04,_0x127bae){return _0x1c9c04!==_0x127bae;},'VyENb':_0x19ddc6(0x22c),'FYABQ':'err','btVgZ':_0x19ddc6(0x238),'cjaDk':function(_0x463485,_0x49b9b5){return _0x463485===_0x49b9b5;},'jIxjE':_0x19ddc6(0x24b),'KZiQt':_0x19ddc6(0x1c3),'CIGHU':function(_0xe0762b,_0x15c4c2){return _0xe0762b>_0x15c4c2;},'qggCC':_0x19ddc6(0x24f),'yYGrQ':_0x19ddc6(0x1a9),'ChlxB':function(_0x87f1fb,_0x3a2f69){return _0x87f1fb-_0x3a2f69;},'VOPUV':_0x19ddc6(0x1c5),'tnFqg':function(_0x5c9a37,_0x12b523){return _0x5c9a37>_0x12b523;},'ljzMu':_0x19ddc6(0x1bf),'wUCpi':function(_0x383c1e,_0x4989c5){return _0x383c1e(_0x4989c5);},'PrjKF':'TestRunFinished'};logger[_0x19ddc6(0x1e4)](_0x19ddc6(0x20a)+_0x1526d0+',\x20testIdentifier:\x20'+_0x967987);try{if(!_0x5ad8dc)return logger[_0x19ddc6(0x1e4)](_0x1d1a18[_0x19ddc6(0x221)]),null;if(_0x5ad8dc['fn']&&_0x5ad8dc['fn'][_0x19ddc6(0x1de)]()['match'](/browserstack internal helper hook/))return null;await this[_0x19ddc6(0x228)]();let _0x108732;try{_0x108732=this[_0x19ddc6(0x242)](_0x5ad8dc);if(_0x108732&&_0x108732[_0x19ddc6(0x20e)](_0x1d1a18[_0x19ddc6(0x1b9)]))return null;}catch(_0x4a0723){logger[_0x19ddc6(0x1e4)](_0x19ddc6(0x1bc)+util[_0x19ddc6(0x206)](_0x4a0723)),_0x108732=null;}const _0x406da9=this[_0x19ddc6(0x1f0)](_0x5ad8dc),_0x4b8f70=this[_0x19ddc6(0x201)](_0x5ad8dc),_0x27bf2b=_0x1d1a18[_0x19ddc6(0x21d)](_0x108732,_0x1d1a18[_0x19ddc6(0x1af)]);let _0x299eb9=[];const _0x379906=_0x5ad8dc[_0x19ddc6(0x25b)]||_0x5ad8dc[_0x19ddc6(0x1f7)];if(_0x1d1a18[_0x19ddc6(0x218)](_0x379906,undefined))_0x299eb9=[_0x379906,_0x1d1a18[_0x19ddc6(0x1cb)]];else _0x1d1a18[_0x19ddc6(0x218)](_0x2ab4d8,undefined)&&(_0x299eb9=[_0x2ab4d8,_0x1d1a18[_0x19ddc6(0x1cd)]]);const _0x5d1397=_0x1d1a18[_0x19ddc6(0x218)](_0x379906,undefined)?util[_0x19ddc6(0x21f)](_0x379906[0x0]):_0x1d1a18['xrwdV'](_0x2ab4d8,undefined)?_0x2ab4d8[_0x19ddc6(0x1de)]():undefined;let _0x387ed3=_0x1d1a18[_0x19ddc6(0x1b6)];if(_0x1d1a18['cjaDk'](_0x1526d0,_0x1d1a18['jIxjE']))_0x387ed3=_0x1d1a18[_0x19ddc6(0x1c0)];else _0x379906&&_0x1d1a18[_0x19ddc6(0x22a)](_0x379906[_0x19ddc6(0x21e)],0x0)?_0x387ed3=_0x1d1a18[_0x19ddc6(0x1cf)]:_0x387ed3=_0x1d1a18[_0x19ddc6(0x1ad)];let _0x5522b8=null;if(_0x1d1a18['xrwdV'](_0x5ad8dc[_0x19ddc6(0x1e6)],undefined))_0x5522b8=_0x5ad8dc['duration'];else(_0x1526d0['match'](/Finished/)||_0x1526d0[_0x19ddc6(0x24a)](/Skipped/))&&(_0x5ad8dc[_0x19ddc6(0x1bd)]&&(_0x5522b8=_0x1d1a18[_0x19ddc6(0x210)](Date[_0x19ddc6(0x23c)](),new Date(_0x5ad8dc['started_at'])[_0x19ddc6(0x1fb)]())));const _0x2e2597=_0x5ad8dc['fn']?_0x5ad8dc['fn'][_0x19ddc6(0x1de)]():null,_0x32e4b4={'id':_0x967987,'uuid':_0x967987,'startedAt':_0x5ad8dc[_0x19ddc6(0x1bd)]||new Date()['toISOString'](),'finishedAt':_0x1526d0['match'](/Finished/)||_0x1526d0[_0x19ddc6(0x24a)](/Skipped/)?new Date()[_0x19ddc6(0x233)]():null,'type':_0x1d1a18['VyENb'],'body':{'lang':_0x1d1a18['VOPUV'],'code':_0x2e2597},'name':_0x4b8f70,'errorsDetailed':_0x1d1a18['tnFqg'](_0x379906?.[_0x19ddc6(0x21e)],0x0)?_0x379906[0x0]:_0x379906?_0x379906:undefined,'scopes':_0x406da9,'file_name':_0x27bf2b,'location':_0x27bf2b,'vc_filepath':this[_0x19ddc6(0x23e)]&&_0x108732?path['relative'](this[_0x19ddc6(0x23e)],_0x108732):null,'framework':_0x1d1a18[_0x19ddc6(0x232)],'result':_0x387ed3,'failure_reason':_0x5d1397,'duration_in_ms':_0x5522b8,'failure':failureData[_0x19ddc6(0x223)](null,_0x299eb9),'failure_type':!_0x5d1397?null:_0x1d1a18[_0x19ddc6(0x1c7)](getFailureType,_0x5d1397),'retry_of':_0x5ad8dc[_0x19ddc6(0x21b)]||null,'customRerunParam':{'rerun_name':_0x4b8f70}};_0x1d1a18[_0x19ddc6(0x1ba)](_0x1526d0,_0x1d1a18[_0x19ddc6(0x252)])&&!_0x32e4b4[_0x19ddc6(0x23b)]&&(_0x32e4b4[_0x19ddc6(0x23b)]=_0x32e4b4[_0x19ddc6(0x1fa)]);const _0x3d8e31=_0x32e4b4[_0x19ddc6(0x24e)]&&_0x32e4b4[_0x19ddc6(0x24e)][0x0];return _0x3d8e31&&(_0x32e4b4[_0x19ddc6(0x244)]=_0x3d8e31[_0x19ddc6(0x235)],_0x32e4b4[_0x19ddc6(0x200)]=_0x3d8e31[_0x19ddc6(0x1e7)]),(_0x1d1a18[_0x19ddc6(0x1ba)](_0x1526d0,_0x1d1a18[_0x19ddc6(0x1f9)])||_0x1d1a18[_0x19ddc6(0x1ba)](_0x1526d0,_0x1d1a18[_0x19ddc6(0x252)]))&&(_0x5ad8dc['hooks']&&(_0x32e4b4[_0x19ddc6(0x1b8)]=_0x5ad8dc[_0x19ddc6(0x1b8)])),_0x32e4b4;}catch(_0x51366e){return logger[_0x19ddc6(0x1e4)](_0x19ddc6(0x21c)+util['format'](_0x51366e)),null;}}async[a97_0x8ec4cc(0x1e9)](_0x499067,_0x5ec8a9,_0x5c6d5b,_0x5e28d7){const _0x71df66=a97_0x8ec4cc,_0xf4660d={'HNciI':_0x71df66(0x268),'rTetc':_0x71df66(0x240),'HVxWU':_0x71df66(0x1d4),'CIxjO':_0x71df66(0x1bb),'FWMLZ':'pending','MOUmK':function(_0x36c5f0,_0x5ecd2f){return _0x36c5f0===_0x5ecd2f;},'smDaw':_0x71df66(0x21a),'fXaec':function(_0x1b5bac,_0x3f2694){return _0x1b5bac>_0x3f2694;},'eKSqk':'failed','EIjWZ':function(_0x7ca8e7,_0x936dda){return _0x7ca8e7(_0x936dda);},'NTBGm':_0x71df66(0x22c),'mvdyS':_0x71df66(0x1a9),'IZrJA':_0x71df66(0x1f3),'jlOqm':_0x71df66(0x1c5),'drXou':_0x71df66(0x1bf),'yXune':function(_0x25d888,_0xabdc15){return _0x25d888===_0xabdc15;},'PbEgZ':_0x71df66(0x1b4)};logger[_0x71df66(0x1e4)](_0x71df66(0x227)+_0x5c6d5b+',\x20hookUUID:\x20'+_0x5ec8a9+_0x71df66(0x1f1)+_0x5e28d7);try{if(!_0x499067)return logger['debug'](_0xf4660d['HNciI']),null;if(this[_0x71df66(0x1e3)](_0x499067))return null;await this[_0x71df66(0x228)]();let _0x387a92=null;try{_0x387a92=this[_0x71df66(0x242)](_0x499067);if(_0x387a92&&_0x387a92[_0x71df66(0x20e)](_0xf4660d['rTetc']))return null;if(_0x387a92&&_0x387a92[_0x71df66(0x20e)](_0xf4660d[_0x71df66(0x220)]))return null;}catch(_0x428ae1){logger[_0x71df66(0x1e4)](_0x71df66(0x1fe)+util['format'](_0x428ae1));}const _0x3e2a89=this[_0x71df66(0x201)](_0x499067),_0x33c6b1=_0x499067['type']||_0xf4660d['CIxjO'],_0xe14125=HOOK_TYPES_MAP[_0x33c6b1]||_0x33c6b1[_0x71df66(0x1d6)](),_0x2c4f30=_0x499067[_0x71df66(0x237)]&&_0x499067[_0x71df66(0x237)][_0x71df66(0x1f5)]?_0x499067[_0x71df66(0x237)]['name']:'';let _0x4b3459=_0xf4660d[_0x71df66(0x217)],_0x36b47f=null,_0x4e1ff6=null,_0x4abe36=null,_0x2ba411=null;_0xf4660d[_0x71df66(0x229)](_0x5c6d5b,_0xf4660d[_0x71df66(0x1c8)])&&(_0x2ba411=new Date()[_0x71df66(0x233)](),_0x499067['errorsDetailed']&&_0xf4660d[_0x71df66(0x247)](_0x499067[_0x71df66(0x25b)][_0x71df66(0x21e)],0x0)?(_0x4b3459=_0xf4660d[_0x71df66(0x1b5)],_0x4e1ff6=util[_0x71df66(0x21f)](_0x499067[_0x71df66(0x25b)][0x0]),_0x36b47f=_0xf4660d['EIjWZ'](getFailureType,_0x4e1ff6),_0x4abe36=failureData[_0x71df66(0x223)](null,[_0x499067[_0x71df66(0x25b)],_0xf4660d[_0x71df66(0x249)]])):_0x4b3459=_0xf4660d[_0x71df66(0x259)]);const _0x15d633={'uuid':_0x5ec8a9,'type':_0xf4660d[_0x71df66(0x22e)],'hook_type':_0xe14125,'name':_0x3e2a89,'body':{'lang':_0xf4660d[_0x71df66(0x211)],'code':_0x499067['fn']?_0x499067['fn'][_0x71df66(0x1de)]():null},'tags':[],'test_run_id':_0x5e28d7,'scope':_0x2c4f30,'scopes':[_0x2c4f30],'file_name':_0x387a92,'location':_0x387a92,'vc_filepath':this['_gitConfigPath']&&_0x387a92?path[_0x71df66(0x245)](this[_0x71df66(0x23e)],_0x387a92):null,'result':_0x4b3459,'started_at':_0x499067[_0x71df66(0x1bd)]||new Date()[_0x71df66(0x233)](),'finished_at':_0x2ba411,'failure_type':_0x36b47f,'failure_reason':_0x4e1ff6,'failure_data':_0x4abe36,'framework':_0xf4660d[_0x71df66(0x265)]};return _0xf4660d[_0x71df66(0x246)](_0x5c6d5b,_0xf4660d[_0x71df66(0x234)])&&(hooksMap[_0x5e28d7]?hooksMap[_0x5e28d7][_0x71df66(0x231)](_0x15d633):hooksMap[_0x5e28d7]=[_0x15d633]),_0x15d633;}catch(_0xedf398){return logger['debug'](_0x71df66(0x1b2)+util['format'](_0xedf398)),null;}}[a97_0x8ec4cc(0x1ca)](_0x139236,_0x680edb,_0x314885){const _0xdbbe0a=a97_0x8ec4cc,_0x17e10f={'LdFAV':function(_0x1086ec,_0x4de569){return _0x1086ec>_0x4de569;},'toEET':_0xdbbe0a(0x24f),'UZpDL':function(_0x45057c,_0x5b67bc){return _0x45057c(_0x5b67bc);},'UKuqS':'test','ltWeF':_0xdbbe0a(0x1a9)};try{const _0x352f29=hooksMap[_0x139236];if(!_0x352f29)return null;const _0x5e1d7e=_0x352f29[_0xdbbe0a(0x253)](_0x125550=>_0x125550['uuid']===_0x680edb);if(!_0x5e1d7e)return null;return _0x5e1d7e[_0xdbbe0a(0x1d1)]=new Date()[_0xdbbe0a(0x233)](),_0x314885[_0xdbbe0a(0x25b)]&&_0x17e10f['LdFAV'](_0x314885[_0xdbbe0a(0x25b)][_0xdbbe0a(0x21e)],0x0)?(_0x5e1d7e['result']=_0x17e10f['toEET'],_0x5e1d7e[_0xdbbe0a(0x267)]=util['inspect'](_0x314885[_0xdbbe0a(0x25b)][0x0]),_0x5e1d7e[_0xdbbe0a(0x256)]=_0x17e10f[_0xdbbe0a(0x262)](getFailureType,_0x5e1d7e[_0xdbbe0a(0x267)]),_0x5e1d7e[_0xdbbe0a(0x1ce)]=failureData['apply'](null,[_0x314885['errorsDetailed'],_0x17e10f[_0xdbbe0a(0x254)]])):_0x5e1d7e[_0xdbbe0a(0x1ac)]=_0x17e10f[_0xdbbe0a(0x208)],_0x5e1d7e;}catch(_0x4ee097){return logger['debug'](_0xdbbe0a(0x1b1)+util[_0xdbbe0a(0x206)](_0x4ee097)),null;}}[a97_0x8ec4cc(0x201)](_0x28e6c2){const _0x3b174e=a97_0x8ec4cc,_0x3de18c={};_0x3de18c['HXKbq']=function(_0xa2cc40,_0x19e58e){return _0xa2cc40!==_0x19e58e;},_0x3de18c[_0x3b174e(0x257)]=_0x3b174e(0x22c),_0x3de18c[_0x3b174e(0x1dd)]='Unknown\x20Test';const _0x48abe6=_0x3de18c;if(_0x48abe6['HXKbq'](_0x28e6c2[_0x3b174e(0x226)],_0x48abe6[_0x3b174e(0x257)]))return'\x22'+_0x28e6c2[_0x3b174e(0x226)]+_0x3b174e(0x1f8)+(_0x28e6c2[_0x3b174e(0x237)]&&_0x28e6c2['parent'][_0x3b174e(0x1f5)])+'\x22';return _0x28e6c2['name']||_0x48abe6[_0x3b174e(0x1dd)];}[a97_0x8ec4cc(0x1f0)](_0x48109b){const _0xd24d1a=a97_0x8ec4cc,_0x7702e0={};_0x7702e0[_0xd24d1a(0x1b7)]=function(_0x5985cd,_0x3ce986){return _0x5985cd!==_0x3ce986;},_0x7702e0[_0xd24d1a(0x251)]='ROOT_DESCRIBE_BLOCK';const _0x2afe15=_0x7702e0,_0x20c47e=[];if(_0x48109b&&_0x48109b['parent']){let _0x55f7d4=_0x48109b[_0xd24d1a(0x237)];while(_0x55f7d4&&_0x55f7d4[_0xd24d1a(0x1f5)]&&_0x2afe15[_0xd24d1a(0x1b7)](_0x55f7d4['name'],'')&&_0x2afe15[_0xd24d1a(0x1b7)](_0x55f7d4[_0xd24d1a(0x1f5)],_0x2afe15[_0xd24d1a(0x251)])){_0x20c47e[_0xd24d1a(0x231)](_0x55f7d4[_0xd24d1a(0x1f5)]),_0x55f7d4=_0x55f7d4[_0xd24d1a(0x237)];}}return _0x20c47e['reverse'](),_0x20c47e;}['getRootParentFile'](_0x472f65){const _0x7173af=a97_0x8ec4cc;if(_0x472f65['asyncError'])try{const _0x5a1516=stackTrace[_0x7173af(0x203)]['call'](stackTrace,_0x472f65[_0x7173af(0x1ee)]);if(_0x5a1516[0x0]&&_0x5a1516[0x0][_0x7173af(0x1f6)])return _0x5a1516[0x0][_0x7173af(0x1f6)]();}catch(_0x4cac95){logger[_0x7173af(0x1e4)](_0x7173af(0x1e0)+util[_0x7173af(0x206)](_0x4cac95));}if(_0x472f65[_0x7173af(0x1df)])return _0x472f65[_0x7173af(0x1df)];return null;}[a97_0x8ec4cc(0x1e3)](_0x416980){const _0x2d97dc=a97_0x8ec4cc,_0x189556={};_0x189556[_0x2d97dc(0x25c)]=_0x2d97dc(0x240),_0x189556[_0x2d97dc(0x261)]=function(_0x23f5a7,_0x490259){return _0x23f5a7===_0x490259;},_0x189556[_0x2d97dc(0x1f2)]=_0x2d97dc(0x22d);const _0x74ea52=_0x189556;try{const _0x267c9d=this['getRootParentFile'](_0x416980);if(_0x267c9d&&_0x267c9d['includes'](_0x74ea52[_0x2d97dc(0x25c)]))return!![];if(!_0x267c9d){const _0x3089ec=_0x416980[_0x2d97dc(0x237)]&&_0x416980[_0x2d97dc(0x237)][_0x2d97dc(0x1f5)];if(_0x74ea52[_0x2d97dc(0x261)](_0x3089ec,_0x74ea52['sWKUk']))return!![];}}catch(_0x2c5dda){logger[_0x2d97dc(0x1e4)](_0x2d97dc(0x20d)+util[_0x2d97dc(0x206)](_0x2c5dda));}return![];}[a97_0x8ec4cc(0x1ab)](_0x15c9d0=null){const _0x15859c=a97_0x8ec4cc;try{const _0x37aae5=_0x15c9d0||global['__workerDetails']||{};if(global[_0x15859c(0x213)])return global[_0x15859c(0x213)];if(_0x37aae5?.['currentTest']?.['testAnalyticsId'])return _0x37aae5['currentTest'][_0x15859c(0x230)];if(_0x37aae5?.[_0x15859c(0x1e8)]?.['id'])return _0x37aae5['currentTest']['id'];return null;}catch(_0x204171){return logger[_0x15859c(0x1e4)](_0x15859c(0x1aa)+util[_0x15859c(0x206)](_0x204171)),null;}}async[a97_0x8ec4cc(0x228)](){const _0x4235f5=a97_0x8ec4cc,_0x342511={'xEASo':function(_0x2ddffc){return _0x2ddffc();}};if(this[_0x4235f5(0x24c)])return this[_0x4235f5(0x23e)];const _0x1eb3fe=await _0x342511[_0x4235f5(0x1d2)](getGitMetaData);_0x1eb3fe&&(this[_0x4235f5(0x23e)]=_0x1eb3fe['root']),this['_gitConfigured']=!![];}['clearHooksMap'](_0x302a0d){hooksMap[_0x302a0d]&&delete hooksMap[_0x302a0d];}[a97_0x8ec4cc(0x255)](_0xe6842e){const _0x2539ac=a97_0x8ec4cc,_0x4889a7={'EIAjL':_0x2539ac(0x240),'gffEO':function(_0x5b36fc,_0x3b1831){return _0x5b36fc(_0x3b1831);},'LCOgb':_0x2539ac(0x248)};if(_0xe6842e['file'])return _0xe6842e[_0x2539ac(0x1df)];if(_0xe6842e[_0x2539ac(0x1ee)]){try{const _0x5b102a=stackTrace[_0x2539ac(0x203)](_0xe6842e[_0x2539ac(0x1ee)]);if(_0x5b102a[0x0]&&_0x5b102a[0x0]['getFileName']){const _0x3af83d=_0x5b102a[0x0][_0x2539ac(0x1f6)]();if(_0x3af83d&&!_0x3af83d['includes'](_0x4889a7[_0x2539ac(0x207)]))return _0x3af83d;}}catch(_0x50f304){logger['debug'](_0x2539ac(0x236)+util[_0x2539ac(0x206)](_0x50f304));}if(_0xe6842e[_0x2539ac(0x1ee)][_0x2539ac(0x20b)]){const _0x3f2bcf=_0xe6842e['asyncError']['stack']['split']('\x0a');for(const _0x1b4f1f of _0x3f2bcf){const _0x2ab6d8=_0x1b4f1f['match'](/at (.+?):\d+:\d+/);if(_0x2ab6d8&&_0x2ab6d8[0x1]&&!_0x2ab6d8[0x1][_0x2539ac(0x20e)](_0x4889a7['EIAjL']))return _0x2ab6d8[0x1];}}}let _0x5f442c=_0xe6842e[_0x2539ac(0x237)];while(_0x5f442c){if(_0x5f442c[_0x2539ac(0x1df)])return _0x5f442c['file'];if(_0x5f442c[_0x2539ac(0x1ee)])try{const _0x4a4625=stackTrace['parse'](_0x5f442c[_0x2539ac(0x1ee)]);if(_0x4a4625[0x0]&&_0x4a4625[0x0][_0x2539ac(0x1f6)]){const _0x422f3a=_0x4a4625[0x0][_0x2539ac(0x1f6)]();if(_0x422f3a&&!_0x422f3a[_0x2539ac(0x20e)](_0x4889a7[_0x2539ac(0x207)]))return _0x422f3a;}}catch(_0x14819e){}_0x5f442c=_0x5f442c[_0x2539ac(0x237)];}try{const _0x2256b1=_0x4889a7[_0x2539ac(0x1c6)](require,_0x4889a7[_0x2539ac(0x20c)]);if(_0x2256b1&&_0x2256b1[_0x2539ac(0x219)]){const _0x1e7381=_0x2256b1[_0x2539ac(0x219)]();if(_0x1e7381&&_0x1e7381[_0x2539ac(0x23d)])return _0x1e7381[_0x2539ac(0x23d)];}}catch(_0x1fe65d){logger[_0x2539ac(0x1e4)](_0x2539ac(0x1ed)+util[_0x2539ac(0x206)](_0x1fe65d));}return null;}['createJestTestIdentifier'](_0x267461){const _0x20cd6f=a97_0x8ec4cc,_0xcb17a0={};_0xcb17a0[_0x20cd6f(0x266)]=_0x20cd6f(0x1e2),_0xcb17a0['tsXAH']=function(_0x2d78e8,_0x4caf01){return _0x2d78e8!==_0x4caf01;},_0xcb17a0[_0x20cd6f(0x1fc)]='ROOT_DESCRIBE_BLOCK',_0xcb17a0[_0x20cd6f(0x243)]=_0x20cd6f(0x240),_0xcb17a0[_0x20cd6f(0x1c1)]=_0x20cd6f(0x1ef),_0xcb17a0[_0x20cd6f(0x23f)]=_0x20cd6f(0x250);const _0x47630e=_0xcb17a0;try{if(!_0x267461)return logger['error'](_0x47630e[_0x20cd6f(0x266)]),null;const _0x2f8b9b=_0x267461[_0x20cd6f(0x1db)]||_0x267461['name']||_0x267461[_0x20cd6f(0x1d3)]||_0x267461[_0x20cd6f(0x202)];let _0x55802b=_0x2f8b9b;if(_0x267461[_0x20cd6f(0x237)]&&_0x267461[_0x20cd6f(0x237)][_0x20cd6f(0x1f5)]&&_0x47630e[_0x20cd6f(0x1b3)](_0x267461[_0x20cd6f(0x237)]['name'],_0x47630e['PetuD'])){const _0x3be3b7=_0x267461[_0x20cd6f(0x1f5)]||_0x267461['title'];_0x3be3b7&&(_0x55802b=_0x267461[_0x20cd6f(0x237)][_0x20cd6f(0x1f5)]+'\x20'+_0x3be3b7);}let _0x23f094=_0x267461[_0x20cd6f(0x23d)];if(!_0x23f094&&_0x267461[_0x20cd6f(0x1ee)]){try{const _0x3e388c=stackTrace['parse'](_0x267461['asyncError']);if(_0x3e388c[0x0]&&_0x3e388c[0x0]['getFileName']){const _0x4e4960=_0x3e388c[0x0][_0x20cd6f(0x1f6)]();_0x4e4960&&!_0x4e4960[_0x20cd6f(0x20e)](_0x47630e[_0x20cd6f(0x243)])&&(_0x23f094=_0x4e4960);}}catch(_0x5e2765){logger[_0x20cd6f(0x1e4)](_0x20cd6f(0x236)+util['format'](_0x5e2765));}if(!_0x23f094&&_0x267461['asyncError'][_0x20cd6f(0x20b)]){const _0xebc137=_0x267461[_0x20cd6f(0x1ee)][_0x20cd6f(0x20b)][_0x20cd6f(0x1b0)]('\x0a');for(const _0xc77d08 of _0xebc137){const _0x4d1ad1=_0xc77d08[_0x20cd6f(0x24a)](/at (.+?):\d+:\d+/);if(_0x4d1ad1&&_0x4d1ad1[0x1]&&!_0x4d1ad1[0x1][_0x20cd6f(0x20e)](_0x47630e['WQFMv'])){_0x23f094=_0x4d1ad1[0x1];break;}}}}const _0x120be4=_0x23f094+'::'+_0x55802b,_0x1b8a64=crypto[_0x20cd6f(0x204)](_0x47630e[_0x20cd6f(0x1c1)])[_0x20cd6f(0x239)](_0x120be4)[_0x20cd6f(0x212)](_0x47630e[_0x20cd6f(0x23f)])['substring'](0x0,0x8),_0x244cbc=process['pid']+_0x20cd6f(0x1cc)+_0x1b8a64;return logger[_0x20cd6f(0x1e4)](_0x20cd6f(0x1ff)+_0x244cbc+_0x20cd6f(0x1d8)+_0x120be4),_0x244cbc;}catch(_0xdb083a){return logger[_0x20cd6f(0x1d7)](_0x20cd6f(0x216)+util[_0x20cd6f(0x206)](_0xdb083a)),null;}}[a97_0x8ec4cc(0x205)](_0xa7f500){const _0x5c7bc7=a97_0x8ec4cc,_0x27fb50={};_0x27fb50['PbyuA']='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x3fc864=_0x27fb50;if(!_0xa7f500)return logger['debug'](_0x3fc864[_0x5c7bc7(0x1eb)]),null;const _0x45025c=this[_0x5c7bc7(0x255)](_0xa7f500),_0x286558={};_0x286558[_0x5c7bc7(0x1f5)]=_0xa7f500[_0x5c7bc7(0x1f5)]||_0xa7f500['title'],_0x286558['parent']=_0xa7f500[_0x5c7bc7(0x237)],_0x286558[_0x5c7bc7(0x23d)]=_0x45025c,_0x286558[_0x5c7bc7(0x1ee)]=_0xa7f500[_0x5c7bc7(0x1ee)];const _0x58d6dc=_0x286558;return this['createJestTestIdentifier'](_0x58d6dc);}[a97_0x8ec4cc(0x1dc)](_0x9ab685,_0x3c5329=null){const _0x273fda=a97_0x8ec4cc,_0x2f83dd={};_0x2f83dd[_0x273fda(0x1d5)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x1b00af=_0x2f83dd;if(!_0x9ab685)return logger[_0x273fda(0x1e4)](_0x1b00af[_0x273fda(0x1d5)]),_0x3c5329;if(_0x9ab685['testIdentifier'])return logger[_0x273fda(0x1e4)](_0x273fda(0x241)+_0x9ab685['testIdentifier']),_0x9ab685['testIdentifier'];return this[_0x273fda(0x25a)](_0x9ab685)||_0x3c5329;}}module[a97_0x8ec4cc(0x225)]=o11yClassErrorHandler(JestUtils,[a97_0x8ec4cc(0x228),a97_0x8ec4cc(0x1f0),'getRootParentFile',a97_0x8ec4cc(0x201),'isJestInternalHook',a97_0x8ec4cc(0x1ab),a97_0x8ec4cc(0x209),a97_0x8ec4cc(0x1e9),a97_0x8ec4cc(0x1ca),a97_0x8ec4cc(0x1e1),a97_0x8ec4cc(0x255),'createJestTestIdentifier',a97_0x8ec4cc(0x205),a97_0x8ec4cc(0x1dc)]);
1
+ const a97_0x43a776=a97_0x1169;(function(_0x327b3a,_0x3df5dc){const _0x3de7b3=a97_0x1169,_0x506776=_0x327b3a();while(!![]){try{const _0x1f70e0=-parseInt(_0x3de7b3(0x16f))/0x1+-parseInt(_0x3de7b3(0x161))/0x2*(parseInt(_0x3de7b3(0x16b))/0x3)+parseInt(_0x3de7b3(0x117))/0x4*(-parseInt(_0x3de7b3(0xd4))/0x5)+parseInt(_0x3de7b3(0x168))/0x6+parseInt(_0x3de7b3(0xc5))/0x7*(parseInt(_0x3de7b3(0x154))/0x8)+parseInt(_0x3de7b3(0x128))/0x9+parseInt(_0x3de7b3(0x149))/0xa;if(_0x1f70e0===_0x3df5dc)break;else _0x506776['push'](_0x506776['shift']());}catch(_0x2ebec9){_0x506776['push'](_0x506776['shift']());}}}(a97_0x5622,0x4b935));const path=require('path'),util=require(a97_0x43a776(0x14b)),crypto=require(a97_0x43a776(0x108)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require('../../../helpers/logger.js')[a97_0x43a776(0xef)],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require(a97_0x43a776(0x10b)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a97_0x43a776(0x114)),a97_0x165fd4={};function a97_0x5622(){const _0x19cdcc=['getRootParentFile','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','oIrvI','\x20from\x20compositeKey:\x20','bnoXj','3756069ggoiJv','error','createIdentifierFromJestTest','dIRXT','pid','browserstack-node-agent/src/bin/jest','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','errors','stack','ckXkl','TestRunFinished','toUpperCase','FHLmY','format','finished_at','match','OWwZl','parent','AFTER_EACH','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','__jestCurrentTestIdentifier','getTestIdentifier','pending','KaLIP','unknown','uiKyu','find','getHookRunEventData','DjRuh','now','CYoSM','startedAt','BEtEY','1932390flIfez','getName','util','aAMTq','oRHtM','type','_gitConfigured','uUuJV','isJestInternalHook','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','name','2045792MFZjkH','File\x20path\x20could\x20not\x20be\x20found','fXOml','mELso','failed','test','wLfqD','clearHooksMap','toString','failure','currentTest','substring','WvOYb','50qfYrSS','started_at','QdVQL','failure_data','zxylV','file','Creating\x20hook\x20data\x20for\x20eventType:\x20','1549482mswbrm','cvNpB','GgYBv','26073JlHXWP','hGbBi','md5','finishedAt','406167ImdFgq','duration','failure_reason_expanded','retryOf','pazqr','TmDFW','7gIhILO','createHookData','mXIMN','afterEach','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','Exception\x20in\x20createTestFrameworkData:\x20','toISOString','QnyUN','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','QPQCs','XonZy','call','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','getHierarchy','jest-circus','365PhUOxA','_gitConfigPath','NUEqM','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','parse','asyncError','mGMzH','apply','UvldB',',\x20hookUUID:\x20','extractTestFilePath','fGEgK','XbyEP','push','HookRunFinished','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','createHash','title','MnyfF','configureGit','javascript','eBUFa','backtrace','uSkTb','expect','testIdentifier','winstonLogger','mTGyD','errorsDetailed','Exception\x20in\x20createHookData:\x20','afterAll','qqdHV','wpNoZ','testPath','createJestTestIdentifier','JOkhC','length','split','createTestFrameworkData','debug','Gcyuy','displayName','UcEsg','beforeAll','inspect','TBCQq','bSnpd','hex','naVJA','nqzsA','Hekar','crypto','exports','failure_backtrace','../TestInfo.js','nkYWZ','[jestUtils]\x20Created\x20identifier:\x20','erufY','pLvTK','YdArI','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','hooks','[jestUtils]\x20Error\x20creating\x20identifier:\x20','stack-trace','fullName','getFileName','10496qRGaYc','cEzbS','UfKEm','passed','skipped','recreateIdentifierFromTestInfo','includes','AFTER_ALL','ROOT_DESCRIBE_BLOCK','mWfHl','reverse'];a97_0x5622=function(){return _0x19cdcc;};return a97_0x5622();}a97_0x165fd4[a97_0x43a776(0x100)]='BEFORE_ALL',a97_0x165fd4[a97_0x43a776(0xf3)]=a97_0x43a776(0x11e),a97_0x165fd4['beforeEach']='BEFORE_EACH',a97_0x165fd4[a97_0x43a776(0xc8)]=a97_0x43a776(0x13a);function a97_0x1169(_0x39c463,_0x1b2c4d){const _0x5622c5=a97_0x5622();return a97_0x1169=function(_0x1169b4,_0x164ef5){_0x1169b4=_0x1169b4-0xc5;let _0x2de672=_0x5622c5[_0x1169b4];return _0x2de672;},a97_0x1169(_0x39c463,_0x1b2c4d);}const HOOK_TYPES_MAP=a97_0x165fd4,hooksMap={};class JestUtils{constructor(){const _0x49d46a=a97_0x43a776;this[_0x49d46a(0x14f)]=![],this[_0x49d46a(0xd5)]=null;}async[a97_0x43a776(0xfb)](_0x68c13f,_0xc94845,_0x5bf7b4='TestRunFinished',_0x58a773=undefined){const _0x469319=a97_0x43a776,_0xdcba17={'OPvKT':_0x469319(0x111),'cEzbS':_0x469319(0xd3),'mELso':function(_0x3cee2b,_0x8ac0c){return _0x3cee2b||_0x8ac0c;},'nkYWZ':_0x469319(0x155),'QnyUN':function(_0x53b79e,_0x9311d0){return _0x53b79e!==_0x9311d0;},'uSkTb':_0x469319(0x159),'XonZy':'err','uUuJV':function(_0x26cd31,_0x240e7c){return _0x26cd31!==_0x240e7c;},'CYoSM':function(_0x1e7bbb,_0x57d9c5){return _0x1e7bbb!==_0x57d9c5;},'qqdHV':'pending','UvldB':function(_0x2ad4e3,_0x2954df){return _0x2ad4e3===_0x2954df;},'XbyEP':'TestRunSkipped','pQlbl':_0x469319(0x11b),'mXIMN':function(_0x4ad4e9,_0x13b087){return _0x4ad4e9>_0x13b087;},'wpNoZ':_0x469319(0x158),'naVJA':_0x469319(0x11a),'pazqr':function(_0x2849fb,_0x419f7e){return _0x2849fb!==_0x419f7e;},'MnyfF':function(_0x34f0cb,_0x5f274b){return _0x34f0cb-_0x5f274b;},'Hekar':_0x469319(0xe9),'ZYCka':function(_0xcbdd5c,_0xf1370a){return _0xcbdd5c>_0xf1370a;},'Zcolk':'jest','QPQCs':function(_0x3b9363,_0x336389){return _0x3b9363(_0x336389);},'eBUFa':_0x469319(0x132)};logger['debug'](_0x469319(0xd7)+_0x5bf7b4+',\x20testIdentifier:\x20'+_0xc94845);try{if(!_0x68c13f)return logger[_0x469319(0xfc)](_0xdcba17['OPvKT']),null;if(_0x68c13f['fn']&&_0x68c13f['fn'][_0x469319(0x15c)]()['match'](/browserstack internal helper hook/))return null;await this[_0x469319(0xe8)]();let _0x6f58a8;try{_0x6f58a8=this[_0x469319(0x122)](_0x68c13f);if(_0x6f58a8&&_0x6f58a8[_0x469319(0x11d)](_0xdcba17[_0x469319(0x118)]))return null;}catch(_0x4eeaea){logger['debug'](_0x469319(0x152)+util[_0x469319(0x135)](_0x4eeaea)),_0x6f58a8=null;}const _0x2c28b4=this[_0x469319(0xd2)](_0x68c13f),_0x337b04=this['getName'](_0x68c13f),_0x693a08=_0xdcba17[_0x469319(0x157)](_0x6f58a8,_0xdcba17[_0x469319(0x10c)]);let _0x4e00e4=[];const _0xc34fba=_0x68c13f[_0x469319(0xf1)]||_0x68c13f[_0x469319(0x12f)];if(_0xdcba17[_0x469319(0xcc)](_0xc34fba,undefined))_0x4e00e4=[_0xc34fba,_0xdcba17['uSkTb']];else _0xdcba17[_0x469319(0xcc)](_0x58a773,undefined)&&(_0x4e00e4=[_0x58a773,_0xdcba17[_0x469319(0xcf)]]);const _0x19692=_0xdcba17[_0x469319(0x150)](_0xc34fba,undefined)?util['inspect'](_0xc34fba[0x0]):_0xdcba17[_0x469319(0x146)](_0x58a773,undefined)?_0x58a773[_0x469319(0x15c)]():undefined;let _0x52e204=_0xdcba17[_0x469319(0xf4)];if(_0xdcba17['UvldB'](_0x5bf7b4,_0xdcba17['XbyEP']))_0x52e204=_0xdcba17['pQlbl'];else _0xc34fba&&_0xdcba17[_0x469319(0xc7)](_0xc34fba[_0x469319(0xf9)],0x0)?_0x52e204=_0xdcba17[_0x469319(0xf5)]:_0x52e204=_0xdcba17[_0x469319(0x105)];let _0x5f4643=null;if(_0xdcba17[_0x469319(0x173)](_0x68c13f[_0x469319(0x170)],undefined))_0x5f4643=_0x68c13f[_0x469319(0x170)];else(_0x5bf7b4['match'](/Finished/)||_0x5bf7b4[_0x469319(0x137)](/Skipped/))&&(_0x68c13f[_0x469319(0x162)]&&(_0x5f4643=_0xdcba17[_0x469319(0xe7)](Date[_0x469319(0x145)](),new Date(_0x68c13f[_0x469319(0x162)])['getTime']())));const _0x10f16d=_0x68c13f['fn']?_0x68c13f['fn'][_0x469319(0x15c)]():null,_0x2b3754={'id':_0xc94845,'uuid':_0xc94845,'startedAt':_0x68c13f[_0x469319(0x162)]||new Date()['toISOString'](),'finishedAt':_0x5bf7b4[_0x469319(0x137)](/Finished/)||_0x5bf7b4['match'](/Skipped/)?new Date()[_0x469319(0xcb)]():null,'type':_0xdcba17[_0x469319(0xec)],'body':{'lang':_0xdcba17[_0x469319(0x107)],'code':_0x10f16d},'name':_0x337b04,'errorsDetailed':_0xdcba17['ZYCka'](_0xc34fba?.[_0x469319(0xf9)],0x0)?_0xc34fba[0x0]:_0xc34fba?_0xc34fba:undefined,'scopes':_0x2c28b4,'file_name':_0x693a08,'location':_0x693a08,'vc_filepath':this[_0x469319(0xd5)]&&_0x6f58a8?path['relative'](this['_gitConfigPath'],_0x6f58a8):null,'framework':_0xdcba17['Zcolk'],'result':_0x52e204,'failure_reason':_0x19692,'duration_in_ms':_0x5f4643,'failure':failureData[_0x469319(0xdc)](null,_0x4e00e4),'failure_type':!_0x19692?null:_0xdcba17[_0x469319(0xce)](getFailureType,_0x19692),'retry_of':_0x68c13f[_0x469319(0x172)]||null,'customRerunParam':{'rerun_name':_0x337b04}};_0xdcba17[_0x469319(0xdd)](_0x5bf7b4,_0xdcba17[_0x469319(0xe1)])&&!_0x2b3754['startedAt']&&(_0x2b3754[_0x469319(0x147)]=_0x2b3754[_0x469319(0x16e)]);const _0x254d9c=_0x2b3754[_0x469319(0x15d)]&&_0x2b3754[_0x469319(0x15d)][0x0];return _0x254d9c&&(_0x2b3754[_0x469319(0x10a)]=_0x254d9c[_0x469319(0xeb)],_0x2b3754[_0x469319(0x171)]=_0x254d9c['expanded']),(_0xdcba17[_0x469319(0xdd)](_0x5bf7b4,_0xdcba17[_0x469319(0xea)])||_0xdcba17[_0x469319(0xdd)](_0x5bf7b4,_0xdcba17[_0x469319(0xe1)]))&&(_0x68c13f['hooks']&&(_0x2b3754[_0x469319(0x112)]=_0x68c13f[_0x469319(0x112)])),_0x2b3754;}catch(_0x1f8b04){return logger['debug'](_0x469319(0xca)+util['format'](_0x1f8b04)),null;}}async[a97_0x43a776(0xc6)](_0xf000c,_0x7e6890,_0x2580af,_0x2bf398){const _0x369ee3=a97_0x43a776,_0x7e8219={'KaLIP':'No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','BEtEY':_0x369ee3(0xd3),'YdArI':_0x369ee3(0x12d),'dIRXT':_0x369ee3(0x140),'ckXkl':_0x369ee3(0x13e),'oIrvI':function(_0x280ed3,_0x4faadb){return _0x280ed3===_0x4faadb;},'oRHtM':_0x369ee3(0xe3),'nqzsA':function(_0x3f909f,_0x19f1bb){return _0x3f909f>_0x19f1bb;},'NUEqM':_0x369ee3(0x158),'bnoXj':function(_0x5b0b82,_0x482ed9){return _0x5b0b82(_0x482ed9);},'fGEgK':'test','pLvTK':_0x369ee3(0x11a),'erufY':'hook','rOhhk':_0x369ee3(0xe9),'mTGyD':'jest','mWfHl':function(_0x3755a3,_0x596b7b){return _0x3755a3===_0x596b7b;},'TmDFW':'HookRunStarted'};logger[_0x369ee3(0xfc)](_0x369ee3(0x167)+_0x2580af+_0x369ee3(0xde)+_0x7e6890+',\x20testRunId:\x20'+_0x2bf398);try{if(!_0xf000c)return logger[_0x369ee3(0xfc)](_0x7e8219[_0x369ee3(0x13f)]),null;if(this[_0x369ee3(0x151)](_0xf000c))return null;await this[_0x369ee3(0xe8)]();let _0x830de1=null;try{_0x830de1=this[_0x369ee3(0x122)](_0xf000c);if(_0x830de1&&_0x830de1['includes'](_0x7e8219[_0x369ee3(0x148)]))return null;if(_0x830de1&&_0x830de1['includes'](_0x7e8219[_0x369ee3(0x110)]))return null;}catch(_0x37030e){logger[_0x369ee3(0xfc)](_0x369ee3(0xd1)+util['format'](_0x37030e));}const _0x341fba=this['getName'](_0xf000c),_0x5bad7a=_0xf000c[_0x369ee3(0x14e)]||_0x7e8219[_0x369ee3(0x12b)],_0x44ba15=HOOK_TYPES_MAP[_0x5bad7a]||_0x5bad7a[_0x369ee3(0x133)](),_0x45434e=_0xf000c[_0x369ee3(0x139)]&&_0xf000c[_0x369ee3(0x139)][_0x369ee3(0x153)]?_0xf000c['parent'][_0x369ee3(0x153)]:'';let _0x5441c3=_0x7e8219[_0x369ee3(0x131)],_0x3319cf=null,_0x33e0ce=null,_0x26e51e=null,_0x549c68=null;_0x7e8219[_0x369ee3(0x125)](_0x2580af,_0x7e8219[_0x369ee3(0x14d)])&&(_0x549c68=new Date()[_0x369ee3(0xcb)](),_0xf000c[_0x369ee3(0xf1)]&&_0x7e8219[_0x369ee3(0x106)](_0xf000c[_0x369ee3(0xf1)][_0x369ee3(0xf9)],0x0)?(_0x5441c3=_0x7e8219[_0x369ee3(0xd6)],_0x33e0ce=util[_0x369ee3(0x101)](_0xf000c[_0x369ee3(0xf1)][0x0]),_0x3319cf=_0x7e8219[_0x369ee3(0x127)](getFailureType,_0x33e0ce),_0x26e51e=failureData['apply'](null,[_0xf000c[_0x369ee3(0xf1)],_0x7e8219[_0x369ee3(0xe0)]])):_0x5441c3=_0x7e8219[_0x369ee3(0x10f)]);const _0x3da262={'uuid':_0x7e6890,'type':_0x7e8219[_0x369ee3(0x10e)],'hook_type':_0x44ba15,'name':_0x341fba,'body':{'lang':_0x7e8219['rOhhk'],'code':_0xf000c['fn']?_0xf000c['fn'][_0x369ee3(0x15c)]():null},'tags':[],'test_run_id':_0x2bf398,'scope':_0x45434e,'scopes':[_0x45434e],'file_name':_0x830de1,'location':_0x830de1,'vc_filepath':this[_0x369ee3(0xd5)]&&_0x830de1?path['relative'](this['_gitConfigPath'],_0x830de1):null,'result':_0x5441c3,'started_at':_0xf000c[_0x369ee3(0x162)]||new Date()[_0x369ee3(0xcb)](),'finished_at':_0x549c68,'failure_type':_0x3319cf,'failure_reason':_0x33e0ce,'failure_data':_0x26e51e,'framework':_0x7e8219[_0x369ee3(0xf0)]};return _0x7e8219[_0x369ee3(0x120)](_0x2580af,_0x7e8219[_0x369ee3(0x174)])&&(hooksMap[_0x2bf398]?hooksMap[_0x2bf398][_0x369ee3(0xe2)](_0x3da262):hooksMap[_0x2bf398]=[_0x3da262]),_0x3da262;}catch(_0xbf0a10){return logger[_0x369ee3(0xfc)](_0x369ee3(0xf2)+util[_0x369ee3(0x135)](_0xbf0a10)),null;}}[a97_0x43a776(0x143)](_0x2ad846,_0x29f138,_0x38123d){const _0x11bb1d=a97_0x43a776,_0x169fb9={'UfKEm':function(_0x19aa74,_0x32625e){return _0x19aa74>_0x32625e;},'mgsIx':'failed','OHKcO':function(_0x16d552,_0x196b48){return _0x16d552(_0x196b48);},'MTQQS':_0x11bb1d(0x159),'ntqkQ':'passed'};try{const _0x43db89=hooksMap[_0x2ad846];if(!_0x43db89)return null;const _0x46441a=_0x43db89[_0x11bb1d(0x142)](_0x424c49=>_0x424c49['uuid']===_0x29f138);if(!_0x46441a)return null;return _0x46441a[_0x11bb1d(0x136)]=new Date()[_0x11bb1d(0xcb)](),_0x38123d[_0x11bb1d(0xf1)]&&_0x169fb9[_0x11bb1d(0x119)](_0x38123d['errorsDetailed'][_0x11bb1d(0xf9)],0x0)?(_0x46441a['result']=_0x169fb9['mgsIx'],_0x46441a['failure_reason']=util[_0x11bb1d(0x101)](_0x38123d[_0x11bb1d(0xf1)][0x0]),_0x46441a['failure_type']=_0x169fb9['OHKcO'](getFailureType,_0x46441a['failure_reason']),_0x46441a[_0x11bb1d(0x164)]=failureData[_0x11bb1d(0xdc)](null,[_0x38123d['errorsDetailed'],_0x169fb9['MTQQS']])):_0x46441a['result']=_0x169fb9['ntqkQ'],_0x46441a;}catch(_0x1ad6f6){return logger[_0x11bb1d(0xfc)]('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x11bb1d(0x135)](_0x1ad6f6)),null;}}[a97_0x43a776(0x14a)](_0x4baf01){const _0xb2ef49=a97_0x43a776,_0x2a6dbc={};_0x2a6dbc[_0xb2ef49(0xff)]=function(_0x39d88e,_0x4e512f){return _0x39d88e!==_0x4e512f;},_0x2a6dbc[_0xb2ef49(0x163)]=_0xb2ef49(0x159),_0x2a6dbc['Gcyuy']='Unknown\x20Test';const _0x2c4f9b=_0x2a6dbc;if(_0x2c4f9b[_0xb2ef49(0xff)](_0x4baf01[_0xb2ef49(0x14e)],_0x2c4f9b['QdVQL']))return'\x22'+_0x4baf01[_0xb2ef49(0x14e)]+'\x22\x20hook\x20for\x20\x22'+(_0x4baf01['parent']&&_0x4baf01[_0xb2ef49(0x139)]['name'])+'\x22';return _0x4baf01[_0xb2ef49(0x153)]||_0x2c4f9b[_0xb2ef49(0xfd)];}[a97_0x43a776(0xd2)](_0x2289db){const _0x41cfb1=a97_0x43a776,_0x558b80={};_0x558b80['mGMzH']=function(_0x18706a,_0x118a27){return _0x18706a!==_0x118a27;},_0x558b80[_0x41cfb1(0x16c)]=function(_0x474b55,_0x478b64){return _0x474b55!==_0x478b64;},_0x558b80['HoEGj']='ROOT_DESCRIBE_BLOCK';const _0x2e5154=_0x558b80,_0x463196=[];if(_0x2289db&&_0x2289db[_0x41cfb1(0x139)]){let _0x1b38f8=_0x2289db[_0x41cfb1(0x139)];while(_0x1b38f8&&_0x1b38f8[_0x41cfb1(0x153)]&&_0x2e5154[_0x41cfb1(0xdb)](_0x1b38f8[_0x41cfb1(0x153)],'')&&_0x2e5154['hGbBi'](_0x1b38f8[_0x41cfb1(0x153)],_0x2e5154['HoEGj'])){_0x463196[_0x41cfb1(0xe2)](_0x1b38f8['name']),_0x1b38f8=_0x1b38f8['parent'];}}return _0x463196[_0x41cfb1(0x121)](),_0x463196;}[a97_0x43a776(0x122)](_0x472407){const _0x2e3501=a97_0x43a776;if(_0x472407[_0x2e3501(0xda)])try{const _0x3fc642=stackTrace[_0x2e3501(0xd9)][_0x2e3501(0xd0)](stackTrace,_0x472407[_0x2e3501(0xda)]);if(_0x3fc642[0x0]&&_0x3fc642[0x0]['getFileName'])return _0x3fc642[0x0]['getFileName']();}catch(_0x3b5270){logger[_0x2e3501(0xfc)](_0x2e3501(0x124)+util[_0x2e3501(0x135)](_0x3b5270));}if(_0x472407[_0x2e3501(0x166)])return _0x472407[_0x2e3501(0x166)];return null;}['isJestInternalHook'](_0x1dab0e){const _0x5907b9=a97_0x43a776,_0x24acd2={};_0x24acd2[_0x5907b9(0x16a)]=_0x5907b9(0xd3),_0x24acd2[_0x5907b9(0x134)]=function(_0x2497d0,_0x5d9e38){return _0x2497d0===_0x5d9e38;},_0x24acd2[_0x5907b9(0x169)]=_0x5907b9(0x11f);const _0xde5126=_0x24acd2;try{const _0x5f50e9=this['getRootParentFile'](_0x1dab0e);if(_0x5f50e9&&_0x5f50e9[_0x5907b9(0x11d)](_0xde5126['GgYBv']))return!![];if(!_0x5f50e9){const _0x1f0db3=_0x1dab0e['parent']&&_0x1dab0e[_0x5907b9(0x139)]['name'];if(_0xde5126[_0x5907b9(0x134)](_0x1f0db3,_0xde5126[_0x5907b9(0x169)]))return!![];}}catch(_0x274e5c){logger[_0x5907b9(0xfc)](_0x5907b9(0xc9)+util[_0x5907b9(0x135)](_0x274e5c));}return![];}[a97_0x43a776(0x13d)](_0x28e740=null){const _0x53dcd5=a97_0x43a776;try{const _0x25d40e=_0x28e740||global['__workerDetails']||{};if(global[_0x53dcd5(0x13c)])return global[_0x53dcd5(0x13c)];if(_0x25d40e?.[_0x53dcd5(0x15e)]?.['testAnalyticsId'])return _0x25d40e['currentTest']['testAnalyticsId'];if(_0x25d40e?.[_0x53dcd5(0x15e)]?.['id'])return _0x25d40e[_0x53dcd5(0x15e)]['id'];return null;}catch(_0x28a2c2){return logger[_0x53dcd5(0xfc)](_0x53dcd5(0xd8)+util[_0x53dcd5(0x135)](_0x28a2c2)),null;}}async[a97_0x43a776(0xe8)](){const _0x516f14=a97_0x43a776,_0x32a510={'uiKyu':function(_0x211a37){return _0x211a37();}};if(this[_0x516f14(0x14f)])return this[_0x516f14(0xd5)];const _0x2d0890=await _0x32a510[_0x516f14(0x141)](getGitMetaData);_0x2d0890&&(this[_0x516f14(0xd5)]=_0x2d0890['root']),this[_0x516f14(0x14f)]=!![];}[a97_0x43a776(0x15b)](_0x58e939){hooksMap[_0x58e939]&&delete hooksMap[_0x58e939];}[a97_0x43a776(0xdf)](_0x261e53){const _0x586416=a97_0x43a776,_0x30015c={'aAMTq':'jest-circus','bSnpd':function(_0x51f5e2,_0x1caa84){return _0x51f5e2(_0x1caa84);},'zbFpj':_0x586416(0xed)};if(_0x261e53[_0x586416(0x166)])return _0x261e53[_0x586416(0x166)];if(_0x261e53[_0x586416(0xda)]){try{const _0x1401b2=stackTrace['parse'](_0x261e53[_0x586416(0xda)]);if(_0x1401b2[0x0]&&_0x1401b2[0x0]['getFileName']){const _0x2e4ba4=_0x1401b2[0x0][_0x586416(0x116)]();if(_0x2e4ba4&&!_0x2e4ba4[_0x586416(0x11d)](_0x30015c[_0x586416(0x14c)]))return _0x2e4ba4;}}catch(_0x225f36){logger['debug'](_0x586416(0x12e)+util[_0x586416(0x135)](_0x225f36));}if(_0x261e53[_0x586416(0xda)][_0x586416(0x130)]){const _0xf2a994=_0x261e53[_0x586416(0xda)][_0x586416(0x130)][_0x586416(0xfa)]('\x0a');for(const _0x4df501 of _0xf2a994){const _0x16d82a=_0x4df501['match'](/at (.+?):\d+:\d+/);if(_0x16d82a&&_0x16d82a[0x1]&&!_0x16d82a[0x1][_0x586416(0x11d)](_0x30015c[_0x586416(0x14c)]))return _0x16d82a[0x1];}}}let _0x294178=_0x261e53['parent'];while(_0x294178){if(_0x294178[_0x586416(0x166)])return _0x294178['file'];if(_0x294178[_0x586416(0xda)])try{const _0x45edbd=stackTrace[_0x586416(0xd9)](_0x294178[_0x586416(0xda)]);if(_0x45edbd[0x0]&&_0x45edbd[0x0][_0x586416(0x116)]){const _0x231386=_0x45edbd[0x0][_0x586416(0x116)]();if(_0x231386&&!_0x231386[_0x586416(0x11d)](_0x30015c[_0x586416(0x14c)]))return _0x231386;}}catch(_0x3b07fa){}_0x294178=_0x294178['parent'];}try{const _0x1abc73=_0x30015c[_0x586416(0x103)](require,_0x30015c['zbFpj']);if(_0x1abc73&&_0x1abc73['getState']){const _0x3c7f95=_0x1abc73['getState']();if(_0x3c7f95&&_0x3c7f95[_0x586416(0xf6)])return _0x3c7f95[_0x586416(0xf6)];}}catch(_0xec97da){logger[_0x586416(0xfc)](_0x586416(0x13b)+util['format'](_0xec97da));}return null;}[a97_0x43a776(0xf7)](_0x2fd437){const _0x42cce2=a97_0x43a776,_0x1eaa67={};_0x1eaa67[_0x42cce2(0xf8)]=_0x42cce2(0xe4),_0x1eaa67['TBCQq']=function(_0x261667,_0x2dd173){return _0x261667!==_0x2dd173;},_0x1eaa67[_0x42cce2(0x156)]=_0x42cce2(0x11f),_0x1eaa67[_0x42cce2(0x160)]=_0x42cce2(0xd3),_0x1eaa67['DjRuh']=_0x42cce2(0x16d),_0x1eaa67[_0x42cce2(0x138)]=_0x42cce2(0x104);const _0x302bbd=_0x1eaa67;try{if(!_0x2fd437)return logger[_0x42cce2(0x129)](_0x302bbd[_0x42cce2(0xf8)]),null;const _0x1e0580=_0x2fd437[_0x42cce2(0x115)]||_0x2fd437[_0x42cce2(0x153)]||_0x2fd437[_0x42cce2(0xe6)]||_0x2fd437[_0x42cce2(0xfe)];let _0x482b3a=_0x1e0580;if(_0x2fd437[_0x42cce2(0x139)]&&_0x2fd437[_0x42cce2(0x139)][_0x42cce2(0x153)]&&_0x302bbd[_0x42cce2(0x102)](_0x2fd437['parent'][_0x42cce2(0x153)],_0x302bbd[_0x42cce2(0x156)])){const _0x278405=_0x2fd437[_0x42cce2(0x153)]||_0x2fd437[_0x42cce2(0xe6)];_0x278405&&(_0x482b3a=_0x2fd437[_0x42cce2(0x139)]['name']+'\x20'+_0x278405);}let _0x3a29fd=_0x2fd437[_0x42cce2(0xf6)];if(!_0x3a29fd&&_0x2fd437[_0x42cce2(0xda)]){try{const _0x4440b4=stackTrace[_0x42cce2(0xd9)](_0x2fd437[_0x42cce2(0xda)]);if(_0x4440b4[0x0]&&_0x4440b4[0x0][_0x42cce2(0x116)]){const _0x4ed307=_0x4440b4[0x0]['getFileName']();_0x4ed307&&!_0x4ed307[_0x42cce2(0x11d)](_0x302bbd['WvOYb'])&&(_0x3a29fd=_0x4ed307);}}catch(_0x2e9174){logger[_0x42cce2(0xfc)](_0x42cce2(0x12e)+util['format'](_0x2e9174));}if(!_0x3a29fd&&_0x2fd437[_0x42cce2(0xda)][_0x42cce2(0x130)]){const _0x3b0dd9=_0x2fd437[_0x42cce2(0xda)][_0x42cce2(0x130)][_0x42cce2(0xfa)]('\x0a');for(const _0x46cffa of _0x3b0dd9){const _0x4c14c6=_0x46cffa[_0x42cce2(0x137)](/at (.+?):\d+:\d+/);if(_0x4c14c6&&_0x4c14c6[0x1]&&!_0x4c14c6[0x1]['includes'](_0x302bbd[_0x42cce2(0x160)])){_0x3a29fd=_0x4c14c6[0x1];break;}}}}const _0x23f91f=_0x3a29fd+'::'+_0x482b3a,_0x57c5ef=crypto[_0x42cce2(0xe5)](_0x302bbd[_0x42cce2(0x144)])['update'](_0x23f91f)['digest'](_0x302bbd[_0x42cce2(0x138)])[_0x42cce2(0x15f)](0x0,0x8),_0xfebfa6=process[_0x42cce2(0x12c)]+':jest-'+_0x57c5ef;return logger['debug'](_0x42cce2(0x10d)+_0xfebfa6+_0x42cce2(0x126)+_0x23f91f),_0xfebfa6;}catch(_0x18cc18){return logger['error'](_0x42cce2(0x113)+util[_0x42cce2(0x135)](_0x18cc18)),null;}}[a97_0x43a776(0x12a)](_0x34288e){const _0x39f7fd=a97_0x43a776,_0x5586b8={};_0x5586b8[_0x39f7fd(0x165)]='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x3166e8=_0x5586b8;if(!_0x34288e)return logger[_0x39f7fd(0xfc)](_0x3166e8[_0x39f7fd(0x165)]),null;const _0x1d7ad5=this[_0x39f7fd(0xdf)](_0x34288e),_0x21c901={};_0x21c901['name']=_0x34288e['name']||_0x34288e[_0x39f7fd(0xe6)],_0x21c901[_0x39f7fd(0x139)]=_0x34288e['parent'],_0x21c901[_0x39f7fd(0xf6)]=_0x1d7ad5,_0x21c901[_0x39f7fd(0xda)]=_0x34288e[_0x39f7fd(0xda)];const _0x4b3280=_0x21c901;return this[_0x39f7fd(0xf7)](_0x4b3280);}[a97_0x43a776(0x11c)](_0xded6d5,_0x2dd8f6=null){const _0x416b62=a97_0x43a776,_0x1dcb63={};_0x1dcb63[_0x416b62(0x15a)]=_0x416b62(0xcd);const _0x30db08=_0x1dcb63;if(!_0xded6d5)return logger[_0x416b62(0xfc)](_0x30db08[_0x416b62(0x15a)]),_0x2dd8f6;if(_0xded6d5[_0x416b62(0xee)])return logger[_0x416b62(0xfc)](_0x416b62(0x123)+_0xded6d5[_0x416b62(0xee)]),_0xded6d5[_0x416b62(0xee)];return this[_0x416b62(0xf7)](_0xded6d5)||_0x2dd8f6;}}module[a97_0x43a776(0x109)]=o11yClassErrorHandler(JestUtils,[a97_0x43a776(0xe8),a97_0x43a776(0xd2),'getRootParentFile','getName','isJestInternalHook',a97_0x43a776(0x13d),a97_0x43a776(0xfb),a97_0x43a776(0xc6),'getHookRunEventData',a97_0x43a776(0x15b),a97_0x43a776(0xdf),a97_0x43a776(0xf7),a97_0x43a776(0x12a),a97_0x43a776(0x11c)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a98_0x22a4f8=a98_0xd876;(function(_0x36e3f3,_0x1c5ac6){const _0x3f5216=a98_0xd876,_0x48923b=_0x36e3f3();while(!![]){try{const _0xdb0081=-parseInt(_0x3f5216(0x9d))/0x1*(parseInt(_0x3f5216(0x74))/0x2)+parseInt(_0x3f5216(0xa0))/0x3*(-parseInt(_0x3f5216(0x86))/0x4)+parseInt(_0x3f5216(0x87))/0x5+-parseInt(_0x3f5216(0x91))/0x6+-parseInt(_0x3f5216(0x85))/0x7+-parseInt(_0x3f5216(0x96))/0x8+-parseInt(_0x3f5216(0x6d))/0x9*(-parseInt(_0x3f5216(0x75))/0xa);if(_0xdb0081===_0x1c5ac6)break;else _0x48923b['push'](_0x48923b['shift']());}catch(_0x37b651){_0x48923b['push'](_0x48923b['shift']());}}}(a98_0x3a42,0xd9b11));function a98_0x3a42(){const _0xecf1c1=['5125155OSIPnp','ewkxr','launchBuild','existsSync','EVENTS','exports','file','useW3C','length','args','802608Yrexru','assign','platforms','path','push','6824448RNfOGj','../../helpers/testhub/testhubHandler','initialize','SDK_CLEANUP','../test-runner','finally','File\x20','188252ebKAvE','then','index','3NvNidA','config','\x20doesn\x27t\x20exist','vhMvs','FzJKw','parallelsPerPlatform','isUndefined','3457503GvSSGq','handleApp','proxySettings','join','forEach','../../helpers/utilities','Eevxc','12AblCOn','130iBgbhY','FVXbw','../../helpers/helper','getHubUrl','../../helpers/BrowserStackSetup','Config\x20yml\x20is\x20required','EOZld','getPlatformName','gLLfL','modifyBrowserStackCaps','nzcMr','configuration','cwd','SDK_SETUP','end','../../helpers/performance/constants','11120214rvuYzN','5690396ZklMmP'];a98_0x3a42=function(){return _0xecf1c1;};return a98_0x3a42();}function a98_0xd876(_0x167b2e,_0x45726b){const _0x3a4241=a98_0x3a42();return a98_0xd876=function(_0xd876a7,_0x5251d6){_0xd876a7=_0xd876a7-0x6b;let _0x19ae39=_0x3a4241[_0xd876a7];return _0x19ae39;},a98_0xd876(_0x167b2e,_0x45726b);}const fs=require('fs'),path=require(a98_0x22a4f8(0x94)),{default:BrowserStackSetup}=require(a98_0x22a4f8(0x79)),helper=require(a98_0x22a4f8(0x77)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a98_0x22a4f8(0x84))[a98_0x22a4f8(0x8b)],utilities=require(a98_0x22a4f8(0x72)),{parallelVanillaRun}=require(a98_0x22a4f8(0x9a)),TestHubHandler=require(a98_0x22a4f8(0x97));async function run(_0x3b656d,_0x509236,_0x4ac594){const _0x43310c=a98_0x22a4f8,_0x3437c9={'FVXbw':'vanilla','FzJKw':function(_0x202a3a,_0x2d1c89){return _0x202a3a(_0x2d1c89);},'ASqso':'File\x20path\x20is\x20required','gLLfL':function(_0x31d7d3,_0x1ec3be){return _0x31d7d3(_0x1ec3be);},'ewkxr':_0x43310c(0x7a),'vhMvs':function(_0x5e897b,_0x1210f0){return _0x5e897b>_0x1210f0;},'nzcMr':function(_0x102022,_0x4ff993){return _0x102022>_0x4ff993;},'EOZld':function(_0x3d3135,_0x12e552){return _0x3d3135*_0x12e552;},'Eevxc':function(_0x118c08,_0x57ba94,_0x400b99){return _0x118c08(_0x57ba94,_0x400b99);}};await _0x4ac594[_0x43310c(0x98)](_0x3b656d),await helper[_0x43310c(0x6e)](_0x4ac594[_0x43310c(0xa1)]);const _0x2bc80c=[];if(helper[_0x43310c(0x6c)](_0x3b656d['_'][0x1]))throw _0x3437c9[_0x43310c(0xa4)](Error,_0x3437c9['ASqso']);const _0x3cc3f3=path[_0x43310c(0x70)](process[_0x43310c(0x81)](),_0x3b656d['_'][0x1]);if(!fs[_0x43310c(0x8a)](_0x3cc3f3))throw _0x3437c9[_0x43310c(0x7d)](Error,_0x43310c(0x9c)+_0x3b656d['_'][0x1]+_0x43310c(0xa2));if(!_0x4ac594['config'])throw _0x3437c9[_0x43310c(0xa4)](Error,_0x3437c9[_0x43310c(0x88)]);const _0x39df3c=helper[_0x43310c(0x8e)](_0x4ac594['config']);_0x4ac594[_0x43310c(0xa1)][_0x43310c(0x93)]&&_0x3437c9[_0x43310c(0xa3)](_0x4ac594[_0x43310c(0xa1)][_0x43310c(0x93)]['length'],0x0)&&_0x4ac594[_0x43310c(0xa1)]['platforms'][_0x43310c(0x71)]((_0x2aab13,_0x586809)=>{const _0x5d7d2f=_0x43310c;_0x39df3c?_0x2bc80c[_0x5d7d2f(0x95)](helper['modifyBrowserStackW3CCaps'](_0x4ac594['config'],_0x3437c9[_0x5d7d2f(0x76)],_0x586809)):_0x2bc80c[_0x5d7d2f(0x95)](helper['modifyBrowserStackCaps'](_0x4ac594[_0x5d7d2f(0xa1)],_0x3437c9[_0x5d7d2f(0x76)],_0x586809));});let _0x4f5013,_0x1451b2;const _0x30182b=[];if(_0x3437c9[_0x43310c(0x7f)](_0x2bc80c['length'],0x0))_0x2bc80c[_0x43310c(0x71)]((_0x15599a,_0x46f8dd)=>{const _0x4cf0c0=_0x43310c,_0x5d84cd={};_0x5d84cd[_0x4cf0c0(0x9f)]=_0x46f8dd,_0x4f5013={'server':helper[_0x4cf0c0(0x78)](_0x4ac594['config']),'proxySettings':_0x4ac594[_0x4cf0c0(0xa1)][_0x4cf0c0(0x6f)],'platform':helper[_0x4cf0c0(0x7c)](_0x15599a),'platformCaps':Object[_0x4cf0c0(0x92)](_0x5d84cd,_0x4ac594[_0x4cf0c0(0xa1)]['platforms'][_0x46f8dd])};const _0x4ab933={'capability':_0x15599a,..._0x4f5013};_0x4ab933[_0x4cf0c0(0x8d)]=_0x3cc3f3,_0x4ab933[_0x4cf0c0(0x90)]=_0x509236;const _0xb87925={};_0xb87925[_0x4cf0c0(0x80)]=_0x4ab933,_0x1451b2=_0xb87925,_0x30182b[_0x4cf0c0(0x95)](_0x1451b2);});else{let _0x58a0b0;_0x39df3c?_0x58a0b0=helper['modifyBrowserStackW3CCaps'](_0x4ac594[_0x43310c(0xa1)],_0x3437c9[_0x43310c(0x76)],0x0):_0x58a0b0=helper[_0x43310c(0x7e)](_0x4ac594[_0x43310c(0xa1)],_0x3437c9['FVXbw'],0x0);_0x4f5013={'server':helper[_0x43310c(0x78)](_0x4ac594[_0x43310c(0xa1)]),'proxySettings':_0x4ac594[_0x43310c(0xa1)][_0x43310c(0x6f)]};const _0x2442d3={'capability':_0x58a0b0,..._0x4f5013};_0x2442d3[_0x43310c(0x8d)]=_0x3cc3f3,_0x2442d3[_0x43310c(0x90)]=_0x509236;const _0x459987={};_0x459987[_0x43310c(0x80)]=_0x2442d3,_0x1451b2=_0x459987,_0x30182b['push'](_0x1451b2);}const _0x1940e3=await TestHubHandler[_0x43310c(0x89)](_0x3437c9[_0x43310c(0x76)],_0x4ac594),_0x1469f6=_0x3437c9[_0x43310c(0x7b)](_0x4ac594[_0x43310c(0xa1)][_0x43310c(0x93)][_0x43310c(0x8f)]||0x1,_0x4ac594['config'][_0x43310c(0x6b)]||0x1);PerformanceTester[_0x43310c(0x83)](PerformanceEvents[_0x43310c(0x82)]),_0x3437c9[_0x43310c(0x73)](parallelVanillaRun,_0x30182b,_0x1469f6)[_0x43310c(0x9e)](_0x951ea3=>{})[_0x43310c(0x9b)](async()=>{const _0x30520d=_0x43310c;PerformanceTester['start'](PerformanceEvents[_0x30520d(0x99)]),await utilities['finalExecution'](_0x4ac594);});}module[a98_0x22a4f8(0x8c)]=run;
2
+ 'use strict';function a98_0x5c2b(_0x164c2f,_0x45f8ee){const _0x656eca=a98_0x656e();return a98_0x5c2b=function(_0x5c2bee,_0x4e5bcd){_0x5c2bee=_0x5c2bee-0x162;let _0x4840df=_0x656eca[_0x5c2bee];return _0x4840df;},a98_0x5c2b(_0x164c2f,_0x45f8ee);}const a98_0x1e5c98=a98_0x5c2b;(function(_0x3aec30,_0x581ee9){const _0x2d2b56=a98_0x5c2b,_0x51cee6=_0x3aec30();while(!![]){try{const _0x58b1f6=-parseInt(_0x2d2b56(0x187))/0x1+-parseInt(_0x2d2b56(0x180))/0x2*(parseInt(_0x2d2b56(0x165))/0x3)+parseInt(_0x2d2b56(0x162))/0x4*(-parseInt(_0x2d2b56(0x184))/0x5)+-parseInt(_0x2d2b56(0x169))/0x6*(-parseInt(_0x2d2b56(0x183))/0x7)+-parseInt(_0x2d2b56(0x174))/0x8+parseInt(_0x2d2b56(0x17d))/0x9+-parseInt(_0x2d2b56(0x188))/0xa*(-parseInt(_0x2d2b56(0x16f))/0xb);if(_0x58b1f6===_0x581ee9)break;else _0x51cee6['push'](_0x51cee6['shift']());}catch(_0x3341c4){_0x51cee6['push'](_0x51cee6['shift']());}}}(a98_0x656e,0xb01ae));function a98_0x656e(){const _0x318ce9=['7RUddbt','5FnUiti','../../helpers/utilities','platforms','1409265bKiveC','4430dnNQCY','length','jNQku','start','xfDHp','file','parallelsPerPlatform','File\x20path\x20is\x20required','then','getHubUrl','../../helpers/helper','5201732YSPHxe','modifyBrowserStackCaps','assign','171QROkTK','handleApp','args','CPtqb','7487088tirhBV','daWOs','exports','config','lfPcl','EVENTS','77737cLKcoi','../../helpers/testhub/testhubHandler','isUndefined','useW3C','RzvOt','10599648SUybVz','index','../../helpers/BrowserStackSetup','SDK_CLEANUP','\x20doesn\x27t\x20exist','finalExecution','path','push','modifyBrowserStackW3CCaps','9700290GxpyrQ','forEach','launchBuild','24574KMsgwF','cwd','../../helpers/performance/performance-tester'];a98_0x656e=function(){return _0x318ce9;};return a98_0x656e();}const fs=require('fs'),path=require(a98_0x1e5c98(0x17a)),{default:BrowserStackSetup}=require(a98_0x1e5c98(0x176)),helper=require(a98_0x1e5c98(0x192)),PerformanceTester=require(a98_0x1e5c98(0x182)),PerformanceEvents=require('../../helpers/performance/constants')[a98_0x1e5c98(0x16e)],utilities=require(a98_0x1e5c98(0x185)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a98_0x1e5c98(0x170));async function run(_0x1b3ed2,_0x531d7e,_0x29108d){const _0x15e84e=a98_0x1e5c98,_0x33c43f={'lfPcl':'vanilla','daWOs':function(_0x274f99,_0x223c50){return _0x274f99(_0x223c50);},'jNQku':_0x15e84e(0x18f),'EApEF':'Config\x20yml\x20is\x20required','RzvOt':function(_0x3e8c34,_0x1212b2){return _0x3e8c34>_0x1212b2;},'Shhhr':function(_0x2b2497,_0x21426e){return _0x2b2497>_0x21426e;},'CPtqb':function(_0x291c28,_0x388c01){return _0x291c28*_0x388c01;},'xfDHp':function(_0x34a8e3,_0x6ff217,_0xdb99a9){return _0x34a8e3(_0x6ff217,_0xdb99a9);}};await _0x29108d['initialize'](_0x1b3ed2),await helper[_0x15e84e(0x166)](_0x29108d['config']);const _0x52ee08=[];if(helper[_0x15e84e(0x171)](_0x1b3ed2['_'][0x1]))throw _0x33c43f[_0x15e84e(0x16a)](Error,_0x33c43f[_0x15e84e(0x18a)]);const _0x8ff928=path['join'](process[_0x15e84e(0x181)](),_0x1b3ed2['_'][0x1]);if(!fs['existsSync'](_0x8ff928))throw _0x33c43f['daWOs'](Error,'File\x20'+_0x1b3ed2['_'][0x1]+_0x15e84e(0x178));if(!_0x29108d[_0x15e84e(0x16c)])throw _0x33c43f[_0x15e84e(0x16a)](Error,_0x33c43f['EApEF']);const _0x106b6f=helper[_0x15e84e(0x172)](_0x29108d[_0x15e84e(0x16c)]);_0x29108d['config'][_0x15e84e(0x186)]&&_0x33c43f[_0x15e84e(0x173)](_0x29108d[_0x15e84e(0x16c)][_0x15e84e(0x186)]['length'],0x0)&&_0x29108d['config']['platforms'][_0x15e84e(0x17e)]((_0x4f7c00,_0x5daa38)=>{const _0x86fd01=_0x15e84e;_0x106b6f?_0x52ee08[_0x86fd01(0x17b)](helper[_0x86fd01(0x17c)](_0x29108d[_0x86fd01(0x16c)],_0x33c43f[_0x86fd01(0x16d)],_0x5daa38)):_0x52ee08[_0x86fd01(0x17b)](helper[_0x86fd01(0x163)](_0x29108d[_0x86fd01(0x16c)],_0x33c43f[_0x86fd01(0x16d)],_0x5daa38));});let _0x467dea,_0x374d03;const _0x3dd4f3=[];if(_0x33c43f['Shhhr'](_0x52ee08[_0x15e84e(0x189)],0x0))_0x52ee08['forEach']((_0x5daaa8,_0x71e9a2)=>{const _0x3a230f=_0x15e84e,_0x28e360={};_0x28e360[_0x3a230f(0x175)]=_0x71e9a2,_0x467dea={'server':helper[_0x3a230f(0x191)](_0x29108d[_0x3a230f(0x16c)]),'proxySettings':_0x29108d[_0x3a230f(0x16c)]['proxySettings'],'platform':helper['getPlatformName'](_0x5daaa8),'platformCaps':Object[_0x3a230f(0x164)](_0x28e360,_0x29108d[_0x3a230f(0x16c)][_0x3a230f(0x186)][_0x71e9a2])};const _0x1ea490={'capability':_0x5daaa8,..._0x467dea};_0x1ea490['file']=_0x8ff928,_0x1ea490['args']=_0x531d7e;const _0x3ed0d0={};_0x3ed0d0['configuration']=_0x1ea490,_0x374d03=_0x3ed0d0,_0x3dd4f3[_0x3a230f(0x17b)](_0x374d03);});else{let _0x43580b;_0x106b6f?_0x43580b=helper[_0x15e84e(0x17c)](_0x29108d[_0x15e84e(0x16c)],_0x33c43f['lfPcl'],0x0):_0x43580b=helper[_0x15e84e(0x163)](_0x29108d[_0x15e84e(0x16c)],_0x33c43f[_0x15e84e(0x16d)],0x0);_0x467dea={'server':helper[_0x15e84e(0x191)](_0x29108d[_0x15e84e(0x16c)]),'proxySettings':_0x29108d[_0x15e84e(0x16c)]['proxySettings']};const _0x519c8d={'capability':_0x43580b,..._0x467dea};_0x519c8d[_0x15e84e(0x18d)]=_0x8ff928,_0x519c8d[_0x15e84e(0x167)]=_0x531d7e;const _0x2a7dd4={};_0x2a7dd4['configuration']=_0x519c8d,_0x374d03=_0x2a7dd4,_0x3dd4f3['push'](_0x374d03);}const _0x1a2c51=await TestHubHandler[_0x15e84e(0x17f)](_0x33c43f['lfPcl'],_0x29108d),_0x55f4df=_0x33c43f[_0x15e84e(0x168)](_0x29108d[_0x15e84e(0x16c)][_0x15e84e(0x186)][_0x15e84e(0x189)]||0x1,_0x29108d[_0x15e84e(0x16c)][_0x15e84e(0x18e)]||0x1);PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),_0x33c43f[_0x15e84e(0x18c)](parallelVanillaRun,_0x3dd4f3,_0x55f4df)[_0x15e84e(0x190)](_0x5ea159=>{})['finally'](async()=>{const _0x3467b0=_0x15e84e;PerformanceTester[_0x3467b0(0x18b)](PerformanceEvents[_0x3467b0(0x177)]),await utilities[_0x3467b0(0x179)](_0x29108d);});}module[a98_0x1e5c98(0x16b)]=run;
@@ -1 +1 @@
1
- const a99_0x4af348=a99_0x3125;function a99_0x3125(_0x7224ad,_0x3997d0){const _0x40c461=a99_0x40c4();return a99_0x3125=function(_0x312530,_0x5dfb62){_0x312530=_0x312530-0x121;let _0x336994=_0x40c461[_0x312530];return _0x336994;},a99_0x3125(_0x7224ad,_0x3997d0);}function a99_0x40c4(){const _0x368ea3=['gKRBW','platformVersion','ijPuR','browser','device','21rNGsfy','GHmEP','set','Lvzlc','getCurrentPlatform','26476sgDMxg','77571iNtqIQ','platform','mFgss','browser_version','11HUMETa','AVSYI','platformName','243720TXsQLw','fjkib','browserVersion','browserName','JEKXD','7yiYcrK','cNAlQ','272CRqKqZ','aWzBB','setTestMetadata','platform_version','__platformCaps','412248vKfdbZ','1533565lrixHG','fmEDS','4357410bLepEO','240199gpjfAu'];a99_0x40c4=function(){return _0x368ea3;};return a99_0x40c4();}(function(_0x3535c6,_0x1d055d){const _0x4e675f=a99_0x3125,_0x5d8652=_0x3535c6();while(!![]){try{const _0x548871=-parseInt(_0x4e675f(0x135))/0x1+-parseInt(_0x4e675f(0x140))/0x2*(-parseInt(_0x4e675f(0x13b))/0x3)+-parseInt(_0x4e675f(0x131))/0x4+-parseInt(_0x4e675f(0x132))/0x5+-parseInt(_0x4e675f(0x125))/0x6*(-parseInt(_0x4e675f(0x12a))/0x7)+-parseInt(_0x4e675f(0x12c))/0x8*(-parseInt(_0x4e675f(0x141))/0x9)+parseInt(_0x4e675f(0x134))/0xa*(parseInt(_0x4e675f(0x122))/0xb);if(_0x548871===_0x1d055d)break;else _0x5d8652['push'](_0x5d8652['shift']());}catch(_0x3ce050){_0x5d8652['push'](_0x5d8652['shift']());}}}(a99_0x40c4,0x33c83));const TestMetadata=require('./helpers/metadata');class BrowserStackSdk{static[a99_0x4af348(0x13f)](){const _0x3baaff=a99_0x4af348,_0xd2e69d={};_0xd2e69d['MZOos']='os_version',_0xd2e69d[_0x3baaff(0x143)]='osVersion',_0xd2e69d[_0x3baaff(0x12d)]=_0x3baaff(0x139),_0xd2e69d['cNAlQ']=_0x3baaff(0x128),_0xd2e69d[_0x3baaff(0x129)]=_0x3baaff(0x121),_0xd2e69d[_0x3baaff(0x138)]=_0x3baaff(0x127),_0xd2e69d['fjkib']=_0x3baaff(0x13a),_0xd2e69d[_0x3baaff(0x133)]='deviceName',_0xd2e69d['pUqdY']=_0x3baaff(0x142),_0xd2e69d['gKRBW']=_0x3baaff(0x124),_0xd2e69d[_0x3baaff(0x123)]=_0x3baaff(0x12f),_0xd2e69d['GHmEP']=_0x3baaff(0x137),_0xd2e69d[_0x3baaff(0x13e)]='customVariables';const _0x5dcb87=_0xd2e69d,_0x437103={};if(global[_0x3baaff(0x130)]){const _0xe8feb8=global[_0x3baaff(0x130)],_0x1c4986=_0xe8feb8[_0x5dcb87['MZOos']]||_0xe8feb8[_0x5dcb87[_0x3baaff(0x143)]],_0x2bf570=_0xe8feb8[_0x5dcb87[_0x3baaff(0x12d)]]||_0xe8feb8[_0x5dcb87[_0x3baaff(0x12b)]],_0x2fdfd4=_0xe8feb8[_0x5dcb87[_0x3baaff(0x129)]]||_0xe8feb8[_0x5dcb87[_0x3baaff(0x138)]],_0x12713f=_0xe8feb8[_0x5dcb87[_0x3baaff(0x126)]]||_0xe8feb8[_0x5dcb87['fmEDS']],_0x18b918=_0xe8feb8[_0x5dcb87['pUqdY']]||_0xe8feb8[_0x5dcb87[_0x3baaff(0x136)]],_0x5e645b=_0xe8feb8[_0x5dcb87[_0x3baaff(0x123)]]||_0xe8feb8[_0x5dcb87[_0x3baaff(0x13c)]];_0xe8feb8['os']&&(_0x437103['os']=_0xe8feb8['os']),_0x1c4986&&(_0x437103[_0x5dcb87[_0x3baaff(0x143)]]=_0x1c4986),_0x2bf570&&(_0x437103[_0x5dcb87[_0x3baaff(0x12b)]]=_0x2bf570),_0x2fdfd4&&(_0x437103[_0x5dcb87[_0x3baaff(0x138)]]=_0x2fdfd4),_0x12713f&&(_0x437103[_0x5dcb87[_0x3baaff(0x133)]]=_0x12713f),_0x18b918&&(_0x437103[_0x5dcb87[_0x3baaff(0x136)]]=_0x18b918),_0x5e645b&&(_0x437103[_0x5dcb87[_0x3baaff(0x13c)]]=_0x5e645b),_0xe8feb8[_0x5dcb87[_0x3baaff(0x13e)]]&&(_0x437103[_0x5dcb87[_0x3baaff(0x13e)]]=_0xe8feb8[_0x5dcb87[_0x3baaff(0x13e)]]);}return _0x437103;}static[a99_0x4af348(0x12e)](_0x2e75ba={}){const _0x542244=a99_0x4af348;TestMetadata[_0x542244(0x13d)](_0x2e75ba);}}module['exports']=BrowserStackSdk;
1
+ const a99_0x971b61=a99_0x2c4b;(function(_0x39626b,_0x18e40a){const _0x458c3b=a99_0x2c4b,_0x837255=_0x39626b();while(!![]){try{const _0x200bb5=-parseInt(_0x458c3b(0x1e5))/0x1+parseInt(_0x458c3b(0x1f8))/0x2+-parseInt(_0x458c3b(0x1ff))/0x3+parseInt(_0x458c3b(0x206))/0x4+-parseInt(_0x458c3b(0x1ec))/0x5*(-parseInt(_0x458c3b(0x1f1))/0x6)+-parseInt(_0x458c3b(0x1e9))/0x7+-parseInt(_0x458c3b(0x201))/0x8*(-parseInt(_0x458c3b(0x1f3))/0x9);if(_0x200bb5===_0x18e40a)break;else _0x837255['push'](_0x837255['shift']());}catch(_0x50d895){_0x837255['push'](_0x837255['shift']());}}}(a99_0x3b6e,0x8d807));function a99_0x2c4b(_0x37e09e,_0x223a38){const _0x3b6e0b=a99_0x3b6e();return a99_0x2c4b=function(_0x2c4b3a,_0x42388f){_0x2c4b3a=_0x2c4b3a-0x1e5;let _0x4ce350=_0x3b6e0b[_0x2c4b3a];return _0x4ce350;},a99_0x2c4b(_0x37e09e,_0x223a38);}const TestMetadata=require(a99_0x971b61(0x1eb));class BrowserStackSdk{static[a99_0x971b61(0x1fa)](){const _0x4744ec=a99_0x971b61,_0x1ef36f={};_0x1ef36f['CYJiE']='os_version',_0x1ef36f[_0x4744ec(0x1ea)]='osVersion',_0x1ef36f['cPiaj']=_0x4744ec(0x1ef),_0x1ef36f[_0x4744ec(0x1fb)]=_0x4744ec(0x1f2),_0x1ef36f[_0x4744ec(0x1fc)]=_0x4744ec(0x1f6),_0x1ef36f['aTVVg']=_0x4744ec(0x1e6),_0x1ef36f[_0x4744ec(0x205)]=_0x4744ec(0x1f4),_0x1ef36f[_0x4744ec(0x1e8)]='deviceName',_0x1ef36f[_0x4744ec(0x1f5)]=_0x4744ec(0x1e7),_0x1ef36f[_0x4744ec(0x1ee)]=_0x4744ec(0x1f7),_0x1ef36f[_0x4744ec(0x1fe)]=_0x4744ec(0x200),_0x1ef36f['ERGfv']=_0x4744ec(0x1f9),_0x1ef36f[_0x4744ec(0x203)]='customVariables';const _0x2ddcd2=_0x1ef36f,_0x310b51={};if(global['__platformCaps']){const _0x52f7c6=global['__platformCaps'],_0x32f802=_0x52f7c6[_0x2ddcd2[_0x4744ec(0x1f0)]]||_0x52f7c6[_0x2ddcd2[_0x4744ec(0x1ea)]],_0x5a2ba0=_0x52f7c6[_0x2ddcd2[_0x4744ec(0x202)]]||_0x52f7c6[_0x2ddcd2['GQivN']],_0x10754d=_0x52f7c6[_0x2ddcd2['sBrQU']]||_0x52f7c6[_0x2ddcd2['aTVVg']],_0x4b2527=_0x52f7c6[_0x2ddcd2[_0x4744ec(0x205)]]||_0x52f7c6[_0x2ddcd2[_0x4744ec(0x1e8)]],_0x1cedda=_0x52f7c6[_0x2ddcd2[_0x4744ec(0x1f5)]]||_0x52f7c6[_0x2ddcd2[_0x4744ec(0x1ee)]],_0x4fd822=_0x52f7c6[_0x2ddcd2['KGckd']]||_0x52f7c6[_0x2ddcd2[_0x4744ec(0x1ed)]];_0x52f7c6['os']&&(_0x310b51['os']=_0x52f7c6['os']),_0x32f802&&(_0x310b51[_0x2ddcd2['FZVXK']]=_0x32f802),_0x5a2ba0&&(_0x310b51[_0x2ddcd2[_0x4744ec(0x1fb)]]=_0x5a2ba0),_0x10754d&&(_0x310b51[_0x2ddcd2['aTVVg']]=_0x10754d),_0x4b2527&&(_0x310b51[_0x2ddcd2['cCbxk']]=_0x4b2527),_0x1cedda&&(_0x310b51[_0x2ddcd2['oZjVh']]=_0x1cedda),_0x4fd822&&(_0x310b51[_0x2ddcd2['ERGfv']]=_0x4fd822),_0x52f7c6[_0x2ddcd2['exhVd']]&&(_0x310b51[_0x2ddcd2['exhVd']]=_0x52f7c6[_0x2ddcd2[_0x4744ec(0x203)]]);}return _0x310b51;}static[a99_0x971b61(0x204)](_0x30d110={}){TestMetadata['set'](_0x30d110);}}module[a99_0x971b61(0x1fd)]=BrowserStackSdk;function a99_0x3b6e(){const _0x4cbb55=['743820eRAtZl','platform_version','8eLkPmj','cPiaj','exhVd','setTestMetadata','HQcQQ','1920460UmdoRr','1013018IZdquA','browserVersion','platform','cCbxk','3607534XgxTxn','FZVXK','./helpers/metadata','245XTcocO','ERGfv','oZjVh','browser','CYJiE','4782oHLrSM','browserName','8771877BTZttI','device','WkTHl','browser_version','platformName','1724180zgpoYF','platformVersion','getCurrentPlatform','GQivN','sBrQU','exports','KGckd'];a99_0x3b6e=function(){return _0x4cbb55;};return a99_0x3b6e();}
@@ -1 +1 @@
1
- function a100_0xa484(_0x18d99d,_0x2f88ee){const _0xae1484=a100_0xae14();return a100_0xa484=function(_0xa4840a,_0x362501){_0xa4840a=_0xa4840a-0x94;let _0x26845d=_0xae1484[_0xa4840a];return _0x26845d;},a100_0xa484(_0x18d99d,_0x2f88ee);}const a100_0x250c97=a100_0xa484;function a100_0xae14(){const _0x3c1831=['customRepeaters','96351xgcqev','tcg\x20config\x20setup\x20successful.','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','ANOwH','intExitHandler','stringify','DoWdC','stop','../bin/utils/apiUtilityMethods','kRpQI','QgKLq','setEnvCaps','path','hbWvt','setHandlePWError','percy','SIGABRT','Error\x20occured\x20while\x20stopping\x20percy','browserStackLocalOptions','skipBinaryInitialisation','env','../ai-sdk-node/bundle','BrowserstackHealingInitFailed','HVuMx','AI_INIT_FAILURE','Wmquw','turboScaleOptions','handled','parallelsPerPlatform','bind','__isPlaywrightInstalled','codeceptjs','exceptions','WerTL','getTurboScaleGridDetails','EJwad','hLWTq','checkStopLocalBinaryOnExit','SuAnM','format','./performance/constants','TbHBX','toLowerCase','isRunning','MXpgJ','No\x20config\x20provided.','YdqHJ','84IvmkoL','INVALID_INIT_RESP_WITH_USER_IMPACT','accessKey','message','Data\x20sent\x20successfully\x20to\x20','SIGQUIT','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','reportProcessInterruptionSituation','tuhsT','Smnvf','Error\x20in\x20percy\x20setup\x20','platforms','localIdentifier','AI_PROXY_FAILURE','isLTSSession','getPackageVersion','preInitialize','normalizeTestReportingEnvVars','rXTkK','27mrYIuo','ats-repeater','CAPBA','cancel','__isPuppeteerInstalled','eLybl','readConfig','bstackConfig','pKdpY','SDK\x20run\x20started\x20with\x20id:\x20','envConfig','BbDAh','AI_INIT_SUCCESSFUL','Calling\x20Build\x20Stop\x20from\x20ExitHandler','selfHeal','UPGRADE_REQUIRED','RfJNp','setBrowserstackInfraFromConfig','config','join','central_scanner','setupTCGAuth','Failed\x20to\x20send\x20data\x20to\x20','events.json','toString','Shutdown\x20triggered\x20by\x20','fireFunnelTestEvent','3118158dEQXFS','getHubUrl','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','TPQch','debug','../bin/v2/modules/loadTestModule','1133944UbKeAD','4|0|2|6|5|1|7|3','length','OXynT','constructor','5157593ZecQIR','playwright','aSpMi','true','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','wZhEn','race','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','errorMessage','../bin/utils/constants','../bin/utils/clientTroubleshootingService','measures','beforeExit','custom-repeater','sdkRunId','useW3C','testContextOptions','gBCJK','winstonLogger','isUndefined','url','getLocalIdentifier','SIGBREAK','playwrightUrl','opFfQ','turboScaleUrl','init','OrTZu','aiHeal:tcgAuth','../hubAllocationMethods','browserstackLocal','setupTcgConfigFile','RcIxM','getConfigPath','status','?caps=','getAccessKey','setUpHubUrl','TCG_URL','hubUrl','split','./performance/performance-tester','push','statusCode','end','weOwj','ljnxX','version','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','3632910tdSROF','PlBAz','Error\x20occured\x20while\x20stopping\x20local\x20binary','localOptions','uuid','assign','captureError','isEnabled','isTrue','BrowserstackHealing.init','Percy\x20started\x20successfully','aDVDs','close','345680MoaFSa','framework','4.5.0','setCredentialsFromYmlConfig','disableAutoCaptureLogs','./timeoutPromise','AsqDY','RdEbn','\x20with\x20error\x20','startPercy','getProxyConfigForTcg','xuyYM','SDK_CLEANUP','setupPercy','./setKeepAlive','userName\x20or\x20accessKey\x20is\x20not\x20defined','stopPercy','./testhub/utils','../bin/v2/browserstackCLI','killSignal','../../package.json','TLvbY','lsDHc','isTrialGrid','stopBrowserstackLocal','VDgmE','324282xOWlcn','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','finalize','getLocalConfig','XySiC','reportFinalDetectionState','9|2|12|22|23|0|1|21|19|4|11|17|13|7|14|3|5|18|15|10|16|6|20|8','VjDPe','initialize','isHealingEnabled','./logger','configPath','PPVxo','includes','skipSessionStatus','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','turboScaleGridDetails','setProxySettings','info','./utilities','2|1|4|3|0','uncaughtException','AmAgl','taUyb','false','compareVersions','setupKeepAlive','writeFileSync','getUserName','\x20with\x20response\x20','error','cDjUI','SIGTERM','turboScale','vGcGD','zymRF','giAth','dKwBd','proxy','getFinalCaps','SDKTestAttempted','integrations','Error\x20in\x20sending\x20testhub\x20stop:\x20','Percy\x20stopped','unhandledRejection','isBrowserstackInfra','skipSessionName','isTurboScaleSession','startLocalBinary','cliConfig','setLogLevel','Local\x20binary\x20started\x20successfully','LJvJN','yRiHx','Hlgyh','FeuAI','RnazF','BROWSERSTACK_PERCY','handleExceptions','cNSrm','KBCLk','pqRXP','BROWSERSTACK_TURBOSCALE','sendToEDS','XQffS','isAuthenticated','platform','generateLocalIdentifier','getInstance','HUB_MANAGEMENT','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','vcYeQ'];a100_0xae14=function(){return _0x3c1831;};return a100_0xae14();}(function(_0x208134,_0x36152b){const _0x29e147=a100_0xa484,_0x37014f=_0x208134();while(!![]){try{const _0x4698dc=-parseInt(_0x29e147(0xf0))/0x1+parseInt(_0x29e147(0x10a))/0x2+-parseInt(_0x29e147(0x153))/0x3*(-parseInt(_0x29e147(0x182))/0x4)+parseInt(_0x29e147(0xe3))/0x5+-parseInt(_0x29e147(0xa7))/0x6+-parseInt(_0x29e147(0xb2))/0x7+-parseInt(_0x29e147(0xad))/0x8*(-parseInt(_0x29e147(0x195))/0x9);if(_0x4698dc===_0x36152b)break;else _0x37014f['push'](_0x37014f['shift']());}catch(_0x4deaea){_0x37014f['push'](_0x37014f['shift']());}}}(a100_0xae14,0x5e4bd));const util=require('util'),os=require('os'),path=require(a100_0x250c97(0x15f)),{v4:uuidv4}=require(a100_0x250c97(0xe7)),fs=require('fs'),constants=require(a100_0x250c97(0xbb)),logger=require('./logger')[a100_0x250c97(0xc4)],fileLogger=require(a100_0x250c97(0x114))['fileLogger'],{getLogDir}=require(a100_0x250c97(0x114)),helper=require('./helper'),utilities=require(a100_0x250c97(0x11d)),percyHelper=require('./percy/utils'),hubAllocator=require(a100_0x250c97(0xcf)),PerformanceTester=require(a100_0x250c97(0xdb)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x250c97(0x17b)),{setPercyFlag}=require(a100_0x250c97(0x101)),TestHubHandler=require('./testhub/testhubHandler'),timeoutPromise=require(a100_0x250c97(0xf5)),BrowserstackCLI=require(a100_0x250c97(0x102)),LoadTestModule=require(a100_0x250c97(0xac)),{getEdsInstrumentationAPIUrl}=require(a100_0x250c97(0x15b)),ClientTroubleShootingService=require(a100_0x250c97(0xbc));class BrowserStackSetup{constructor(_0xd54cc8,_0x2287f5){const _0x4d9b0a=a100_0x250c97,_0x114772={'Wmquw':_0x4d9b0a(0x110),'zymRF':_0x4d9b0a(0x180),'TouBm':function(_0x85982b){return _0x85982b();}},_0x4538a6=_0x114772[_0x4d9b0a(0x16c)]['split']('|');let _0x14507c=0x0;while(!![]){switch(_0x4538a6[_0x14507c++]){case'0':this['configPath']=helper[_0x4d9b0a(0xd3)](_0xd54cc8);continue;case'1':this[_0x4d9b0a(0x9e)]=helper[_0x4d9b0a(0x19b)](this[_0x4d9b0a(0x115)]);continue;case'2':helper[_0x4d9b0a(0x193)]();continue;case'3':if(this[_0x4d9b0a(0x9e)][_0x4d9b0a(0x128)])throw new Error(this[_0x4d9b0a(0x9e)]['error']);continue;case'4':this[_0x4d9b0a(0x9e)][_0x4d9b0a(0xc2)]=this['config'][_0x4d9b0a(0xc2)]||{};continue;case'5':helper[_0x4d9b0a(0x9d)](this[_0x4d9b0a(0x9e)],this[_0x4d9b0a(0x13b)]);continue;case'6':helper['setLogDir'](this[_0x4d9b0a(0x9e)]);continue;case'7':global[_0x4d9b0a(0xf1)]=_0x2287f5;continue;case'8':PerformanceTester['startMonitoring']();continue;case'9':this['unhandledErrors']=[];continue;case'10':this['config'][_0x4d9b0a(0xc2)]['skipSessionName']=!helper['isBrowserstackInfra']()||helper[_0x4d9b0a(0xeb)](this[_0x4d9b0a(0x9e)][_0x4d9b0a(0xc2)][_0x4d9b0a(0x138)]);continue;case'11':this[_0x4d9b0a(0xba)]={};continue;case'12':this['envConfig']=helper[_0x4d9b0a(0x15e)]();continue;case'13':this[_0x4d9b0a(0xf1)]=_0x2287f5;continue;case'14':if(helper[_0x4d9b0a(0xc5)](this[_0x4d9b0a(0x9e)]))throw new Error(_0x114772[_0x4d9b0a(0x12d)]);continue;case'15':this[_0x4d9b0a(0x9e)][_0x4d9b0a(0xc2)][_0x4d9b0a(0x118)]=!helper[_0x4d9b0a(0x137)]()||helper[_0x4d9b0a(0xeb)](this[_0x4d9b0a(0x9e)][_0x4d9b0a(0xc2)][_0x4d9b0a(0x118)]);continue;case'16':helper[_0x4d9b0a(0x131)](this[_0x4d9b0a(0x9e)],this['cliConfig'],this[_0x4d9b0a(0x96)]);continue;case'17':this[_0x4d9b0a(0xc0)]=_0x114772['TouBm'](uuidv4);continue;case'18':helper[_0x4d9b0a(0xf3)](this[_0x4d9b0a(0x9e)]);continue;case'19':this[_0x4d9b0a(0x9e)]['platforms']=this['config']['platforms']||[];continue;case'20':helper[_0x4d9b0a(0x13c)](this[_0x4d9b0a(0x9e)],this[_0x4d9b0a(0x13b)],this[_0x4d9b0a(0x96)]);continue;case'21':this[_0x4d9b0a(0x13b)]=helper['setCLICaps'](_0xd54cc8);continue;case'22':this[_0x4d9b0a(0xd0)]=null;continue;case'23':this[_0x4d9b0a(0x162)]=null;continue;}break;}}[a100_0x250c97(0x192)](_0x58fac3){const _0x30b532=a100_0x250c97,_0x250211={'yRiHx':_0x30b532(0xff),'VDgmE':function(_0x5e9e02,_0x4c8a41){return _0x5e9e02===_0x4c8a41;},'RdEbn':function(_0x3f277e,_0x14e728){return _0x3f277e===_0x14e728;},'wrbCj':_0x30b532(0x133),'RnazF':_0x30b532(0x132),'wdsvM':function(_0x2c3509,_0x2f1975){return _0x2c3509<_0x2f1975;},'pqRXP':function(_0xf08904,_0x2dab5d){return _0xf08904(_0x2dab5d);},'BbDAh':'selenium-webdriver','tuhsT':_0x30b532(0xf2),'KBCLk':_0x30b532(0x119),'RcIxM':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','EJwad':_0x30b532(0x12a),'QgKLq':'SIGINT','AXQNq':'SIGHUP','BnuEN':function(_0x4da92b,_0x3f3d86){return _0x4da92b!==_0x3f3d86;},'mrdQL':'win32','QMPgy':_0x30b532(0x163),'FeuAI':_0x30b532(0x187),'RfJNp':_0x30b532(0xc8),'DoWdC':'beforeExit'},_0x210622=this[_0x30b532(0xf1)];global[_0x30b532(0x9e)]=this[_0x30b532(0x9e)],helper['sanitizeCaps'](this[_0x30b532(0x9e)]),this[_0x30b532(0x103)]=null,global[_0x30b532(0xc0)]=this[_0x30b532(0xc0)],logger['info'](_0x30b532(0x95)+this['sdkRunId']),!this[_0x30b532(0x9e)][_0x30b532(0x165)]&&(this[_0x30b532(0x9e)][_0x30b532(0x165)]=this[_0x30b532(0x9e)][_0x30b532(0xe6)]||{});if(helper[_0x30b532(0xc5)](helper[_0x30b532(0x126)](this[_0x30b532(0x9e)]))||helper[_0x30b532(0xc5)](helper[_0x30b532(0xd6)](this[_0x30b532(0x9e)])))throw new Error(_0x250211[_0x30b532(0x13f)]);helper[_0x30b532(0x10d)](this[_0x30b532(0x9e)])&&helper[_0x30b532(0xc5)](helper[_0x30b532(0xc7)](this[_0x30b532(0x9e)]))&&(!helper['isUndefined'](this['config'][_0x30b532(0x165)])&&_0x250211[_0x30b532(0x109)](this[_0x30b532(0x9e)][_0x30b532(0x165)][_0x30b532(0xb1)],Object)?!helper[_0x30b532(0xeb)](this[_0x30b532(0x9e)]['browserStackLocalOptions'][_0x30b532(0x166)])&&(this['config'][_0x30b532(0x165)][_0x30b532(0x18e)]=helper[_0x30b532(0x14d)]()):this[_0x30b532(0x9e)][_0x30b532(0x165)]={'localIdentifier':helper[_0x30b532(0x14d)]()});this['config']['browserStackLocalOptions'][_0x30b532(0x166)]=helper['isTrue'](this['config']['browserStackLocalOptions'][_0x30b532(0x166)]),helper[_0x30b532(0x161)](this[_0x30b532(0x9e)]);if(_0x250211[_0x30b532(0xf7)](_0x210622,_0x250211['wrbCj']))return;this['handleExceptions']();process['env']['BROWSERSTACK_TURBOSCALE']&&(this[_0x30b532(0x9e)][_0x30b532(0x12b)]=helper[_0x30b532(0xeb)](process['env']['BROWSERSTACK_TURBOSCALE']),this[_0x30b532(0x9e)][_0x30b532(0x16d)]=this['config'][_0x30b532(0x16d)]||{});helper[_0x30b532(0x139)](this['config'])&&(process['env'][_0x30b532(0x148)]=!![]);LoadTestModule[_0x30b532(0x190)](this['config'])&&logger[_0x30b532(0xab)](_0x30b532(0x155)+this['sdkRunId']);if(!helper[_0x30b532(0x137)]()){try{process[_0x30b532(0x167)]['FRAMEWORK']=_0x210622,utilities[_0x30b532(0xa6)](_0x250211[_0x30b532(0x142)],{},this[_0x30b532(0x9e)],this['framework']);}catch(_0x2a65a0){logger['debug'](_0x30b532(0xb9)+_0x2a65a0);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x210622)){if(global[_0x30b532(0x171)]||global[_0x30b532(0x199)])return;_0x250211['wdsvM'](_0x250211[_0x30b532(0x147)](parseInt,helper[_0x30b532(0x191)](_0x250211[_0x30b532(0x97)])),0x3)&&(this[_0x30b532(0x9e)][_0x30b532(0xc1)]=![]),_0x250211[_0x30b532(0xf7)](helper[_0x30b532(0x123)](helper[_0x30b532(0x191)](_0x250211['BbDAh']),_0x250211[_0x30b532(0x18a)]),0x1)&&(this[_0x30b532(0x9e)]['useW3C']=!![]);}(helper[_0x30b532(0xc5)](this[_0x30b532(0x9e)][_0x30b532(0x18d)])||helper[_0x30b532(0xc5)](this[_0x30b532(0x9e)][_0x30b532(0x18d)][_0x30b532(0xaf)]))&&(helper['isUndefined'](this[_0x30b532(0x9e)][_0x30b532(0x16f)])?logger[_0x30b532(0x11c)](_0x250211[_0x30b532(0x146)]):logger['warn'](_0x250211[_0x30b532(0xd2)]),this[_0x30b532(0x9e)][_0x30b532(0x18d)]=[]);!this[_0x30b532(0x9e)]['testContextOptions']&&(this[_0x30b532(0x9e)][_0x30b532(0xc2)]={});try{process['env']['FRAMEWORK']=_0x58fac3['_'][0x0],utilities['fireFunnelTestEvent'](_0x250211['RnazF'],{},this[_0x30b532(0x9e)],this['framework']);}catch(_0x47f324){logger[_0x30b532(0xab)](_0x30b532(0xb9)+_0x47f324);}!this[_0x30b532(0x9e)][_0x30b532(0xf4)]&&logger[_0x30b532(0x11c)](constants['AUTOLOGCAPTURE_NOTIFICATION']),this[_0x30b532(0x157)]=this[_0x30b532(0x157)][_0x30b532(0x170)](this),process['on'](_0x250211[_0x30b532(0x176)],this[_0x30b532(0x157)]),process['on'](_0x250211[_0x30b532(0x15d)],this[_0x30b532(0x157)]),process['on'](_0x250211['AXQNq'],this[_0x30b532(0x157)]),_0x250211['BnuEN'](process[_0x30b532(0x14c)],_0x250211['mrdQL'])?(process['on'](_0x250211['QMPgy'],this[_0x30b532(0x157)]),process['on'](_0x250211[_0x30b532(0x141)],this[_0x30b532(0x157)])):process['on'](_0x250211[_0x30b532(0x9c)],this[_0x30b532(0x157)]),process['on'](_0x250211[_0x30b532(0x159)],this['exitHandler']());}async[a100_0x250c97(0x112)](_0x532e10){const _0x19754b=a100_0x250c97,_0x1c54f8={'IGNrx':_0x19754b(0x196),'rsVlq':_0x19754b(0xbf),'FsOZm':_0x19754b(0xb5),'sGYbq':function(_0x44572f,_0x437eaf){return _0x44572f===_0x437eaf;},'SuAnM':_0x19754b(0xb3),'lTxGR':function(_0x501860,_0x1fbe73){return _0x501860+_0x1fbe73;},'XySiC':_0x19754b(0xd5),'PPVxo':function(_0x240c40,_0x571b95){return _0x240c40(_0x571b95);},'HVuMx':_0x19754b(0x172)};this[_0x19754b(0x192)](_0x532e10);if(helper['isTurboScaleSession'](this['config'])){const _0x1124ad=await helper[_0x19754b(0x175)](this['config']);this[_0x19754b(0x9e)][_0x19754b(0x11a)]=_0x1124ad,_0x1124ad[_0x19754b(0x107)]&&helper['isNotUndefined'](this[_0x19754b(0x9e)][_0x19754b(0xd0)])&&helper[_0x19754b(0xeb)](this[_0x19754b(0x9e)][_0x19754b(0xd0)])&&(this[_0x19754b(0x9e)][_0x19754b(0x165)][_0x19754b(0x18e)]=_0x1c54f8['IGNrx'],this[_0x19754b(0x9e)][_0x19754b(0x165)][_0x1c54f8['rsVlq']]=_0x1124ad[_0x19754b(0x152)][_0x19754b(0x9f)](','),this[_0x19754b(0x9e)]['browserStackLocalOptions']['forceLocal']=_0x1c54f8['FsOZm']),this[_0x19754b(0x9e)][_0x19754b(0xcb)]=_0x1124ad[_0x19754b(0xc6)],this[_0x19754b(0xf1)]&&_0x1c54f8['sGYbq'](this[_0x19754b(0xf1)][_0x19754b(0x17d)](),_0x1c54f8[_0x19754b(0x179)])?this[_0x19754b(0x9e)]['turboScaleUrl']=_0x1c54f8['lTxGR'](_0x1124ad[_0x19754b(0xc9)],_0x1c54f8[_0x19754b(0x10e)]):constants[_0x19754b(0xd9)]=helper[_0x19754b(0xa8)](this['config']),logger[_0x19754b(0xab)]('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants['hubUrl']);}helper[_0x19754b(0x11b)](this[_0x19754b(0x9e)]),this['setupKeepAlive'](),_0x1c54f8[_0x19754b(0x116)](setPercyFlag,this),await this['setupBrowserstackLocal'](),![_0x1c54f8[_0x19754b(0x16a)],_0x1c54f8[_0x19754b(0x179)]][_0x19754b(0x117)](this[_0x19754b(0xf1)])&&!helper['isTurboScaleSession'](this[_0x19754b(0x9e)])&&!helper['getCentralUser']()[_0x19754b(0xa0)]&&await this[_0x19754b(0xd7)]();}async[a100_0x250c97(0xfd)](){const _0x2b9a23=a100_0x250c97,_0x31118f={};_0x31118f[_0x2b9a23(0x160)]=function(_0x616a7a,_0x37c694){return _0x616a7a===_0x37c694;},_0x31118f['vGcGD']=_0x2b9a23(0x122),_0x31118f[_0x2b9a23(0xfb)]=_0x2b9a23(0xa9),_0x31118f['YdqHJ']=_0x2b9a23(0xed),_0x31118f['OXynT']=_0x2b9a23(0xb5),_0x31118f[_0x2b9a23(0xaa)]=_0x2b9a23(0xbe);const _0x1a2f7a=_0x31118f;if(helper[_0x2b9a23(0xeb)](this[_0x2b9a23(0x9e)][_0x2b9a23(0x162)])&&(!this[_0x2b9a23(0x162)]||!this[_0x2b9a23(0x162)]['isRunning']()))try{this[_0x2b9a23(0x162)]=await percyHelper[_0x2b9a23(0xf9)](this[_0x2b9a23(0x9e)]);if(!this[_0x2b9a23(0x162)]){process[_0x2b9a23(0x167)][_0x2b9a23(0x143)]=_0x1a2f7a[_0x2b9a23(0x12c)];throw new Error(_0x1a2f7a[_0x2b9a23(0xfb)]);}logger[_0x2b9a23(0x11c)](_0x1a2f7a[_0x2b9a23(0x181)]),process[_0x2b9a23(0x167)][_0x2b9a23(0x143)]=_0x1a2f7a[_0x2b9a23(0xb0)];let _0xe6eba4=0x0;const _0x30b432=async()=>{const _0x2ddea7=_0x2b9a23;_0xe6eba4++,_0x1a2f7a[_0x2ddea7(0x160)](_0xe6eba4,0x1)&&await this[_0x2ddea7(0x100)]();};process['on'](_0x1a2f7a[_0x2b9a23(0xaa)],_0x30b432);}catch(_0x1ab352){process[_0x2b9a23(0x167)][_0x2b9a23(0x143)]=_0x1a2f7a[_0x2b9a23(0x12c)],logger[_0x2b9a23(0xab)](_0x2b9a23(0x18c)+_0x1ab352);throw new Error(_0x1ab352[_0x2b9a23(0xa4)]());}}async[a100_0x250c97(0x100)](){const _0x4e7d56=a100_0x250c97,_0xcff611={};_0xcff611[_0x4e7d56(0xb7)]=_0x4e7d56(0x135),_0xcff611[_0x4e7d56(0xc3)]=_0x4e7d56(0x164);const _0x5aee80=_0xcff611;if(this[_0x4e7d56(0x162)]&&this['percy']['isRunning']())try{await percyHelper[_0x4e7d56(0x100)](this[_0x4e7d56(0x162)]),logger[_0x4e7d56(0x11c)](_0x5aee80[_0x4e7d56(0xb7)]);}catch(_0x5a3111){logger[_0x4e7d56(0x128)](_0x5aee80[_0x4e7d56(0xc3)],_0x5a3111[_0x4e7d56(0x185)]);}}async['setupBrowserstackLocal'](){const _0x4763dd=a100_0x250c97,_0x27f34d={};_0x27f34d[_0x4763dd(0xe0)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x27f34d['ANOwH']=_0x4763dd(0x13d);const _0x48be2d=_0x27f34d;if(helper[_0x4763dd(0x137)]()&&helper[_0x4763dd(0xeb)](this[_0x4763dd(0x9e)][_0x4763dd(0xd0)])&&(!this[_0x4763dd(0xd0)]||!this[_0x4763dd(0xd0)][_0x4763dd(0x17e)]()))try{if(this[_0x4763dd(0x9e)]['browserStackLocalOptions'][_0x4763dd(0x166)]){logger[_0x4763dd(0xab)](_0x48be2d[_0x4763dd(0xe0)]);return;}this[_0x4763dd(0xd0)]=await helper[_0x4763dd(0x13a)](this[_0x4763dd(0x9e)]),logger[_0x4763dd(0x11c)](_0x48be2d[_0x4763dd(0x156)]);}catch(_0x261f00){logger[_0x4763dd(0xab)](_0x261f00);throw new Error(_0x261f00[_0x4763dd(0xa4)]());}}async[a100_0x250c97(0x108)](){const _0x15a68a=a100_0x250c97,_0x1b7475={};_0x1b7475['giAth']='Local\x20binary\x20stopped',_0x1b7475[_0x15a68a(0x19a)]=_0x15a68a(0xe5);const _0x3af555=_0x1b7475;if(this[_0x15a68a(0xd0)]&&this[_0x15a68a(0xd0)]['isRunning']())try{await helper['stopLocalBinary'](this[_0x15a68a(0xd0)]),logger[_0x15a68a(0x11c)](_0x3af555[_0x15a68a(0x12e)]);}catch(_0x2f3d9c){logger[_0x15a68a(0x128)](_0x3af555[_0x15a68a(0x19a)],_0x2f3d9c['message']);}}async[a100_0x250c97(0xd7)](){const _0x59535f=a100_0x250c97;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x59535f(0x14f)],async()=>{const _0x2b2ee2=_0x59535f;await hubAllocator['allocateHub'](this[_0x2b2ee2(0x9e)]);})();}async[a100_0x250c97(0xa1)](){const _0x5ba78f=a100_0x250c97,_0x5f1555={'LJvJN':function(_0x41ebc2,_0xb09f81){return _0x41ebc2(_0xb09f81);},'XQffS':_0x5ba78f(0x168),'hVKDQ':function(_0x3f13e5,_0x2f2ae2,_0x2f1162,_0x1dbb2d,_0x2c70d2,_0x1abed3,_0x59f434){return _0x3f13e5(_0x2f2ae2,_0x2f1162,_0x1dbb2d,_0x2c70d2,_0x1abed3,_0x59f434);},'VjDPe':'BrowserstackHealing.init\x20method\x20timed\x20out','zwfGu':_0x5ba78f(0x169),'dKwBd':_0x5ba78f(0x104),'CAPBA':_0x5ba78f(0xec),'taUyb':function(_0x22d8b8,_0x579042){return _0x22d8b8===_0x579042;},'hLWTq':_0x5ba78f(0xb5),'lsDHc':function(_0x1259ed,_0x52e491){return _0x1259ed===_0x52e491;},'PlBAz':_0x5ba78f(0xb6),'kzmfD':_0x5ba78f(0xe2),'GXlKi':_0x5ba78f(0x188),'AsqDY':function(_0x138507,_0x25ca0a){return _0x138507(_0x25ca0a);},'OrTZu':_0x5ba78f(0x150),'aDVDs':function(_0x43b3ee,_0x76fdf4){return _0x43b3ee>=_0x76fdf4;},'cDjUI':function(_0x101910,_0x46d3b){return _0x101910<_0x46d3b;},'opFfQ':_0x5ba78f(0x154),'GtJiB':_0x5ba78f(0xce),'Hlgyh':function(_0x49b21e){return _0x49b21e();}},_0x300522=PerformanceTester['measureWrapper'](_0x5f1555['GtJiB'],async()=>{const _0x3dc652=_0x5ba78f;try{const _0x2aff26=new Date(),_0x210eba=helper[_0x3dc652(0xfa)](this['config']),_0x390e33=_0x5f1555[_0x3dc652(0x13e)](require,path[_0x3dc652(0x9f)](__dirname,_0x5f1555[_0x3dc652(0x14a)])),_0x485945=_0x5f1555['hVKDQ'](timeoutPromise,constants['TCG_AUTH_TIMEOUT'],_0x5f1555[_0x3dc652(0x111)],_0x5f1555['zwfGu'],_0x2aff26,this[_0x3dc652(0x9e)],this['framework']),_0x169dc4={'tcgUrl':constants[_0x3dc652(0xd8)],'sdkVersion':_0x5f1555[_0x3dc652(0x13e)](require,_0x5f1555[_0x3dc652(0x12f)])[_0x3dc652(0xe1)],'methodUsed':_0x5f1555[_0x3dc652(0x197)],'proxyConfig':_0x210eba,'os':os[_0x3dc652(0x14c)]()};if(_0x210eba&&_0x210eba['proxyUrl']){utilities[_0x3dc652(0xa6)](constants[_0x3dc652(0x18f)],_0x169dc4,this[_0x3dc652(0x9e)],this[_0x3dc652(0xf1)]);return;}const _0x496edc={};_0x496edc[_0x3dc652(0x130)]=_0x210eba;const _0x25ff7f=await Promise[_0x3dc652(0xb8)]([_0x390e33[_0x3dc652(0xcc)](this['config'][_0x3dc652(0x184)],this[_0x3dc652(0x9e)]['userName'],constants[_0x3dc652(0xd8)],_0x5f1555['LJvJN'](require,_0x5f1555['dKwBd'])[_0x3dc652(0xe1)],_0x496edc)['then'](_0x3cffd1=>{const _0x57d092=_0x3dc652;return _0x485945[_0x57d092(0x198)](),_0x3cffd1;}),_0x485945]);_0x25ff7f[_0x3dc652(0x113)]=_0x5f1555['taUyb'](_0x25ff7f[_0x3dc652(0x113)],_0x5f1555[_0x3dc652(0x177)])||_0x5f1555['taUyb'](_0x25ff7f['isHealingEnabled'],!![]);const _0x24c0aa=_0x5f1555[_0x3dc652(0x106)](this['config'][_0x3dc652(0x9a)],!![])||_0x5f1555[_0x3dc652(0x121)](this[_0x3dc652(0x9e)][_0x3dc652(0x9a)],_0x5f1555['hLWTq']);if(_0x5f1555[_0x3dc652(0x121)](_0x25ff7f[_0x3dc652(0x185)],constants[_0x3dc652(0x9b)])&&_0x24c0aa)logger[_0x3dc652(0x11c)](_0x5f1555[_0x3dc652(0xe4)]);else{if(!_0x25ff7f[_0x3dc652(0x14b)]&&_0x5f1555[_0x3dc652(0x106)](_0x25ff7f[_0x3dc652(0xd4)],0x1f7)&&_0x24c0aa)logger[_0x3dc652(0x11c)](_0x5f1555['kzmfD']),utilities['fireFunnelTestEvent'](constants['TCG_DOWN'],_0x169dc4,this[_0x3dc652(0x9e)],this[_0x3dc652(0xf1)]);else{if(!_0x25ff7f[_0x3dc652(0x14b)]&&_0x24c0aa){logger[_0x3dc652(0x11c)](_0x5f1555['GXlKi']);const _0x400970={'tcgUrl':constants[_0x3dc652(0xd8)],'sdkVersion':_0x5f1555[_0x3dc652(0xf6)](require,_0x5f1555[_0x3dc652(0x12f)])['version'],'methodUsed':_0x5f1555[_0x3dc652(0x197)],'proxyConfig':_0x210eba,'os':os[_0x3dc652(0x14c)]()};utilities[_0x3dc652(0xa6)](constants['TCG_AUTH_FAILURE'],_0x400970,this[_0x3dc652(0x9e)],this[_0x3dc652(0xf1)]);}else{if(_0x25ff7f[_0x3dc652(0x14b)]&&!_0x25ff7f[_0x3dc652(0x113)]&&_0x24c0aa)logger[_0x3dc652(0x11c)](_0x5f1555[_0x3dc652(0xcd)]);else{if(_0x5f1555[_0x3dc652(0xee)](_0x25ff7f['status'],0xc8)&&_0x5f1555[_0x3dc652(0x129)](_0x25ff7f[_0x3dc652(0xd4)],0x12c))utilities[_0x3dc652(0xa6)](constants[_0x3dc652(0x98)],_0x169dc4,this[_0x3dc652(0x9e)],this[_0x3dc652(0xf1)]);else{if(_0x5f1555[_0x3dc652(0xee)](_0x25ff7f['status'],0x190))_0x169dc4[_0x3dc652(0xd4)]=_0x25ff7f['status'],utilities[_0x3dc652(0xa6)](constants[_0x3dc652(0x16b)],_0x169dc4,this[_0x3dc652(0x9e)],this['framework']);else!_0x25ff7f[_0x3dc652(0xd4)]&&utilities[_0x3dc652(0xa6)](constants[_0x3dc652(0x183)],_0x169dc4,this['config'],this[_0x3dc652(0xf1)]);}}}}}if(_0x25ff7f[_0x3dc652(0x14b)]&&_0x25ff7f['isHealingEnabled']){const _0x534da={};_0x534da['tcgAuthConfig']=_0x25ff7f;const _0x551fc6=_0x534da;_0x210eba&&(_0x551fc6['proxyConfig']=_0x210eba),_0x551fc6[_0x3dc652(0xf1)]=this['framework'],_0x551fc6[_0x3dc652(0x19c)]=this[_0x3dc652(0x9e)],helper[_0x3dc652(0xd1)](_0x551fc6),logger[_0x3dc652(0xab)](_0x5f1555[_0x3dc652(0xca)]);}}catch(_0x566e9c){logger[_0x3dc652(0xab)](_0x3dc652(0x10b)+(_0x566e9c[_0x3dc652(0x185)]?_0x566e9c[_0x3dc652(0x185)]:''));}});await _0x5f1555[_0x5ba78f(0x140)](_0x300522);}[a100_0x250c97(0x124)](){const _0x26df3c=a100_0x250c97,_0x449fa8={'vcYeQ':function(_0x152af6,_0x90cb41){return _0x152af6(_0x90cb41);},'cNSrm':_0x26df3c(0xfe)};_0x449fa8[_0x26df3c(0x151)](require,_0x449fa8[_0x26df3c(0x145)])();}[a100_0x250c97(0x144)](){const _0x363343=a100_0x250c97,_0x493a0d={};_0x493a0d[_0x363343(0x94)]=_0x363343(0x11e),_0x493a0d['Ejail']=_0x363343(0x136),_0x493a0d['rEdFj']=_0x363343(0x11f);const _0x212122=_0x493a0d,_0x4dce3a=_0x486788=>{const _0x24622e=_0x363343,_0x357f15=_0x212122[_0x24622e(0x94)]['split']('|');let _0x2f645e=0x0;while(!![]){switch(_0x357f15[_0x2f645e++]){case'0':ClientTroubleShootingService[_0x24622e(0x10f)]();continue;case'1':logger[_0x24622e(0xab)](util[_0x24622e(0x17a)](_0x486788));continue;case'2':logger[_0x24622e(0x128)](_0x486788['message']);continue;case'3':PerformanceTester[_0x24622e(0xe9)](_0x486788);continue;case'4':this['unhandledErrors'][_0x24622e(0xdc)](util[_0x24622e(0x17a)]('%j',_0x486788));continue;}break;}};process['on'](_0x212122['Ejail'],_0x4dce3a),process['on'](_0x212122['rEdFj'],_0x4dce3a);}async[a100_0x250c97(0x157)](_0x515360){const _0x2ee0fc=a100_0x250c97,_0x1c574d={};_0x1c574d[_0x2ee0fc(0xdf)]=_0x2ee0fc(0xae),_0x1c574d[_0x2ee0fc(0x18b)]=function(_0x2b09b5,_0x8ab526){return _0x2b09b5+_0x8ab526;},_0x1c574d[_0x2ee0fc(0x120)]=_0x2ee0fc(0x16e),_0x1c574d[_0x2ee0fc(0x194)]=_0x2ee0fc(0xa5);const _0x2ef033=_0x1c574d,_0xebecdf=_0x2ef033[_0x2ee0fc(0xdf)][_0x2ee0fc(0xda)]('|');let _0x13fccd=0x0;while(!![]){switch(_0xebecdf[_0x13fccd++]){case'0':this[_0x2ef033['Smnvf'](_0x2ef033['AmAgl'],_0x515360)]=!![];continue;case'1':await TestHubHandler['stop'](_0x515360);continue;case'2':logger[_0x2ee0fc(0x11c)](_0x2ef033[_0x2ee0fc(0x18b)](_0x2ef033[_0x2ee0fc(0x194)],_0x515360));continue;case'3':await BrowserstackCLI[_0x2ee0fc(0x14e)]()[_0x2ee0fc(0x15a)]();continue;case'4':if(this[_0x2ef033[_0x2ee0fc(0x18b)](_0x2ef033['AmAgl'],_0x515360)])return;continue;case'5':await ClientTroubleShootingService[_0x2ee0fc(0x189)](_0x515360);continue;case'6':this[_0x2ee0fc(0x103)]=_0x515360;continue;case'7':await ClientTroubleShootingService['reportFinalDetectionState']();continue;}break;}}['exitHandler'](){const _0x3e7987=a100_0x250c97,_0xbac68a={'TbHBX':function(_0x27de9e,_0xf6be85){return _0x27de9e===_0xf6be85;},'MXpgJ':_0x3e7987(0x99),'kRpQI':function(_0x5c87d3,_0x4bf044){return _0x5c87d3>_0x4bf044;},'aSpMi':function(_0x481acb,_0x46c893){return _0x481acb>_0x46c893;},'WerTL':function(_0x1ac78b,_0x52868f){return _0x1ac78b(_0x52868f);},'teIpE':function(_0x34acc8){return _0x34acc8();},'TLvbY':_0x3e7987(0xa3)};let _0x417875=0x0;return async()=>{const _0x2da52a=_0x3e7987;_0x417875++;if(_0xbac68a[_0x2da52a(0x17c)](_0x417875,0x1)){helper[_0x2da52a(0x178)](this['framework'])&&await this['stopBrowserstackLocal']();try{logger['debug'](_0xbac68a[_0x2da52a(0x17f)]),await TestHubHandler[_0x2da52a(0x15a)](_0x417875),await ClientTroubleShootingService[_0x2da52a(0x10f)](),await BrowserstackCLI[_0x2da52a(0x14e)]()[_0x2da52a(0x15a)]('1');}catch(_0x3cb4c5){logger[_0x2da52a(0xab)](_0x2da52a(0x134)+util[_0x2da52a(0x17a)](_0x3cb4c5));}PerformanceTester[_0x2da52a(0xde)](PerformanceEvents[_0x2da52a(0xfc)]);if(PerformanceTester[_0x2da52a(0xea)]()){const {measures:_0x5c58b2,errors:_0x100559}=await PerformanceTester[_0x2da52a(0x10c)](),_0x5b3c33={};if(_0x5c58b2&&_0xbac68a[_0x2da52a(0x15c)](_0x5c58b2[_0x2da52a(0xaf)],0x0)||_0x100559&&_0xbac68a[_0x2da52a(0xb4)](_0x100559[_0x2da52a(0xaf)],0x0)){const _0x2290a7={};_0x2290a7[_0x2da52a(0xbd)]=_0x5c58b2,_0x2290a7[_0x2da52a(0x173)]=_0x100559,Object[_0x2da52a(0xe8)](_0x5b3c33,_0x2290a7);}try{const _0x33d3f6=await helper[_0x2da52a(0x149)](_0x5b3c33,this[_0x2da52a(0x9e)]);logger['debug'](_0x2da52a(0x186)+_0xbac68a[_0x2da52a(0x174)](getEdsInstrumentationAPIUrl,'')+_0x2da52a(0x127)+_0x33d3f6[_0x2da52a(0xdd)]);}catch(_0x1aead5){logger[_0x2da52a(0xab)](_0x2da52a(0xa2)+_0xbac68a[_0x2da52a(0x174)](getEdsInstrumentationAPIUrl,'')+_0x2da52a(0xf8)+util[_0x2da52a(0x17a)](_0x1aead5));}try{fs[_0x2da52a(0x125)](path['join'](_0xbac68a['teIpE'](getLogDir),_0xbac68a[_0x2da52a(0x105)]),JSON[_0x2da52a(0x158)](_0x5b3c33));}catch(_0x3fa76e){logger[_0x2da52a(0xab)]('Error\x20in\x20writing\x20events\x20to\x20file\x20'+_0x3fa76e);}}}logger&&logger[_0x2da52a(0xef)](),fileLogger&&fileLogger[_0x2da52a(0xef)]();};}}exports['default']=BrowserStackSetup;
1
+ const a100_0x4211de=a100_0x2e75;(function(_0x5f2fb1,_0x136cd7){const _0xaf617c=a100_0x2e75,_0x313752=_0x5f2fb1();while(!![]){try{const _0x14927f=parseInt(_0xaf617c(0x15b))/0x1+-parseInt(_0xaf617c(0x20c))/0x2+parseInt(_0xaf617c(0x1c8))/0x3*(parseInt(_0xaf617c(0x168))/0x4)+-parseInt(_0xaf617c(0xfd))/0x5+parseInt(_0xaf617c(0x134))/0x6*(-parseInt(_0xaf617c(0x163))/0x7)+-parseInt(_0xaf617c(0x1ba))/0x8*(parseInt(_0xaf617c(0x173))/0x9)+-parseInt(_0xaf617c(0x128))/0xa*(-parseInt(_0xaf617c(0x139))/0xb);if(_0x14927f===_0x136cd7)break;else _0x313752['push'](_0x313752['shift']());}catch(_0x217bf6){_0x313752['push'](_0x313752['shift']());}}}(a100_0x59f1,0xeb507));const util=require('util'),os=require('os'),path=require(a100_0x4211de(0x153)),{v4:uuidv4}=require(a100_0x4211de(0x114)),fs=require('fs'),constants=require(a100_0x4211de(0x156)),logger=require(a100_0x4211de(0x206))['winstonLogger'],fileLogger=require(a100_0x4211de(0x206))[a100_0x4211de(0x1e7)],{getLogDir}=require(a100_0x4211de(0x206)),helper=require(a100_0x4211de(0x1ef)),utilities=require(a100_0x4211de(0x1da)),percyHelper=require(a100_0x4211de(0x192)),hubAllocator=require(a100_0x4211de(0x150)),PerformanceTester=require(a100_0x4211de(0x1b7)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x4211de(0x110)),{setPercyFlag}=require(a100_0x4211de(0x181)),TestHubHandler=require(a100_0x4211de(0x1b6)),timeoutPromise=require('./timeoutPromise'),BrowserstackCLI=require(a100_0x4211de(0x1a0)),LoadTestModule=require(a100_0x4211de(0x18c)),{getEdsInstrumentationAPIUrl}=require(a100_0x4211de(0x12f)),ClientTroubleShootingService=require(a100_0x4211de(0x1b3));class BrowserStackSetup{constructor(_0x22d477,_0x285f6e){const _0x43d6cd=a100_0x4211de,_0x20a7b2={'CXaaH':_0x43d6cd(0x111),'KVUFq':_0x43d6cd(0x184),'qlbSG':function(_0x5cbd9a){return _0x5cbd9a();}},_0x12d279=_0x20a7b2['CXaaH'][_0x43d6cd(0x122)]('|');let _0x441b42=0x0;while(!![]){switch(_0x12d279[_0x441b42++]){case'0':helper['setCredentialsFromYmlConfig'](this[_0x43d6cd(0x1b5)]);continue;case'1':PerformanceTester['startMonitoring']();continue;case'2':this[_0x43d6cd(0x1b5)]['testContextOptions']=this[_0x43d6cd(0x1b5)]['testContextOptions']||{};continue;case'3':this['unhandledErrors']=[];continue;case'4':this[_0x43d6cd(0x20b)]=helper[_0x43d6cd(0x13e)](_0x22d477);continue;case'5':this[_0x43d6cd(0x1ae)]=null;continue;case'6':if(helper['isUndefined'](this[_0x43d6cd(0x1b5)]))throw new Error(_0x20a7b2[_0x43d6cd(0x1df)]);continue;case'7':helper[_0x43d6cd(0x13a)](this[_0x43d6cd(0x1b5)],this[_0x43d6cd(0x20b)],this[_0x43d6cd(0x1ca)]);continue;case'8':this['config']['testContextOptions'][_0x43d6cd(0x202)]=!helper[_0x43d6cd(0x1d4)]()||helper[_0x43d6cd(0x1a5)](this['config'][_0x43d6cd(0x10c)]['skipSessionName']);continue;case'9':this[_0x43d6cd(0x1b5)]=helper[_0x43d6cd(0x1ab)](this['configPath']);continue;case'10':this[_0x43d6cd(0x12d)]=helper['getConfigPath'](_0x22d477);continue;case'11':helper[_0x43d6cd(0x1ec)](this['config']);continue;case'12':helper[_0x43d6cd(0x1eb)]();continue;case'13':this[_0x43d6cd(0x1b5)][_0x43d6cd(0x10c)][_0x43d6cd(0x179)]=!helper['isBrowserstackInfra']()||helper[_0x43d6cd(0x1a5)](this[_0x43d6cd(0x1b5)][_0x43d6cd(0x10c)][_0x43d6cd(0x179)]);continue;case'14':global[_0x43d6cd(0x199)]=_0x285f6e;continue;case'15':this['envConfig']=helper[_0x43d6cd(0x175)]();continue;case'16':if(this[_0x43d6cd(0x1b5)][_0x43d6cd(0x18a)])throw new Error(this[_0x43d6cd(0x1b5)][_0x43d6cd(0x18a)]);continue;case'17':this['sdkRunId']=_0x20a7b2[_0x43d6cd(0x1f4)](uuidv4);continue;case'18':this[_0x43d6cd(0x1b5)][_0x43d6cd(0x101)]=this[_0x43d6cd(0x1b5)]['platforms']||[];continue;case'19':helper[_0x43d6cd(0x1e4)](this[_0x43d6cd(0x1b5)],this['cliConfig']);continue;case'20':helper['getFinalCaps'](this[_0x43d6cd(0x1b5)],this[_0x43d6cd(0x20b)],this[_0x43d6cd(0x1ca)]);continue;case'21':this[_0x43d6cd(0x199)]=_0x285f6e;continue;case'22':this[_0x43d6cd(0x1fd)]={};continue;case'23':this[_0x43d6cd(0x177)]=null;continue;}break;}}['preInitialize'](_0x89f0a0){const _0x17e912=a100_0x4211de,_0xbde408={'qaRWu':'userName\x20or\x20accessKey\x20is\x20not\x20defined','UZNlS':function(_0x399cba,_0x7ec839){return _0x399cba===_0x7ec839;},'KCscR':'integrations','HKgEa':_0x17e912(0x1a3),'AuQMM':function(_0x54293c,_0x146eee){return _0x54293c<_0x146eee;},'HcRin':function(_0x39ed27,_0x3f3ef4){return _0x39ed27(_0x3f3ef4);},'pgfWq':_0x17e912(0x1ad),'TrGrq':_0x17e912(0x1bc),'busuB':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','uZqvn':_0x17e912(0x164),'zRrGS':_0x17e912(0x100),'YyPsH':_0x17e912(0x11f),'HZrTL':'SIGHUP','uRhnJ':function(_0x424dfb,_0x70eb7a){return _0x424dfb!==_0x70eb7a;},'XCJYR':'win32','FJFdn':'SIGABRT','cOtiI':'SIGQUIT','SgCZm':'SIGBREAK','tgnhX':_0x17e912(0x14b)},_0x32f5a0=this[_0x17e912(0x199)];global['config']=this['config'],helper[_0x17e912(0x1fe)](this[_0x17e912(0x1b5)]),this[_0x17e912(0x193)]=null,global[_0x17e912(0x1e6)]=this[_0x17e912(0x1e6)],logger[_0x17e912(0x1ee)](_0x17e912(0x1dd)+this[_0x17e912(0x1e6)]),!this['config'][_0x17e912(0x203)]&&(this[_0x17e912(0x1b5)][_0x17e912(0x203)]=this[_0x17e912(0x1b5)][_0x17e912(0x1d9)]||{});if(helper['isUndefined'](helper['getUserName'](this[_0x17e912(0x1b5)]))||helper[_0x17e912(0x1c0)](helper['getAccessKey'](this[_0x17e912(0x1b5)])))throw new Error(_0xbde408[_0x17e912(0x1ff)]);helper[_0x17e912(0x16a)](this['config'])&&helper['isUndefined'](helper[_0x17e912(0x11c)](this[_0x17e912(0x1b5)]))&&(!helper[_0x17e912(0x1c0)](this[_0x17e912(0x1b5)][_0x17e912(0x203)])&&_0xbde408['UZNlS'](this[_0x17e912(0x1b5)][_0x17e912(0x203)][_0x17e912(0x116)],Object)?!helper[_0x17e912(0x1a5)](this[_0x17e912(0x1b5)][_0x17e912(0x203)][_0x17e912(0x115)])&&(this['config'][_0x17e912(0x203)][_0x17e912(0x1c3)]=helper['generateLocalIdentifier']()):this[_0x17e912(0x1b5)][_0x17e912(0x203)]={'localIdentifier':helper[_0x17e912(0x195)]()});this[_0x17e912(0x1b5)][_0x17e912(0x203)][_0x17e912(0x115)]=helper[_0x17e912(0x1a5)](this[_0x17e912(0x1b5)]['browserStackLocalOptions']['skipBinaryInitialisation']),helper[_0x17e912(0x196)](this['config']);if(_0xbde408[_0x17e912(0x1f8)](_0x32f5a0,_0xbde408[_0x17e912(0x127)]))return;this['handleExceptions']();process[_0x17e912(0x1cd)][_0x17e912(0x176)]&&(this[_0x17e912(0x1b5)]['turboScale']=helper[_0x17e912(0x1a5)](process[_0x17e912(0x1cd)][_0x17e912(0x176)]),this['config']['turboScaleOptions']=this[_0x17e912(0x1b5)][_0x17e912(0x19f)]||{});helper['isTurboScaleSession'](this['config'])&&(process[_0x17e912(0x1cd)][_0x17e912(0x176)]=!![]);LoadTestModule[_0x17e912(0x130)](this[_0x17e912(0x1b5)])&&logger[_0x17e912(0x133)](_0x17e912(0x14e)+this[_0x17e912(0x1e6)]);if(!helper['isBrowserstackInfra']()){try{process['env'][_0x17e912(0x1f0)]=_0x32f5a0,utilities[_0x17e912(0x140)](_0xbde408['HKgEa'],{},this[_0x17e912(0x1b5)],this[_0x17e912(0x199)]);}catch(_0x58963a){logger[_0x17e912(0x133)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x58963a);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x32f5a0)){if(global[_0x17e912(0x14a)]||global['__isPuppeteerInstalled'])return;_0xbde408['AuQMM'](_0xbde408[_0x17e912(0x198)](parseInt,helper[_0x17e912(0x1e8)](_0xbde408[_0x17e912(0x1f2)])),0x3)&&(this['config'][_0x17e912(0x1ed)]=![]),_0xbde408[_0x17e912(0x1f8)](helper[_0x17e912(0x123)](helper[_0x17e912(0x1e8)](_0xbde408[_0x17e912(0x1f2)]),_0xbde408[_0x17e912(0x1b9)]),0x1)&&(this[_0x17e912(0x1b5)][_0x17e912(0x1ed)]=!![]);}(helper[_0x17e912(0x1c0)](this[_0x17e912(0x1b5)][_0x17e912(0x101)])||helper['isUndefined'](this[_0x17e912(0x1b5)][_0x17e912(0x101)][_0x17e912(0x14f)]))&&(helper[_0x17e912(0x1c0)](this['config'][_0x17e912(0x1c7)])?logger[_0x17e912(0x1ee)](_0xbde408['busuB']):logger[_0x17e912(0x158)](_0xbde408[_0x17e912(0x1f7)]),this[_0x17e912(0x1b5)][_0x17e912(0x101)]=[]);!this[_0x17e912(0x1b5)][_0x17e912(0x10c)]&&(this['config'][_0x17e912(0x10c)]={});try{process[_0x17e912(0x1cd)]['FRAMEWORK']=_0x89f0a0['_'][0x0],utilities[_0x17e912(0x140)](_0xbde408[_0x17e912(0x19d)],{},this['config'],this[_0x17e912(0x199)]);}catch(_0x58a2d4){logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x58a2d4);}!this[_0x17e912(0x1b5)]['disableAutoCaptureLogs']&&logger[_0x17e912(0x1ee)](constants[_0x17e912(0x12b)]),this[_0x17e912(0x131)]=this[_0x17e912(0x131)][_0x17e912(0x12e)](this),process['on'](_0xbde408[_0x17e912(0x16b)],this[_0x17e912(0x131)]),process['on'](_0xbde408[_0x17e912(0x16c)],this['intExitHandler']),process['on'](_0xbde408[_0x17e912(0x162)],this[_0x17e912(0x131)]),_0xbde408['uRhnJ'](process['platform'],_0xbde408[_0x17e912(0x1a4)])?(process['on'](_0xbde408[_0x17e912(0x182)],this[_0x17e912(0x131)]),process['on'](_0xbde408[_0x17e912(0x16f)],this[_0x17e912(0x131)])):process['on'](_0xbde408[_0x17e912(0x1de)],this['intExitHandler']),process['on'](_0xbde408['tgnhX'],this[_0x17e912(0x143)]());}async['initialize'](_0x574361){const _0x40a097=a100_0x4211de,_0x2ae94e={'uKCcT':_0x40a097(0x1a7),'VwTzC':_0x40a097(0x1b2),'pNDDD':_0x40a097(0x17d),'LhBhX':function(_0x55c55d,_0x96eda6){return _0x55c55d===_0x96eda6;},'MkobA':'playwright','XFTVn':function(_0x429177,_0x2a3018){return _0x429177+_0x2a3018;},'qXFIm':_0x40a097(0x103),'pdWNI':function(_0x34447b,_0x5e8171){return _0x34447b(_0x5e8171);},'staUs':_0x40a097(0x201)};this[_0x40a097(0x18d)](_0x574361);if(helper[_0x40a097(0x1e2)](this['config'])){const _0x1d02bf=await helper[_0x40a097(0x165)](this['config']);this[_0x40a097(0x1b5)][_0x40a097(0x113)]=_0x1d02bf,_0x1d02bf[_0x40a097(0x144)]&&helper['isNotUndefined'](this['config'][_0x40a097(0x1ae)])&&helper[_0x40a097(0x1a5)](this['config'][_0x40a097(0x1ae)])&&(this[_0x40a097(0x1b5)][_0x40a097(0x203)][_0x40a097(0x1c3)]=_0x2ae94e[_0x40a097(0x20a)],this[_0x40a097(0x1b5)][_0x40a097(0x203)][_0x2ae94e[_0x40a097(0x137)]]=_0x1d02bf[_0x40a097(0x1bf)][_0x40a097(0x10d)](','),this[_0x40a097(0x1b5)]['browserStackLocalOptions'][_0x40a097(0x189)]=_0x2ae94e['pNDDD']),this['config'][_0x40a097(0x1f1)]=_0x1d02bf[_0x40a097(0x149)],this[_0x40a097(0x199)]&&_0x2ae94e[_0x40a097(0x148)](this[_0x40a097(0x199)][_0x40a097(0x183)](),_0x2ae94e['MkobA'])?this[_0x40a097(0x1b5)][_0x40a097(0x1f1)]=_0x2ae94e['XFTVn'](_0x1d02bf['playwrightUrl'],_0x2ae94e['qXFIm']):constants[_0x40a097(0x109)]=helper[_0x40a097(0x1a2)](this[_0x40a097(0x1b5)]),logger[_0x40a097(0x133)](_0x40a097(0x1d2)+constants[_0x40a097(0x109)]);}helper['setProxySettings'](this['config']),this[_0x40a097(0x185)](),_0x2ae94e[_0x40a097(0x174)](setPercyFlag,this),await this[_0x40a097(0x15f)](),![_0x2ae94e[_0x40a097(0x161)],_0x2ae94e[_0x40a097(0x17a)]][_0x40a097(0x11e)](this['framework'])&&!helper[_0x40a097(0x1e2)](this[_0x40a097(0x1b5)])&&!helper['getCentralUser']()[_0x40a097(0x17f)]&&await this[_0x40a097(0x190)]();}async[a100_0x4211de(0x1c9)](){const _0x46c4cb=a100_0x4211de,_0xdba400={};_0xdba400[_0x46c4cb(0x1e9)]=function(_0x304719,_0x30de4a){return _0x304719===_0x30de4a;},_0xdba400['YKxuv']=_0x46c4cb(0x197),_0xdba400[_0x46c4cb(0x13b)]=_0x46c4cb(0x208),_0xdba400[_0x46c4cb(0x19e)]=_0x46c4cb(0x11d),_0xdba400['nTffW']=_0x46c4cb(0x17d),_0xdba400[_0x46c4cb(0x1cb)]='beforeExit';const _0x3986c3=_0xdba400;if(helper[_0x46c4cb(0x1a5)](this[_0x46c4cb(0x1b5)][_0x46c4cb(0x177)])&&(!this[_0x46c4cb(0x177)]||!this['percy']['isRunning']()))try{this[_0x46c4cb(0x177)]=await percyHelper[_0x46c4cb(0x14d)](this[_0x46c4cb(0x1b5)]);if(!this[_0x46c4cb(0x177)]){process[_0x46c4cb(0x1cd)][_0x46c4cb(0x1bd)]=_0x3986c3[_0x46c4cb(0x102)];throw new Error(_0x3986c3[_0x46c4cb(0x13b)]);}logger[_0x46c4cb(0x1ee)](_0x3986c3[_0x46c4cb(0x19e)]),process[_0x46c4cb(0x1cd)]['BROWSERSTACK_PERCY']=_0x3986c3[_0x46c4cb(0x129)];let _0x17f129=0x0;const _0xbdb020=async()=>{const _0x17cff9=_0x46c4cb;_0x17f129++,_0x3986c3[_0x17cff9(0x1e9)](_0x17f129,0x1)&&await this['stopPercy']();};process['on'](_0x3986c3[_0x46c4cb(0x1cb)],_0xbdb020);}catch(_0x3c4307){process[_0x46c4cb(0x1cd)]['BROWSERSTACK_PERCY']=_0x3986c3[_0x46c4cb(0x102)],logger[_0x46c4cb(0x133)]('Error\x20in\x20percy\x20setup\x20'+_0x3c4307);throw new Error(_0x3c4307[_0x46c4cb(0x1bb)]());}}async[a100_0x4211de(0x1d8)](){const _0x53c433=a100_0x4211de,_0x3dd196={};_0x3dd196['jDrOc']=_0x53c433(0x104),_0x3dd196['VjNVJ']='Error\x20occured\x20while\x20stopping\x20percy';const _0x155195=_0x3dd196;if(this[_0x53c433(0x177)]&&this['percy']['isRunning']())try{await percyHelper['stopPercy'](this['percy']),logger[_0x53c433(0x1ee)](_0x155195[_0x53c433(0x120)]);}catch(_0x23717c){logger['error'](_0x155195[_0x53c433(0x170)],_0x23717c[_0x53c433(0x1aa)]);}}async[a100_0x4211de(0x15f)](){const _0x20274e=a100_0x4211de,_0x8a781d={};_0x8a781d['oweTy']=_0x20274e(0x205),_0x8a781d[_0x20274e(0x10e)]=_0x20274e(0x15a);const _0x1eff42=_0x8a781d;if(helper[_0x20274e(0x1d4)]()&&helper['isTrue'](this['config'][_0x20274e(0x1ae)])&&(!this[_0x20274e(0x1ae)]||!this['browserstackLocal']['isRunning']()))try{if(this[_0x20274e(0x1b5)]['browserStackLocalOptions']['skipBinaryInitialisation']){logger[_0x20274e(0x133)](_0x1eff42[_0x20274e(0x1fa)]);return;}this[_0x20274e(0x1ae)]=await helper[_0x20274e(0x1f5)](this[_0x20274e(0x1b5)]),logger[_0x20274e(0x1ee)](_0x1eff42[_0x20274e(0x10e)]);}catch(_0x16e4a8){logger[_0x20274e(0x133)](_0x16e4a8);throw new Error(_0x16e4a8[_0x20274e(0x1bb)]());}}async['stopBrowserstackLocal'](){const _0x26cc8d=a100_0x4211de,_0x488f95={};_0x488f95[_0x26cc8d(0x1d5)]=_0x26cc8d(0x12c),_0x488f95[_0x26cc8d(0x207)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x2a5175=_0x488f95;if(this[_0x26cc8d(0x1ae)]&&this[_0x26cc8d(0x1ae)][_0x26cc8d(0x16d)]())try{await helper[_0x26cc8d(0x105)](this[_0x26cc8d(0x1ae)]),logger['info'](_0x2a5175['GcZvG']);}catch(_0x1f94d7){logger[_0x26cc8d(0x18a)](_0x2a5175[_0x26cc8d(0x207)],_0x1f94d7[_0x26cc8d(0x1aa)]);}}async['setUpHubUrl'](){const _0x4eca40=a100_0x4211de;return PerformanceTester[_0x4eca40(0x155)](PerformanceAutEvents[_0x4eca40(0x15c)],async()=>{const _0x14efef=_0x4eca40;await hubAllocator[_0x14efef(0x138)](this[_0x14efef(0x1b5)]);})();}async[a100_0x4211de(0x1d6)](){const _0x2815a2=a100_0x4211de,_0x45d498={'TQFqt':function(_0x28aeaa,_0x538935){return _0x28aeaa(_0x538935);},'hRduU':_0x2815a2(0x1c1),'yMNaQ':function(_0x3bc059,_0x23cdb3,_0x50413a,_0x45f279,_0x279920,_0x90f74,_0x4d0810){return _0x3bc059(_0x23cdb3,_0x50413a,_0x45f279,_0x279920,_0x90f74,_0x4d0810);},'NFxDE':'BrowserstackHealing.init\x20method\x20timed\x20out','tnvEt':_0x2815a2(0x17c),'yExuI':function(_0x3a7387,_0x18a130){return _0x3a7387(_0x18a130);},'EnDkn':_0x2815a2(0x171),'KVgQG':'BrowserstackHealing.init','Qhlir':function(_0x557d80,_0x3565d0){return _0x557d80===_0x3565d0;},'HncgO':_0x2815a2(0x17d),'DmOzX':function(_0x4a2d84,_0x376994){return _0x4a2d84===_0x376994;},'aBrOt':function(_0x3ad733,_0x2de480){return _0x3ad733===_0x2de480;},'SUmUM':function(_0x3c9e76,_0x3c58be){return _0x3c9e76===_0x3c58be;},'SSgSk':_0x2815a2(0x19c),'JUhyG':function(_0x31eeb9,_0x213952){return _0x31eeb9===_0x213952;},'naslP':_0x2815a2(0x18e),'kblFA':_0x2815a2(0x147),'RoAjy':function(_0x2d6336,_0x2fa22f){return _0x2d6336(_0x2fa22f);},'CVJCl':_0x2815a2(0x119),'esDSi':function(_0x22fb31,_0x3c6333){return _0x22fb31>=_0x3c6333;},'QDzne':function(_0x31a7e1,_0x421a19){return _0x31a7e1<_0x421a19;},'ZlzGd':function(_0x1cf9ee,_0x50dfd8){return _0x1cf9ee>=_0x50dfd8;},'Toqgp':_0x2815a2(0x191),'MQAIt':_0x2815a2(0x180),'CLlCc':function(_0x2b4407){return _0x2b4407();}},_0x4d9a9b=PerformanceTester[_0x2815a2(0x155)](_0x45d498[_0x2815a2(0xfe)],async()=>{const _0x5f16ec=_0x2815a2;try{const _0x5f5bf1=new Date(),_0x5e1141=helper[_0x5f16ec(0x17b)](this[_0x5f16ec(0x1b5)]),_0x300fa8=_0x45d498[_0x5f16ec(0x157)](require,path[_0x5f16ec(0x10d)](__dirname,_0x45d498[_0x5f16ec(0x146)])),_0x127cd3=_0x45d498[_0x5f16ec(0x106)](timeoutPromise,constants[_0x5f16ec(0x1ce)],_0x45d498[_0x5f16ec(0x1f3)],_0x45d498[_0x5f16ec(0x135)],_0x5f5bf1,this['config'],this[_0x5f16ec(0x199)]),_0x5bb63f={'tcgUrl':constants[_0x5f16ec(0x151)],'sdkVersion':_0x45d498['yExuI'](require,_0x45d498[_0x5f16ec(0x1a8)])[_0x5f16ec(0x142)],'methodUsed':_0x45d498[_0x5f16ec(0x125)],'proxyConfig':_0x5e1141,'os':os['platform']()};if(_0x5e1141&&_0x5e1141[_0x5f16ec(0x1e1)]){utilities[_0x5f16ec(0x140)](constants['AI_PROXY_FAILURE'],_0x5bb63f,this[_0x5f16ec(0x1b5)],this['framework']);return;}const _0x252407={};_0x252407[_0x5f16ec(0x124)]=_0x5e1141;const _0xe55757=await Promise['race']([_0x300fa8[_0x5f16ec(0x13f)](this[_0x5f16ec(0x1b5)]['accessKey'],this[_0x5f16ec(0x1b5)][_0x5f16ec(0x1a6)],constants[_0x5f16ec(0x151)],_0x45d498[_0x5f16ec(0x13d)](require,_0x45d498[_0x5f16ec(0x1a8)])[_0x5f16ec(0x142)],_0x252407)['then'](_0x481461=>{return _0x127cd3['cancel'](),_0x481461;}),_0x127cd3]);_0xe55757[_0x5f16ec(0x19a)]=_0x45d498['Qhlir'](_0xe55757[_0x5f16ec(0x19a)],_0x45d498[_0x5f16ec(0x1c4)])||_0x45d498[_0x5f16ec(0x112)](_0xe55757[_0x5f16ec(0x19a)],!![]);const _0x14ec49=_0x45d498['DmOzX'](this[_0x5f16ec(0x1b5)][_0x5f16ec(0x1a9)],!![])||_0x45d498[_0x5f16ec(0x107)](this[_0x5f16ec(0x1b5)]['selfHeal'],_0x45d498['HncgO']);if(_0x45d498[_0x5f16ec(0x1b0)](_0xe55757[_0x5f16ec(0x1aa)],constants[_0x5f16ec(0x1a1)])&&_0x14ec49)logger[_0x5f16ec(0x1ee)](_0x45d498['SSgSk']);else{if(!_0xe55757[_0x5f16ec(0x166)]&&_0x45d498['JUhyG'](_0xe55757[_0x5f16ec(0x12a)],0x1f7)&&_0x14ec49)logger[_0x5f16ec(0x1ee)](_0x45d498['naslP']),utilities[_0x5f16ec(0x140)](constants[_0x5f16ec(0x1d0)],_0x5bb63f,this[_0x5f16ec(0x1b5)],this[_0x5f16ec(0x199)]);else{if(!_0xe55757['isAuthenticated']&&_0x14ec49){logger[_0x5f16ec(0x1ee)](_0x45d498[_0x5f16ec(0x13c)]);const _0x56704c={'tcgUrl':constants[_0x5f16ec(0x151)],'sdkVersion':_0x45d498[_0x5f16ec(0x126)](require,_0x45d498[_0x5f16ec(0x1a8)])[_0x5f16ec(0x142)],'methodUsed':_0x45d498['KVgQG'],'proxyConfig':_0x5e1141,'os':os[_0x5f16ec(0x1e0)]()};utilities[_0x5f16ec(0x140)](constants[_0x5f16ec(0x188)],_0x56704c,this[_0x5f16ec(0x1b5)],this['framework']);}else{if(_0xe55757[_0x5f16ec(0x166)]&&!_0xe55757[_0x5f16ec(0x19a)]&&_0x14ec49)logger[_0x5f16ec(0x1ee)](_0x45d498[_0x5f16ec(0x1b4)]);else{if(_0x45d498['esDSi'](_0xe55757[_0x5f16ec(0x12a)],0xc8)&&_0x45d498[_0x5f16ec(0x1c5)](_0xe55757[_0x5f16ec(0x12a)],0x12c))utilities[_0x5f16ec(0x140)](constants[_0x5f16ec(0x10f)],_0x5bb63f,this['config'],this[_0x5f16ec(0x199)]);else{if(_0x45d498[_0x5f16ec(0x1d7)](_0xe55757[_0x5f16ec(0x12a)],0x190))_0x5bb63f[_0x5f16ec(0x12a)]=_0xe55757[_0x5f16ec(0x12a)],utilities['fireFunnelTestEvent'](constants[_0x5f16ec(0x15d)],_0x5bb63f,this[_0x5f16ec(0x1b5)],this[_0x5f16ec(0x199)]);else!_0xe55757[_0x5f16ec(0x12a)]&&utilities[_0x5f16ec(0x140)](constants[_0x5f16ec(0x1d3)],_0x5bb63f,this[_0x5f16ec(0x1b5)],this[_0x5f16ec(0x199)]);}}}}}if(_0xe55757['isAuthenticated']&&_0xe55757[_0x5f16ec(0x19a)]){const _0x2471cf={};_0x2471cf[_0x5f16ec(0x14c)]=_0xe55757;const _0x15d851=_0x2471cf;_0x5e1141&&(_0x15d851[_0x5f16ec(0x18b)]=_0x5e1141),_0x15d851[_0x5f16ec(0x199)]=this[_0x5f16ec(0x199)],_0x15d851['bstackConfig']=this[_0x5f16ec(0x1b5)],helper[_0x5f16ec(0x167)](_0x15d851),logger[_0x5f16ec(0x133)](_0x45d498[_0x5f16ec(0x1b8)]);}}catch(_0x107fcf){logger[_0x5f16ec(0x133)](_0x5f16ec(0x1b1)+(_0x107fcf[_0x5f16ec(0x1aa)]?_0x107fcf[_0x5f16ec(0x1aa)]:''));}});await _0x45d498[_0x2815a2(0x1d1)](_0x4d9a9b);}[a100_0x4211de(0x185)](){const _0x2fae7b=a100_0x4211de,_0x395426={'OCczC':function(_0x34094a,_0x1cfec4){return _0x34094a(_0x1cfec4);},'bHCYU':_0x2fae7b(0x1be)};_0x395426['OCczC'](require,_0x395426[_0x2fae7b(0x141)])();}[a100_0x4211de(0x1db)](){const _0x1fdb43=a100_0x4211de,_0x4faa39={};_0x4faa39[_0x1fdb43(0x17e)]=_0x1fdb43(0x18f),_0x4faa39[_0x1fdb43(0x132)]=_0x1fdb43(0x117),_0x4faa39[_0x1fdb43(0x118)]=_0x1fdb43(0x187);const _0x3e7720=_0x4faa39,_0x3ca2c8=_0x1faed8=>{const _0x519a96=_0x1fdb43,_0x3b79d1=_0x3e7720[_0x519a96(0x17e)][_0x519a96(0x122)]('|');let _0x382728=0x0;while(!![]){switch(_0x3b79d1[_0x382728++]){case'0':logger[_0x519a96(0x133)](util[_0x519a96(0x145)](_0x1faed8));continue;case'1':this[_0x519a96(0x10b)][_0x519a96(0x1e3)](util[_0x519a96(0x145)]('%j',_0x1faed8));continue;case'2':PerformanceTester[_0x519a96(0x159)](_0x1faed8);continue;case'3':ClientTroubleShootingService[_0x519a96(0x108)]();continue;case'4':logger[_0x519a96(0x18a)](_0x1faed8[_0x519a96(0x1aa)]);continue;}break;}};process['on'](_0x3e7720[_0x1fdb43(0x132)],_0x3ca2c8),process['on'](_0x3e7720['SITZZ'],_0x3ca2c8);}async['intExitHandler'](_0x1a5a57){const _0x6dde90=a100_0x4211de,_0x2a05ae={};_0x2a05ae[_0x6dde90(0x1e5)]=_0x6dde90(0x152),_0x2a05ae['xPWBm']=function(_0xaf8901,_0x2507e2){return _0xaf8901+_0x2507e2;},_0x2a05ae[_0x6dde90(0x1ea)]=_0x6dde90(0x1fb),_0x2a05ae[_0x6dde90(0x11b)]=function(_0x21d691,_0x52aa5d){return _0x21d691+_0x52aa5d;},_0x2a05ae[_0x6dde90(0x186)]='handled',_0x2a05ae[_0x6dde90(0x178)]=function(_0x49fe78,_0x3d1519){return _0x49fe78+_0x3d1519;};const _0x42f79a=_0x2a05ae,_0x586fe9=_0x42f79a[_0x6dde90(0x1e5)]['split']('|');let _0x1b95cd=0x0;while(!![]){switch(_0x586fe9[_0x1b95cd++]){case'0':this[_0x6dde90(0x193)]=_0x1a5a57;continue;case'1':await ClientTroubleShootingService[_0x6dde90(0x1cc)](_0x1a5a57);continue;case'2':logger[_0x6dde90(0x1ee)](_0x42f79a[_0x6dde90(0x209)](_0x42f79a['EXHLF'],_0x1a5a57));continue;case'3':await ClientTroubleShootingService[_0x6dde90(0x108)]();continue;case'4':await TestHubHandler[_0x6dde90(0x136)](_0x1a5a57);continue;case'5':if(this[_0x42f79a[_0x6dde90(0x11b)](_0x42f79a[_0x6dde90(0x186)],_0x1a5a57)])return;continue;case'6':await BrowserstackCLI[_0x6dde90(0x15e)]()['stop']();continue;case'7':this[_0x42f79a[_0x6dde90(0x178)](_0x42f79a['BGwpj'],_0x1a5a57)]=!![];continue;}break;}}[a100_0x4211de(0x143)](){const _0x2d2c00=a100_0x4211de,_0x382857={'cHanN':function(_0xb2c559,_0x4d2aa0){return _0xb2c559===_0x4d2aa0;},'hNsRn':_0x2d2c00(0x200),'vxWKW':function(_0x2018c4,_0x2b7e96){return _0x2018c4>_0x2b7e96;},'KwKFH':function(_0x28df31,_0x23a8cd){return _0x28df31(_0x23a8cd);},'UslGQ':function(_0x12f22b){return _0x12f22b();},'fSRUx':_0x2d2c00(0x154)};let _0x1377e0=0x0;return async()=>{const _0x4d1a4f=_0x2d2c00;_0x1377e0++;if(_0x382857[_0x4d1a4f(0x1c2)](_0x1377e0,0x1)){helper[_0x4d1a4f(0x1af)](this[_0x4d1a4f(0x199)])&&await this['stopBrowserstackLocal']();try{logger[_0x4d1a4f(0x133)](_0x382857[_0x4d1a4f(0x19b)]),await TestHubHandler[_0x4d1a4f(0x136)](_0x1377e0),await ClientTroubleShootingService[_0x4d1a4f(0x108)](),await BrowserstackCLI['getInstance']()[_0x4d1a4f(0x136)]('1');}catch(_0x4e2f7a){logger[_0x4d1a4f(0x133)](_0x4d1a4f(0x16e)+util['format'](_0x4e2f7a));}PerformanceTester[_0x4d1a4f(0x1dc)](PerformanceEvents[_0x4d1a4f(0x11a)]);if(PerformanceTester[_0x4d1a4f(0x172)]()){const {measures:_0x301eb7,errors:_0x27ff22}=await PerformanceTester[_0x4d1a4f(0x1cf)](),_0x45c32b={};if(_0x301eb7&&_0x382857['vxWKW'](_0x301eb7['length'],0x0)||_0x27ff22&&_0x382857['vxWKW'](_0x27ff22[_0x4d1a4f(0x14f)],0x0)){const _0x59078c={};_0x59078c['measures']=_0x301eb7,_0x59078c[_0x4d1a4f(0x169)]=_0x27ff22,Object[_0x4d1a4f(0x1c6)](_0x45c32b,_0x59078c);}try{const _0x55fb62=await helper[_0x4d1a4f(0x1fc)](_0x45c32b,this[_0x4d1a4f(0x1b5)]);logger[_0x4d1a4f(0x133)]('Data\x20sent\x20successfully\x20to\x20'+_0x382857[_0x4d1a4f(0x160)](getEdsInstrumentationAPIUrl,'')+_0x4d1a4f(0x194)+_0x55fb62['statusCode']);}catch(_0x47116a){logger[_0x4d1a4f(0x133)](_0x4d1a4f(0x10a)+_0x382857[_0x4d1a4f(0x160)](getEdsInstrumentationAPIUrl,'')+_0x4d1a4f(0x1f6)+util[_0x4d1a4f(0x145)](_0x47116a));}try{fs[_0x4d1a4f(0x1f9)](path[_0x4d1a4f(0x10d)](_0x382857[_0x4d1a4f(0x121)](getLogDir),_0x382857['fSRUx']),JSON['stringify'](_0x45c32b));}catch(_0x4e2e7f){logger[_0x4d1a4f(0x133)](_0x4d1a4f(0x204)+_0x4e2e7f);}}}logger&&logger[_0x4d1a4f(0x1ac)](),fileLogger&&fileLogger[_0x4d1a4f(0x1ac)]();};}}function a100_0x2e75(_0x1df363,_0x28d6ee){const _0x59f162=a100_0x59f1();return a100_0x2e75=function(_0x2e7559,_0x2c6ffa){_0x2e7559=_0x2e7559-0xfd;let _0x1f9508=_0x59f162[_0x2e7559];return _0x1f9508;},a100_0x2e75(_0x1df363,_0x28d6ee);}exports[a100_0x4211de(0xff)]=BrowserStackSetup;function a100_0x59f1(){const _0x50bf22=['skipSessionStatus','MkobA','getProxyConfigForTcg','BrowserstackHealingInitFailed','true','BsDLs','central_scanner','aiHeal:tcgAuth','./testhub/utils','FJFdn','toLowerCase','No\x20config\x20provided.','setupKeepAlive','BGwpj','uncaughtException','TCG_AUTH_FAILURE','forceLocal','error','proxyConfig','../bin/v2/modules/loadTestModule','preInitialize','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','4|0|1|2|3','setUpHubUrl','tcg\x20config\x20setup\x20successful.','./percy/utils','killSignal','\x20with\x20response\x20','generateLocalIdentifier','setHandlePWError','false','HcRin','framework','isHealingEnabled','hNsRn','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','HKgEa','PehQg','turboScaleOptions','../bin/v2/browserstackCLI','UPGRADE_REQUIRED','getHubUrl','SDKTestAttempted','XCJYR','isTrue','userName','ats-repeater','EnDkn','selfHeal','message','readConfig','close','selenium-webdriver','browserstackLocal','checkStopLocalBinaryOnExit','SUmUM','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','custom-repeater','../bin/utils/clientTroubleshootingService','CVJCl','config','./testhub/testhubHandler','./performance/performance-tester','Toqgp','TrGrq','31840RMggiB','toString','4.5.0','BROWSERSTACK_PERCY','./setKeepAlive','customRepeaters','isUndefined','../ai-sdk-node/bundle','cHanN','localIdentifier','HncgO','QDzne','assign','parallelsPerPlatform','15zGblGk','setupPercy','envConfig','OiSMG','reportProcessInterruptionSituation','env','TCG_AUTH_TIMEOUT','finalize','TCG_DOWN','CLlCc','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','INVALID_INIT_RESP_WITH_USER_IMPACT','isBrowserstackInfra','GcZvG','setupTCGAuth','ZlzGd','stopPercy','localOptions','./utilities','handleExceptions','end','SDK\x20run\x20started\x20with\x20id:\x20','SgCZm','KVUFq','platform','proxyUrl','isTurboScaleSession','push','setBrowserstackInfraFromConfig','uBOBP','sdkRunId','fileLogger','getPackageVersion','ExmWR','EXHLF','normalizeTestReportingEnvVars','setLogDir','useW3C','info','./helper','FRAMEWORK','turboScaleUrl','pgfWq','NFxDE','qlbSG','startLocalBinary','\x20with\x20error\x20','uZqvn','UZNlS','writeFileSync','oweTy','Shutdown\x20triggered\x20by\x20','sendToEDS','errorMessage','sanitizeCaps','qaRWu','Calling\x20Build\x20Stop\x20from\x20ExitHandler','codeceptjs','skipSessionName','browserStackLocalOptions','Error\x20in\x20writing\x20events\x20to\x20file\x20','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','./logger','ZrmZR','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','xPWBm','uKCcT','cliConfig','3415422dZnNqY','1179510mwekNI','MQAIt','default','SIGTERM','platforms','YKxuv','?caps=','Percy\x20stopped','stopLocalBinary','yMNaQ','aBrOt','reportFinalDetectionState','hubUrl','Failed\x20to\x20send\x20data\x20to\x20','unhandledErrors','testContextOptions','join','mhZbA','AI_INIT_SUCCESSFUL','./performance/constants','3|12|15|5|23|10|9|4|18|2|22|17|21|14|6|16|19|0|13|8|20|11|7|1','Qhlir','turboScaleGridDetails','uuid','skipBinaryInitialisation','constructor','unhandledRejection','SITZZ','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','SDK_CLEANUP','Sfpdp','getLocalIdentifier','Percy\x20started\x20successfully','includes','SIGINT','jDrOc','UslGQ','split','compareVersions','proxy','KVgQG','RoAjy','KCscR','5950580sVwNcA','nTffW','status','AUTOLOGCAPTURE_NOTIFICATION','Local\x20binary\x20stopped','configPath','bind','../bin/utils/apiUtilityMethods','isLTSSession','intExitHandler','LrPef','debug','18RtaPcN','tnvEt','stop','VwTzC','allocateHub','55wcNwjs','setLogLevel','QBJtR','kblFA','yExuI','setCLICaps','init','fireFunnelTestEvent','bHCYU','version','exitHandler','isTrialGrid','format','hRduU','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','LhBhX','url','__isPlaywrightInstalled','beforeExit','tcgAuthConfig','startPercy','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','length','../hubAllocationMethods','TCG_URL','5|7|2|0|1|4|3|6','path','events.json','measureWrapper','../bin/utils/constants','TQFqt','warn','captureError','Local\x20binary\x20started\x20successfully','1195543XHAGXc','HUB_MANAGEMENT','AI_INIT_FAILURE','getInstance','setupBrowserstackLocal','KwKFH','staUs','HZrTL','2912707UJAKnu','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','getTurboScaleGridDetails','isAuthenticated','setupTcgConfigFile','408232wYghRe','exceptions','getLocalConfig','zRrGS','YyPsH','isRunning','Error\x20in\x20sending\x20testhub\x20stop:\x20','cOtiI','VjNVJ','../../package.json','isEnabled','1188VZoXbY','pdWNI','setEnvCaps','BROWSERSTACK_TURBOSCALE','percy','BYRkp'];a100_0x59f1=function(){return _0x50bf22;};return a100_0x59f1();}
@@ -1 +1 @@
1
- const a101_0x59332f=a101_0x4104;(function(_0x3783a7,_0x3e95fb){const _0x3b7e8f=a101_0x4104,_0x116c2d=_0x3783a7();while(!![]){try{const _0x4dc414=parseInt(_0x3b7e8f(0x10d))/0x1*(parseInt(_0x3b7e8f(0x172))/0x2)+parseInt(_0x3b7e8f(0x126))/0x3+parseInt(_0x3b7e8f(0x1ad))/0x4*(-parseInt(_0x3b7e8f(0x136))/0x5)+-parseInt(_0x3b7e8f(0x189))/0x6*(parseInt(_0x3b7e8f(0x150))/0x7)+-parseInt(_0x3b7e8f(0x1b7))/0x8*(-parseInt(_0x3b7e8f(0x10e))/0x9)+-parseInt(_0x3b7e8f(0xf7))/0xa+parseInt(_0x3b7e8f(0x142))/0xb*(-parseInt(_0x3b7e8f(0x151))/0xc);if(_0x4dc414===_0x3e95fb)break;else _0x116c2d['push'](_0x116c2d['shift']());}catch(_0xa5ef53){_0x116c2d['push'](_0x116c2d['shift']());}}}(a101_0x2f9f,0x945d9));const util=require(a101_0x59332f(0xfc)),logger=require('../logger')[a101_0x59332f(0xf6)],accessibilityHelper=require(a101_0x59332f(0x179)),globals=require('../globals'),scripts=require('./scripts'),PerformanceTester=require(a101_0x59332f(0x15f)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0x59332f(0x17c)),BrowserstackCLI=require(a101_0x59332f(0x162));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a101_0x59332f(0x118));}catch(a101_0x1460e0){logger['debug'](a101_0x59332f(0x111));}const a101_0x61fef7={};function a101_0x4104(_0x43e83f,_0x3f4a17){const _0x2f9f45=a101_0x2f9f();return a101_0x4104=function(_0x4104a2,_0x3c639d){_0x4104a2=_0x4104a2-0xec;let _0x3ad504=_0x2f9f45[_0x4104a2];return _0x3ad504;},a101_0x4104(_0x43e83f,_0x3f4a17);}a101_0x61fef7[a101_0x59332f(0xec)]=0x1,a101_0x61fef7['timeoutMs']=0x7530,a101_0x61fef7[a101_0x59332f(0x14c)]=0x7530;const RETRY_CONFIG=a101_0x61fef7,setConfigTimeout=(_0x3ae6ea,_0x156bbd=null)=>{const _0x5df650=a101_0x59332f,_0x5a8815={'jAehw':function(_0x2e1b7b,_0x4924f0){return _0x2e1b7b===_0x4924f0;},'dlkqp':_0x5df650(0x16a),'gPwjQ':function(_0xa94fb5,_0x555432){return _0xa94fb5*_0x555432;},'lAiBC':function(_0x426b96,_0x354124){return _0x426b96(_0x354124);},'Krbzi':function(_0x3e271e,_0x536a70){return _0x3e271e*_0x536a70;},'KqiRb':function(_0x4b64cb,_0x1e0a5c){return _0x4b64cb(_0x1e0a5c);}};if(BrowserstackCLI[_0x5df650(0x10a)]()['isRunning']()&&BrowserstackCLI[_0x5df650(0x10a)]()[_0x5df650(0x1a1)]()){const _0x5a41ec=BrowserstackCLI[_0x5df650(0x10a)]()[_0x5df650(0x1a1)]()[_0x5df650(0xed)],_0x5bd11d=_0x5a41ec[_0x5df650(0x125)]['capabilitiesList']||[];for(const _0xbcb8d of _0x5bd11d){_0x5a8815[_0x5df650(0x18a)](_0xbcb8d[_0x5df650(0x123)],_0x5a8815['dlkqp'])&&_0x5a8815['jAehw'](_0x156bbd,null)&&(_0x3ae6ea[_0x5df650(0x112)]=_0x5a8815[_0x5df650(0xee)](_0x5a8815[_0x5df650(0x13d)](parseInt,_0xbcb8d[_0x5df650(0x1a0)]),0x3e8));}}else process[_0x5df650(0x178)][_0x5df650(0x14d)]&&(_0x3ae6ea[_0x5df650(0x112)]=_0x5a8815['Krbzi'](_0x5a8815[_0x5df650(0xf5)](parseInt,process[_0x5df650(0x178)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x3737d8=>{const _0x32f7ef=a101_0x59332f,_0x284d31={};_0x284d31['oBgLH']=_0x32f7ef(0x143),_0x284d31[_0x32f7ef(0x109)]=function(_0x3af8c5,_0x24509f){return _0x3af8c5===_0x24509f;},_0x284d31['titml']='function',_0x284d31['odgzq']=function(_0x546480,_0x2a79c1){return _0x546480===_0x2a79c1;},_0x284d31['ADGVF']='playwright-page',_0x284d31[_0x32f7ef(0x1be)]=function(_0x253a53,_0xcfccdd){return _0x253a53===_0xcfccdd;},_0x284d31[_0x32f7ef(0x1a3)]=_0x32f7ef(0x171),_0x284d31['eOFjX']=function(_0x4d1da8,_0x59f52b){return _0x4d1da8===_0x59f52b;},_0x284d31[_0x32f7ef(0x1af)]=_0x32f7ef(0x1bb),_0x284d31[_0x32f7ef(0x147)]=function(_0x32cfb9,_0x643e92){return _0x32cfb9===_0x643e92;},_0x284d31[_0x32f7ef(0x187)]=_0x32f7ef(0x1b2),_0x284d31[_0x32f7ef(0x135)]=_0x32f7ef(0x117),_0x284d31[_0x32f7ef(0x18b)]=_0x32f7ef(0x1b3),_0x284d31[_0x32f7ef(0x17b)]=function(_0xdfeb70,_0x4ce780){return _0xdfeb70||_0x4ce780;},_0x284d31[_0x32f7ef(0xfa)]='undefined';const _0x124cb3=_0x284d31;if(!_0x3737d8){const _0x3d5500={};return _0x3d5500['isPlaywright']=![],_0x3d5500[_0x32f7ef(0x160)]=_0x124cb3[_0x32f7ef(0x165)],_0x3d5500;}if(_0x124cb3['DYuoq'](typeof _0x3737d8[_0x32f7ef(0x119)],_0x124cb3[_0x32f7ef(0x1aa)])&&_0x124cb3[_0x32f7ef(0x105)](typeof _0x3737d8[_0x32f7ef(0x1bd)],_0x124cb3[_0x32f7ef(0x1aa)])&&_0x124cb3[_0x32f7ef(0x105)](typeof _0x3737d8[_0x32f7ef(0x1b9)],_0x124cb3[_0x32f7ef(0x1aa)])){const _0x2c138c={};return _0x2c138c[_0x32f7ef(0xff)]=!![],_0x2c138c[_0x32f7ef(0x160)]=_0x124cb3[_0x32f7ef(0x15c)],_0x2c138c;}if(_0x124cb3['odgzq'](typeof _0x3737d8[_0x32f7ef(0x1b8)],_0x124cb3[_0x32f7ef(0x1aa)])&&_0x124cb3[_0x32f7ef(0x1be)](typeof _0x3737d8[_0x32f7ef(0x18c)],_0x124cb3[_0x32f7ef(0x1aa)])){const _0xec38be={};return _0xec38be[_0x32f7ef(0xff)]=![],_0xec38be[_0x32f7ef(0x160)]=_0x124cb3[_0x32f7ef(0x1a3)],_0xec38be;}const _0x530bdc=_0x3737d8[_0x32f7ef(0x149)]?.['name'];if(_0x124cb3[_0x32f7ef(0x186)](_0x530bdc,_0x124cb3[_0x32f7ef(0x1af)])){const _0x1ebae1={};return _0x1ebae1['isPlaywright']=!![],_0x1ebae1[_0x32f7ef(0x160)]=_0x124cb3['ADGVF'],_0x1ebae1;}if(_0x124cb3['LQCHF'](_0x530bdc,_0x124cb3['ZwzhT'])){const _0x566d86={};return _0x566d86[_0x32f7ef(0xff)]=![],_0x566d86['type']=_0x124cb3[_0x32f7ef(0x1a3)],_0x566d86;}if(_0x124cb3[_0x32f7ef(0x186)](_0x530bdc,_0x124cb3['txncK'])){const _0x25dc8a={};return _0x25dc8a[_0x32f7ef(0xff)]=!![],_0x25dc8a[_0x32f7ef(0x160)]=_0x124cb3['NTQFB'],_0x25dc8a;}logger[_0x32f7ef(0xfb)](_0x32f7ef(0x108)+_0x124cb3['uitDn'](_0x530bdc,_0x124cb3['vkgGr']));const _0x28a092={};return _0x28a092['isPlaywright']=![],_0x28a092[_0x32f7ef(0x160)]=_0x124cb3[_0x32f7ef(0x165)],_0x28a092;},withTimeout=(_0x5a74db,_0x29dc5c)=>{const _0x599a72=a101_0x59332f;return Promise[_0x599a72(0x102)]([_0x5a74db,new Promise((_0x5d5137,_0x455bff)=>setTimeout(()=>_0x455bff(new Error('Operation\x20timed\x20out\x20after\x20'+_0x29dc5c+'ms')),_0x29dc5c))]);};function a101_0x2f9f(){const _0x4c0899=['IsklP',').\x20Last\x20error:\x20','getAccessibilityResultsSummaryWithRetry','EJZbB',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','AGbSY','titml','function','Uvskk','70624UjUOoZ','getRetryConfig','Cekye','PERFORM_SCAN','getAccessibilityResultsSummary','WebDriver','playwright-codecept-driver','stringify','rejected','NstPi','816616qZNzUp','executeAsyncScript','goto','MuXRC','Page','atndW','url','PvYqz','scanSucceeded','maxRetries','accessibilityConfig','gPwjQ','txOMq','VkWDI','reason','GdumF','Uxfzd','Vwozs','KqiRb','winstonLogger','2465480EktsKV','njUYF','\x20for\x20method:\x20','vkgGr','warn','util','GRwjd','ttTKw','isPlaywright','BjvFz','ECfRb','race','EHYjc','hmGqf','odgzq','Unknown\x20error','allSettled','Unknown\x20driver/page\x20type:\x20','DYuoq','getInstance','summary','lxAZs','594lUjdsj','54gloZVW','ms\x20using\x20timeouts()\x20API','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','Playwright\x20accessibility\x20helper\x20not\x20available','timeoutMs','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','Accessibility\x20results\x20retrieval\x20attempt\x20','qLCrF','vOFvi','Playwright','../../bin/playwright/accessibility-helper','evaluate','Scan\x20attempt\x20','ityQI','XpehT','pVXIJ','isSeleniumDriver','max','updateRetryConfig','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','hkUMx','name','getCurrentUrl','options','3409980ZMhfSy','assign','RUCtb','KNhxK','results','OTgfZ','performScan','Skipping\x20timeout\x20setting\x20for\x20','info','message','uloGX','__workerDetails','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','timeouts','BNugV','txncK','105ESImOI','CxInk','BnAkT','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','isAccessibilityAutomationSession','ELjuA','\x20failed\x20(','lAiBC','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','isMobilePlatform',',\x20cannot\x20perform\x20scan\x20with\x20retry.','407TiHAUe','unknown','setSeleniumScriptTimeout','debug','script','LQCHF','DQeXa','constructor','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','accessibilityPlatform','defaultTimeoutMs','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','qXTQJ','browserStackEvaluate','63zgsTSy','89052kRRFPx','page','):\x20','uKurd','fulfilled','owDkL','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','unknown_method','status','performComprehensiveAccessibilityScanWithRetry','MODPK','ADGVF','DOZbm','EMBYV','../performance/performance-tester','type',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','../../bin/v2/browserstackCLI','setPlaywrightScriptTimeout','GpEcW','oBgLH','LhpKA','setDefaultTimeout','\x20completed\x20successfully.','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','scannerProcessingTimeout','bstackA11yScanOptions','error','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','\x20-\x20not\x20applicable',').\x20Error:\x20','saveAccessibilityResultsWithRetry','selenium-webdriver','1772lJalzT','QyvQL','ms\x20using\x20setScriptTimeout\x20API','Accessibility\x20results\x20save\x20attempt\x20','saveTestResults','sLxBr','env','./helper','LYCYC','uitDn','../performance/constants','RfFnG','HDgkl','YLYpk','NIKuP','getId','SGWvc','dftpC','isPlaywrightPage','performScanWithRetry','eOFjX','ZwzhT','XtDgB','517200oZUQet','jAehw','NTQFB','getCapabilities','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','rvJrS','Accessibility\x20scan\x20attempt\x20','\x20failed\x20for\x20method:\x20','currentTest','FvVPd','aVfLr','getGlobal','uPdiM','isAccessibilityPlatform','bstackA11yShouldScan','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','ONASJ','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','getAccessibilityResults','cBQSl','setScriptTimeout','RhgwW','is_mobile_session','value','getAccessibilityModule','getAccessibilityResultsWithRetry','rxumZ'];a101_0x2f9f=function(){return _0x4c0899;};return a101_0x2f9f();}exports[a101_0x59332f(0x185)]=async(_0x39c88e,_0x52eb72=null,_0xf199e1=null,_0x521093=![],_0x4dab37=null)=>{const _0x322481=a101_0x59332f,_0x1c1c7a={'GRwjd':function(_0x1bd9ab,_0x3aba52){return _0x1bd9ab&&_0x3aba52;},'hkUMx':function(_0x3e215e,_0x2b6c26,_0x288b5b){return _0x3e215e(_0x2b6c26,_0x288b5b);},'ONASJ':function(_0xf0c149,_0x4075ea){return _0xf0c149===_0x4075ea;},'cBQSl':_0x322481(0x1b3),'BnAkT':function(_0x3a373c,_0x23fafe,_0x3c6131){return _0x3a373c(_0x23fafe,_0x3c6131);},'FvVPd':function(_0x131521,_0x13c1cd){return _0x131521(_0x13c1cd);},'njUYF':function(_0x18b8e9,_0x228953){return _0x18b8e9||_0x228953;},'BjvFz':function(_0x4caf8d,_0x1c8e8a){return _0x4caf8d===_0x1c8e8a;},'LYCYC':_0x322481(0x196),'eIRyV':function(_0x529dae,_0x587550){return _0x529dae!==_0x587550;},'qXTQJ':_0x322481(0x197),'uiTcN':function(_0x24f672,_0x3850ea){return _0x24f672===_0x3850ea;},'dftpC':_0x322481(0x139),'SGWvc':_0x322481(0x158),'txOMq':function(_0x41f51a,_0xf5f7bf){return _0x41f51a===_0xf5f7bf;},'RhgwW':_0x322481(0x1ab),'MuXRC':function(_0x403dde,_0x4348cc){return _0x403dde===_0x4348cc;},'KUxbI':function(_0x9429ff,_0x134949){return _0x9429ff<=_0x134949;},'owDkL':function(_0x557286,_0x41a194){return _0x557286+_0x41a194;},'qLCrF':function(_0x3c417c,_0x4740a4){return _0x3c417c+_0x4740a4;},'pVXIJ':'Unknown\x20error'},{isPlaywright:_0x15988a,type:_0x4a3098}=_0x1c1c7a[_0x322481(0x192)](detectDriverType,_0x39c88e),_0x1cf993=_0x521093?_0x1c1c7a[_0x322481(0xf8)](_0x4dab37,{}):global[_0x322481(0x16b)]||{},_0x4ea5c1=_0x15988a?global['accessibilityPlatform']&&(_0x521093||_0x1c1c7a[_0x322481(0x100)](global[_0x322481(0x197)],!![])):accessibilityHelper[_0x322481(0x13a)]()&&globals[_0x322481(0x194)](_0x1c1c7a[_0x322481(0x17a)])&&(_0x521093||_0x1c1c7a['eIRyV'](globals[_0x322481(0x194)](_0x1c1c7a[_0x322481(0x14e)]),![]));if(!_0x4ea5c1)return _0x15988a&&global[_0x322481(0x14b)]&&_0x1c1c7a[_0x322481(0x100)](global[_0x322481(0x197)],![])||!_0x15988a&&globals[_0x322481(0x194)](_0x1c1c7a[_0x322481(0x17a)])&&_0x1c1c7a['uiTcN'](globals[_0x322481(0x194)](_0x1c1c7a[_0x322481(0x14e)]),![])?logger[_0x322481(0x145)](_0x1c1c7a[_0x322481(0x183)]):logger['warn'](_0x322481(0x18d)+_0x4a3098+_0x322481(0x141)),![];const _0x136783=_0x52eb72||global['browserstackSessionName']||_0x1c1c7a[_0x322481(0x182)];let _0x26d90f=null;const _0x19ed60={'testhub_btcer_uuid':global[_0x322481(0x131)]?.[_0x322481(0x191)]?.['id'],'url':_0x1c1c7a[_0x322481(0xef)](typeof _0x39c88e[_0x322481(0x1bd)],_0x1c1c7a[_0x322481(0x19e)])?await _0x39c88e[_0x322481(0x1bd)]():_0x1c1c7a['txOMq'](typeof _0x39c88e[_0x322481(0x124)],_0x1c1c7a['RhgwW'])?await _0x39c88e[_0x322481(0x124)]():'','automate_session_id':_0x1c1c7a[_0x322481(0x1ba)](typeof _0x39c88e['getSession'],_0x1c1c7a[_0x322481(0x19e)])?(await _0x39c88e['getSession']())[_0x322481(0x181)]():''};for(let _0x39d7b1=0x1;_0x1c1c7a['KUxbI'](_0x39d7b1,_0x1c1c7a[_0x322481(0x156)](RETRY_CONFIG[_0x322481(0xec)],0x1));_0x39d7b1++){try{return logger['debug'](_0x322481(0x18f)+_0x39d7b1+'/'+_0x1c1c7a[_0x322481(0x115)](RETRY_CONFIG[_0x322481(0xec)],0x1)+_0x322481(0xf9)+_0x136783+'\x20('+_0x4a3098+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x322481(0x1b0)],async()=>{const _0x2e647c=_0x322481;let _0x19d1dd;if(_0x1c1c7a[_0x2e647c(0xfd)](_0x15988a,playwrightA11yHelper)){_0x1c1c7a[_0x2e647c(0x122)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2e647c(0x163)](_0x39c88e,RETRY_CONFIG[_0x2e647c(0x112)]);let _0x2cca59=_0x39c88e;_0x1c1c7a[_0x2e647c(0x199)](_0x4a3098,_0x1c1c7a[_0x2e647c(0x19c)])&&(_0x2cca59=_0x39c88e[_0x2e647c(0x152)]);const _0x91fbee=global[_0x2e647c(0x140)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x19d1dd=await _0x1c1c7a['hkUMx'](withTimeout,playwrightA11yHelper[_0x2e647c(0x12c)](_0x2cca59,_0x136783,_0x1cf993,_0x91fbee),RETRY_CONFIG[_0x2e647c(0x112)]),await exports[_0x2e647c(0x163)](_0x39c88e,RETRY_CONFIG[_0x2e647c(0x14c)]);}else await exports['setSeleniumScriptTimeout'](_0x39c88e,RETRY_CONFIG[_0x2e647c(0x112)]),_0x19d1dd=await _0x1c1c7a[_0x2e647c(0x138)](withTimeout,accessibilityHelper[_0x2e647c(0x12c)](_0x39c88e,_0x136783,_0x521093,_0x1cf993),RETRY_CONFIG[_0x2e647c(0x112)]),await exports[_0x2e647c(0x144)](_0x39c88e,RETRY_CONFIG[_0x2e647c(0x14c)]);logger[_0x2e647c(0x145)](_0x2e647c(0x11a)+_0x39d7b1+_0x2e647c(0x168));},{'command':_0x136783,..._0x19ed60})(),logger[_0x322481(0x12e)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x39d7b1+'.'),!![];}catch(_0x59de75){_0x26d90f=_0x59de75,logger[_0x322481(0x145)]('Accessibility\x20scan\x20attempt\x20'+_0x39d7b1+_0x322481(0x190)+_0x136783+'\x20('+_0x4a3098+_0x322481(0x16f)+_0x59de75[_0x322481(0x12f)]);}}return logger[_0x322481(0x16c)](_0x322481(0x14a)+_0x136783+'\x20('+_0x4a3098+')\x20with\x20error:\x20'+(_0x26d90f?.[_0x322481(0x12f)]||_0x1c1c7a[_0x322481(0x11d)])),![];},exports[a101_0x59332f(0x1a2)]=async(_0x1a5ff1,_0x29f493)=>{const _0x20350d=a101_0x59332f,_0x1bea20={'RsgGl':function(_0x349546,_0x5ca39b){return _0x349546(_0x5ca39b);},'GpEcW':'isAccessibilityPlatform','Uxfzd':function(_0x4a9e5e,_0x3ea4a3){return _0x4a9e5e<=_0x3ea4a3;},'aVfLr':function(_0x4b965e,_0x49d063){return _0x4b965e+_0x49d063;},'NstPi':function(_0xc056fe,_0x3ec18c){return _0xc056fe&&_0x3ec18c;},'IsklP':function(_0x1955eb,_0x3f85f3,_0x4b096d){return _0x1955eb(_0x3f85f3,_0x4b096d);},'EHYjc':function(_0x8fbd9d,_0x41c6df,_0x11994a){return _0x8fbd9d(_0x41c6df,_0x11994a);},'uPdiM':function(_0x468162,_0x259eb4,_0x237d32){return _0x468162(_0x259eb4,_0x237d32);},'TLKep':_0x20350d(0x106)},{isPlaywright:_0x385301,type:_0x512a38}=_0x1bea20['RsgGl'](detectDriverType,_0x1a5ff1),_0xad6355=_0x385301?_0x29f493[_0x20350d(0x14b)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x20350d(0x194)](_0x1bea20[_0x20350d(0x164)]);if(!_0xad6355)return logger[_0x20350d(0xfb)](_0x20350d(0x18d)+_0x512a38+_0x20350d(0x1a8)),[];let _0x347066=null;for(let _0x56ca97=0x1;_0x1bea20[_0x20350d(0xf3)](_0x56ca97,_0x1bea20[_0x20350d(0x193)](RETRY_CONFIG['maxRetries'],0x1));_0x56ca97++){try{logger[_0x20350d(0x145)](_0x20350d(0x114)+_0x56ca97+'/'+_0x1bea20[_0x20350d(0x193)](RETRY_CONFIG[_0x20350d(0xec)],0x1)+'\x20('+_0x512a38+')');let _0x4c45c8;return _0x1bea20[_0x20350d(0x1b6)](_0x385301,playwrightA11yHelper)?(_0x1bea20[_0x20350d(0x1a4)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x1a5ff1,RETRY_CONFIG[_0x20350d(0x112)]),_0x4c45c8=await _0x1bea20[_0x20350d(0x103)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x1a5ff1),RETRY_CONFIG[_0x20350d(0x112)]),await exports[_0x20350d(0x163)](_0x1a5ff1,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x20350d(0x144)](_0x1a5ff1,RETRY_CONFIG[_0x20350d(0x112)]),_0x4c45c8=await _0x1bea20[_0x20350d(0x195)](withTimeout,accessibilityHelper[_0x20350d(0x19b)](_0x1a5ff1,_0x29f493),RETRY_CONFIG['timeoutMs']),await exports[_0x20350d(0x144)](_0x1a5ff1,RETRY_CONFIG[_0x20350d(0x14c)])),logger[_0x20350d(0x12e)](_0x20350d(0x13f)+_0x56ca97+'\x20('+_0x512a38+')'),_0x4c45c8;}catch(_0xac26c4){_0x347066=_0xac26c4,logger['warn'](_0x20350d(0x114)+_0x56ca97+_0x20350d(0x13c)+_0x512a38+_0x20350d(0x16f)+_0xac26c4[_0x20350d(0x12f)]);}}return logger[_0x20350d(0x16c)](_0x20350d(0x121)+_0x512a38+').\x20Last\x20error:\x20'+(_0x347066?.[_0x20350d(0x12f)]||_0x1bea20['TLKep'])),[];},exports[a101_0x59332f(0x1a6)]=async(_0x40da4e,_0x42fef7)=>{const _0x4b5362=a101_0x59332f,_0x4aaefb={'ttTKw':function(_0x1e1927,_0x464beb){return _0x1e1927(_0x464beb);},'rDFFm':_0x4b5362(0x196),'HDgkl':function(_0x2d4ec7,_0x275c91){return _0x2d4ec7<=_0x275c91;},'YLYpk':function(_0x3a23c0,_0x20e27c){return _0x3a23c0+_0x20e27c;},'ECfRb':function(_0x437567,_0x2c0631){return _0x437567&&_0x2c0631;},'ityQI':function(_0x33d4ce,_0xd52a5b,_0x35d9be){return _0x33d4ce(_0xd52a5b,_0x35d9be);},'uKurd':function(_0x4a9fcf,_0x2864f8,_0x19e397){return _0x4a9fcf(_0x2864f8,_0x19e397);},'DQeXa':'Unknown\x20error'},{isPlaywright:_0x535f0b,type:_0x119fe1}=_0x4aaefb[_0x4b5362(0xfe)](detectDriverType,_0x40da4e),_0x278dbc=_0x535f0b?_0x42fef7[_0x4b5362(0x14b)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x4b5362(0x194)](_0x4aaefb['rDFFm']);if(!_0x278dbc)return logger['warn'](_0x4b5362(0x18d)+_0x119fe1+_0x4b5362(0x161)),{};let _0x50f4fb=null;for(let _0x425749=0x1;_0x4aaefb[_0x4b5362(0x17e)](_0x425749,_0x4aaefb['YLYpk'](RETRY_CONFIG[_0x4b5362(0xec)],0x1));_0x425749++){try{logger[_0x4b5362(0x145)](_0x4b5362(0x110)+_0x425749+'/'+_0x4aaefb[_0x4b5362(0x17f)](RETRY_CONFIG[_0x4b5362(0xec)],0x1)+'\x20('+_0x119fe1+')');let _0x337ccb;return _0x4aaefb[_0x4b5362(0x101)](_0x535f0b,playwrightA11yHelper)?(_0x4aaefb[_0x4b5362(0x11b)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x40da4e,RETRY_CONFIG[_0x4b5362(0x112)]),_0x337ccb=await _0x4aaefb[_0x4b5362(0x154)](withTimeout,playwrightA11yHelper[_0x4b5362(0x1b1)](_0x40da4e),RETRY_CONFIG[_0x4b5362(0x112)]),await exports[_0x4b5362(0x163)](_0x40da4e,RETRY_CONFIG[_0x4b5362(0x14c)])):(await exports[_0x4b5362(0x144)](_0x40da4e,RETRY_CONFIG['timeoutMs']),_0x337ccb=await _0x4aaefb[_0x4b5362(0x11b)](withTimeout,accessibilityHelper[_0x4b5362(0x1b1)](_0x40da4e,_0x42fef7),RETRY_CONFIG['timeoutMs']),await exports[_0x4b5362(0x144)](_0x40da4e,RETRY_CONFIG[_0x4b5362(0x14c)])),logger[_0x4b5362(0x12e)](_0x4b5362(0x13e)+_0x425749+'\x20('+_0x119fe1+')'),_0x337ccb;}catch(_0x3ed567){_0x50f4fb=_0x3ed567,logger[_0x4b5362(0xfb)](_0x4b5362(0x110)+_0x425749+_0x4b5362(0x13c)+_0x119fe1+_0x4b5362(0x16f)+_0x3ed567['message']);}}return logger[_0x4b5362(0x16c)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x119fe1+_0x4b5362(0x1a5)+(_0x50f4fb?.[_0x4b5362(0x12f)]||_0x4aaefb[_0x4b5362(0x148)])),{};},exports[a101_0x59332f(0x15a)]=async(_0x58d588,_0x3085ff,_0x1fb857=null)=>{const _0x950c81=a101_0x59332f,_0x4a7a6d={'QyvQL':function(_0x15e289,_0x14b5a2){return _0x15e289(_0x14b5a2);},'KbjsK':function(_0x3d4268,_0x560eda){return _0x3d4268===_0x560eda;},'atndW':_0x950c81(0x155),'uloGX':function(_0x2c3530,_0x4751fe){return _0x2c3530===_0x4751fe;},'XpehT':function(_0x225804,_0x32826d){return _0x225804===_0x32826d;},'vOFvi':_0x950c81(0x1b5),'ELjuA':_0x950c81(0x19a)},{isPlaywright:_0x314a0c,type:_0x3df518}=_0x4a7a6d[_0x950c81(0x173)](detectDriverType,_0x58d588),_0x4a90d7={};_0x4a90d7[_0x950c81(0x1bf)]=![],_0x4a90d7[_0x950c81(0x12a)]=[],_0x4a90d7[_0x950c81(0x10b)]={},_0x4a90d7[_0x950c81(0x16c)]=null,_0x4a90d7['driverType']=_0x3df518;const _0x163767=_0x4a90d7;try{_0x163767[_0x950c81(0x1bf)]=await exports[_0x950c81(0x185)](_0x58d588,_0x1fb857);if(_0x163767[_0x950c81(0x1bf)]){const [_0x584c6a,_0x4a653a]=await Promise[_0x950c81(0x107)]([exports['getAccessibilityResultsWithRetry'](_0x58d588,_0x3085ff),exports[_0x950c81(0x1a6)](_0x58d588,_0x3085ff)]);_0x163767[_0x950c81(0x12a)]=_0x4a7a6d['KbjsK'](_0x584c6a[_0x950c81(0x159)],_0x4a7a6d[_0x950c81(0x1bc)])?_0x584c6a[_0x950c81(0x1a0)]:[],_0x163767[_0x950c81(0x10b)]=_0x4a7a6d[_0x950c81(0x130)](_0x4a653a[_0x950c81(0x159)],_0x4a7a6d[_0x950c81(0x1bc)])?_0x4a653a[_0x950c81(0x1a0)]:{},_0x4a7a6d[_0x950c81(0x11c)](_0x584c6a[_0x950c81(0x159)],_0x4a7a6d[_0x950c81(0x116)])&&logger[_0x950c81(0xfb)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x3df518+_0x950c81(0x153)+_0x584c6a[_0x950c81(0xf1)]?.[_0x950c81(0x12f)]),_0x4a7a6d['KbjsK'](_0x4a653a['status'],_0x4a7a6d[_0x950c81(0x116)])&&logger[_0x950c81(0xfb)](_0x950c81(0x16d)+_0x3df518+_0x950c81(0x153)+_0x4a653a['reason']?.['message']);}}catch(_0x2696bd){_0x163767['error']=_0x2696bd[_0x950c81(0x12f)]||_0x4a7a6d[_0x950c81(0x13b)],logger[_0x950c81(0x16c)]('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x3df518+_0x950c81(0x153)+_0x163767[_0x950c81(0x16c)]);}return _0x163767;},exports[a101_0x59332f(0x120)]=_0x148875=>{const _0x5f089f=a101_0x59332f,_0x3226a5={};_0x3226a5[_0x5f089f(0x12b)]=function(_0x7e6b5e,_0x5c2c47){return _0x7e6b5e!==_0x5c2c47;},_0x3226a5[_0x5f089f(0x177)]=function(_0x515705,_0x28402e){return _0x515705!==_0x28402e;};const _0x58ff9a=_0x3226a5;_0x58ff9a[_0x5f089f(0x12b)](_0x148875[_0x5f089f(0xec)],undefined)&&(RETRY_CONFIG['maxRetries']=Math['max'](0x0,_0x148875[_0x5f089f(0xec)])),_0x58ff9a['sLxBr'](_0x148875[_0x5f089f(0x112)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x5f089f(0x11f)](0x3e8,_0x148875[_0x5f089f(0x112)])),logger['debug']('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON[_0x5f089f(0x1b4)](RETRY_CONFIG));},exports[a101_0x59332f(0x1ae)]=()=>{const _0xec1d58={...RETRY_CONFIG};return _0xec1d58;},exports[a101_0x59332f(0x184)]=_0x50810a=>{const _0x4a2a64=a101_0x59332f,_0x3455b8={'NIKuP':function(_0x320fab,_0x37fb8e){return _0x320fab(_0x37fb8e);}};return _0x3455b8[_0x4a2a64(0x180)](detectDriverType,_0x50810a)[_0x4a2a64(0xff)];},exports['isSeleniumDriver']=_0xb0c55e=>{const _0x362b8a=a101_0x59332f,_0x4a21ec={'Uvskk':function(_0x4fbbdb,_0x2fb28d){return _0x4fbbdb(_0x2fb28d);},'OPhlh':function(_0x24b09b,_0x1394fa){return _0x24b09b===_0x1394fa;},'hmGqf':_0x362b8a(0x171)},{isPlaywright:_0x34be97,type:_0x4500dd}=_0x4a21ec[_0x362b8a(0x1ac)](detectDriverType,_0xb0c55e);return!_0x34be97&&_0x4a21ec['OPhlh'](_0x4500dd,_0x4a21ec[_0x362b8a(0x104)]);},exports['setPlaywrightScriptTimeout']=async(_0x139ae2,_0x34c69e=null)=>{const _0x3118b4=a101_0x59332f,_0x8dc62f={'Vwozs':function(_0x350d4e,_0x50522e){return _0x350d4e(_0x50522e);},'KNhxK':function(_0x5ca0e8,_0x198da5){return _0x5ca0e8===_0x198da5;},'LhpKA':_0x3118b4(0x1ab)},{isPlaywright:_0x4654e8,type:_0x3e82dd}=_0x8dc62f[_0x3118b4(0xf4)](detectDriverType,_0x139ae2);if(!_0x4654e8)return logger['debug'](_0x3118b4(0x12d)+_0x3e82dd+_0x3118b4(0x16e)),!![];const _0x4a125e=_0x34c69e||RETRY_CONFIG[_0x3118b4(0x14c)];try{return _0x139ae2&&_0x8dc62f[_0x3118b4(0x129)](typeof _0x139ae2['setDefaultTimeout'],_0x8dc62f[_0x3118b4(0x166)])&&(await _0x139ae2[_0x3118b4(0x167)](_0x4a125e),logger[_0x3118b4(0x145)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x4a125e+'ms')),!![];}catch(_0x113b44){return logger[_0x3118b4(0xfb)](_0x3118b4(0x198)+_0x113b44['message']),![];}},exports[a101_0x59332f(0x144)]=async(_0x16c14b,_0xf41599=null)=>{const _0x452e1e=a101_0x59332f,_0x5f0148={};_0x5f0148[_0x452e1e(0x10c)]=_0x452e1e(0x132),_0x5f0148[_0x452e1e(0x1a7)]=function(_0x24035a,_0x2a35c6){return _0x24035a===_0x2a35c6;},_0x5f0148['XtDgB']=_0x452e1e(0x1ab),_0x5f0148['BNugV']=function(_0x5c017b,_0x5e153a){return _0x5c017b===_0x5e153a;},_0x5f0148[_0x452e1e(0x15e)]=function(_0x1b6a57,_0x267c87){return _0x1b6a57===_0x267c87;},_0x5f0148['SFeiC']=_0x452e1e(0x113),_0x5f0148['DOZbm']='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x6e0842=_0x5f0148;if(!exports[_0x452e1e(0x11e)](_0x16c14b))return logger[_0x452e1e(0xfb)](_0x6e0842['lxAZs']),![];const _0x176628=_0xf41599||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0x16c14b&&_0x6e0842[_0x452e1e(0x1a7)](typeof _0x16c14b['manage'],_0x6e0842['XtDgB'])){const _0x2acadc=_0x16c14b['manage']();if(_0x2acadc&&_0x6e0842[_0x452e1e(0x134)](typeof _0x2acadc[_0x452e1e(0x133)],_0x6e0842[_0x452e1e(0x188)]))await _0x2acadc[_0x452e1e(0x133)]()['setScriptTimeout'](_0x176628),logger[_0x452e1e(0x145)](_0x452e1e(0x157)+_0x176628+_0x452e1e(0x10f));else{if(_0x2acadc&&_0x6e0842[_0x452e1e(0x134)](typeof _0x2acadc['setTimeouts'],_0x6e0842['XtDgB'])){const _0xee88d2={};_0xee88d2[_0x452e1e(0x146)]=_0x176628,await _0x2acadc['setTimeouts'](_0xee88d2),logger[_0x452e1e(0x145)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x176628+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x2acadc&&_0x6e0842[_0x452e1e(0x15e)](typeof _0x2acadc[_0x452e1e(0x19d)],_0x6e0842['XtDgB']))await _0x2acadc[_0x452e1e(0x19d)](_0x176628),logger['debug'](_0x452e1e(0x157)+_0x176628+_0x452e1e(0x174));else return logger['debug'](_0x6e0842['SFeiC']),!![];}}}else return logger[_0x452e1e(0x145)](_0x6e0842[_0x452e1e(0x15d)]),!![];return!![];}catch(_0x2fdb6a){return logger[_0x452e1e(0xfb)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x2fdb6a[_0x452e1e(0x12f)]),![];}},exports[a101_0x59332f(0x170)]=async(_0x5e9877,_0x1ad72a)=>{const _0x3667f6=a101_0x59332f,_0x4985be={'RfFnG':function(_0x934079,_0x27e67f){return _0x934079(_0x27e67f);},'RUCtb':_0x3667f6(0x196),'GdumF':function(_0x96a2d2,_0x4e8487){return _0x96a2d2<=_0x4e8487;},'VkWDI':function(_0x3da6da,_0x384f4d){return _0x3da6da+_0x384f4d;},'MODPK':function(_0x1af6bb,_0x43c0f1){return _0x1af6bb&&_0x43c0f1;},'AGbSY':function(_0x1d3779,_0x506cf0,_0x2a23c6){return _0x1d3779(_0x506cf0,_0x2a23c6);},'CxInk':_0x3667f6(0x140),'rvJrS':_0x3667f6(0x106)},{isPlaywright:_0x55f2b6,type:_0x510c90}=_0x4985be[_0x3667f6(0x17d)](detectDriverType,_0x5e9877),_0x7f5d69=_0x55f2b6?global[_0x3667f6(0x14b)]:accessibilityHelper[_0x3667f6(0x13a)]()&&globals[_0x3667f6(0x194)](_0x4985be[_0x3667f6(0x128)]);if(!_0x7f5d69)return logger[_0x3667f6(0xfb)](_0x3667f6(0x18d)+_0x510c90+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x580990=null;for(let _0x3e9b75=0x1;_0x4985be[_0x3667f6(0xf2)](_0x3e9b75,_0x4985be[_0x3667f6(0xf0)](RETRY_CONFIG['maxRetries'],0x1));_0x3e9b75++){try{logger[_0x3667f6(0x145)](_0x3667f6(0x175)+_0x3e9b75+'/'+_0x4985be[_0x3667f6(0xf0)](RETRY_CONFIG[_0x3667f6(0xec)],0x1)+'\x20('+_0x510c90+')');if(_0x4985be[_0x3667f6(0x15b)](_0x55f2b6,playwrightA11yHelper)){_0x4985be['AGbSY'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3667f6(0x163)](_0x5e9877,RETRY_CONFIG[_0x3667f6(0x112)]);const _0x479450={};_0x479450[_0x3667f6(0x19f)]=!![];const _0x8ce7b0=global['isMobilePlatform']?Object[_0x3667f6(0x127)]({},_0x1ad72a,_0x479450):_0x1ad72a;await _0x4985be[_0x3667f6(0x1a9)](withTimeout,playwrightA11yHelper[_0x3667f6(0x14f)](_0x5e9877,scripts['saveTestResults'],_0x8ce7b0),RETRY_CONFIG['timeoutMs']),await exports[_0x3667f6(0x163)](_0x5e9877,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports[_0x3667f6(0x144)](_0x5e9877,RETRY_CONFIG[_0x3667f6(0x112)]);const _0x5a0606={};_0x5a0606['is_mobile_session']=!![];const _0x3ed86f=globals[_0x3667f6(0x194)](_0x4985be[_0x3667f6(0x137)])?Object[_0x3667f6(0x127)]({},_0x1ad72a,_0x5a0606):_0x1ad72a;await _0x4985be[_0x3667f6(0x1a9)](withTimeout,_0x5e9877[_0x3667f6(0x1b8)](scripts[_0x3667f6(0x176)],_0x3ed86f),RETRY_CONFIG[_0x3667f6(0x112)]),await exports[_0x3667f6(0x144)](_0x5e9877,RETRY_CONFIG['defaultTimeoutMs']);}return logger['info'](_0x3667f6(0x169)+_0x3e9b75+'\x20('+_0x510c90+')'),!![];}catch(_0x273e0a){_0x580990=_0x273e0a,logger[_0x3667f6(0xfb)](_0x3667f6(0x175)+_0x3e9b75+'\x20failed\x20('+_0x510c90+').\x20Error:\x20'+_0x273e0a[_0x3667f6(0x12f)]);}}return logger[_0x3667f6(0x16c)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x510c90+_0x3667f6(0x1a5)+(_0x580990?.[_0x3667f6(0x12f)]||_0x4985be[_0x3667f6(0x18e)])),![];};
1
+ const a101_0x310182=a101_0x115c;(function(_0xfadee5,_0x13efbd){const _0x2efa20=a101_0x115c,_0x1e2a26=_0xfadee5();while(!![]){try{const _0x2a2bbc=parseInt(_0x2efa20(0x1d1))/0x1+parseInt(_0x2efa20(0x1c4))/0x2+-parseInt(_0x2efa20(0x174))/0x3+-parseInt(_0x2efa20(0x14e))/0x4*(-parseInt(_0x2efa20(0x1d7))/0x5)+parseInt(_0x2efa20(0x1bb))/0x6*(-parseInt(_0x2efa20(0x1b6))/0x7)+-parseInt(_0x2efa20(0x152))/0x8*(-parseInt(_0x2efa20(0x15b))/0x9)+-parseInt(_0x2efa20(0x1a0))/0xa;if(_0x2a2bbc===_0x13efbd)break;else _0x1e2a26['push'](_0x1e2a26['shift']());}catch(_0x187da9){_0x1e2a26['push'](_0x1e2a26['shift']());}}}(a101_0x3a4d,0xca6c0));const util=require(a101_0x310182(0x1da)),logger=require('../logger')[a101_0x310182(0x125)],accessibilityHelper=require(a101_0x310182(0x1a4)),globals=require(a101_0x310182(0x1b7)),scripts=require(a101_0x310182(0x1ae)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0x310182(0x19c)),BrowserstackCLI=require(a101_0x310182(0x1c3));function a101_0x3a4d(){const _0x58e22b=['script','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','\x20-\x20not\x20applicable','xEnjo','allSettled','ptpye','bstackA11yScanOptions','driverType','timeouts','getGlobal',').\x20Error:\x20','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','MCUKD','AzWxK','TaCkC',')\x20with\x20error:\x20','isSeleniumDriver','fulfilled','updateRetryConfig','1060404oluQun','env','erYaV','timeoutMs','getAccessibilityResultsSummaryWithRetry','oDwhi','\x20completed\x20successfully.','wbCtM','Yrrey','constructor','\x20failed\x20(','ujCOS','fLsqf','BSuLq','setPlaywrightScriptTimeout','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','WLfWs','summary','Playwright','NXILq','UybqY','VwwnL','PERFORM_SCAN','ZhCkW','Page','afxgK','getId','goto','url','isMobilePlatform','GlVBg','message','QLzvZ','XkBiJ','playwright-page','LKYbA','sbbig','accessibilityConfig','Operation\x20timed\x20out\x20after\x20','Accessibility\x20scan\x20attempt\x20','../performance/constants','GywpU','ms\x20using\x20setTimeouts\x20API','Wjtyf','6421620bjOOrJ','getRetryConfig','evaluate','isAccessibilityPlatform','./helper','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','mOYds','getCurrentUrl','pofhJ','SIOrf','RaiPT','performComprehensiveAccessibilityScanWithRetry','isPlaywright','dsfaC','./scripts','setScriptTimeout','currentTest','unknown_method','DGihD','undefined','Unknown\x20driver/page\x20type:\x20','GzRrA','8795255oBcvzE','../globals','):\x20','TlIty','function','6jzBSdE','assign','ms\x20using\x20timeouts()\x20API','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','status','kDfww','psmRT','WebDriver','../../bin/v2/browserstackCLI','1637702kxhaFD',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','type','getAccessibilityModule','Unknown\x20error','rVwtv','uLvBw','aUdWK','ueiEi','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','measureWrapper','name','294587bJwpUo','LtzeF','../../bin/playwright/accessibility-helper','CthiV','zVpkw','nNSyg','6785SlMyuK','LYVFF','info','util','kLTrZ','results','performScan','XiOyc','max','warn','dlvqz','getAccessibilityResults','Accessibility\x20results\x20retrieval\x20attempt\x20','scanSucceeded','debug','aMUBm','setDefaultTimeout','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20',').\x20Last\x20error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','page','reason','getAccessibilityResultsSummary','playwright-codecept-driver','saveTestResults','is_mobile_session','TqFjg','winstonLogger','WbLDu','ACbPf','dDilg','gHmkO','setSeleniumScriptTimeout','vkCmQ','ZltmO','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','Playwright\x20accessibility\x20helper\x20not\x20available','saveAccessibilityResultsWithRetry','fmaUj','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','__workerDetails','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','anzAm','maxRetries','isAccessibilityAutomationSession','isRunning','getAccessibilityResultsWithRetry','Skipping\x20timeout\x20setting\x20for\x20','zynGV','stringify','DrHnO','yAlrE','HzHYM','bstackA11yShouldScan','value','xatPW','AGigR','ZEoCL','selenium-webdriver','resolveMobileThTestRunUuid','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','getInstance','UYQAp','MxVZR','performScanWithRetry','tzouS','srNRd','getSession','4676TTDztU',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','YtlUg','executeAsyncScript','56PBPMOA','\x20for\x20method:\x20','fAZWq','browserstackSessionName','accessibilityPlatform','Comprehensive\x20accessibility\x20scan\x20failed\x20(','defaultTimeoutMs','error','setTimeouts','490428anUPeZ','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','BmiAx','qCIls','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('];a101_0x3a4d=function(){return _0x58e22b;};return a101_0x3a4d();}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a101_0x310182(0x1d3));}catch(a101_0x23783c){logger[a101_0x310182(0x118)](a101_0x310182(0x12e));}const a101_0xad0d95={};a101_0xad0d95[a101_0x310182(0x135)]=0x1,a101_0xad0d95['timeoutMs']=0x7530,a101_0xad0d95['defaultTimeoutMs']=0x7530;function a101_0x115c(_0x5e6835,_0x560770){const _0x3a4d94=a101_0x3a4d();return a101_0x115c=function(_0x115c38,_0x991b5a){_0x115c38=_0x115c38-0x117;let _0x251c3a=_0x3a4d94[_0x115c38];return _0x251c3a;},a101_0x115c(_0x5e6835,_0x560770);}const RETRY_CONFIG=a101_0xad0d95,setConfigTimeout=(_0x3b6522,_0x1b857e=null)=>{const _0x4470e9=a101_0x310182,_0x177f43={'fmaUj':function(_0xbaf365,_0x4e059d){return _0xbaf365===_0x4e059d;},'Yrrey':'scannerProcessingTimeout','Wjtyf':function(_0x41d76e,_0x40933d){return _0x41d76e===_0x40933d;},'XkBiJ':function(_0x262266,_0xebb61){return _0x262266*_0xebb61;},'mOYds':function(_0x3af877,_0x84831a){return _0x3af877(_0x84831a);},'QLzvZ':function(_0x7deedc,_0x1ad5d4){return _0x7deedc*_0x1ad5d4;}};if(BrowserstackCLI['getInstance']()[_0x4470e9(0x137)]()&&BrowserstackCLI[_0x4470e9(0x147)]()['getAccessibilityModule']()){const _0x4c2a1b=BrowserstackCLI[_0x4470e9(0x147)]()[_0x4470e9(0x1c8)]()[_0x4470e9(0x199)],_0x1df84f=_0x4c2a1b['options']['capabilitiesList']||[];for(const _0x25dc4d of _0x1df84f){_0x177f43[_0x4470e9(0x130)](_0x25dc4d[_0x4470e9(0x1d0)],_0x177f43[_0x4470e9(0x17c)])&&_0x177f43[_0x4470e9(0x19f)](_0x1b857e,null)&&(_0x3b6522['timeoutMs']=_0x177f43[_0x4470e9(0x195)](_0x177f43[_0x4470e9(0x1a6)](parseInt,_0x25dc4d[_0x4470e9(0x140)]),0x3e8));}}else process[_0x4470e9(0x175)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x3b6522[_0x4470e9(0x177)]=_0x177f43[_0x4470e9(0x194)](_0x177f43[_0x4470e9(0x1a6)](parseInt,process[_0x4470e9(0x175)][_0x4470e9(0x11d)]),0x3e8));},detectDriverType=_0x5081bb=>{const _0x4abfe9=a101_0x310182,_0x1cc8d8={};_0x1cc8d8[_0x4abfe9(0x189)]='unknown',_0x1cc8d8[_0x4abfe9(0x17f)]=function(_0x22e89a,_0x2de826){return _0x22e89a===_0x2de826;},_0x1cc8d8[_0x4abfe9(0x129)]=_0x4abfe9(0x1ba),_0x1cc8d8[_0x4abfe9(0x180)]=_0x4abfe9(0x196),_0x1cc8d8[_0x4abfe9(0x164)]=function(_0x4d0315,_0x224a22){return _0x4d0315===_0x224a22;},_0x1cc8d8[_0x4abfe9(0x184)]=_0x4abfe9(0x144),_0x1cc8d8['nHWcT']=_0x4abfe9(0x18c),_0x1cc8d8[_0x4abfe9(0x1de)]=_0x4abfe9(0x1c2),_0x1cc8d8[_0x4abfe9(0x166)]=_0x4abfe9(0x186),_0x1cc8d8[_0x4abfe9(0x127)]=_0x4abfe9(0x121),_0x1cc8d8['vkCmQ']=function(_0x2702e7,_0x5ae6a7){return _0x2702e7||_0x5ae6a7;},_0x1cc8d8[_0x4abfe9(0x143)]=_0x4abfe9(0x1b3);const _0x4b3292=_0x1cc8d8;if(!_0x5081bb){const _0x2e64b9={};return _0x2e64b9[_0x4abfe9(0x1ac)]=![],_0x2e64b9[_0x4abfe9(0x1c7)]=_0x4b3292[_0x4abfe9(0x189)],_0x2e64b9;}if(_0x4b3292['ujCOS'](typeof _0x5081bb[_0x4abfe9(0x1a2)],_0x4b3292['gHmkO'])&&_0x4b3292[_0x4abfe9(0x17f)](typeof _0x5081bb[_0x4abfe9(0x190)],_0x4b3292[_0x4abfe9(0x129)])&&_0x4b3292[_0x4abfe9(0x17f)](typeof _0x5081bb[_0x4abfe9(0x18f)],_0x4b3292['gHmkO'])){const _0x5f04f5={};return _0x5f04f5['isPlaywright']=!![],_0x5f04f5['type']=_0x4b3292[_0x4abfe9(0x180)],_0x5f04f5;}if(_0x4b3292[_0x4abfe9(0x17f)](typeof _0x5081bb[_0x4abfe9(0x151)],_0x4b3292['gHmkO'])&&_0x4b3292[_0x4abfe9(0x164)](typeof _0x5081bb['getCapabilities'],_0x4b3292['gHmkO'])){const _0x31fa70={};return _0x31fa70['isPlaywright']=![],_0x31fa70[_0x4abfe9(0x1c7)]=_0x4b3292[_0x4abfe9(0x184)],_0x31fa70;}const _0x51bf44=_0x5081bb[_0x4abfe9(0x17d)]?.[_0x4abfe9(0x1d0)];if(_0x4b3292[_0x4abfe9(0x17f)](_0x51bf44,_0x4b3292['nHWcT'])){const _0xb689cf={};return _0xb689cf[_0x4abfe9(0x1ac)]=!![],_0xb689cf['type']=_0x4b3292[_0x4abfe9(0x180)],_0xb689cf;}if(_0x4b3292[_0x4abfe9(0x164)](_0x51bf44,_0x4b3292['XiOyc'])){const _0x454c51={};return _0x454c51[_0x4abfe9(0x1ac)]=![],_0x454c51['type']=_0x4b3292['WLfWs'],_0x454c51;}if(_0x4b3292[_0x4abfe9(0x17f)](_0x51bf44,_0x4b3292[_0x4abfe9(0x166)])){const _0x1715ce={};return _0x1715ce['isPlaywright']=!![],_0x1715ce[_0x4abfe9(0x1c7)]=_0x4b3292[_0x4abfe9(0x127)],_0x1715ce;}logger[_0x4abfe9(0x1e0)](_0x4abfe9(0x1b4)+_0x4b3292[_0x4abfe9(0x12b)](_0x51bf44,_0x4b3292[_0x4abfe9(0x143)]));const _0x46d8ba={};return _0x46d8ba[_0x4abfe9(0x1ac)]=![],_0x46d8ba['type']=_0x4b3292[_0x4abfe9(0x189)],_0x46d8ba;},withTimeout=(_0x5dd77f,_0x113acb)=>{const _0xc370=a101_0x310182;return Promise['race']([_0x5dd77f,new Promise((_0x1a1846,_0xe96fa)=>setTimeout(()=>_0xe96fa(new Error(_0xc370(0x19a)+_0x113acb+'ms')),_0x113acb))]);};exports['performScanWithRetry']=async(_0x2fc224,_0x147e1b=null,_0x2479de=null,_0x1725f6=![],_0x41270a=null)=>{const _0x1882e7=a101_0x310182,_0x22a4cd={'BSuLq':function(_0x4ac76b,_0x3d8076){return _0x4ac76b&&_0x3d8076;},'bQHOu':function(_0x334e94,_0x42b08f,_0x467241){return _0x334e94(_0x42b08f,_0x467241);},'kDfww':function(_0x8b2aaa,_0x28d97f){return _0x8b2aaa===_0x28d97f;},'YtlUg':_0x1882e7(0x121),'dsfaC':function(_0x1dfd8c,_0x5ffa9b,_0x424eba){return _0x1dfd8c(_0x5ffa9b,_0x424eba);},'GzRrA':function(_0x3b519b,_0x444af1){return _0x3b519b(_0x444af1);},'sbbig':function(_0x3a2abb,_0x3191e1){return _0x3a2abb||_0x3191e1;},'Dlqod':_0x1882e7(0x1a3),'dDilg':function(_0x178ec3,_0x572eac){return _0x178ec3!==_0x572eac;},'UybqY':'bstackA11yShouldScan','RaiPT':function(_0x5ce509,_0x3d1c96){return _0x5ce509===_0x3d1c96;},'GywpU':_0x1882e7(0x183),'MxVZR':_0x1882e7(0x1b1),'tzouS':_0x1882e7(0x1ba),'BmiAx':function(_0x4cf3ba,_0x26d15a){return _0x4cf3ba===_0x26d15a;},'anzAm':function(_0x26dde2,_0x44fe09){return _0x26dde2===_0x44fe09;},'SlvbT':function(_0x3cd5d2,_0x1310e8){return _0x3cd5d2<=_0x1310e8;},'GlVBg':function(_0x7189b,_0x524255){return _0x7189b+_0x524255;},'DrHnO':_0x1882e7(0x1c9)},{isPlaywright:_0x5cdd08,type:_0xdb0b29}=_0x22a4cd[_0x1882e7(0x1b5)](detectDriverType,_0x2fc224),_0x5d321c=_0x1725f6?_0x22a4cd[_0x1882e7(0x198)](_0x41270a,{}):global[_0x1882e7(0x167)]||{},_0x1cf506=_0x5cdd08?global[_0x1882e7(0x156)]&&(_0x1725f6||_0x22a4cd[_0x1882e7(0x1c0)](global['bstackA11yShouldScan'],!![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x1882e7(0x16a)](_0x22a4cd['Dlqod'])&&(_0x1725f6||_0x22a4cd[_0x1882e7(0x128)](globals['getGlobal'](_0x22a4cd['UybqY']),![]));if(!_0x1cf506)return _0x5cdd08&&global[_0x1882e7(0x156)]&&_0x22a4cd[_0x1882e7(0x1aa)](global[_0x1882e7(0x13f)],![])||!_0x5cdd08&&globals['getGlobal'](_0x22a4cd['Dlqod'])&&_0x22a4cd['RaiPT'](globals['getGlobal'](_0x22a4cd[_0x1882e7(0x188)]),![])?logger[_0x1882e7(0x118)](_0x22a4cd[_0x1882e7(0x19d)]):logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0xdb0b29+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0xf11b12=_0x147e1b||global[_0x1882e7(0x155)]||_0x22a4cd[_0x1882e7(0x149)];let _0x1822bb=null;const _0x3735a8={'testhub_btcer_uuid':global[_0x1882e7(0x132)]?.[_0x1882e7(0x1b0)]?.['id'],'url':_0x22a4cd[_0x1882e7(0x1aa)](typeof _0x2fc224[_0x1882e7(0x190)],_0x22a4cd[_0x1882e7(0x14b)])?await _0x2fc224[_0x1882e7(0x190)]():_0x22a4cd[_0x1882e7(0x15e)](typeof _0x2fc224['getCurrentUrl'],_0x22a4cd['tzouS'])?await _0x2fc224[_0x1882e7(0x1a7)]():'','automate_session_id':_0x22a4cd[_0x1882e7(0x134)](typeof _0x2fc224[_0x1882e7(0x14d)],_0x22a4cd[_0x1882e7(0x14b)])?(await _0x2fc224[_0x1882e7(0x14d)]())[_0x1882e7(0x18e)]():''};for(let _0x5576e4=0x1;_0x22a4cd['SlvbT'](_0x5576e4,_0x22a4cd[_0x1882e7(0x192)](RETRY_CONFIG[_0x1882e7(0x135)],0x1));_0x5576e4++){try{return logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0x5576e4+'/'+_0x22a4cd[_0x1882e7(0x192)](RETRY_CONFIG[_0x1882e7(0x135)],0x1)+_0x1882e7(0x153)+_0xf11b12+'\x20('+_0xdb0b29+')'),await PerformanceTester[_0x1882e7(0x1cf)](PerformanceA11yEvents[_0x1882e7(0x18a)],async()=>{const _0x4f80c8=_0x1882e7;let _0x85df17;if(_0x22a4cd[_0x4f80c8(0x181)](_0x5cdd08,playwrightA11yHelper)){_0x22a4cd['bQHOu'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x4f80c8(0x182)](_0x2fc224,RETRY_CONFIG[_0x4f80c8(0x177)]);let _0x5741fa=_0x2fc224;_0x22a4cd['kDfww'](_0xdb0b29,_0x22a4cd[_0x4f80c8(0x150)])&&(_0x5741fa=_0x2fc224[_0x4f80c8(0x11e)]);const _0x25ae33=global[_0x4f80c8(0x191)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4f80c8(0x145)]()}:{};_0x85df17=await _0x22a4cd[_0x4f80c8(0x1ad)](withTimeout,playwrightA11yHelper[_0x4f80c8(0x1dd)](_0x5741fa,_0xf11b12,_0x5d321c,_0x25ae33),RETRY_CONFIG[_0x4f80c8(0x177)]),await exports['setPlaywrightScriptTimeout'](_0x2fc224,RETRY_CONFIG[_0x4f80c8(0x158)]);}else await exports[_0x4f80c8(0x12a)](_0x2fc224,RETRY_CONFIG[_0x4f80c8(0x177)]),_0x85df17=await _0x22a4cd['dsfaC'](withTimeout,accessibilityHelper[_0x4f80c8(0x1dd)](_0x2fc224,_0xf11b12,_0x1725f6,_0x5d321c),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x2fc224,RETRY_CONFIG[_0x4f80c8(0x158)]);logger['debug']('Scan\x20attempt\x20'+_0x5576e4+_0x4f80c8(0x17a));},{'command':_0xf11b12,..._0x3735a8})(),logger[_0x1882e7(0x1d9)](_0x1882e7(0x1ce)+_0x5576e4+'.'),!![];}catch(_0x17e24d){_0x1822bb=_0x17e24d,logger[_0x1882e7(0x118)](_0x1882e7(0x19b)+_0x5576e4+'\x20failed\x20for\x20method:\x20'+_0xf11b12+'\x20('+_0xdb0b29+').\x20Error:\x20'+_0x17e24d[_0x1882e7(0x193)]);}}return logger[_0x1882e7(0x159)](_0x1882e7(0x1c6)+_0xf11b12+'\x20('+_0xdb0b29+_0x1882e7(0x170)+(_0x1822bb?.['message']||_0x22a4cd[_0x1882e7(0x13c)])),![];},exports[a101_0x310182(0x138)]=async(_0x24c8ce,_0x1b72ac)=>{const _0x1770d7=a101_0x310182,_0x5d1ad3={'psmRT':function(_0x21bb6d,_0x3d8576){return _0x21bb6d(_0x3d8576);},'qkaav':_0x1770d7(0x1a3),'ueiEi':function(_0x401270,_0x5ba397){return _0x401270<=_0x5ba397;},'DGihD':function(_0x4ffc35,_0x3d7145){return _0x4ffc35+_0x3d7145;},'wbCtM':function(_0x3620a2,_0x4d6db7){return _0x3620a2+_0x4d6db7;},'AzWxK':function(_0x1a63b5,_0x5db9e9){return _0x1a63b5&&_0x5db9e9;},'pofhJ':function(_0x34beac,_0xfc7dfc,_0x1f1be6){return _0x34beac(_0xfc7dfc,_0x1f1be6);},'nNSyg':function(_0x1b4346,_0x154253,_0x36a52b){return _0x1b4346(_0x154253,_0x36a52b);},'LYVFF':_0x1770d7(0x1c9)},{isPlaywright:_0x1acdd4,type:_0x2dace3}=_0x5d1ad3[_0x1770d7(0x1c1)](detectDriverType,_0x24c8ce),_0x4b2d98=_0x1acdd4?_0x1b72ac[_0x1770d7(0x156)]:accessibilityHelper[_0x1770d7(0x136)]()&&globals[_0x1770d7(0x16a)](_0x5d1ad3['qkaav']);if(!_0x4b2d98)return logger[_0x1770d7(0x1e0)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x2dace3+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0xd74539=null;for(let _0xf5483=0x1;_0x5d1ad3[_0x1770d7(0x1cd)](_0xf5483,_0x5d1ad3[_0x1770d7(0x1b2)](RETRY_CONFIG['maxRetries'],0x1));_0xf5483++){try{logger['debug']('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0xf5483+'/'+_0x5d1ad3[_0x1770d7(0x17b)](RETRY_CONFIG[_0x1770d7(0x135)],0x1)+'\x20('+_0x2dace3+')');let _0x4897a4;return _0x5d1ad3[_0x1770d7(0x16e)](_0x1acdd4,playwrightA11yHelper)?(_0x5d1ad3[_0x1770d7(0x1a8)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1770d7(0x182)](_0x24c8ce,RETRY_CONFIG[_0x1770d7(0x177)]),_0x4897a4=await _0x5d1ad3['pofhJ'](withTimeout,playwrightA11yHelper[_0x1770d7(0x1e2)](_0x24c8ce),RETRY_CONFIG[_0x1770d7(0x177)]),await exports[_0x1770d7(0x182)](_0x24c8ce,RETRY_CONFIG[_0x1770d7(0x158)])):(await exports[_0x1770d7(0x12a)](_0x24c8ce,RETRY_CONFIG[_0x1770d7(0x177)]),_0x4897a4=await _0x5d1ad3[_0x1770d7(0x1d6)](withTimeout,accessibilityHelper[_0x1770d7(0x1e2)](_0x24c8ce,_0x1b72ac),RETRY_CONFIG[_0x1770d7(0x177)]),await exports[_0x1770d7(0x12a)](_0x24c8ce,RETRY_CONFIG['defaultTimeoutMs'])),logger['info'](_0x1770d7(0x11b)+_0xf5483+'\x20('+_0x2dace3+')'),_0x4897a4;}catch(_0x3255ce){_0xd74539=_0x3255ce,logger[_0x1770d7(0x1e0)](_0x1770d7(0x1e3)+_0xf5483+_0x1770d7(0x17e)+_0x2dace3+_0x1770d7(0x16b)+_0x3255ce[_0x1770d7(0x193)]);}}return logger[_0x1770d7(0x159)](_0x1770d7(0x1a5)+_0x2dace3+_0x1770d7(0x11c)+(_0xd74539?.[_0x1770d7(0x193)]||_0x5d1ad3[_0x1770d7(0x1d8)])),[];},exports[a101_0x310182(0x178)]=async(_0x80755d,_0x310dd7)=>{const _0x2fda8f=a101_0x310182,_0x82f8ae={'afxgK':function(_0x213f4c,_0x28fecc){return _0x213f4c(_0x28fecc);},'SIOrf':_0x2fda8f(0x1a3),'CJMPS':function(_0x12aac4,_0x4e647d){return _0x12aac4<=_0x4e647d;},'qCIls':function(_0xf39835,_0x39ee4e){return _0xf39835+_0x39ee4e;},'dlvqz':function(_0x4df560,_0x53cada){return _0x4df560&&_0x53cada;},'hqqNj':function(_0x1e17bb,_0x52f56b,_0x479881){return _0x1e17bb(_0x52f56b,_0x479881);},'oDwhi':function(_0x58de96,_0x3f4a1e,_0x57320e){return _0x58de96(_0x3f4a1e,_0x57320e);},'ZltmO':_0x2fda8f(0x1c9)},{isPlaywright:_0x359e4c,type:_0x4d6db8}=_0x82f8ae[_0x2fda8f(0x18d)](detectDriverType,_0x80755d),_0x8b5d3=_0x359e4c?_0x310dd7[_0x2fda8f(0x156)]:accessibilityHelper[_0x2fda8f(0x136)]()&&globals['getGlobal'](_0x82f8ae[_0x2fda8f(0x1a9)]);if(!_0x8b5d3)return logger['warn'](_0x2fda8f(0x162)+_0x4d6db8+_0x2fda8f(0x1c5)),{};let _0x5a31eb=null;for(let _0x1d2c3b=0x1;_0x82f8ae['CJMPS'](_0x1d2c3b,_0x82f8ae[_0x2fda8f(0x15f)](RETRY_CONFIG[_0x2fda8f(0x135)],0x1));_0x1d2c3b++){try{logger[_0x2fda8f(0x118)](_0x2fda8f(0x12d)+_0x1d2c3b+'/'+_0x82f8ae['qCIls'](RETRY_CONFIG[_0x2fda8f(0x135)],0x1)+'\x20('+_0x4d6db8+')');let _0xe49bcd;return _0x82f8ae[_0x2fda8f(0x1e1)](_0x359e4c,playwrightA11yHelper)?(_0x82f8ae['hqqNj'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2fda8f(0x182)](_0x80755d,RETRY_CONFIG['timeoutMs']),_0xe49bcd=await _0x82f8ae[_0x2fda8f(0x179)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x80755d),RETRY_CONFIG[_0x2fda8f(0x177)]),await exports[_0x2fda8f(0x182)](_0x80755d,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x2fda8f(0x12a)](_0x80755d,RETRY_CONFIG[_0x2fda8f(0x177)]),_0xe49bcd=await _0x82f8ae[_0x2fda8f(0x179)](withTimeout,accessibilityHelper[_0x2fda8f(0x120)](_0x80755d,_0x310dd7),RETRY_CONFIG[_0x2fda8f(0x177)]),await exports[_0x2fda8f(0x12a)](_0x80755d,RETRY_CONFIG[_0x2fda8f(0x158)])),logger[_0x2fda8f(0x1d9)](_0x2fda8f(0x131)+_0x1d2c3b+'\x20('+_0x4d6db8+')'),_0xe49bcd;}catch(_0x1ad382){_0x5a31eb=_0x1ad382,logger[_0x2fda8f(0x1e0)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x1d2c3b+'\x20failed\x20('+_0x4d6db8+_0x2fda8f(0x16b)+_0x1ad382[_0x2fda8f(0x193)]);}}return logger['error'](_0x2fda8f(0x160)+_0x4d6db8+_0x2fda8f(0x11c)+(_0x5a31eb?.[_0x2fda8f(0x193)]||_0x82f8ae[_0x2fda8f(0x12c)])),{};},exports[a101_0x310182(0x1ab)]=async(_0x3c0773,_0x581e10,_0x14d682=null)=>{const _0x35b762=a101_0x310182,_0x444ead={'uLvBw':function(_0x252e5f,_0x5b8bf4){return _0x252e5f(_0x5b8bf4);},'yAlrE':function(_0x59474a,_0x5c89ba){return _0x59474a===_0x5c89ba;},'aUdWK':_0x35b762(0x172),'aMUBm':function(_0x4ce009,_0x336eaf){return _0x4ce009===_0x336eaf;},'mgfMm':'rejected','zynGV':function(_0x4cbdc3,_0x44cad6){return _0x4cbdc3===_0x44cad6;},'TqFjg':_0x35b762(0x146)},{isPlaywright:_0x41f02a,type:_0x54fa79}=_0x444ead[_0x35b762(0x1cb)](detectDriverType,_0x3c0773),_0x17fe6a={};_0x17fe6a[_0x35b762(0x117)]=![],_0x17fe6a[_0x35b762(0x1dc)]=[],_0x17fe6a[_0x35b762(0x185)]={},_0x17fe6a['error']=null,_0x17fe6a[_0x35b762(0x168)]=_0x54fa79;const _0x4f14d9=_0x17fe6a;try{_0x4f14d9[_0x35b762(0x117)]=await exports[_0x35b762(0x14a)](_0x3c0773,_0x14d682);if(_0x4f14d9[_0x35b762(0x117)]){const [_0x3fd65b,_0x461fb8]=await Promise[_0x35b762(0x165)]([exports[_0x35b762(0x138)](_0x3c0773,_0x581e10),exports[_0x35b762(0x178)](_0x3c0773,_0x581e10)]);_0x4f14d9[_0x35b762(0x1dc)]=_0x444ead['yAlrE'](_0x3fd65b[_0x35b762(0x1bf)],_0x444ead[_0x35b762(0x1cc)])?_0x3fd65b[_0x35b762(0x140)]:[],_0x4f14d9[_0x35b762(0x185)]=_0x444ead[_0x35b762(0x13d)](_0x461fb8[_0x35b762(0x1bf)],_0x444ead['aUdWK'])?_0x461fb8[_0x35b762(0x140)]:{},_0x444ead[_0x35b762(0x119)](_0x3fd65b['status'],_0x444ead['mgfMm'])&&logger['warn']('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x54fa79+_0x35b762(0x1b8)+_0x3fd65b[_0x35b762(0x11f)]?.[_0x35b762(0x193)]),_0x444ead[_0x35b762(0x13a)](_0x461fb8['status'],_0x444ead['mgfMm'])&&logger['warn'](_0x35b762(0x133)+_0x54fa79+_0x35b762(0x1b8)+_0x461fb8[_0x35b762(0x11f)]?.['message']);}}catch(_0x395250){_0x4f14d9[_0x35b762(0x159)]=_0x395250[_0x35b762(0x193)]||_0x444ead[_0x35b762(0x124)],logger['error'](_0x35b762(0x157)+_0x54fa79+'):\x20'+_0x4f14d9['error']);}return _0x4f14d9;},exports[a101_0x310182(0x173)]=_0x4bfd82=>{const _0x5cb353=a101_0x310182,_0x4744a1={};_0x4744a1[_0x5cb353(0x197)]=function(_0xa87062,_0x205130){return _0xa87062!==_0x205130;},_0x4744a1[_0x5cb353(0x148)]=function(_0x236e64,_0x4ea69f){return _0x236e64!==_0x4ea69f;};const _0x4937ef=_0x4744a1;_0x4937ef['LKYbA'](_0x4bfd82['maxRetries'],undefined)&&(RETRY_CONFIG[_0x5cb353(0x135)]=Math['max'](0x0,_0x4bfd82[_0x5cb353(0x135)])),_0x4937ef[_0x5cb353(0x148)](_0x4bfd82[_0x5cb353(0x177)],undefined)&&(RETRY_CONFIG[_0x5cb353(0x177)]=Math[_0x5cb353(0x1df)](0x3e8,_0x4bfd82[_0x5cb353(0x177)])),logger[_0x5cb353(0x118)]('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON[_0x5cb353(0x13b)](RETRY_CONFIG));},exports[a101_0x310182(0x1a1)]=()=>{const _0x33cafd={...RETRY_CONFIG};return _0x33cafd;},exports['isPlaywrightPage']=_0x35892c=>{const _0x41a868=a101_0x310182,_0x715688={'srNRd':function(_0x11c030,_0x27a12a){return _0x11c030(_0x27a12a);}};return _0x715688[_0x41a868(0x14c)](detectDriverType,_0x35892c)[_0x41a868(0x1ac)];},exports[a101_0x310182(0x171)]=_0x22da4a=>{const _0x276451=a101_0x310182,_0x3f0bad={'glQIx':function(_0xfbd331,_0x5b3282){return _0xfbd331(_0x5b3282);},'kLTrZ':function(_0x118878,_0x333662){return _0x118878===_0x333662;},'AGigR':_0x276451(0x144)},{isPlaywright:_0x218aad,type:_0x1ed5da}=_0x3f0bad['glQIx'](detectDriverType,_0x22da4a);return!_0x218aad&&_0x3f0bad[_0x276451(0x1db)](_0x1ed5da,_0x3f0bad[_0x276451(0x142)]);},exports[a101_0x310182(0x182)]=async(_0x18106b,_0x39384a=null)=>{const _0x4f6200=a101_0x310182,_0x1a37e7={'fAZWq':function(_0x154f3c,_0x12c8bc){return _0x154f3c(_0x12c8bc);},'WdEns':function(_0x367a60,_0x4d02b0){return _0x367a60===_0x4d02b0;},'xatPW':_0x4f6200(0x1ba)},{isPlaywright:_0x4e8420,type:_0x15ba74}=_0x1a37e7[_0x4f6200(0x154)](detectDriverType,_0x18106b);if(!_0x4e8420)return logger[_0x4f6200(0x118)](_0x4f6200(0x139)+_0x15ba74+_0x4f6200(0x163)),!![];const _0x294b6d=_0x39384a||RETRY_CONFIG[_0x4f6200(0x158)];try{return _0x18106b&&_0x1a37e7['WdEns'](typeof _0x18106b[_0x4f6200(0x11a)],_0x1a37e7[_0x4f6200(0x141)])&&(await _0x18106b[_0x4f6200(0x11a)](_0x294b6d),logger[_0x4f6200(0x118)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x294b6d+'ms')),!![];}catch(_0x4540c0){return logger[_0x4f6200(0x1e0)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x4540c0['message']),![];}},exports[a101_0x310182(0x12a)]=async(_0x1b1876,_0x3b9ec1=null)=>{const _0x3901c8=a101_0x310182,_0x364cbc={};_0x364cbc[_0x3901c8(0x1b9)]=_0x3901c8(0x15d),_0x364cbc['CthiV']=function(_0x35939b,_0x56dfe8){return _0x35939b===_0x56dfe8;},_0x364cbc[_0x3901c8(0x126)]=_0x3901c8(0x1ba),_0x364cbc[_0x3901c8(0x1d5)]=function(_0x1dd8da,_0x4503db){return _0x1dd8da===_0x4503db;},_0x364cbc[_0x3901c8(0x1ca)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x364cbc[_0x3901c8(0x16f)]=_0x3901c8(0x16c);const _0x11e1b5=_0x364cbc;if(!exports[_0x3901c8(0x171)](_0x1b1876))return logger[_0x3901c8(0x1e0)](_0x11e1b5[_0x3901c8(0x1b9)]),![];const _0x1edd9e=_0x3b9ec1||RETRY_CONFIG[_0x3901c8(0x158)];try{if(_0x1b1876&&_0x11e1b5[_0x3901c8(0x1d4)](typeof _0x1b1876['manage'],_0x11e1b5[_0x3901c8(0x126)])){const _0x2fe3fc=_0x1b1876['manage']();if(_0x2fe3fc&&_0x11e1b5[_0x3901c8(0x1d4)](typeof _0x2fe3fc[_0x3901c8(0x169)],_0x11e1b5[_0x3901c8(0x126)]))await _0x2fe3fc[_0x3901c8(0x169)]()[_0x3901c8(0x1af)](_0x1edd9e),logger[_0x3901c8(0x118)](_0x3901c8(0x15c)+_0x1edd9e+_0x3901c8(0x1bd));else{if(_0x2fe3fc&&_0x11e1b5['CthiV'](typeof _0x2fe3fc[_0x3901c8(0x15a)],_0x11e1b5[_0x3901c8(0x126)])){const _0x3f7210={};_0x3f7210[_0x3901c8(0x161)]=_0x1edd9e,await _0x2fe3fc[_0x3901c8(0x15a)](_0x3f7210),logger['debug'](_0x3901c8(0x15c)+_0x1edd9e+_0x3901c8(0x19e));}else{if(_0x2fe3fc&&_0x11e1b5[_0x3901c8(0x1d5)](typeof _0x2fe3fc[_0x3901c8(0x1af)],_0x11e1b5[_0x3901c8(0x126)]))await _0x2fe3fc[_0x3901c8(0x1af)](_0x1edd9e),logger[_0x3901c8(0x118)](_0x3901c8(0x15c)+_0x1edd9e+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x3901c8(0x118)](_0x11e1b5[_0x3901c8(0x1ca)]),!![];}}}else return logger[_0x3901c8(0x118)](_0x11e1b5[_0x3901c8(0x16f)]),!![];return!![];}catch(_0x228ed7){return logger[_0x3901c8(0x1e0)](_0x3901c8(0x1be)+_0x228ed7[_0x3901c8(0x193)]),![];}},exports[a101_0x310182(0x12f)]=async(_0x591334,_0x7da7ef)=>{const _0x4fe18b=a101_0x310182,_0x5c4547={'MCUKD':function(_0x3e347e,_0x32faeb){return _0x3e347e(_0x32faeb);},'ZhCkW':_0x4fe18b(0x1a3),'FVtcy':function(_0x4ef9cf,_0x237ce5){return _0x4ef9cf<=_0x237ce5;},'NXILq':function(_0x11f969,_0x4c33a8){return _0x11f969+_0x4c33a8;},'VZzoj':function(_0x463a16,_0x567e1c){return _0x463a16&&_0x567e1c;},'Hxfqs':function(_0x3ab6be,_0x347748,_0x430da9){return _0x3ab6be(_0x347748,_0x430da9);},'erYaV':function(_0x90faf1,_0x279fbd,_0x3a087b){return _0x90faf1(_0x279fbd,_0x3a087b);},'LtzeF':'isMobilePlatform','HzHYM':'Unknown\x20error'},{isPlaywright:_0x2e1f58,type:_0x4e7575}=_0x5c4547[_0x4fe18b(0x16d)](detectDriverType,_0x591334),_0x5cf61b=_0x2e1f58?global[_0x4fe18b(0x156)]:accessibilityHelper[_0x4fe18b(0x136)]()&&globals[_0x4fe18b(0x16a)](_0x5c4547[_0x4fe18b(0x18b)]);if(!_0x5cf61b)return logger[_0x4fe18b(0x1e0)](_0x4fe18b(0x162)+_0x4e7575+_0x4fe18b(0x14f)),![];let _0x2be9f3=null;for(let _0x2f6e6a=0x1;_0x5c4547['FVtcy'](_0x2f6e6a,_0x5c4547['NXILq'](RETRY_CONFIG['maxRetries'],0x1));_0x2f6e6a++){try{logger[_0x4fe18b(0x118)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x2f6e6a+'/'+_0x5c4547[_0x4fe18b(0x187)](RETRY_CONFIG[_0x4fe18b(0x135)],0x1)+'\x20('+_0x4e7575+')');if(_0x5c4547['VZzoj'](_0x2e1f58,playwrightA11yHelper)){_0x5c4547['Hxfqs'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x4fe18b(0x182)](_0x591334,RETRY_CONFIG[_0x4fe18b(0x177)]);const _0x13d6e9={};_0x13d6e9[_0x4fe18b(0x123)]=!![];const _0x1eb2f0=global[_0x4fe18b(0x191)]?Object['assign']({},_0x7da7ef,_0x13d6e9):_0x7da7ef;await _0x5c4547[_0x4fe18b(0x176)](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x591334,scripts[_0x4fe18b(0x122)],_0x1eb2f0),RETRY_CONFIG[_0x4fe18b(0x177)]),await exports['setPlaywrightScriptTimeout'](_0x591334,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports['setSeleniumScriptTimeout'](_0x591334,RETRY_CONFIG[_0x4fe18b(0x177)]);const _0x1451cc={};_0x1451cc[_0x4fe18b(0x123)]=!![];const _0x33ef03=globals['getGlobal'](_0x5c4547[_0x4fe18b(0x1d2)])?Object[_0x4fe18b(0x1bc)]({},_0x7da7ef,_0x1451cc):_0x7da7ef;await _0x5c4547[_0x4fe18b(0x176)](withTimeout,_0x591334[_0x4fe18b(0x151)](scripts[_0x4fe18b(0x122)],_0x33ef03),RETRY_CONFIG[_0x4fe18b(0x177)]),await exports[_0x4fe18b(0x12a)](_0x591334,RETRY_CONFIG[_0x4fe18b(0x158)]);}return logger[_0x4fe18b(0x1d9)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x2f6e6a+'\x20('+_0x4e7575+')'),!![];}catch(_0x5a140b){_0x2be9f3=_0x5a140b,logger['warn']('Accessibility\x20results\x20save\x20attempt\x20'+_0x2f6e6a+'\x20failed\x20('+_0x4e7575+_0x4fe18b(0x16b)+_0x5a140b[_0x4fe18b(0x193)]);}}return logger['error']('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x4e7575+_0x4fe18b(0x11c)+(_0x2be9f3?.[_0x4fe18b(0x193)]||_0x5c4547[_0x4fe18b(0x13e)])),![];};
@@ -1 +1 @@
1
- var a102_0x3bc898=a102_0x2789;(function(_0x1a4789,_0x5c16ae){var _0x3a4a2a=a102_0x2789,_0xa8990c=_0x1a4789();while(!![]){try{var _0x1f786d=-parseInt(_0x3a4a2a(0x101))/0x1+parseInt(_0x3a4a2a(0x106))/0x2*(parseInt(_0x3a4a2a(0x11b))/0x3)+parseInt(_0x3a4a2a(0xff))/0x4*(parseInt(_0x3a4a2a(0x107))/0x5)+parseInt(_0x3a4a2a(0x116))/0x6+-parseInt(_0x3a4a2a(0x115))/0x7*(parseInt(_0x3a4a2a(0x117))/0x8)+parseInt(_0x3a4a2a(0x118))/0x9+-parseInt(_0x3a4a2a(0x10e))/0xa;if(_0x1f786d===_0x5c16ae)break;else _0xa8990c['push'](_0xa8990c['shift']());}catch(_0x19b5e5){_0xa8990c['push'](_0xa8990c['shift']());}}}(a102_0x16dd,0x930b5),exports['API_URL']=a102_0x3bc898(0x112),exports[a102_0x3bc898(0x113)]='94',exports[a102_0x3bc898(0x10c)]=a102_0x3bc898(0x10a),exports[a102_0x3bc898(0x111)]=a102_0x3bc898(0x10f),exports['MINIMUM_SAFARI_VERSION']=a102_0x3bc898(0x10d));var a102_0x39c5e8={};a102_0x39c5e8['display_name']='Chrome',a102_0x39c5e8['min_version_browserstack']=0x5e,a102_0x39c5e8[a102_0x3bc898(0x103)]=0x64,a102_0x39c5e8[a102_0x3bc898(0x11a)]=!![];function a102_0x16dd(){var _0x23de54=['26186sowhPu','456005lfaRbW','Safari','display_name','100','chrome','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','18.4','1786680EtHCed','141','ChromeForTesting','MINIMUM_CHROMEFORTESTING_VERSION','https://accessibility.browserstack.com/api','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','playwright-chromium','41111LPsxEq','2119194tGEUqI','88MjntEz','1447371LHNBSZ','ACCESSIBILITY_SUPPORTED_BROWSERS','requires_chrome_options_check','141FZnacz','20zYwuFP','safari','739830WznQFV','Chrome','min_version_non_browserstack','min_version_browserstack','chromefortesting'];a102_0x16dd=function(){return _0x23de54;};return a102_0x16dd();}var a102_0x129f52={};a102_0x129f52[a102_0x3bc898(0x109)]=a102_0x3bc898(0x102),a102_0x129f52[a102_0x3bc898(0x104)]=0x5e,a102_0x129f52[a102_0x3bc898(0x103)]=0x64,a102_0x129f52[a102_0x3bc898(0x11a)]=!![];var a102_0x1b54e5={};a102_0x1b54e5['display_name']='Chrome',a102_0x1b54e5[a102_0x3bc898(0x104)]=0x5e,a102_0x1b54e5[a102_0x3bc898(0x103)]=0x64,a102_0x1b54e5[a102_0x3bc898(0x11a)]=!![];var a102_0x3828c3={};a102_0x3828c3[a102_0x3bc898(0x109)]=a102_0x3bc898(0x110),a102_0x3828c3[a102_0x3bc898(0x104)]=0x8d,a102_0x3828c3['min_version_non_browserstack']=0x8d,a102_0x3828c3[a102_0x3bc898(0x11a)]=!![];var a102_0x5d5d25={};function a102_0x2789(_0xd218e1,_0xc555d8){var _0x16ddfd=a102_0x16dd();return a102_0x2789=function(_0x2789ad,_0x12f3e3){_0x2789ad=_0x2789ad-0xff;var _0x1cd0e8=_0x16ddfd[_0x2789ad];return _0x1cd0e8;},a102_0x2789(_0xd218e1,_0xc555d8);}a102_0x5d5d25['display_name']=a102_0x3bc898(0x108),a102_0x5d5d25['min_version_browserstack']=18.4,a102_0x5d5d25[a102_0x3bc898(0x103)]=18.4,a102_0x5d5d25[a102_0x3bc898(0x11a)]=![];var a102_0x5a6eda={};a102_0x5a6eda[a102_0x3bc898(0x10b)]=a102_0x39c5e8,a102_0x5a6eda['chromium']=a102_0x129f52,a102_0x5a6eda[a102_0x3bc898(0x114)]=a102_0x1b54e5,a102_0x5a6eda[a102_0x3bc898(0x105)]=a102_0x3828c3,a102_0x5a6eda[a102_0x3bc898(0x100)]=a102_0x5d5d25,exports[a102_0x3bc898(0x119)]=a102_0x5a6eda;
1
+ var a102_0x5125a6=a102_0x14c9;(function(_0x3a33be,_0x9db53d){var _0x7fcfc8=a102_0x14c9,_0x403938=_0x3a33be();while(!![]){try{var _0x3e4ba8=-parseInt(_0x7fcfc8(0xfe))/0x1*(parseInt(_0x7fcfc8(0x10d))/0x2)+-parseInt(_0x7fcfc8(0xfd))/0x3+-parseInt(_0x7fcfc8(0xf9))/0x4+parseInt(_0x7fcfc8(0x10c))/0x5+-parseInt(_0x7fcfc8(0xfa))/0x6*(-parseInt(_0x7fcfc8(0x10b))/0x7)+parseInt(_0x7fcfc8(0x10a))/0x8+-parseInt(_0x7fcfc8(0xf2))/0x9*(-parseInt(_0x7fcfc8(0xf3))/0xa);if(_0x3e4ba8===_0x9db53d)break;else _0x403938['push'](_0x403938['shift']());}catch(_0x4cd82d){_0x403938['push'](_0x403938['shift']());}}}(a102_0x4972,0x99e7d),exports[a102_0x5125a6(0x102)]='https://accessibility.browserstack.com/api',exports[a102_0x5125a6(0xff)]='94',exports[a102_0x5125a6(0x103)]=a102_0x5125a6(0xf5),exports[a102_0x5125a6(0x108)]='141',exports[a102_0x5125a6(0xf8)]=a102_0x5125a6(0xf4));function a102_0x14c9(_0xfe20a4,_0x5d2ac3){var _0x497282=a102_0x4972();return a102_0x14c9=function(_0x14c954,_0x6566e2){_0x14c954=_0x14c954-0xf2;var _0x4887a8=_0x497282[_0x14c954];return _0x4887a8;},a102_0x14c9(_0xfe20a4,_0x5d2ac3);}var a102_0x8b4293={};a102_0x8b4293[a102_0x5125a6(0x106)]=a102_0x5125a6(0x105),a102_0x8b4293[a102_0x5125a6(0xfc)]=0x5e,a102_0x8b4293[a102_0x5125a6(0xfb)]=0x64,a102_0x8b4293[a102_0x5125a6(0x101)]=!![];var a102_0x34834f={};a102_0x34834f[a102_0x5125a6(0x106)]='Chrome',a102_0x34834f['min_version_browserstack']=0x5e,a102_0x34834f['min_version_non_browserstack']=0x64,a102_0x34834f[a102_0x5125a6(0x101)]=!![];var a102_0x4f5753={};a102_0x4f5753[a102_0x5125a6(0x106)]=a102_0x5125a6(0x105),a102_0x4f5753[a102_0x5125a6(0xfc)]=0x5e,a102_0x4f5753['min_version_non_browserstack']=0x64,a102_0x4f5753[a102_0x5125a6(0x101)]=!![];var a102_0x3d3f93={};a102_0x3d3f93[a102_0x5125a6(0x106)]=a102_0x5125a6(0x104),a102_0x3d3f93['min_version_browserstack']=0x8d,a102_0x3d3f93[a102_0x5125a6(0xfb)]=0x8d,a102_0x3d3f93[a102_0x5125a6(0x101)]=!![];var a102_0x2229eb={};a102_0x2229eb['display_name']=a102_0x5125a6(0x107),a102_0x2229eb[a102_0x5125a6(0xfc)]=18.4,a102_0x2229eb[a102_0x5125a6(0xfb)]=18.4,a102_0x2229eb[a102_0x5125a6(0x101)]=![];var a102_0x2c9772={};a102_0x2c9772[a102_0x5125a6(0xf6)]=a102_0x8b4293,a102_0x2c9772['chromium']=a102_0x34834f,a102_0x2c9772[a102_0x5125a6(0xf7)]=a102_0x4f5753,a102_0x2c9772[a102_0x5125a6(0x109)]=a102_0x3d3f93,a102_0x2c9772['safari']=a102_0x2229eb,exports[a102_0x5125a6(0x100)]=a102_0x2c9772;function a102_0x4972(){var _0x3cd17f=['Safari','MINIMUM_CHROMEFORTESTING_VERSION','chromefortesting','800672OixkfH','9338GzFwSD','4251000QtQwDF','871466KyQSQP','27ikASxa','1171430VspXjo','18.4','100','chrome','playwright-chromium','MINIMUM_SAFARI_VERSION','2915692wxRDvF','3996RgysJU','min_version_non_browserstack','min_version_browserstack','1185312FzDaxm','1KlTEeb','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','ACCESSIBILITY_SUPPORTED_BROWSERS','requires_chrome_options_check','API_URL','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','ChromeForTesting','Chrome','display_name'];a102_0x4972=function(){return _0x3cd17f;};return a102_0x4972();}