browserstack-node-sdk 1.53.5 → 1.53.6

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
- const a97_0x345dac=a97_0xe48a;(function(_0x5e1e26,_0x949ff9){const _0x20ae52=a97_0xe48a,_0x106517=_0x5e1e26();while(!![]){try{const _0x2f988a=-parseInt(_0x20ae52(0x102))/0x1*(-parseInt(_0x20ae52(0x141))/0x2)+-parseInt(_0x20ae52(0xff))/0x3+parseInt(_0x20ae52(0x91))/0x4*(-parseInt(_0x20ae52(0x120))/0x5)+-parseInt(_0x20ae52(0x138))/0x6*(-parseInt(_0x20ae52(0xce))/0x7)+parseInt(_0x20ae52(0xdc))/0x8*(parseInt(_0x20ae52(0xdf))/0x9)+parseInt(_0x20ae52(0x106))/0xa+-parseInt(_0x20ae52(0xbb))/0xb;if(_0x2f988a===_0x949ff9)break;else _0x106517['push'](_0x106517['shift']());}catch(_0x40604f){_0x106517['push'](_0x106517['shift']());}}}(a97_0x2e46,0xca661));const path=require(a97_0x345dac(0xc5)),util=require(a97_0x345dac(0xb0)),crypto=require(a97_0x345dac(0xf2)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a97_0x345dac(0x134)),logger=require(a97_0x345dac(0xea))[a97_0x345dac(0xb5)],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require(a97_0x345dac(0xfb)),{failureData,getFailureType}=require(a97_0x345dac(0xe9)),stackTrace=require(a97_0x345dac(0xbe)),a97_0x1ac05f={};function a97_0x2e46(){const _0x27e195=['path','getHierarchy','afterAll','test','Failed\x20to\x20get\x20root\x20parent\x20file:\x20',',\x20testRunId:\x20','NFhJq','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','errorsDetailed','6048zDiGFF','failure_data','jest','EWcED','testIdentifier','mpLWT','hooks','APOnq','format','__jestCurrentTestIdentifier','displayName','finishedAt','failure_type','bNLAj','10592WtfKRB','skipped','pending','7713bbATje','parent','CAsBi','NsYFI','OEbGh','afterEach','\x20from\x20compositeKey:\x20','getFileName','mWxKi','apply','../../../helpers/test-observability/utils','../../../helpers/logger.js','toUpperCase','TJDzG','Exception\x20in\x20createTestFrameworkData:\x20','LKvOq','clearHooksMap','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','createJestTestIdentifier','crypto','TgDAA','Unknown\x20Test','Creating\x20hook\x20data\x20for\x20eventType:\x20','xFKMR','exports','testPath','Exception\x20in\x20getHookRunEventData:\x20','cVSSi','../TestInfo.js','error','inspect','failure_reason','634989ZRdXXi','name','oTCAS','64567uMTctT','call','includes','configureGit','5574540QqjMLg','parse','oVowu','testAnalyticsId','Daqcd','VSLDq','errors','WgKNu','startedAt','debug','yoCtY','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','EfBiB','started_at','KFADc','AFTER_EACH','finished_at','CaaUI','find',',\x20testIdentifier:\x20','expect','isJestInternalHook','getRootParentFile','kjfny','hook','TestRunFinished','4381080tNNzUn','imnDp','IZjyj','rdUKb','ZDlqy','File\x20path\x20could\x20not\x20be\x20found','stack','\x22\x20hook\x20for\x20\x22','BEFORE_ALL','result','BEFORE_EACH','backtrace','javascript','OSogC','ZwctT','file','unknown','ONvID','browserstack-node-agent/src/bin/jest','push','../../../helpers/helper.js','eZxUb','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','PSWyT','3054FjydUo','WqvRl','md5','XzdbG','reverse','jKcxD','length','title','TwSUW','10fnevtT','4kwfgYI','TestRunSkipped','now','YsIyk','jest-circus','recreateIdentifierFromTestInfo','createIdentifierFromJestTest','getName','CoPwH','match','_gitConfigured','asyncError','_gitConfigPath','toISOString','split','duration','hgmVb','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','[jestUtils]\x20Created\x20identifier:\x20','ROOT_DESCRIBE_BLOCK','failure','IjvRq','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','update','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','beforeEach','getHookRunEventData','err','oKmtR','RikjE','passed','util','currentTest','failed','createHookData','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','winstonLogger','[jestUtils]\x20No\x20test\x20object\x20provided','KljkZ','IRmpC','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','type','5916119UDXukb','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','toString','stack-trace','relative','ChAch','YcOhv','ymzXz','getState','JsrGk'];a97_0x2e46=function(){return _0x27e195;};return a97_0x2e46();}a97_0x1ac05f['beforeAll']=a97_0x345dac(0x128),a97_0x1ac05f[a97_0x345dac(0xc7)]='AFTER_ALL',a97_0x1ac05f[a97_0x345dac(0xaa)]=a97_0x345dac(0x12a),a97_0x1ac05f[a97_0x345dac(0xe4)]=a97_0x345dac(0x115);const HOOK_TYPES_MAP=a97_0x1ac05f,hooksMap={};function a97_0xe48a(_0x1d8b9b,_0x56bd3d){const _0x2e46f7=a97_0x2e46();return a97_0xe48a=function(_0xe48a70,_0xe86036){_0xe48a70=_0xe48a70-0x91;let _0x5739f4=_0x2e46f7[_0xe48a70];return _0x5739f4;},a97_0xe48a(_0x1d8b9b,_0x56bd3d);}class JestUtils{constructor(){const _0x43cddc=a97_0x345dac;this[_0x43cddc(0x9b)]=![],this['_gitConfigPath']=null;}async['createTestFrameworkData'](_0x531904,_0x228b7b,_0x8861bd=a97_0x345dac(0x11f),_0x4262d1=undefined){const _0x30e906=a97_0x345dac,_0x575eb9={'bNLAj':'No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','CaaUI':'jest-circus','rdUKb':function(_0x5cbbbc,_0x3f6629){return _0x5cbbbc||_0x3f6629;},'wfYSA':_0x30e906(0x125),'OSogC':function(_0x59fb27,_0x1bf617){return _0x59fb27!==_0x1bf617;},'CAsBi':_0x30e906(0xc8),'oVowu':_0x30e906(0xac),'LKvOq':_0x30e906(0xde),'VSLDq':function(_0x1a7096,_0x34be04){return _0x1a7096===_0x34be04;},'CoPwH':_0x30e906(0x92),'PSWyT':_0x30e906(0xdd),'WgKNu':function(_0x4cb013,_0x56f3f8){return _0x4cb013>_0x56f3f8;},'ZYncu':_0x30e906(0xb2),'mWxKi':'passed','OQMkI':function(_0x73364f,_0x49bda5){return _0x73364f-_0x49bda5;},'lepHK':_0x30e906(0x12c),'EWcED':_0x30e906(0xd0),'mUeux':function(_0x4dacf9,_0x2a98c5){return _0x4dacf9(_0x2a98c5);},'Daqcd':function(_0x2a7baa,_0x525099){return _0x2a7baa===_0x525099;},'iAaxD':_0x30e906(0x11f)};logger[_0x30e906(0x10f)](_0x30e906(0xcc)+_0x8861bd+_0x30e906(0x119)+_0x228b7b);try{if(!_0x531904)return logger[_0x30e906(0x10f)](_0x575eb9[_0x30e906(0xdb)]),null;if(_0x531904['fn']&&_0x531904['fn'][_0x30e906(0xbd)]()[_0x30e906(0x9a)](/browserstack internal helper hook/))return null;await this[_0x30e906(0x105)]();let _0x539195;try{_0x539195=this[_0x30e906(0x11c)](_0x531904);if(_0x539195&&_0x539195['includes'](_0x575eb9[_0x30e906(0x117)]))return null;}catch(_0x1db55b){logger['debug'](_0x30e906(0xc9)+util['format'](_0x1db55b)),_0x539195=null;}const _0x20f061=this['getHierarchy'](_0x531904),_0x54911e=this[_0x30e906(0x98)](_0x531904),_0x27c324=_0x575eb9[_0x30e906(0x123)](_0x539195,_0x575eb9['wfYSA']);let _0x1711bb=[];const _0x7ad1cb=_0x531904[_0x30e906(0xcd)]||_0x531904[_0x30e906(0x10c)];if(_0x575eb9[_0x30e906(0x12d)](_0x7ad1cb,undefined))_0x1711bb=[_0x7ad1cb,_0x575eb9[_0x30e906(0xe1)]];else _0x575eb9[_0x30e906(0x12d)](_0x4262d1,undefined)&&(_0x1711bb=[_0x4262d1,_0x575eb9[_0x30e906(0x108)]]);const _0x41c4b9=_0x575eb9[_0x30e906(0x12d)](_0x7ad1cb,undefined)?util[_0x30e906(0xfd)](_0x7ad1cb[0x0]):_0x575eb9[_0x30e906(0x12d)](_0x4262d1,undefined)?_0x4262d1['toString']():undefined;let _0x4b987c=_0x575eb9[_0x30e906(0xee)];if(_0x575eb9[_0x30e906(0x10b)](_0x8861bd,_0x575eb9[_0x30e906(0x99)]))_0x4b987c=_0x575eb9[_0x30e906(0x137)];else _0x7ad1cb&&_0x575eb9[_0x30e906(0x10d)](_0x7ad1cb[_0x30e906(0x13e)],0x0)?_0x4b987c=_0x575eb9['ZYncu']:_0x4b987c=_0x575eb9[_0x30e906(0xe7)];let _0x183674=null;if(_0x575eb9['OSogC'](_0x531904[_0x30e906(0xa0)],undefined))_0x183674=_0x531904[_0x30e906(0xa0)];else(_0x8861bd[_0x30e906(0x9a)](/Finished/)||_0x8861bd['match'](/Skipped/))&&(_0x531904[_0x30e906(0x113)]&&(_0x183674=_0x575eb9['OQMkI'](Date[_0x30e906(0x93)](),new Date(_0x531904[_0x30e906(0x113)])['getTime']())));const _0x27f5c7=_0x531904['fn']?_0x531904['fn']['toString']():null,_0x581ed1={'id':_0x228b7b,'uuid':_0x228b7b,'startedAt':_0x531904[_0x30e906(0x113)]||new Date()['toISOString'](),'finishedAt':_0x8861bd[_0x30e906(0x9a)](/Finished/)||_0x8861bd[_0x30e906(0x9a)](/Skipped/)?new Date()[_0x30e906(0x9e)]():null,'type':_0x575eb9[_0x30e906(0xe1)],'body':{'lang':_0x575eb9['lepHK'],'code':_0x27f5c7},'name':_0x54911e,'errorsDetailed':_0x575eb9[_0x30e906(0x10d)](_0x7ad1cb?.[_0x30e906(0x13e)],0x0)?_0x7ad1cb[0x0]:_0x7ad1cb?_0x7ad1cb:undefined,'scopes':_0x20f061,'file_name':_0x27c324,'location':_0x27c324,'vc_filepath':this[_0x30e906(0x9d)]&&_0x539195?path['relative'](this[_0x30e906(0x9d)],_0x539195):null,'framework':_0x575eb9[_0x30e906(0xd1)],'result':_0x4b987c,'failure_reason':_0x41c4b9,'duration_in_ms':_0x183674,'failure':failureData['apply'](null,_0x1711bb),'failure_type':!_0x41c4b9?null:_0x575eb9['mUeux'](getFailureType,_0x41c4b9),'retry_of':_0x531904['retryOf']||null,'customRerunParam':{'rerun_name':_0x54911e}};_0x575eb9['VSLDq'](_0x8861bd,_0x575eb9[_0x30e906(0x99)])&&!_0x581ed1[_0x30e906(0x10e)]&&(_0x581ed1[_0x30e906(0x10e)]=_0x581ed1[_0x30e906(0xd9)]);const _0x2758bf=_0x581ed1['failure']&&_0x581ed1[_0x30e906(0xa5)][0x0];return _0x2758bf&&(_0x581ed1['failure_backtrace']=_0x2758bf[_0x30e906(0x12b)],_0x581ed1['failure_reason_expanded']=_0x2758bf['expanded']),(_0x575eb9[_0x30e906(0x10a)](_0x8861bd,_0x575eb9['iAaxD'])||_0x575eb9[_0x30e906(0x10a)](_0x8861bd,_0x575eb9[_0x30e906(0x99)]))&&(_0x531904[_0x30e906(0xd4)]&&(_0x581ed1[_0x30e906(0xd4)]=_0x531904['hooks'])),_0x581ed1;}catch(_0x2f8882){return logger[_0x30e906(0x10f)](_0x30e906(0xed)+util[_0x30e906(0xd6)](_0x2f8882)),null;}}async[a97_0x345dac(0xb3)](_0x4b34d8,_0xe67adc,_0x3dd24a,_0x21ff28){const _0x25847b=a97_0x345dac,_0x3726bc={'oLkLW':_0x25847b(0xb4),'QZnKu':_0x25847b(0x95),'oKmtR':_0x25847b(0x132),'QyjRP':_0x25847b(0x130),'ChAch':'pending','EfBiB':function(_0x34613f,_0xa8eca1){return _0x34613f===_0xa8eca1;},'YbrUH':'HookRunFinished','YcOhv':function(_0x337b3c,_0x1c0765){return _0x337b3c>_0x1c0765;},'APOnq':_0x25847b(0xb2),'eZxUb':function(_0x533b83,_0x6ebac5){return _0x533b83(_0x6ebac5);},'OEbGh':'test','ZwctT':_0x25847b(0xaf),'xFKMR':_0x25847b(0x11e),'MSujr':_0x25847b(0x12c),'oTCAS':'jest','hgmVb':'HookRunStarted'};logger[_0x25847b(0x10f)](_0x25847b(0xf5)+_0x3dd24a+',\x20hookUUID:\x20'+_0xe67adc+_0x25847b(0xca)+_0x21ff28);try{if(!_0x4b34d8)return logger[_0x25847b(0x10f)](_0x3726bc['oLkLW']),null;if(this['isJestInternalHook'](_0x4b34d8))return null;await this[_0x25847b(0x105)]();let _0x159c3c=null;try{_0x159c3c=this['getRootParentFile'](_0x4b34d8);if(_0x159c3c&&_0x159c3c['includes'](_0x3726bc['QZnKu']))return null;if(_0x159c3c&&_0x159c3c[_0x25847b(0x104)](_0x3726bc[_0x25847b(0xad)]))return null;}catch(_0x31a84f){logger[_0x25847b(0x10f)](_0x25847b(0xbc)+util[_0x25847b(0xd6)](_0x31a84f));}const _0x63a698=this[_0x25847b(0x98)](_0x4b34d8),_0x5f53ae=_0x4b34d8[_0x25847b(0xba)]||_0x3726bc['QyjRP'],_0x228946=HOOK_TYPES_MAP[_0x5f53ae]||_0x5f53ae[_0x25847b(0xeb)](),_0x4d704=_0x4b34d8['parent']&&_0x4b34d8[_0x25847b(0xe0)][_0x25847b(0x100)]?_0x4b34d8[_0x25847b(0xe0)][_0x25847b(0x100)]:'';let _0x43cd00=_0x3726bc[_0x25847b(0xc0)],_0x4db354=null,_0x2604e7=null,_0x6480cd=null,_0x2afa89=null;_0x3726bc[_0x25847b(0x112)](_0x3dd24a,_0x3726bc['YbrUH'])&&(_0x2afa89=new Date()[_0x25847b(0x9e)](),_0x4b34d8[_0x25847b(0xcd)]&&_0x3726bc[_0x25847b(0xc1)](_0x4b34d8['errorsDetailed'][_0x25847b(0x13e)],0x0)?(_0x43cd00=_0x3726bc[_0x25847b(0xd5)],_0x2604e7=util['inspect'](_0x4b34d8['errorsDetailed'][0x0]),_0x4db354=_0x3726bc[_0x25847b(0x135)](getFailureType,_0x2604e7),_0x6480cd=failureData[_0x25847b(0xe8)](null,[_0x4b34d8['errorsDetailed'],_0x3726bc[_0x25847b(0xe3)]])):_0x43cd00=_0x3726bc[_0x25847b(0x12e)]);const _0x30202f={'uuid':_0xe67adc,'type':_0x3726bc[_0x25847b(0xf6)],'hook_type':_0x228946,'name':_0x63a698,'body':{'lang':_0x3726bc['MSujr'],'code':_0x4b34d8['fn']?_0x4b34d8['fn'][_0x25847b(0xbd)]():null},'tags':[],'test_run_id':_0x21ff28,'scope':_0x4d704,'scopes':[_0x4d704],'file_name':_0x159c3c,'location':_0x159c3c,'vc_filepath':this[_0x25847b(0x9d)]&&_0x159c3c?path[_0x25847b(0xbf)](this[_0x25847b(0x9d)],_0x159c3c):null,'result':_0x43cd00,'started_at':_0x4b34d8[_0x25847b(0x113)]||new Date()['toISOString'](),'finished_at':_0x2afa89,'failure_type':_0x4db354,'failure_reason':_0x2604e7,'failure_data':_0x6480cd,'framework':_0x3726bc[_0x25847b(0x101)]};return _0x3726bc['EfBiB'](_0x3dd24a,_0x3726bc[_0x25847b(0xa1)])&&(hooksMap[_0x21ff28]?hooksMap[_0x21ff28][_0x25847b(0x133)](_0x30202f):hooksMap[_0x21ff28]=[_0x30202f]),_0x30202f;}catch(_0x43e187){return logger[_0x25847b(0x10f)]('Exception\x20in\x20createHookData:\x20'+util['format'](_0x43e187)),null;}}[a97_0x345dac(0xab)](_0x5957a4,_0x51c724,_0x273fbb){const _0x4d738e=a97_0x345dac,_0x263286={'XzdbG':function(_0x122889,_0x2615c3){return _0x122889>_0x2615c3;},'NsYFI':_0x4d738e(0xb2),'IZjyj':function(_0x34ed67,_0x4bc62e){return _0x34ed67(_0x4bc62e);},'TJDzG':_0x4d738e(0xc8),'IRmpC':_0x4d738e(0xaf)};try{const _0x243ed3=hooksMap[_0x5957a4];if(!_0x243ed3)return null;const _0xcfcbe7=_0x243ed3[_0x4d738e(0x118)](_0x5dcf7f=>_0x5dcf7f['uuid']===_0x51c724);if(!_0xcfcbe7)return null;return _0xcfcbe7[_0x4d738e(0x116)]=new Date()[_0x4d738e(0x9e)](),_0x273fbb[_0x4d738e(0xcd)]&&_0x263286[_0x4d738e(0x13b)](_0x273fbb[_0x4d738e(0xcd)][_0x4d738e(0x13e)],0x0)?(_0xcfcbe7[_0x4d738e(0x129)]=_0x263286[_0x4d738e(0xe2)],_0xcfcbe7[_0x4d738e(0xfe)]=util[_0x4d738e(0xfd)](_0x273fbb[_0x4d738e(0xcd)][0x0]),_0xcfcbe7[_0x4d738e(0xda)]=_0x263286[_0x4d738e(0x122)](getFailureType,_0xcfcbe7[_0x4d738e(0xfe)]),_0xcfcbe7[_0x4d738e(0xcf)]=failureData[_0x4d738e(0xe8)](null,[_0x273fbb[_0x4d738e(0xcd)],_0x263286[_0x4d738e(0xec)]])):_0xcfcbe7['result']=_0x263286[_0x4d738e(0xb8)],_0xcfcbe7;}catch(_0x225619){return logger['debug'](_0x4d738e(0xf9)+util[_0x4d738e(0xd6)](_0x225619)),null;}}['getName'](_0x4852ab){const _0x144247=a97_0x345dac,_0x4efdc5={};_0x4efdc5[_0x144247(0x124)]=function(_0x127f9b,_0x55bbb0){return _0x127f9b!==_0x55bbb0;},_0x4efdc5[_0x144247(0x11d)]=_0x144247(0xc8),_0x4efdc5[_0x144247(0x131)]=_0x144247(0xf4);const _0x9709ff=_0x4efdc5;if(_0x9709ff['ZDlqy'](_0x4852ab['type'],_0x9709ff[_0x144247(0x11d)]))return'\x22'+_0x4852ab[_0x144247(0xba)]+_0x144247(0x127)+(_0x4852ab['parent']&&_0x4852ab[_0x144247(0xe0)][_0x144247(0x100)])+'\x22';return _0x4852ab[_0x144247(0x100)]||_0x9709ff[_0x144247(0x131)];}[a97_0x345dac(0xc6)](_0x51edf3){const _0x114458=a97_0x345dac,_0x5f3d22={};_0x5f3d22[_0x114458(0xf3)]=function(_0x11326c,_0x80f26e){return _0x11326c!==_0x80f26e;},_0x5f3d22['TwSUW']=_0x114458(0xa4);const _0x5d1077=_0x5f3d22,_0x6a1c32=[];if(_0x51edf3&&_0x51edf3[_0x114458(0xe0)]){let _0x3e4cbf=_0x51edf3['parent'];while(_0x3e4cbf&&_0x3e4cbf[_0x114458(0x100)]&&_0x5d1077[_0x114458(0xf3)](_0x3e4cbf[_0x114458(0x100)],'')&&_0x5d1077[_0x114458(0xf3)](_0x3e4cbf[_0x114458(0x100)],_0x5d1077[_0x114458(0x140)])){_0x6a1c32[_0x114458(0x133)](_0x3e4cbf[_0x114458(0x100)]),_0x3e4cbf=_0x3e4cbf[_0x114458(0xe0)];}}return _0x6a1c32[_0x114458(0x13c)](),_0x6a1c32;}[a97_0x345dac(0x11c)](_0x3f1200){const _0x4b6b54=a97_0x345dac;if(_0x3f1200[_0x4b6b54(0x9c)])try{const _0x3356f6=stackTrace['parse'][_0x4b6b54(0x103)](stackTrace,_0x3f1200['asyncError']);if(_0x3356f6[0x0]&&_0x3356f6[0x0]['getFileName'])return _0x3356f6[0x0][_0x4b6b54(0xe6)]();}catch(_0x54cb11){logger['debug'](_0x4b6b54(0xa2)+util[_0x4b6b54(0xd6)](_0x54cb11));}if(_0x3f1200[_0x4b6b54(0x12f)])return _0x3f1200['file'];return null;}[a97_0x345dac(0x11b)](_0x445d56){const _0x5471b5=a97_0x345dac,_0x333ac4={};_0x333ac4[_0x5471b5(0xc2)]='jest-circus',_0x333ac4[_0x5471b5(0xae)]=function(_0x35edc9,_0x5f37e4){return _0x35edc9===_0x5f37e4;},_0x333ac4['imnDp']=_0x5471b5(0xa4);const _0xabebfe=_0x333ac4;try{const _0x47b541=this[_0x5471b5(0x11c)](_0x445d56);if(_0x47b541&&_0x47b541[_0x5471b5(0x104)](_0xabebfe[_0x5471b5(0xc2)]))return!![];if(!_0x47b541){const _0x9c24ea=_0x445d56[_0x5471b5(0xe0)]&&_0x445d56[_0x5471b5(0xe0)][_0x5471b5(0x100)];if(_0xabebfe[_0x5471b5(0xae)](_0x9c24ea,_0xabebfe[_0x5471b5(0x121)]))return!![];}}catch(_0x5e6d63){logger[_0x5471b5(0x10f)](_0x5471b5(0xa7)+util[_0x5471b5(0xd6)](_0x5e6d63));}return![];}['getTestIdentifier'](_0x217995=null){const _0x20d728=a97_0x345dac;try{const _0x2ad84b=_0x217995||global['__workerDetails']||{};if(global[_0x20d728(0xd7)])return global[_0x20d728(0xd7)];if(_0x2ad84b?.[_0x20d728(0xb1)]?.['testAnalyticsId'])return _0x2ad84b[_0x20d728(0xb1)][_0x20d728(0x109)];if(_0x2ad84b?.[_0x20d728(0xb1)]?.['id'])return _0x2ad84b[_0x20d728(0xb1)]['id'];return null;}catch(_0x58c1e7){return logger[_0x20d728(0x10f)](_0x20d728(0xb9)+util[_0x20d728(0xd6)](_0x58c1e7)),null;}}async['configureGit'](){const _0x4a780b=a97_0x345dac,_0x2396a4={'KljkZ':function(_0x1ab916){return _0x1ab916();}};if(this[_0x4a780b(0x9b)])return this[_0x4a780b(0x9d)];const _0x11662f=await _0x2396a4[_0x4a780b(0xb7)](getGitMetaData);_0x11662f&&(this[_0x4a780b(0x9d)]=_0x11662f['root']),this[_0x4a780b(0x9b)]=!![];}[a97_0x345dac(0xef)](_0x57efb5){hooksMap[_0x57efb5]&&delete hooksMap[_0x57efb5];}['extractTestFilePath'](_0x13c10e){const _0x4cf480=a97_0x345dac,_0x5afef3={'YsIyk':'jest-circus','xZTEd':function(_0x45ac93,_0x1d2658){return _0x45ac93(_0x1d2658);},'IjvRq':_0x4cf480(0x11a)};if(_0x13c10e[_0x4cf480(0x12f)])return _0x13c10e[_0x4cf480(0x12f)];if(_0x13c10e[_0x4cf480(0x9c)]){try{const _0x9637ae=stackTrace[_0x4cf480(0x107)](_0x13c10e['asyncError']);if(_0x9637ae[0x0]&&_0x9637ae[0x0][_0x4cf480(0xe6)]){const _0x33b99d=_0x9637ae[0x0][_0x4cf480(0xe6)]();if(_0x33b99d&&!_0x33b99d[_0x4cf480(0x104)](_0x5afef3[_0x4cf480(0x94)]))return _0x33b99d;}}catch(_0x49d9e8){logger[_0x4cf480(0x10f)](_0x4cf480(0xf0)+util[_0x4cf480(0xd6)](_0x49d9e8));}if(_0x13c10e[_0x4cf480(0x9c)][_0x4cf480(0x126)]){const _0x1cdc83=_0x13c10e[_0x4cf480(0x9c)][_0x4cf480(0x126)][_0x4cf480(0x9f)]('\x0a');for(const _0x907c8e of _0x1cdc83){const _0x59bd57=_0x907c8e['match'](/at (.+?):\d+:\d+/);if(_0x59bd57&&_0x59bd57[0x1]&&!_0x59bd57[0x1][_0x4cf480(0x104)](_0x5afef3[_0x4cf480(0x94)]))return _0x59bd57[0x1];}}}let _0x19fd4a=_0x13c10e[_0x4cf480(0xe0)];while(_0x19fd4a){if(_0x19fd4a[_0x4cf480(0x12f)])return _0x19fd4a[_0x4cf480(0x12f)];if(_0x19fd4a[_0x4cf480(0x9c)])try{const _0x344d8b=stackTrace[_0x4cf480(0x107)](_0x19fd4a[_0x4cf480(0x9c)]);if(_0x344d8b[0x0]&&_0x344d8b[0x0][_0x4cf480(0xe6)]){const _0x45fa6c=_0x344d8b[0x0][_0x4cf480(0xe6)]();if(_0x45fa6c&&!_0x45fa6c[_0x4cf480(0x104)](_0x5afef3[_0x4cf480(0x94)]))return _0x45fa6c;}}catch(_0x5532f3){}_0x19fd4a=_0x19fd4a[_0x4cf480(0xe0)];}try{const _0x3985a7=_0x5afef3['xZTEd'](require,_0x5afef3[_0x4cf480(0xa6)]);if(_0x3985a7&&_0x3985a7['getState']){const _0x5ecd5d=_0x3985a7[_0x4cf480(0xc3)]();if(_0x5ecd5d&&_0x5ecd5d['testPath'])return _0x5ecd5d['testPath'];}}catch(_0x51a928){logger[_0x4cf480(0x10f)](_0x4cf480(0x111)+util[_0x4cf480(0xd6)](_0x51a928));}return null;}[a97_0x345dac(0xf1)](_0x1c0ae7){const _0x4345f3=a97_0x345dac,_0x56e2b5={};_0x56e2b5['cVSSi']=_0x4345f3(0xa9),_0x56e2b5[_0x4345f3(0xc4)]=function(_0x4bceb7,_0x17522f){return _0x4bceb7!==_0x17522f;},_0x56e2b5[_0x4345f3(0xd3)]=_0x4345f3(0xa4),_0x56e2b5['jKcxD']=_0x4345f3(0x95),_0x56e2b5['WqvRl']=_0x4345f3(0x13a),_0x56e2b5['yoCtY']='hex';const _0x15c7c9=_0x56e2b5;try{if(!_0x1c0ae7)return logger[_0x4345f3(0xfc)](_0x15c7c9[_0x4345f3(0xfa)]),null;const _0x4eacad=_0x1c0ae7['fullName']||_0x1c0ae7['name']||_0x1c0ae7[_0x4345f3(0x13f)]||_0x1c0ae7[_0x4345f3(0xd8)];let _0xf90c4b=_0x4eacad;if(_0x1c0ae7[_0x4345f3(0xe0)]&&_0x1c0ae7['parent'][_0x4345f3(0x100)]&&_0x15c7c9[_0x4345f3(0xc4)](_0x1c0ae7[_0x4345f3(0xe0)][_0x4345f3(0x100)],_0x15c7c9[_0x4345f3(0xd3)])){const _0x2cf4c1=_0x1c0ae7['name']||_0x1c0ae7[_0x4345f3(0x13f)];_0x2cf4c1&&(_0xf90c4b=_0x1c0ae7[_0x4345f3(0xe0)][_0x4345f3(0x100)]+'\x20'+_0x2cf4c1);}let _0x2e401a=_0x1c0ae7[_0x4345f3(0xf8)];if(!_0x2e401a&&_0x1c0ae7[_0x4345f3(0x9c)]){try{const _0x54321d=stackTrace[_0x4345f3(0x107)](_0x1c0ae7[_0x4345f3(0x9c)]);if(_0x54321d[0x0]&&_0x54321d[0x0][_0x4345f3(0xe6)]){const _0xa8e570=_0x54321d[0x0][_0x4345f3(0xe6)]();_0xa8e570&&!_0xa8e570[_0x4345f3(0x104)](_0x15c7c9[_0x4345f3(0x13d)])&&(_0x2e401a=_0xa8e570);}}catch(_0x4cde77){logger['debug'](_0x4345f3(0xf0)+util[_0x4345f3(0xd6)](_0x4cde77));}if(!_0x2e401a&&_0x1c0ae7['asyncError'][_0x4345f3(0x126)]){const _0x17fe33=_0x1c0ae7['asyncError'][_0x4345f3(0x126)][_0x4345f3(0x9f)]('\x0a');for(const _0x564eaa of _0x17fe33){const _0x148428=_0x564eaa[_0x4345f3(0x9a)](/at (.+?):\d+:\d+/);if(_0x148428&&_0x148428[0x1]&&!_0x148428[0x1][_0x4345f3(0x104)](_0x15c7c9['jKcxD'])){_0x2e401a=_0x148428[0x1];break;}}}}const _0x53a41d=_0x2e401a+'::'+_0xf90c4b,_0x22a597=crypto['createHash'](_0x15c7c9[_0x4345f3(0x139)])[_0x4345f3(0xa8)](_0x53a41d)['digest'](_0x15c7c9[_0x4345f3(0x110)])['substring'](0x0,0x8),_0x4b6640=process['pid']+':jest-'+_0x22a597;return logger[_0x4345f3(0x10f)](_0x4345f3(0xa3)+_0x4b6640+_0x4345f3(0xe5)+_0x53a41d),_0x4b6640;}catch(_0x4e43cb){return logger[_0x4345f3(0xfc)]('[jestUtils]\x20Error\x20creating\x20identifier:\x20'+util[_0x4345f3(0xd6)](_0x4e43cb)),null;}}['createIdentifierFromJestTest'](_0x522bde){const _0x3b31d2=a97_0x345dac,_0x24eac6={};_0x24eac6[_0x3b31d2(0xcb)]=_0x3b31d2(0xb6);const _0x4a5da6=_0x24eac6;if(!_0x522bde)return logger[_0x3b31d2(0x10f)](_0x4a5da6[_0x3b31d2(0xcb)]),null;const _0x251a78=this['extractTestFilePath'](_0x522bde),_0xb04da1={};_0xb04da1[_0x3b31d2(0x100)]=_0x522bde['name']||_0x522bde[_0x3b31d2(0x13f)],_0xb04da1['parent']=_0x522bde[_0x3b31d2(0xe0)],_0xb04da1[_0x3b31d2(0xf8)]=_0x251a78,_0xb04da1[_0x3b31d2(0x9c)]=_0x522bde[_0x3b31d2(0x9c)];const _0x1487f1=_0xb04da1;return this[_0x3b31d2(0xf1)](_0x1487f1);}[a97_0x345dac(0x96)](_0x4d264e,_0x45e8ed=null){const _0x577ee8=a97_0x345dac,_0x418ad9={};_0x418ad9[_0x577ee8(0x114)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x5d8f2f=_0x418ad9;if(!_0x4d264e)return logger[_0x577ee8(0x10f)](_0x5d8f2f['KFADc']),_0x45e8ed;if(_0x4d264e[_0x577ee8(0xd2)])return logger[_0x577ee8(0x10f)](_0x577ee8(0x136)+_0x4d264e[_0x577ee8(0xd2)]),_0x4d264e[_0x577ee8(0xd2)];return this[_0x577ee8(0xf1)](_0x4d264e)||_0x45e8ed;}}module[a97_0x345dac(0xf7)]=o11yClassErrorHandler(JestUtils,[a97_0x345dac(0x105),a97_0x345dac(0xc6),a97_0x345dac(0x11c),'getName','isJestInternalHook','getTestIdentifier','createTestFrameworkData',a97_0x345dac(0xb3),a97_0x345dac(0xab),a97_0x345dac(0xef),'extractTestFilePath','createJestTestIdentifier',a97_0x345dac(0x97),a97_0x345dac(0x96)]);
1
+ const a97_0x18ef75=a97_0x965f;(function(_0x3e511a,_0x272603){const _0x4411d3=a97_0x965f,_0x4e807a=_0x3e511a();while(!![]){try{const _0x1be872=-parseInt(_0x4411d3(0x94))/0x1*(parseInt(_0x4411d3(0xf0))/0x2)+parseInt(_0x4411d3(0x127))/0x3*(-parseInt(_0x4411d3(0xe7))/0x4)+-parseInt(_0x4411d3(0x141))/0x5+parseInt(_0x4411d3(0xff))/0x6*(parseInt(_0x4411d3(0x140))/0x7)+-parseInt(_0x4411d3(0xab))/0x8*(parseInt(_0x4411d3(0xd7))/0x9)+parseInt(_0x4411d3(0x9a))/0xa*(-parseInt(_0x4411d3(0x9d))/0xb)+parseInt(_0x4411d3(0x93))/0xc;if(_0x1be872===_0x272603)break;else _0x4e807a['push'](_0x4e807a['shift']());}catch(_0x5916b9){_0x4e807a['push'](_0x4e807a['shift']());}}}(a97_0x2fac,0x5a954));function a97_0x2fac(){const _0x2f24fb=['retryOf','getState','includes','seIZZ','TnmoW','asyncError','eOSLb','\x20from\x20compositeKey:\x20','failure_data','errorsDetailed','result','XNCpK','call','3519lZDsot','TEuAO','currentTest','split','expect','failure_reason','duration','getName','testPath','KwKKr','afterEach','uuid','Exception\x20in\x20createHookData:\x20','test','HookRunFinished','_gitConfigured','2480QhCSKy','md5','eyXCs','obXsq','AJPrs','createTestFrameworkData','update','HYpJv','_gitConfigPath','474654uxJIkk','crypto','DLdWr','cDADn','dPclr','gndDp','format','iYYrB','pid','rkJYH','digest','toUpperCase','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','debug','qYHOs','288gMmxcq','failure','ZcbJD','passed','testAnalyticsId','parent','XOmyL','IuWPW','length','createJestTestIdentifier','push','path','gZChB','../../../helpers/test-observability/error-handler.js','Creating\x20hook\x20data\x20for\x20eventType:\x20','aOYdO','uOYIH','beforeEach','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','unknown','startedAt','configureGit','pending','match','uOjJO','UgxRp','getTestIdentifier','file','../TestInfo.js','pNtGi','root','KiRUw','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','parse','sBoYE','[jestUtils]\x20Created\x20identifier:\x20','QknOE','toString','hooks','TestRunFinished','243BKPDua','iJruD','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','OYLzo','errors','Unknown\x20Test','exports','eFCNv','GxZjy','jmgTt',',\x20testRunId:\x20','clearHooksMap','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','isJestInternalHook','oDvGO','recreateIdentifierFromTestInfo','getHookRunEventData','MTcGN','find','wpiDK','AFSSb','afterAll','jest-circus','title','28364GolySE','2446665Ukbsmd','haOHo','UEWJJ',',\x20hookUUID:\x20','apply','vJhoD','vWazP','stack','reverse','extractTestFilePath','VtKvZ','toISOString','Exception\x20in\x20createTestFrameworkData:\x20','JaZJY','syqqv','MnSTN','__jestCurrentTestIdentifier','22098984lZVJcX','2KZbjxe','__workerDetails','nkTrB','nRZZe','ulnHz','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','110aAdBRZ','util','fdpfr','650452ROmAjs','HookRunStarted','relative','getFileName','UrwtA','uRtJB','BEFORE_EACH','LhcCU','substring','failure_backtrace','getHierarchy','type','jest',':jest-','8ELJWUP','Exception\x20in\x20getHookRunEventData:\x20','RWpgv','MXdqx','testIdentifier','getRootParentFile','getTime','BEFORE_ALL','inspect','ROOT_DESCRIBE_BLOCK','createIdentifierFromJestTest','createHookData','\x22\x20hook\x20for\x20\x22','finishedAt','started_at','javascript','vXbVp','failure_type','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','Ovpva','failed','ffqwx','name','winstonLogger','UqUFk','hex','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','fullName','hook','WEDjB','skipped'];a97_0x2fac=function(){return _0x2f24fb;};return a97_0x2fac();}const path=require(a97_0x18ef75(0x10a)),util=require(a97_0x18ef75(0x9b)),crypto=require(a97_0x18ef75(0xf1)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require('../../../helpers/logger.js')[a97_0x18ef75(0xc2)],{o11yClassErrorHandler}=require(a97_0x18ef75(0x10c)),TestInfo=require(a97_0x18ef75(0x11b)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require('stack-trace'),a97_0x3f6504={};a97_0x3f6504['beforeAll']=a97_0x18ef75(0xb2),a97_0x3f6504[a97_0x18ef75(0x13d)]='AFTER_ALL',a97_0x3f6504[a97_0x18ef75(0x110)]=a97_0x18ef75(0xa3),a97_0x3f6504[a97_0x18ef75(0xe1)]='AFTER_EACH';function a97_0x965f(_0x4ceb88,_0x486ead){const _0x2face4=a97_0x2fac();return a97_0x965f=function(_0x965fdf,_0x228f9f){_0x965fdf=_0x965fdf-0x8b;let _0x28b13e=_0x2face4[_0x965fdf];return _0x28b13e;},a97_0x965f(_0x4ceb88,_0x486ead);}const HOOK_TYPES_MAP=a97_0x3f6504,hooksMap={};class JestUtils{constructor(){this['_gitConfigured']=![],this['_gitConfigPath']=null;}async[a97_0x18ef75(0xec)](_0x103489,_0x25f063,_0x1d0b1f=a97_0x18ef75(0x126),_0xd1940d=undefined){const _0x3cf489=a97_0x18ef75,_0x4e3b7={'HYpJv':'No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','VtKvZ':_0x3cf489(0x13e),'cvFUu':function(_0x236a35,_0x3951f6){return _0x236a35||_0x3951f6;},'cDADn':'File\x20path\x20could\x20not\x20be\x20found','jmgTt':function(_0x3210e1,_0x21e8d2){return _0x3210e1!==_0x21e8d2;},'XNCpK':_0x3cf489(0xe4),'IuWPW':function(_0x3082f8,_0x15c7d3){return _0x3082f8!==_0x15c7d3;},'Ovpva':'err','KiRUw':function(_0xbe9ad0,_0x15aa94){return _0xbe9ad0!==_0x15aa94;},'sBoYE':_0x3cf489(0x115),'WEDjB':function(_0x3b39f5,_0x20cd05){return _0x3b39f5===_0x20cd05;},'obXsq':'TestRunSkipped','QknOE':_0x3cf489(0xc9),'OYLzo':function(_0xc1d17c,_0x1ff2d3){return _0xc1d17c>_0x1ff2d3;},'LhcCU':_0x3cf489(0xbf),'eOSLb':_0x3cf489(0x102),'qYHOs':function(_0x210776,_0x1895d7){return _0x210776!==_0x1895d7;},'gndDp':function(_0x257a01,_0x4ea16e){return _0x257a01-_0x4ea16e;},'uRtJB':'javascript','KwKKr':function(_0x4f6b66,_0x18bfe7){return _0x4f6b66>_0x18bfe7;},'MFRpa':_0x3cf489(0xa9),'KjBzu':function(_0x3d6323,_0x213cdf){return _0x3d6323(_0x213cdf);},'syqqv':function(_0x2c68ff,_0x151d5b){return _0x2c68ff===_0x151d5b;},'oDvGO':function(_0x2a6526,_0xa0ef64){return _0x2a6526===_0xa0ef64;},'yDDHs':'TestRunFinished'};logger['debug'](_0x3cf489(0xfc)+_0x1d0b1f+',\x20testIdentifier:\x20'+_0x25f063);try{if(!_0x103489)return logger[_0x3cf489(0xfd)](_0x4e3b7[_0x3cf489(0xee)]),null;if(_0x103489['fn']&&_0x103489['fn'][_0x3cf489(0x124)]()[_0x3cf489(0x116)](/browserstack internal helper hook/))return null;await this[_0x3cf489(0x114)]();let _0x28474d;try{_0x28474d=this[_0x3cf489(0xb0)](_0x103489);if(_0x28474d&&_0x28474d[_0x3cf489(0xcc)](_0x4e3b7[_0x3cf489(0x8c)]))return null;}catch(_0x516385){logger[_0x3cf489(0xfd)](_0x3cf489(0x11f)+util[_0x3cf489(0xf6)](_0x516385)),_0x28474d=null;}const _0x5ed3b0=this[_0x3cf489(0xa7)](_0x103489),_0x4cb91d=this[_0x3cf489(0xde)](_0x103489),_0x8447d=_0x4e3b7['cvFUu'](_0x28474d,_0x4e3b7[_0x3cf489(0xf3)]);let _0x550698=[];const _0xee9561=_0x103489[_0x3cf489(0xd3)]||_0x103489[_0x3cf489(0x12c)];if(_0x4e3b7[_0x3cf489(0x131)](_0xee9561,undefined))_0x550698=[_0xee9561,_0x4e3b7[_0x3cf489(0xd5)]];else _0x4e3b7[_0x3cf489(0x106)](_0xd1940d,undefined)&&(_0x550698=[_0xd1940d,_0x4e3b7[_0x3cf489(0xbe)]]);const _0x556932=_0x4e3b7[_0x3cf489(0x11e)](_0xee9561,undefined)?util['inspect'](_0xee9561[0x0]):_0x4e3b7[_0x3cf489(0x106)](_0xd1940d,undefined)?_0xd1940d[_0x3cf489(0x124)]():undefined;let _0x40e5a7=_0x4e3b7[_0x3cf489(0x121)];if(_0x4e3b7[_0x3cf489(0xc8)](_0x1d0b1f,_0x4e3b7['obXsq']))_0x40e5a7=_0x4e3b7[_0x3cf489(0x123)];else _0xee9561&&_0x4e3b7[_0x3cf489(0x12b)](_0xee9561[_0x3cf489(0x107)],0x0)?_0x40e5a7=_0x4e3b7[_0x3cf489(0xa4)]:_0x40e5a7=_0x4e3b7[_0x3cf489(0xd0)];let _0x209ab6=null;if(_0x4e3b7[_0x3cf489(0xfe)](_0x103489[_0x3cf489(0xdd)],undefined))_0x209ab6=_0x103489[_0x3cf489(0xdd)];else(_0x1d0b1f[_0x3cf489(0x116)](/Finished/)||_0x1d0b1f['match'](/Skipped/))&&(_0x103489[_0x3cf489(0xb9)]&&(_0x209ab6=_0x4e3b7[_0x3cf489(0xf5)](Date['now'](),new Date(_0x103489['started_at'])[_0x3cf489(0xb1)]())));const _0x5526a9=_0x103489['fn']?_0x103489['fn'][_0x3cf489(0x124)]():null,_0x3fbb2d={'id':_0x25f063,'uuid':_0x25f063,'startedAt':_0x103489[_0x3cf489(0xb9)]||new Date()[_0x3cf489(0x8d)](),'finishedAt':_0x1d0b1f[_0x3cf489(0x116)](/Finished/)||_0x1d0b1f[_0x3cf489(0x116)](/Skipped/)?new Date()[_0x3cf489(0x8d)]():null,'type':_0x4e3b7[_0x3cf489(0xd5)],'body':{'lang':_0x4e3b7[_0x3cf489(0xa2)],'code':_0x5526a9},'name':_0x4cb91d,'errorsDetailed':_0x4e3b7[_0x3cf489(0xe0)](_0xee9561?.[_0x3cf489(0x107)],0x0)?_0xee9561[0x0]:_0xee9561?_0xee9561:undefined,'scopes':_0x5ed3b0,'file_name':_0x8447d,'location':_0x8447d,'vc_filepath':this[_0x3cf489(0xef)]&&_0x28474d?path[_0x3cf489(0x9f)](this[_0x3cf489(0xef)],_0x28474d):null,'framework':_0x4e3b7['MFRpa'],'result':_0x40e5a7,'failure_reason':_0x556932,'duration_in_ms':_0x209ab6,'failure':failureData['apply'](null,_0x550698),'failure_type':!_0x556932?null:_0x4e3b7['KjBzu'](getFailureType,_0x556932),'retry_of':_0x103489[_0x3cf489(0xca)]||null,'customRerunParam':{'rerun_name':_0x4cb91d}};_0x4e3b7[_0x3cf489(0x90)](_0x1d0b1f,_0x4e3b7[_0x3cf489(0xea)])&&!_0x3fbb2d[_0x3cf489(0x113)]&&(_0x3fbb2d[_0x3cf489(0x113)]=_0x3fbb2d[_0x3cf489(0xb8)]);const _0xbee37b=_0x3fbb2d['failure']&&_0x3fbb2d[_0x3cf489(0x100)][0x0];return _0xbee37b&&(_0x3fbb2d[_0x3cf489(0xa6)]=_0xbee37b['backtrace'],_0x3fbb2d['failure_reason_expanded']=_0xbee37b['expanded']),(_0x4e3b7[_0x3cf489(0x136)](_0x1d0b1f,_0x4e3b7['yDDHs'])||_0x4e3b7[_0x3cf489(0x90)](_0x1d0b1f,_0x4e3b7[_0x3cf489(0xea)]))&&(_0x103489[_0x3cf489(0x125)]&&(_0x3fbb2d['hooks']=_0x103489[_0x3cf489(0x125)])),_0x3fbb2d;}catch(_0x2db142){return logger[_0x3cf489(0xfd)](_0x3cf489(0x8e)+util[_0x3cf489(0xf6)](_0x2db142)),null;}}async[a97_0x18ef75(0xb6)](_0x2e36ee,_0x21f3d7,_0x1bf61a,_0x398b4b){const _0x1b19ac=a97_0x18ef75,_0x10e36c={'ZcbJD':_0x1b19ac(0x99),'AJPrs':'jest-circus','DLdWr':'browserstack-node-agent/src/bin/jest','MXdqx':_0x1b19ac(0x112),'vXbVp':_0x1b19ac(0x115),'ulnHz':function(_0x2b41ec,_0x38335d){return _0x2b41ec===_0x38335d;},'wpiDK':_0x1b19ac(0xe5),'gZChB':function(_0x4ae831,_0xb61e0f){return _0x4ae831>_0xb61e0f;},'RUMjL':'failed','AFSSb':function(_0x135b4c,_0x2fecf4){return _0x135b4c(_0x2fecf4);},'eFCNv':_0x1b19ac(0xe4),'vWazP':_0x1b19ac(0x102),'MnSTN':_0x1b19ac(0xc7),'TEuAO':_0x1b19ac(0xba),'UgxRp':_0x1b19ac(0xa9),'nkTrB':_0x1b19ac(0x9e)};logger[_0x1b19ac(0xfd)](_0x1b19ac(0x10d)+_0x1bf61a+_0x1b19ac(0x144)+_0x21f3d7+_0x1b19ac(0x132)+_0x398b4b);try{if(!_0x2e36ee)return logger[_0x1b19ac(0xfd)](_0x10e36c[_0x1b19ac(0x101)]),null;if(this[_0x1b19ac(0x135)](_0x2e36ee))return null;await this[_0x1b19ac(0x114)]();let _0x41d437=null;try{_0x41d437=this[_0x1b19ac(0xb0)](_0x2e36ee);if(_0x41d437&&_0x41d437[_0x1b19ac(0xcc)](_0x10e36c[_0x1b19ac(0xeb)]))return null;if(_0x41d437&&_0x41d437[_0x1b19ac(0xcc)](_0x10e36c[_0x1b19ac(0xf2)]))return null;}catch(_0x495bc7){logger[_0x1b19ac(0xfd)](_0x1b19ac(0x12a)+util[_0x1b19ac(0xf6)](_0x495bc7));}const _0x6bf90f=this['getName'](_0x2e36ee),_0x3d0aca=_0x2e36ee[_0x1b19ac(0xa8)]||_0x10e36c[_0x1b19ac(0xae)],_0x4909d7=HOOK_TYPES_MAP[_0x3d0aca]||_0x3d0aca[_0x1b19ac(0xfb)](),_0x223d71=_0x2e36ee[_0x1b19ac(0x104)]&&_0x2e36ee[_0x1b19ac(0x104)]['name']?_0x2e36ee[_0x1b19ac(0x104)][_0x1b19ac(0xc1)]:'';let _0x4529c1=_0x10e36c[_0x1b19ac(0xbb)],_0x55bd96=null,_0x43ed69=null,_0x719149=null,_0x293853=null;_0x10e36c[_0x1b19ac(0x98)](_0x1bf61a,_0x10e36c[_0x1b19ac(0x13b)])&&(_0x293853=new Date()[_0x1b19ac(0x8d)](),_0x2e36ee[_0x1b19ac(0xd3)]&&_0x10e36c[_0x1b19ac(0x10b)](_0x2e36ee['errorsDetailed'][_0x1b19ac(0x107)],0x0)?(_0x4529c1=_0x10e36c['RUMjL'],_0x43ed69=util['inspect'](_0x2e36ee['errorsDetailed'][0x0]),_0x55bd96=_0x10e36c[_0x1b19ac(0x13c)](getFailureType,_0x43ed69),_0x719149=failureData[_0x1b19ac(0x145)](null,[_0x2e36ee[_0x1b19ac(0xd3)],_0x10e36c[_0x1b19ac(0x12f)]])):_0x4529c1=_0x10e36c[_0x1b19ac(0x147)]);const _0x47c75f={'uuid':_0x21f3d7,'type':_0x10e36c[_0x1b19ac(0x91)],'hook_type':_0x4909d7,'name':_0x6bf90f,'body':{'lang':_0x10e36c[_0x1b19ac(0xd8)],'code':_0x2e36ee['fn']?_0x2e36ee['fn'][_0x1b19ac(0x124)]():null},'tags':[],'test_run_id':_0x398b4b,'scope':_0x223d71,'scopes':[_0x223d71],'file_name':_0x41d437,'location':_0x41d437,'vc_filepath':this['_gitConfigPath']&&_0x41d437?path[_0x1b19ac(0x9f)](this[_0x1b19ac(0xef)],_0x41d437):null,'result':_0x4529c1,'started_at':_0x2e36ee[_0x1b19ac(0xb9)]||new Date()[_0x1b19ac(0x8d)](),'finished_at':_0x293853,'failure_type':_0x55bd96,'failure_reason':_0x43ed69,'failure_data':_0x719149,'framework':_0x10e36c[_0x1b19ac(0x118)]};return _0x10e36c['ulnHz'](_0x1bf61a,_0x10e36c[_0x1b19ac(0x96)])&&(hooksMap[_0x398b4b]?hooksMap[_0x398b4b][_0x1b19ac(0x109)](_0x47c75f):hooksMap[_0x398b4b]=[_0x47c75f]),_0x47c75f;}catch(_0x45c9bb){return logger[_0x1b19ac(0xfd)](_0x1b19ac(0xe3)+util[_0x1b19ac(0xf6)](_0x45c9bb)),null;}}[a97_0x18ef75(0x138)](_0x561af2,_0x26147b,_0x57ec3d){const _0x1b71cf=a97_0x18ef75,_0x516c4e={'MTcGN':function(_0x4ab980,_0x31435e){return _0x4ab980>_0x31435e;},'uOYIH':_0x1b71cf(0xbf),'GxZjy':function(_0x591704,_0x83e786){return _0x591704(_0x83e786);},'rkJYH':_0x1b71cf(0xe4),'eyXCs':'passed'};try{const _0x47f6d9=hooksMap[_0x561af2];if(!_0x47f6d9)return null;const _0x9ec9aa=_0x47f6d9[_0x1b71cf(0x13a)](_0x197597=>_0x197597[_0x1b71cf(0xe2)]===_0x26147b);if(!_0x9ec9aa)return null;return _0x9ec9aa['finished_at']=new Date()['toISOString'](),_0x57ec3d['errorsDetailed']&&_0x516c4e[_0x1b71cf(0x139)](_0x57ec3d[_0x1b71cf(0xd3)][_0x1b71cf(0x107)],0x0)?(_0x9ec9aa[_0x1b71cf(0xd4)]=_0x516c4e[_0x1b71cf(0x10f)],_0x9ec9aa[_0x1b71cf(0xdc)]=util[_0x1b71cf(0xb3)](_0x57ec3d['errorsDetailed'][0x0]),_0x9ec9aa[_0x1b71cf(0xbc)]=_0x516c4e[_0x1b71cf(0x130)](getFailureType,_0x9ec9aa[_0x1b71cf(0xdc)]),_0x9ec9aa[_0x1b71cf(0xd2)]=failureData['apply'](null,[_0x57ec3d[_0x1b71cf(0xd3)],_0x516c4e[_0x1b71cf(0xf9)]])):_0x9ec9aa[_0x1b71cf(0xd4)]=_0x516c4e[_0x1b71cf(0xe9)],_0x9ec9aa;}catch(_0x811ea0){return logger[_0x1b71cf(0xfd)](_0x1b71cf(0xac)+util[_0x1b71cf(0xf6)](_0x811ea0)),null;}}[a97_0x18ef75(0xde)](_0x2e142e){const _0x16bcd9=a97_0x18ef75,_0x2e5c91={};_0x2e5c91[_0x16bcd9(0x146)]=function(_0x45bc7d,_0x65a483){return _0x45bc7d!==_0x65a483;},_0x2e5c91[_0x16bcd9(0x105)]=_0x16bcd9(0xe4),_0x2e5c91[_0x16bcd9(0x128)]=_0x16bcd9(0x12d);const _0x9c26ce=_0x2e5c91;if(_0x9c26ce['vJhoD'](_0x2e142e[_0x16bcd9(0xa8)],_0x9c26ce[_0x16bcd9(0x105)]))return'\x22'+_0x2e142e[_0x16bcd9(0xa8)]+_0x16bcd9(0xb7)+(_0x2e142e[_0x16bcd9(0x104)]&&_0x2e142e[_0x16bcd9(0x104)]['name'])+'\x22';return _0x2e142e[_0x16bcd9(0xc1)]||_0x9c26ce[_0x16bcd9(0x128)];}[a97_0x18ef75(0xa7)](_0xf92361){const _0x5e8c4c=a97_0x18ef75,_0x2636ee={};_0x2636ee['nRZZe']=function(_0x24bc5c,_0x39a90e){return _0x24bc5c!==_0x39a90e;},_0x2636ee[_0x5e8c4c(0x142)]=function(_0xbeff3b,_0xc38240){return _0xbeff3b!==_0xc38240;},_0x2636ee[_0x5e8c4c(0x143)]=_0x5e8c4c(0xb4);const _0x19bb72=_0x2636ee,_0x40c253=[];if(_0xf92361&&_0xf92361[_0x5e8c4c(0x104)]){let _0x2c1eb9=_0xf92361[_0x5e8c4c(0x104)];while(_0x2c1eb9&&_0x2c1eb9[_0x5e8c4c(0xc1)]&&_0x19bb72[_0x5e8c4c(0x97)](_0x2c1eb9[_0x5e8c4c(0xc1)],'')&&_0x19bb72[_0x5e8c4c(0x142)](_0x2c1eb9[_0x5e8c4c(0xc1)],_0x19bb72[_0x5e8c4c(0x143)])){_0x40c253[_0x5e8c4c(0x109)](_0x2c1eb9[_0x5e8c4c(0xc1)]),_0x2c1eb9=_0x2c1eb9['parent'];}}return _0x40c253[_0x5e8c4c(0x149)](),_0x40c253;}[a97_0x18ef75(0xb0)](_0x1487fd){const _0x338a8f=a97_0x18ef75;if(_0x1487fd[_0x338a8f(0xcf)])try{const _0x119477=stackTrace[_0x338a8f(0x120)][_0x338a8f(0xd6)](stackTrace,_0x1487fd[_0x338a8f(0xcf)]);if(_0x119477[0x0]&&_0x119477[0x0][_0x338a8f(0xa0)])return _0x119477[0x0]['getFileName']();}catch(_0x4e9eb3){logger[_0x338a8f(0xfd)](_0x338a8f(0x111)+util[_0x338a8f(0xf6)](_0x4e9eb3));}if(_0x1487fd[_0x338a8f(0x11a)])return _0x1487fd[_0x338a8f(0x11a)];return null;}[a97_0x18ef75(0x135)](_0x23261c){const _0x38e3a8=a97_0x18ef75,_0x3ad601={};_0x3ad601['iYYrB']=_0x38e3a8(0x13e),_0x3ad601[_0x38e3a8(0xad)]=function(_0xd290d2,_0x594fde){return _0xd290d2===_0x594fde;},_0x3ad601[_0x38e3a8(0xf4)]=_0x38e3a8(0xb4);const _0x300e33=_0x3ad601;try{const _0x32ad52=this['getRootParentFile'](_0x23261c);if(_0x32ad52&&_0x32ad52[_0x38e3a8(0xcc)](_0x300e33[_0x38e3a8(0xf7)]))return!![];if(!_0x32ad52){const _0xc7c52c=_0x23261c[_0x38e3a8(0x104)]&&_0x23261c['parent'][_0x38e3a8(0xc1)];if(_0x300e33['RWpgv'](_0xc7c52c,_0x300e33['dPclr']))return!![];}}catch(_0x4904a3){logger[_0x38e3a8(0xfd)](_0x38e3a8(0x134)+util[_0x38e3a8(0xf6)](_0x4904a3));}return![];}[a97_0x18ef75(0x119)](_0x351f83=null){const _0x504233=a97_0x18ef75;try{const _0x31ff4c=_0x351f83||global[_0x504233(0x95)]||{};if(global['__jestCurrentTestIdentifier'])return global[_0x504233(0x92)];if(_0x31ff4c?.['currentTest']?.[_0x504233(0x103)])return _0x31ff4c[_0x504233(0xd9)]['testAnalyticsId'];if(_0x31ff4c?.['currentTest']?.['id'])return _0x31ff4c['currentTest']['id'];return null;}catch(_0x38aa23){return logger[_0x504233(0xfd)](_0x504233(0xbd)+util[_0x504233(0xf6)](_0x38aa23)),null;}}async['configureGit'](){const _0x58eea8=a97_0x18ef75,_0xf68a8e={'TnmoW':function(_0x2ef1e3){return _0x2ef1e3();}};if(this[_0x58eea8(0xe6)])return this[_0x58eea8(0xef)];const _0x320c27=await _0xf68a8e[_0x58eea8(0xce)](getGitMetaData);_0x320c27&&(this[_0x58eea8(0xef)]=_0x320c27[_0x58eea8(0x11d)]),this[_0x58eea8(0xe6)]=!![];}['clearHooksMap'](_0x4fc4cb){hooksMap[_0x4fc4cb]&&delete hooksMap[_0x4fc4cb];}['extractTestFilePath'](_0x25b76e){const _0x271f10=a97_0x18ef75,_0x280176={'UrwtA':'jest-circus','mXWpP':function(_0x785e44,_0x3ee5fb){return _0x785e44(_0x3ee5fb);},'uOjJO':_0x271f10(0xdb)};if(_0x25b76e[_0x271f10(0x11a)])return _0x25b76e[_0x271f10(0x11a)];if(_0x25b76e[_0x271f10(0xcf)]){try{const _0x2684e3=stackTrace[_0x271f10(0x120)](_0x25b76e['asyncError']);if(_0x2684e3[0x0]&&_0x2684e3[0x0][_0x271f10(0xa0)]){const _0x14e456=_0x2684e3[0x0][_0x271f10(0xa0)]();if(_0x14e456&&!_0x14e456[_0x271f10(0xcc)](_0x280176['UrwtA']))return _0x14e456;}}catch(_0x1478a1){logger['debug'](_0x271f10(0x129)+util[_0x271f10(0xf6)](_0x1478a1));}if(_0x25b76e[_0x271f10(0xcf)][_0x271f10(0x148)]){const _0x40a9fd=_0x25b76e['asyncError'][_0x271f10(0x148)][_0x271f10(0xda)]('\x0a');for(const _0x59f167 of _0x40a9fd){const _0x40dcc0=_0x59f167[_0x271f10(0x116)](/at (.+?):\d+:\d+/);if(_0x40dcc0&&_0x40dcc0[0x1]&&!_0x40dcc0[0x1]['includes'](_0x280176[_0x271f10(0xa1)]))return _0x40dcc0[0x1];}}}let _0x3599c8=_0x25b76e[_0x271f10(0x104)];while(_0x3599c8){if(_0x3599c8[_0x271f10(0x11a)])return _0x3599c8[_0x271f10(0x11a)];if(_0x3599c8[_0x271f10(0xcf)])try{const _0x4c9e5a=stackTrace[_0x271f10(0x120)](_0x3599c8[_0x271f10(0xcf)]);if(_0x4c9e5a[0x0]&&_0x4c9e5a[0x0][_0x271f10(0xa0)]){const _0x487cf2=_0x4c9e5a[0x0][_0x271f10(0xa0)]();if(_0x487cf2&&!_0x487cf2['includes'](_0x280176[_0x271f10(0xa1)]))return _0x487cf2;}}catch(_0x4d953c){}_0x3599c8=_0x3599c8[_0x271f10(0x104)];}try{const _0x401c36=_0x280176['mXWpP'](require,_0x280176[_0x271f10(0x117)]);if(_0x401c36&&_0x401c36[_0x271f10(0xcb)]){const _0x3b45a1=_0x401c36[_0x271f10(0xcb)]();if(_0x3b45a1&&_0x3b45a1[_0x271f10(0xdf)])return _0x3b45a1[_0x271f10(0xdf)];}}catch(_0x5a6d38){logger[_0x271f10(0xfd)](_0x271f10(0xc5)+util['format'](_0x5a6d38));}return null;}[a97_0x18ef75(0x108)](_0x53ae81){const _0x53c9be=a97_0x18ef75,_0x4f3f21={};_0x4f3f21[_0x53c9be(0x11c)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x4f3f21[_0x53c9be(0x8f)]=function(_0x8765f1,_0x202d67){return _0x8765f1!==_0x202d67;},_0x4f3f21[_0x53c9be(0x9c)]=_0x53c9be(0xb4),_0x4f3f21[_0x53c9be(0x10e)]=_0x53c9be(0x13e),_0x4f3f21[_0x53c9be(0xc0)]=_0x53c9be(0xe8),_0x4f3f21['UqUFk']=_0x53c9be(0xc4);const _0x21d1ce=_0x4f3f21;try{if(!_0x53ae81)return logger['error'](_0x21d1ce[_0x53c9be(0x11c)]),null;const _0x7c484b=_0x53ae81[_0x53c9be(0xc6)]||_0x53ae81['name']||_0x53ae81[_0x53c9be(0x13f)]||_0x53ae81['displayName'];let _0x4cf11c=_0x7c484b;if(_0x53ae81[_0x53c9be(0x104)]&&_0x53ae81[_0x53c9be(0x104)][_0x53c9be(0xc1)]&&_0x21d1ce[_0x53c9be(0x8f)](_0x53ae81['parent']['name'],_0x21d1ce[_0x53c9be(0x9c)])){const _0x32d537=_0x53ae81[_0x53c9be(0xc1)]||_0x53ae81['title'];_0x32d537&&(_0x4cf11c=_0x53ae81[_0x53c9be(0x104)][_0x53c9be(0xc1)]+'\x20'+_0x32d537);}let _0xfaf0f9=_0x53ae81[_0x53c9be(0xdf)];if(!_0xfaf0f9&&_0x53ae81['asyncError']){try{const _0x338326=stackTrace[_0x53c9be(0x120)](_0x53ae81[_0x53c9be(0xcf)]);if(_0x338326[0x0]&&_0x338326[0x0][_0x53c9be(0xa0)]){const _0x578fad=_0x338326[0x0][_0x53c9be(0xa0)]();_0x578fad&&!_0x578fad[_0x53c9be(0xcc)](_0x21d1ce[_0x53c9be(0x10e)])&&(_0xfaf0f9=_0x578fad);}}catch(_0x5df20f){logger[_0x53c9be(0xfd)](_0x53c9be(0x129)+util[_0x53c9be(0xf6)](_0x5df20f));}if(!_0xfaf0f9&&_0x53ae81[_0x53c9be(0xcf)][_0x53c9be(0x148)]){const _0x52b9d6=_0x53ae81[_0x53c9be(0xcf)][_0x53c9be(0x148)][_0x53c9be(0xda)]('\x0a');for(const _0x122af7 of _0x52b9d6){const _0x1c098a=_0x122af7['match'](/at (.+?):\d+:\d+/);if(_0x1c098a&&_0x1c098a[0x1]&&!_0x1c098a[0x1][_0x53c9be(0xcc)](_0x21d1ce[_0x53c9be(0x10e)])){_0xfaf0f9=_0x1c098a[0x1];break;}}}}const _0x4e71d2=_0xfaf0f9+'::'+_0x4cf11c,_0x1480db=crypto['createHash'](_0x21d1ce[_0x53c9be(0xc0)])[_0x53c9be(0xed)](_0x4e71d2)[_0x53c9be(0xfa)](_0x21d1ce[_0x53c9be(0xc3)])[_0x53c9be(0xa5)](0x0,0x8),_0x197822=process[_0x53c9be(0xf8)]+_0x53c9be(0xaa)+_0x1480db;return logger[_0x53c9be(0xfd)](_0x53c9be(0x122)+_0x197822+_0x53c9be(0xd1)+_0x4e71d2),_0x197822;}catch(_0x2f5b61){return logger['error']('[jestUtils]\x20Error\x20creating\x20identifier:\x20'+util[_0x53c9be(0xf6)](_0x2f5b61)),null;}}[a97_0x18ef75(0xb5)](_0x43ab0f){const _0x3fd349=a97_0x18ef75,_0x1a23f1={};_0x1a23f1['tFFNY']='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x58923e=_0x1a23f1;if(!_0x43ab0f)return logger[_0x3fd349(0xfd)](_0x58923e['tFFNY']),null;const _0x153b78=this['extractTestFilePath'](_0x43ab0f),_0x579452={};_0x579452[_0x3fd349(0xc1)]=_0x43ab0f[_0x3fd349(0xc1)]||_0x43ab0f[_0x3fd349(0x13f)],_0x579452['parent']=_0x43ab0f[_0x3fd349(0x104)],_0x579452[_0x3fd349(0xdf)]=_0x153b78,_0x579452[_0x3fd349(0xcf)]=_0x43ab0f[_0x3fd349(0xcf)];const _0x3622fd=_0x579452;return this[_0x3fd349(0x108)](_0x3622fd);}[a97_0x18ef75(0x137)](_0x4a5fb0,_0x196e0b=null){const _0x4faaf7=a97_0x18ef75,_0x383697={};_0x383697[_0x4faaf7(0xcd)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x2b3a52=_0x383697;if(!_0x4a5fb0)return logger[_0x4faaf7(0xfd)](_0x2b3a52[_0x4faaf7(0xcd)]),_0x196e0b;if(_0x4a5fb0['testIdentifier'])return logger[_0x4faaf7(0xfd)]('[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20'+_0x4a5fb0[_0x4faaf7(0xaf)]),_0x4a5fb0[_0x4faaf7(0xaf)];return this[_0x4faaf7(0x108)](_0x4a5fb0)||_0x196e0b;}}module[a97_0x18ef75(0x12e)]=o11yClassErrorHandler(JestUtils,[a97_0x18ef75(0x114),a97_0x18ef75(0xa7),a97_0x18ef75(0xb0),'getName',a97_0x18ef75(0x135),a97_0x18ef75(0x119),'createTestFrameworkData',a97_0x18ef75(0xb6),a97_0x18ef75(0x138),a97_0x18ef75(0x133),a97_0x18ef75(0x8b),a97_0x18ef75(0x108),a97_0x18ef75(0xb5),a97_0x18ef75(0x137)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a98_0x18632e=a98_0x45ae;function a98_0x45ae(_0x588067,_0x3ba79c){const _0x19b9ed=a98_0x19b9();return a98_0x45ae=function(_0x45aeca,_0x43812d){_0x45aeca=_0x45aeca-0x195;let _0x32d6c6=_0x19b9ed[_0x45aeca];return _0x32d6c6;},a98_0x45ae(_0x588067,_0x3ba79c);}(function(_0xb85945,_0x53a5bb){const _0x4bbad9=a98_0x45ae,_0x7cffde=_0xb85945();while(!![]){try{const _0x379698=-parseInt(_0x4bbad9(0x1ca))/0x1+-parseInt(_0x4bbad9(0x1ad))/0x2*(-parseInt(_0x4bbad9(0x1a8))/0x3)+-parseInt(_0x4bbad9(0x1a2))/0x4*(parseInt(_0x4bbad9(0x1b9))/0x5)+-parseInt(_0x4bbad9(0x1cb))/0x6*(-parseInt(_0x4bbad9(0x1a4))/0x7)+parseInt(_0x4bbad9(0x19e))/0x8*(-parseInt(_0x4bbad9(0x1a0))/0x9)+parseInt(_0x4bbad9(0x197))/0xa*(-parseInt(_0x4bbad9(0x1af))/0xb)+parseInt(_0x4bbad9(0x1ab))/0xc;if(_0x379698===_0x53a5bb)break;else _0x7cffde['push'](_0x7cffde['shift']());}catch(_0x1f389c){_0x7cffde['push'](_0x7cffde['shift']());}}}(a98_0x19b9,0xd689d));const fs=require('fs'),path=require(a98_0x18632e(0x1a3)),{default:BrowserStackSetup}=require(a98_0x18632e(0x19b)),helper=require(a98_0x18632e(0x196)),PerformanceTester=require(a98_0x18632e(0x199)),PerformanceEvents=require(a98_0x18632e(0x1c2))[a98_0x18632e(0x19d)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require(a98_0x18632e(0x1a1)),TestHubHandler=require(a98_0x18632e(0x1be));function a98_0x19b9(){const _0x511eb4=['RGuoe','launchBuild','lvEDl','parallelsPerPlatform','iHWde','join','start','525BDokMx','RJxix','handleApp','assign','JieeO','../../helpers/testhub/testhubHandler','file','end','SDK_SETUP','../../helpers/performance/constants','modifyBrowserStackCaps','finalExecution','exports','cwd','getHubUrl','Config\x20yml\x20is\x20required','cIMFO','884095eYKRwe','6sXecnw','proxySettings','../../helpers/helper','14113070yqcfgh','File\x20','../../helpers/performance/performance-tester','FWJmZ','../../helpers/BrowserStackSetup','configuration','EVENTS','5363464DzeJVm','push','9MqscAk','../test-runner','63592UuEEQg','path','11139121hzFBiW','modifyBrowserStackW3CCaps','forEach','config','3qszMck','then','index','34343712XUcUIV','length','2121190cfDMgg','args','11AdSWlJ','platforms','existsSync'];a98_0x19b9=function(){return _0x511eb4;};return a98_0x19b9();}async function run(_0x400cbe,_0x24417b,_0x3ef3c1){const _0xa50bfa=a98_0x18632e,_0xa22688={'JieeO':'vanilla','RGuoe':function(_0x47c42a,_0x32020d){return _0x47c42a(_0x32020d);},'iHWde':'File\x20path\x20is\x20required','cIMFO':function(_0x2873ca,_0xcdb91e){return _0x2873ca(_0xcdb91e);},'RJxix':_0xa50bfa(0x1c8),'lvEDl':function(_0x4809e0,_0x4a568a){return _0x4809e0>_0x4a568a;},'BTfYR':function(_0x58146e,_0x3c7b33){return _0x58146e>_0x3c7b33;},'kNgBq':function(_0xe150d6,_0x58501c){return _0xe150d6*_0x58501c;},'FWJmZ':function(_0x512e02,_0x4f9fa7,_0xd6eb50){return _0x512e02(_0x4f9fa7,_0xd6eb50);}};await _0x3ef3c1['initialize'](_0x400cbe),await helper[_0xa50bfa(0x1bb)](_0x3ef3c1['config']);const _0x5d2d1a=[];if(helper['isUndefined'](_0x400cbe['_'][0x1]))throw _0xa22688[_0xa50bfa(0x1b2)](Error,_0xa22688[_0xa50bfa(0x1b6)]);const _0x1d6216=path[_0xa50bfa(0x1b7)](process[_0xa50bfa(0x1c6)](),_0x400cbe['_'][0x1]);if(!fs[_0xa50bfa(0x1b1)](_0x1d6216))throw _0xa22688['RGuoe'](Error,_0xa50bfa(0x198)+_0x400cbe['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x3ef3c1[_0xa50bfa(0x1a7)])throw _0xa22688[_0xa50bfa(0x1c9)](Error,_0xa22688[_0xa50bfa(0x1ba)]);const _0x256f5e=helper['useW3C'](_0x3ef3c1[_0xa50bfa(0x1a7)]);_0x3ef3c1['config']['platforms']&&_0xa22688[_0xa50bfa(0x1b4)](_0x3ef3c1[_0xa50bfa(0x1a7)]['platforms'][_0xa50bfa(0x1ac)],0x0)&&_0x3ef3c1['config'][_0xa50bfa(0x1b0)][_0xa50bfa(0x1a6)]((_0x123290,_0xba906c)=>{const _0x109086=_0xa50bfa;_0x256f5e?_0x5d2d1a[_0x109086(0x19f)](helper[_0x109086(0x1a5)](_0x3ef3c1[_0x109086(0x1a7)],_0xa22688[_0x109086(0x1bd)],_0xba906c)):_0x5d2d1a[_0x109086(0x19f)](helper[_0x109086(0x1c3)](_0x3ef3c1[_0x109086(0x1a7)],_0xa22688['JieeO'],_0xba906c));});let _0x468839,_0x3409f9;const _0x4d09eb=[];if(_0xa22688['BTfYR'](_0x5d2d1a[_0xa50bfa(0x1ac)],0x0))_0x5d2d1a[_0xa50bfa(0x1a6)]((_0x416f55,_0x25143c)=>{const _0x4ba944=_0xa50bfa,_0x44410d={};_0x44410d[_0x4ba944(0x1aa)]=_0x25143c,_0x468839={'server':helper[_0x4ba944(0x1c7)](_0x3ef3c1['config']),'proxySettings':_0x3ef3c1[_0x4ba944(0x1a7)]['proxySettings'],'platform':helper['getPlatformName'](_0x416f55),'platformCaps':Object[_0x4ba944(0x1bc)](_0x44410d,_0x3ef3c1[_0x4ba944(0x1a7)]['platforms'][_0x25143c])};const _0x3aeb21={'capability':_0x416f55,..._0x468839};_0x3aeb21[_0x4ba944(0x1bf)]=_0x1d6216,_0x3aeb21[_0x4ba944(0x1ae)]=_0x24417b;const _0xbe5cd={};_0xbe5cd[_0x4ba944(0x19c)]=_0x3aeb21,_0x3409f9=_0xbe5cd,_0x4d09eb[_0x4ba944(0x19f)](_0x3409f9);});else{let _0x3bb3e3;_0x256f5e?_0x3bb3e3=helper[_0xa50bfa(0x1a5)](_0x3ef3c1[_0xa50bfa(0x1a7)],_0xa22688[_0xa50bfa(0x1bd)],0x0):_0x3bb3e3=helper[_0xa50bfa(0x1c3)](_0x3ef3c1[_0xa50bfa(0x1a7)],_0xa22688[_0xa50bfa(0x1bd)],0x0);_0x468839={'server':helper[_0xa50bfa(0x1c7)](_0x3ef3c1[_0xa50bfa(0x1a7)]),'proxySettings':_0x3ef3c1[_0xa50bfa(0x1a7)][_0xa50bfa(0x195)]};const _0x428ee9={'capability':_0x3bb3e3,..._0x468839};_0x428ee9[_0xa50bfa(0x1bf)]=_0x1d6216,_0x428ee9['args']=_0x24417b;const _0x21b35c={};_0x21b35c['configuration']=_0x428ee9,_0x3409f9=_0x21b35c,_0x4d09eb[_0xa50bfa(0x19f)](_0x3409f9);}const _0xbe7079=await TestHubHandler[_0xa50bfa(0x1b3)](_0xa22688[_0xa50bfa(0x1bd)],_0x3ef3c1),_0x5004c8=_0xa22688['kNgBq'](_0x3ef3c1[_0xa50bfa(0x1a7)][_0xa50bfa(0x1b0)][_0xa50bfa(0x1ac)]||0x1,_0x3ef3c1[_0xa50bfa(0x1a7)][_0xa50bfa(0x1b5)]||0x1);PerformanceTester[_0xa50bfa(0x1c0)](PerformanceEvents[_0xa50bfa(0x1c1)]),_0xa22688[_0xa50bfa(0x19a)](parallelVanillaRun,_0x4d09eb,_0x5004c8)[_0xa50bfa(0x1a9)](_0x329050=>{})['finally'](async()=>{const _0x321831=_0xa50bfa;PerformanceTester[_0x321831(0x1b8)](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x321831(0x1c4)](_0x3ef3c1);});}module[a98_0x18632e(0x1c5)]=run;
2
+ 'use strict';const a98_0x2626c4=a98_0x4ea3;(function(_0x2bf83f,_0x54284c){const _0x2b6924=a98_0x4ea3,_0x58816b=_0x2bf83f();while(!![]){try{const _0x54f517=-parseInt(_0x2b6924(0x140))/0x1*(-parseInt(_0x2b6924(0x155))/0x2)+parseInt(_0x2b6924(0x144))/0x3*(parseInt(_0x2b6924(0x142))/0x4)+parseInt(_0x2b6924(0x147))/0x5+parseInt(_0x2b6924(0x15b))/0x6*(-parseInt(_0x2b6924(0x145))/0x7)+parseInt(_0x2b6924(0x12a))/0x8+-parseInt(_0x2b6924(0x128))/0x9*(-parseInt(_0x2b6924(0x146))/0xa)+-parseInt(_0x2b6924(0x13f))/0xb;if(_0x54f517===_0x54284c)break;else _0x58816b['push'](_0x58816b['shift']());}catch(_0x331964){_0x58816b['push'](_0x58816b['shift']());}}}(a98_0x31c0,0xe116b));function a98_0x31c0(){const _0x3e7eeb=['modifyBrowserStackCaps','assign','useW3C','../../helpers/helper','config','handleApp','Config\x20yml\x20is\x20required','args','configuration','TFsCW','../../helpers/testhub/testhubHandler','jQLHL','parallelsPerPlatform','33575080xqBvoK','1GPSpeE','nSkSB','20KufilC','../../helpers/BrowserStackSetup','254370xTqDXn','4474204ONYsHd','3562320MDbjqM','3070110XiUvUo','forEach','getPlatformName','exports','proxySettings','\x20doesn\x27t\x20exist','hetbx','launchBuild','gWjZR','WjXXO','existsSync','uhogm','File\x20','../../helpers/performance/performance-tester','2722246BvCJpI','EVENTS','SDK_SETUP','file','../../helpers/utilities','getHubUrl','6dNVmum','isUndefined','cwd','45auFsnK','platforms','3465280FqMfAg','finalExecution','push','../test-runner','modifyBrowserStackW3CCaps','initialize','length','start'];a98_0x31c0=function(){return _0x3e7eeb;};return a98_0x31c0();}const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a98_0x2626c4(0x143)),helper=require(a98_0x2626c4(0x135)),PerformanceTester=require(a98_0x2626c4(0x154)),PerformanceEvents=require('../../helpers/performance/constants')[a98_0x2626c4(0x156)],utilities=require(a98_0x2626c4(0x159)),{parallelVanillaRun}=require(a98_0x2626c4(0x12d)),TestHubHandler=require(a98_0x2626c4(0x13c));function a98_0x4ea3(_0xb920a9,_0xe8496e){const _0x31c0c6=a98_0x31c0();return a98_0x4ea3=function(_0x4ea38c,_0x285989){_0x4ea38c=_0x4ea38c-0x127;let _0x4cf61e=_0x31c0c6[_0x4ea38c];return _0x4cf61e;},a98_0x4ea3(_0xb920a9,_0xe8496e);}async function run(_0x2cf48d,_0x450ed8,_0x59dab9){const _0x272fba=a98_0x2626c4,_0x2998d6={'jQLHL':'vanilla','UcCtm':function(_0x1b5e81,_0x4498db){return _0x1b5e81(_0x4498db);},'mECfg':'File\x20path\x20is\x20required','uhogm':function(_0xda1211,_0x10e69d){return _0xda1211(_0x10e69d);},'nSkSB':function(_0x480ec5,_0x2e1db3){return _0x480ec5(_0x2e1db3);},'JADjr':_0x272fba(0x138),'hetbx':function(_0x476ffd,_0x117dbc){return _0x476ffd>_0x117dbc;},'gWjZR':function(_0x12df4f,_0x73dea5){return _0x12df4f>_0x73dea5;},'WjXXO':function(_0x19a9f7,_0x3b2a4e){return _0x19a9f7*_0x3b2a4e;},'TFsCW':function(_0x2868e7,_0x419a59,_0x223bd6){return _0x2868e7(_0x419a59,_0x223bd6);}};await _0x59dab9[_0x272fba(0x12f)](_0x2cf48d),await helper[_0x272fba(0x137)](_0x59dab9[_0x272fba(0x136)]);const _0xa3b9a9=[];if(helper[_0x272fba(0x15c)](_0x2cf48d['_'][0x1]))throw _0x2998d6['UcCtm'](Error,_0x2998d6['mECfg']);const _0x558c5b=path['join'](process[_0x272fba(0x127)](),_0x2cf48d['_'][0x1]);if(!fs[_0x272fba(0x151)](_0x558c5b))throw _0x2998d6[_0x272fba(0x152)](Error,_0x272fba(0x153)+_0x2cf48d['_'][0x1]+_0x272fba(0x14c));if(!_0x59dab9[_0x272fba(0x136)])throw _0x2998d6[_0x272fba(0x141)](Error,_0x2998d6['JADjr']);const _0x1f341a=helper[_0x272fba(0x134)](_0x59dab9[_0x272fba(0x136)]);_0x59dab9['config']['platforms']&&_0x2998d6[_0x272fba(0x14d)](_0x59dab9[_0x272fba(0x136)]['platforms']['length'],0x0)&&_0x59dab9[_0x272fba(0x136)][_0x272fba(0x129)][_0x272fba(0x148)]((_0x65aea7,_0x508868)=>{const _0x434771=_0x272fba;_0x1f341a?_0xa3b9a9[_0x434771(0x12c)](helper[_0x434771(0x12e)](_0x59dab9[_0x434771(0x136)],_0x2998d6[_0x434771(0x13d)],_0x508868)):_0xa3b9a9[_0x434771(0x12c)](helper[_0x434771(0x132)](_0x59dab9['config'],_0x2998d6['jQLHL'],_0x508868));});let _0x2ed1e4,_0x2140ff;const _0x2819b9=[];if(_0x2998d6[_0x272fba(0x14f)](_0xa3b9a9[_0x272fba(0x130)],0x0))_0xa3b9a9[_0x272fba(0x148)]((_0x1109c0,_0x5a2471)=>{const _0x4eb62f=_0x272fba,_0x15cb67={};_0x15cb67['index']=_0x5a2471,_0x2ed1e4={'server':helper[_0x4eb62f(0x15a)](_0x59dab9[_0x4eb62f(0x136)]),'proxySettings':_0x59dab9[_0x4eb62f(0x136)][_0x4eb62f(0x14b)],'platform':helper[_0x4eb62f(0x149)](_0x1109c0),'platformCaps':Object[_0x4eb62f(0x133)](_0x15cb67,_0x59dab9[_0x4eb62f(0x136)][_0x4eb62f(0x129)][_0x5a2471])};const _0x5967b8={'capability':_0x1109c0,..._0x2ed1e4};_0x5967b8[_0x4eb62f(0x158)]=_0x558c5b,_0x5967b8[_0x4eb62f(0x139)]=_0x450ed8;const _0x80193={};_0x80193[_0x4eb62f(0x13a)]=_0x5967b8,_0x2140ff=_0x80193,_0x2819b9[_0x4eb62f(0x12c)](_0x2140ff);});else{let _0x485827;_0x1f341a?_0x485827=helper[_0x272fba(0x12e)](_0x59dab9['config'],_0x2998d6[_0x272fba(0x13d)],0x0):_0x485827=helper[_0x272fba(0x132)](_0x59dab9[_0x272fba(0x136)],_0x2998d6[_0x272fba(0x13d)],0x0);_0x2ed1e4={'server':helper[_0x272fba(0x15a)](_0x59dab9['config']),'proxySettings':_0x59dab9[_0x272fba(0x136)][_0x272fba(0x14b)]};const _0x2419e0={'capability':_0x485827,..._0x2ed1e4};_0x2419e0[_0x272fba(0x158)]=_0x558c5b,_0x2419e0['args']=_0x450ed8;const _0x386a80={};_0x386a80[_0x272fba(0x13a)]=_0x2419e0,_0x2140ff=_0x386a80,_0x2819b9[_0x272fba(0x12c)](_0x2140ff);}const _0x123d0c=await TestHubHandler[_0x272fba(0x14e)](_0x2998d6[_0x272fba(0x13d)],_0x59dab9),_0x59fac2=_0x2998d6[_0x272fba(0x150)](_0x59dab9[_0x272fba(0x136)][_0x272fba(0x129)][_0x272fba(0x130)]||0x1,_0x59dab9[_0x272fba(0x136)][_0x272fba(0x13e)]||0x1);PerformanceTester['end'](PerformanceEvents[_0x272fba(0x157)]),_0x2998d6[_0x272fba(0x13b)](parallelVanillaRun,_0x2819b9,_0x59fac2)['then'](_0x1592f2=>{})['finally'](async()=>{const _0x4ff283=_0x272fba;PerformanceTester[_0x4ff283(0x131)](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x4ff283(0x12b)](_0x59dab9);});}module[a98_0x2626c4(0x14a)]=run;
@@ -1 +1 @@
1
- const a99_0x5b3608=a99_0x20d2;(function(_0x502ac0,_0x40e0be){const _0x487ee9=a99_0x20d2,_0x471d7d=_0x502ac0();while(!![]){try{const _0x70e865=parseInt(_0x487ee9(0x1fa))/0x1+parseInt(_0x487ee9(0x200))/0x2+-parseInt(_0x487ee9(0x1f3))/0x3+-parseInt(_0x487ee9(0x1eb))/0x4*(parseInt(_0x487ee9(0x1fe))/0x5)+parseInt(_0x487ee9(0x202))/0x6+-parseInt(_0x487ee9(0x1f2))/0x7+parseInt(_0x487ee9(0x1f6))/0x8;if(_0x70e865===_0x40e0be)break;else _0x471d7d['push'](_0x471d7d['shift']());}catch(_0x4b2fc4){_0x471d7d['push'](_0x471d7d['shift']());}}}(a99_0xb000,0x8f492));function a99_0x20d2(_0x1cbfd1,_0x2dc869){const _0xb0008f=a99_0xb000();return a99_0x20d2=function(_0x20d20e,_0x1e5a68){_0x20d20e=_0x20d20e-0x1e3;let _0x33d1b0=_0xb0008f[_0x20d20e];return _0x33d1b0;},a99_0x20d2(_0x1cbfd1,_0x2dc869);}const TestMetadata=require(a99_0x5b3608(0x1ea));class BrowserStackSdk{static[a99_0x5b3608(0x1ee)](){const _0x4660a6=a99_0x5b3608,_0x2b140d={};_0x2b140d[_0x4660a6(0x1f0)]=_0x4660a6(0x1e8),_0x2b140d[_0x4660a6(0x1f7)]=_0x4660a6(0x1e6),_0x2b140d[_0x4660a6(0x203)]=_0x4660a6(0x1ec),_0x2b140d['oYdxg']=_0x4660a6(0x1f8),_0x2b140d[_0x4660a6(0x1f5)]=_0x4660a6(0x1f1),_0x2b140d[_0x4660a6(0x204)]=_0x4660a6(0x1fb),_0x2b140d[_0x4660a6(0x1f4)]=_0x4660a6(0x1e7),_0x2b140d[_0x4660a6(0x1fc)]=_0x4660a6(0x1ed),_0x2b140d[_0x4660a6(0x1e5)]='platform',_0x2b140d[_0x4660a6(0x1ef)]=_0x4660a6(0x201),_0x2b140d['AGirK']=_0x4660a6(0x1ff),_0x2b140d[_0x4660a6(0x1e3)]='platformVersion',_0x2b140d[_0x4660a6(0x1fd)]='customVariables';const _0x18f71d=_0x2b140d,_0xabf7cc={};if(global[_0x4660a6(0x1e9)]){const _0x147fe5=global[_0x4660a6(0x1e9)],_0x4e298d=_0x147fe5[_0x18f71d[_0x4660a6(0x1f0)]]||_0x147fe5[_0x18f71d[_0x4660a6(0x1f7)]],_0x58c67b=_0x147fe5[_0x18f71d['arWZt']]||_0x147fe5[_0x18f71d[_0x4660a6(0x1f9)]],_0x1c6851=_0x147fe5[_0x18f71d[_0x4660a6(0x1f5)]]||_0x147fe5[_0x18f71d['PZBlf']],_0x46980f=_0x147fe5[_0x18f71d[_0x4660a6(0x1f4)]]||_0x147fe5[_0x18f71d[_0x4660a6(0x1fc)]],_0xfa51c2=_0x147fe5[_0x18f71d[_0x4660a6(0x1e5)]]||_0x147fe5[_0x18f71d[_0x4660a6(0x1ef)]],_0x5abeae=_0x147fe5[_0x18f71d['AGirK']]||_0x147fe5[_0x18f71d[_0x4660a6(0x1e3)]];_0x147fe5['os']&&(_0xabf7cc['os']=_0x147fe5['os']),_0x4e298d&&(_0xabf7cc[_0x18f71d['qIFDa']]=_0x4e298d),_0x58c67b&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1f9)]]=_0x58c67b),_0x1c6851&&(_0xabf7cc[_0x18f71d['PZBlf']]=_0x1c6851),_0x46980f&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1fc)]]=_0x46980f),_0xfa51c2&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1ef)]]=_0xfa51c2),_0x5abeae&&(_0xabf7cc[_0x18f71d['opKzq']]=_0x5abeae),_0x147fe5[_0x18f71d['HRBwm']]&&(_0xabf7cc[_0x18f71d[_0x4660a6(0x1fd)]]=_0x147fe5[_0x18f71d[_0x4660a6(0x1fd)]]);}return _0xabf7cc;}static['setTestMetadata'](_0x2f4a35={}){const _0x112817=a99_0x5b3608;TestMetadata[_0x112817(0x1e4)](_0x2f4a35);}}function a99_0xb000(){const _0x2a87ff=['browserName','oYdxg','497778ucVEXf','browserVersion','NvDUj','HRBwm','10455tMHXlt','platform_version','493040TbDIfg','platformName','861492FiTMuv','arWZt','PZBlf','opKzq','set','pxvPE','osVersion','device','os_version','__platformCaps','./helpers/metadata','1148dyetWH','browser','deviceName','getCurrentPlatform','YAnkT','LfmEX','browser_version','603232sIlOdU','1252530ELxbOY','UfAxO','rJWaN','6422568BxzlBo','qIFDa'];a99_0xb000=function(){return _0x2a87ff;};return a99_0xb000();}module['exports']=BrowserStackSdk;
1
+ const a99_0x4adb1e=a99_0xb857;(function(_0xe68636,_0x47f3fc){const _0xd91952=a99_0xb857,_0x4b319e=_0xe68636();while(!![]){try{const _0x597514=-parseInt(_0xd91952(0x130))/0x1*(-parseInt(_0xd91952(0x136))/0x2)+-parseInt(_0xd91952(0x127))/0x3*(parseInt(_0xd91952(0x112))/0x4)+parseInt(_0xd91952(0x115))/0x5*(-parseInt(_0xd91952(0x131))/0x6)+parseInt(_0xd91952(0x111))/0x7+-parseInt(_0xd91952(0x12d))/0x8*(-parseInt(_0xd91952(0x133))/0x9)+parseInt(_0xd91952(0x129))/0xa*(-parseInt(_0xd91952(0x120))/0xb)+-parseInt(_0xd91952(0x11d))/0xc*(-parseInt(_0xd91952(0x128))/0xd);if(_0x597514===_0x47f3fc)break;else _0x4b319e['push'](_0x4b319e['shift']());}catch(_0x56ab11){_0x4b319e['push'](_0x4b319e['shift']());}}}(a99_0x1cfc,0x83d3c));const TestMetadata=require(a99_0x4adb1e(0x12c));function a99_0xb857(_0x29f25b,_0x58d27c){const _0x1cfc1e=a99_0x1cfc();return a99_0xb857=function(_0xb85718,_0x208cae){_0xb85718=_0xb85718-0x111;let _0x5d5c9c=_0x1cfc1e[_0xb85718];return _0x5d5c9c;},a99_0xb857(_0x29f25b,_0x58d27c);}function a99_0x1cfc(){const _0x556f56=['exports','77RiInqb','browserName','platform_version','os_version','deviceName','jZJTN','DyDXx','4701isoaai','1136681OsXUEH','837050QQMVmE','TurFz','MHABQ','./helpers/metadata','8ITuxjT','platformVersion','ciiPY','129587jOMCDU','6BBfWZE','sBYfr','3904515emQtHe','browser_version','JxxAC','4YlhHlx','setTestMetadata','device','6165978Bpvfse','1900cjynmx','getCurrentPlatform','Xjbnb','266935ifvjLs','__platformCaps','ObpUA','platformName','set','IfcGr','customVariables','mEStm','48OPknYA','Awqsk'];a99_0x1cfc=function(){return _0x556f56;};return a99_0x1cfc();}class BrowserStackSdk{static[a99_0x4adb1e(0x113)](){const _0x143d4d=a99_0x4adb1e,_0x3c9226={};_0x3c9226['jZJTN']=_0x143d4d(0x123),_0x3c9226[_0x143d4d(0x11a)]='osVersion',_0x3c9226[_0x143d4d(0x11c)]='browser',_0x3c9226[_0x143d4d(0x126)]=_0x143d4d(0x121),_0x3c9226['fQECP']=_0x143d4d(0x134),_0x3c9226['JxxAC']='browserVersion',_0x3c9226[_0x143d4d(0x117)]=_0x143d4d(0x138),_0x3c9226['sBYfr']=_0x143d4d(0x124),_0x3c9226[_0x143d4d(0x11e)]='platform',_0x3c9226['MHABQ']=_0x143d4d(0x118),_0x3c9226[_0x143d4d(0x114)]=_0x143d4d(0x122),_0x3c9226[_0x143d4d(0x12f)]=_0x143d4d(0x12e),_0x3c9226[_0x143d4d(0x12a)]=_0x143d4d(0x11b);const _0x26dfcc=_0x3c9226,_0x5d721f={};if(global[_0x143d4d(0x116)]){const _0x4fefaf=global[_0x143d4d(0x116)],_0x3b04d7=_0x4fefaf[_0x26dfcc[_0x143d4d(0x125)]]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x11a)]],_0x32ad7e=_0x4fefaf[_0x26dfcc['mEStm']]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x126)]],_0xbdd417=_0x4fefaf[_0x26dfcc['fQECP']]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x135)]],_0x53d83d=_0x4fefaf[_0x26dfcc['ObpUA']]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x132)]],_0x478c55=_0x4fefaf[_0x26dfcc[_0x143d4d(0x11e)]]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x12b)]],_0x24a415=_0x4fefaf[_0x26dfcc[_0x143d4d(0x114)]]||_0x4fefaf[_0x26dfcc[_0x143d4d(0x12f)]];_0x4fefaf['os']&&(_0x5d721f['os']=_0x4fefaf['os']),_0x3b04d7&&(_0x5d721f[_0x26dfcc['IfcGr']]=_0x3b04d7),_0x32ad7e&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x126)]]=_0x32ad7e),_0xbdd417&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x135)]]=_0xbdd417),_0x53d83d&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x132)]]=_0x53d83d),_0x478c55&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x12b)]]=_0x478c55),_0x24a415&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x12f)]]=_0x24a415),_0x4fefaf[_0x26dfcc['TurFz']]&&(_0x5d721f[_0x26dfcc[_0x143d4d(0x12a)]]=_0x4fefaf[_0x26dfcc[_0x143d4d(0x12a)]]);}return _0x5d721f;}static[a99_0x4adb1e(0x137)](_0xa9b1fe={}){const _0x86f5b8=a99_0x4adb1e;TestMetadata[_0x86f5b8(0x119)](_0xa9b1fe);}}module[a99_0x4adb1e(0x11f)]=BrowserStackSdk;
@@ -1 +1 @@
1
- const a100_0x2963fa=a100_0x4bde;function a100_0x23c3(){const _0x2753c0=['\x20with\x20response\x20','EPFDr','version','getLocalIdentifier','measures','startLocalBinary','skipSessionName','integrations','dwYhg','BROWSERSTACK_PERCY','sLYHK','exceptions','isNotUndefined','1623738BBRVMY','fIHQO','default','browserstackLocal','371295urSFVH','BbFBo','HUB_MANAGEMENT','beforeExit','TUpDD','getConfigPath','LXYvC','skipBinaryInitialisation','./testhub/testhubHandler','lluub','allocateHub','EQGmO','AGPPw','VKaBO','wTTiX','209vbsOMX','XUOmt','bCIGe','4.5.0','epVQy','Shutdown\x20triggered\x20by\x20','TCG_URL','skipSessionStatus','./timeoutPromise','UfKwV','VohLR','isHealingEnabled','proxyUrl','configPath','kHWvI','reportProcessInterruptionSituation','stringify','proxy','false','isTrialGrid','bstackConfig','setupKeepAlive','iGhTi','TCG_DOWN','CIKTr','3|4|2|1|0','AI_INIT_FAILURE','fileLogger','unhandledErrors','winstonLogger','error','qpUNP','fireFunnelTestEvent','__isPlaywrightInstalled','eIFlE','SIGABRT','isBrowserstackInfra','SHqwu','SDK_CLEANUP','platforms','initialize','aWejf','userName\x20or\x20accessKey\x20is\x20not\x20defined','Local\x20binary\x20stopped','MQrAU','UDJQz','killSignal','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','./percy/utils','iLnXp','measureWrapper','getInstance','setupPercy','../../package.json','writeFileSync','AI_INIT_SUCCESSFUL','./helper','SvRZB','HdWSV','platform','disableAutoCaptureLogs','./setKeepAlive','tcg\x20config\x20setup\x20successful.','EJScd','setCredentialsFromYmlConfig','stopBrowserstackLocal','useW3C','getUserName','chyYG','format','sdkRunId','19|13|2|8|16|15|21|3|12|17|6|11|23|20|9|18|5|1|7|14|22|0|10|4','split','SIGHUP','info','ats-repeater','IWQYC','Calling\x20Build\x20Stop\x20from\x20ExitHandler','LPsAF','fEZpr','7|3|2|1|4|5|6|0','563870piwVuA','isTurboScaleSession','proxyConfig','98ScbRrq','debug','kGTNF','readConfig','getProxyConfigForTcg','lKlsg','forceLocal','stop','normalizeTestReportingEnvVars','uncaughtException','framework','config','accessKey','constructor','GsqTJ','turboScaleOptions','getHubUrl','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','close','4717520JUPuEc','userName','compareVersions','then','xUIbJ','status','mHtRD','toLowerCase','./logger','RrkAQ','SeaKZ','9243QKwQPs','browserStackLocalOptions','captureError','join','exitHandler','preInitialize','Local\x20binary\x20started\x20successfully','ZtnRK','tYYSx','UIdge','./performance/performance-tester','selenium-webdriver','startPercy','GBUTS','path','AI_PROXY_FAILURE','SIGTERM','No\x20config\x20provided.','WCRYG','stopLocalBinary','NXYoh','env','yoaBo','Error\x20in\x20sending\x20testhub\x20stop:\x20','UuaEf','./performance/constants','../hubAllocationMethods','tcgAuthConfig','SDKTestAttempted','./testhub/utils','setupTCGAuth','297496lHRYyF','finalize','NGyiy','getPackageVersion','mugJU','261nZQydL','uvBmp','percy','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','envConfig','QmkAS','length','CZtMa','errorMessage','6486WnPzIb','./utilities','../bin/utils/constants','codeceptjs','GXwBy','generateLocalIdentifier','hubUrl','setProxySettings','push','localIdentifier','boGoO','intExitHandler','TCG_AUTH_TIMEOUT','zEeAw','BrowserstackHealingInitFailed','getLocalConfig','setHandlePWError','checkStopLocalBinaryOnExit','../bin/v2/modules/loadTestModule','reportFinalDetectionState','includes','qhdFW','FmigD','isRunning','SIGBREAK','getFinalCaps','KSbkq','getCentralUser','handled','localOptions','FRAMEWORK','true','turboScale','bEmlI','uldQV','util','stopPercy','AUTOLOGCAPTURE_NOTIFICATION','uuid','requireSeleniumWebdriverCheck','parallelsPerPlatform','1456DFJwVa','central_scanner','UPGRADE_REQUIRED','setupBrowserstackLocal','qiASo','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','uhsqS','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','HuDWZ','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','assign','WRNGM','setUpHubUrl','unhandledRejection','cliConfig','setLogLevel','isUndefined','Error\x20occured\x20while\x20stopping\x20local\x20binary','ybtaS','\x20with\x20error\x20','message','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','testContextOptions','yRKPT','handleExceptions','BROWSERSTACK_TURBOSCALE','GCYgu','toString','setEnvCaps','Percy\x20stopped','isAuthenticated','events.json','isTrue','sMXLt','turboScaleUrl','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','XHIvN','Error\x20in\x20percy\x20setup\x20','playwrightUrl','cancel','sendToEDS'];a100_0x23c3=function(){return _0x2753c0;};return a100_0x23c3();}(function(_0x47f8ea,_0x1d30b3){const _0x60b0e9=a100_0x4bde,_0x130473=_0x47f8ea();while(!![]){try{const _0x1952cd=-parseInt(_0x60b0e9(0x246))/0x1+parseInt(_0x60b0e9(0x242))/0x2+parseInt(_0x60b0e9(0x2c7))/0x3*(parseInt(_0x60b0e9(0x20c))/0x4)+-parseInt(_0x60b0e9(0x2bc))/0x5+parseInt(_0x60b0e9(0x1e3))/0x6*(-parseInt(_0x60b0e9(0x2a9))/0x7)+parseInt(_0x60b0e9(0x1d5))/0x8*(-parseInt(_0x60b0e9(0x1da))/0x9)+-parseInt(_0x60b0e9(0x2a6))/0xa*(-parseInt(_0x60b0e9(0x255))/0xb);if(_0x1952cd===_0x1d30b3)break;else _0x130473['push'](_0x130473['shift']());}catch(_0x1701a7){_0x130473['push'](_0x130473['shift']());}}}(a100_0x23c3,0x9197e));function a100_0x4bde(_0x168482,_0x4418d6){const _0x23c38d=a100_0x23c3();return a100_0x4bde=function(_0x4bde2b,_0x4f9c0d){_0x4bde2b=_0x4bde2b-0x1d0;let _0x5e02be=_0x23c38d[_0x4bde2b];return _0x5e02be;},a100_0x4bde(_0x168482,_0x4418d6);}const util=require(a100_0x2963fa(0x206)),os=require('os'),path=require(a100_0x2963fa(0x2d5)),{v4:uuidv4}=require(a100_0x2963fa(0x209)),fs=require('fs'),constants=require(a100_0x2963fa(0x1e5)),logger=require('./logger')[a100_0x2963fa(0x272)],fileLogger=require('./logger')[a100_0x2963fa(0x270)],{getLogDir}=require(a100_0x2963fa(0x2c4)),helper=require(a100_0x2963fa(0x28d)),utilities=require(a100_0x2963fa(0x1e4)),percyHelper=require(a100_0x2963fa(0x285)),hubAllocator=require(a100_0x2963fa(0x1d0)),PerformanceTester=require(a100_0x2963fa(0x2d1)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x2963fa(0x2e0)),{setPercyFlag}=require(a100_0x2963fa(0x1d3)),TestHubHandler=require(a100_0x2963fa(0x24e)),timeoutPromise=require(a100_0x2963fa(0x25d)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),LoadTestModule=require(a100_0x2963fa(0x1f5)),{getEdsInstrumentationAPIUrl}=require('../bin/utils/apiUtilityMethods'),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x1e90ac,_0x499a2d){const _0x54e666=a100_0x2963fa,_0x2fde8c={'epVQy':_0x54e666(0x29c),'EPFDr':_0x54e666(0x2d8),'gbgPp':function(_0x4aee9c){return _0x4aee9c();}},_0x3c1bc8=_0x2fde8c[_0x54e666(0x259)][_0x54e666(0x29d)]('|');let _0x2a825b=0x0;while(!![]){switch(_0x3c1bc8[_0x2a825b++]){case'0':helper['setLogDir'](this[_0x54e666(0x2b4)]);continue;case'1':helper[_0x54e666(0x295)](this[_0x54e666(0x2b4)]);continue;case'2':this[_0x54e666(0x1de)]=helper[_0x54e666(0x228)]();continue;case'3':this[_0x54e666(0x21a)]=helper['setCLICaps'](_0x1e90ac);continue;case'4':PerformanceTester['startMonitoring']();continue;case'5':helper['setBrowserstackInfraFromConfig'](this[_0x54e666(0x2b4)],this[_0x54e666(0x21a)]);continue;case'6':this[_0x54e666(0x1e2)]={};continue;case'7':this[_0x54e666(0x2b4)][_0x54e666(0x222)][_0x54e666(0x25c)]=!helper[_0x54e666(0x279)]()||helper[_0x54e666(0x22c)](this['config'][_0x54e666(0x222)]['skipSessionStatus']);continue;case'8':this['browserstackLocal']=null;continue;case'9':if(helper[_0x54e666(0x21c)](this['config']))throw new Error(_0x2fde8c[_0x54e666(0x236)]);continue;case'10':helper[_0x54e666(0x21b)](this[_0x54e666(0x2b4)],this['cliConfig'],this[_0x54e666(0x1de)]);continue;case'11':this['sdkRunId']=_0x2fde8c['gbgPp'](uuidv4);continue;case'12':this[_0x54e666(0x2b4)][_0x54e666(0x27c)]=this[_0x54e666(0x2b4)][_0x54e666(0x27c)]||[];continue;case'13':helper[_0x54e666(0x2b1)]();continue;case'14':this[_0x54e666(0x2b4)][_0x54e666(0x222)][_0x54e666(0x23b)]=!helper[_0x54e666(0x279)]()||helper[_0x54e666(0x22c)](this[_0x54e666(0x2b4)][_0x54e666(0x222)][_0x54e666(0x23b)]);continue;case'15':this[_0x54e666(0x262)]=helper[_0x54e666(0x24b)](_0x1e90ac);continue;case'16':this[_0x54e666(0x1dc)]=null;continue;case'17':this['config'][_0x54e666(0x222)]=this[_0x54e666(0x2b4)][_0x54e666(0x222)]||{};continue;case'18':if(this[_0x54e666(0x2b4)][_0x54e666(0x273)])throw new Error(this['config'][_0x54e666(0x273)]);continue;case'19':this['unhandledErrors']=[];continue;case'20':global['framework']=_0x499a2d;continue;case'21':this[_0x54e666(0x2b4)]=helper[_0x54e666(0x2ac)](this[_0x54e666(0x262)]);continue;case'22':helper[_0x54e666(0x1fc)](this[_0x54e666(0x2b4)],this['cliConfig'],this[_0x54e666(0x1de)]);continue;case'23':this[_0x54e666(0x2b3)]=_0x499a2d;continue;}break;}}[a100_0x2963fa(0x2cc)](_0x2e19c9){const _0x25cf23=a100_0x2963fa,_0x2bfc8a={'CIKTr':_0x25cf23(0x27f),'qoKZy':function(_0x74db2c,_0x3af4e9){return _0x74db2c===_0x3af4e9;},'zEeAw':function(_0x22bb01,_0x401923){return _0x22bb01===_0x401923;},'sHJTj':_0x25cf23(0x23c),'cXFJU':_0x25cf23(0x1d2),'IWQYC':function(_0x588e47,_0x3a6be0){return _0x588e47<_0x3a6be0;},'VohLR':function(_0x1e1f69,_0x354851){return _0x1e1f69(_0x354851);},'dwYhg':_0x25cf23(0x2d2),'fIHQO':function(_0x1ef051,_0x24f433){return _0x1ef051===_0x24f433;},'qpUNP':_0x25cf23(0x258),'NXYoh':_0x25cf23(0x211),'qiASo':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','TUpDD':_0x25cf23(0x2d7),'WCRYG':'SIGINT','lKlsg':_0x25cf23(0x29e),'sMXLt':function(_0x16947f,_0x4d310d){return _0x16947f!==_0x4d310d;},'MMELW':'win32','GBUTS':_0x25cf23(0x278),'fEZpr':'SIGQUIT','HuDWZ':_0x25cf23(0x1fb),'tIsiw':_0x25cf23(0x249)},_0x22443a=this['framework'];global[_0x25cf23(0x2b4)]=this[_0x25cf23(0x2b4)],helper['sanitizeCaps'](this[_0x25cf23(0x2b4)]),this[_0x25cf23(0x283)]=null,global[_0x25cf23(0x29b)]=this['sdkRunId'],logger[_0x25cf23(0x29f)]('SDK\x20run\x20started\x20with\x20id:\x20'+this[_0x25cf23(0x29b)]),!this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)]&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)]=this[_0x25cf23(0x2b4)][_0x25cf23(0x200)]||{});if(helper['isUndefined'](helper[_0x25cf23(0x298)](this[_0x25cf23(0x2b4)]))||helper[_0x25cf23(0x21c)](helper['getAccessKey'](this[_0x25cf23(0x2b4)])))throw new Error(_0x2bfc8a[_0x25cf23(0x26d)]);helper[_0x25cf23(0x1f2)](this[_0x25cf23(0x2b4)])&&helper[_0x25cf23(0x21c)](helper[_0x25cf23(0x238)](this['config']))&&(!helper[_0x25cf23(0x21c)](this['config'][_0x25cf23(0x2c8)])&&_0x2bfc8a['qoKZy'](this['config']['browserStackLocalOptions'][_0x25cf23(0x2b6)],Object)?!helper[_0x25cf23(0x22c)](this[_0x25cf23(0x2b4)]['browserStackLocalOptions'][_0x25cf23(0x24d)])&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)][_0x25cf23(0x1ec)]=helper[_0x25cf23(0x1e8)]()):this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x25cf23(0x2b4)][_0x25cf23(0x2c8)][_0x25cf23(0x24d)]=helper[_0x25cf23(0x22c)](this['config'][_0x25cf23(0x2c8)][_0x25cf23(0x24d)]),helper[_0x25cf23(0x1f3)](this[_0x25cf23(0x2b4)]);if(_0x2bfc8a[_0x25cf23(0x1f0)](_0x22443a,_0x2bfc8a['sHJTj']))return;this[_0x25cf23(0x224)]();process[_0x25cf23(0x2dc)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x203)]=helper['isTrue'](process[_0x25cf23(0x2dc)][_0x25cf23(0x225)]),this[_0x25cf23(0x2b4)]['turboScaleOptions']=this['config'][_0x25cf23(0x2b8)]||{});helper[_0x25cf23(0x2a7)](this[_0x25cf23(0x2b4)])&&(process[_0x25cf23(0x2dc)][_0x25cf23(0x225)]=!![]);LoadTestModule['isLTSSession'](this[_0x25cf23(0x2b4)])&&logger['debug'](_0x25cf23(0x221)+this[_0x25cf23(0x29b)]);if(!helper[_0x25cf23(0x279)]()){try{process[_0x25cf23(0x2dc)]['FRAMEWORK']=_0x22443a,utilities['fireFunnelTestEvent'](_0x2bfc8a['cXFJU'],{},this[_0x25cf23(0x2b4)],this[_0x25cf23(0x2b3)]);}catch(_0x30d02c){logger['debug'](_0x25cf23(0x215)+_0x30d02c);}return;}if(helper[_0x25cf23(0x20a)](_0x22443a)){if(global[_0x25cf23(0x276)]||global['__isPuppeteerInstalled'])return;_0x2bfc8a[_0x25cf23(0x2a1)](_0x2bfc8a[_0x25cf23(0x25f)](parseInt,helper[_0x25cf23(0x1d8)](_0x2bfc8a[_0x25cf23(0x23d)])),0x3)&&(this[_0x25cf23(0x2b4)]['useW3C']=![]),_0x2bfc8a[_0x25cf23(0x243)](helper[_0x25cf23(0x2be)](helper[_0x25cf23(0x1d8)](_0x2bfc8a['dwYhg']),_0x2bfc8a[_0x25cf23(0x274)]),0x1)&&(this[_0x25cf23(0x2b4)][_0x25cf23(0x297)]=!![]);}(helper[_0x25cf23(0x21c)](this[_0x25cf23(0x2b4)][_0x25cf23(0x27c)])||helper['isUndefined'](this[_0x25cf23(0x2b4)][_0x25cf23(0x27c)]['length']))&&(helper[_0x25cf23(0x21c)](this[_0x25cf23(0x2b4)][_0x25cf23(0x20b)])?logger[_0x25cf23(0x29f)](_0x2bfc8a[_0x25cf23(0x2db)]):logger['warn'](_0x2bfc8a[_0x25cf23(0x210)]),this[_0x25cf23(0x2b4)][_0x25cf23(0x27c)]=[]);!this[_0x25cf23(0x2b4)][_0x25cf23(0x222)]&&(this[_0x25cf23(0x2b4)]['testContextOptions']={});try{process['env'][_0x25cf23(0x201)]=_0x2e19c9['_'][0x0],utilities[_0x25cf23(0x275)](_0x2bfc8a['cXFJU'],{},this[_0x25cf23(0x2b4)],this[_0x25cf23(0x2b3)]);}catch(_0x41917c){logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x41917c);}!this[_0x25cf23(0x2b4)][_0x25cf23(0x291)]&&logger['info'](constants[_0x25cf23(0x208)]),this[_0x25cf23(0x1ee)]=this[_0x25cf23(0x1ee)]['bind'](this),process['on'](_0x2bfc8a[_0x25cf23(0x24a)],this[_0x25cf23(0x1ee)]),process['on'](_0x2bfc8a[_0x25cf23(0x2d9)],this[_0x25cf23(0x1ee)]),process['on'](_0x2bfc8a[_0x25cf23(0x2ae)],this['intExitHandler']),_0x2bfc8a[_0x25cf23(0x22d)](process['platform'],_0x2bfc8a['MMELW'])?(process['on'](_0x2bfc8a[_0x25cf23(0x2d4)],this['intExitHandler']),process['on'](_0x2bfc8a[_0x25cf23(0x2a4)],this[_0x25cf23(0x1ee)])):process['on'](_0x2bfc8a[_0x25cf23(0x214)],this['intExitHandler']),process['on'](_0x2bfc8a['tIsiw'],this[_0x25cf23(0x2cb)]());}async[a100_0x2963fa(0x27d)](_0x38cf09){const _0x1f3d5f=a100_0x2963fa,_0x637a73={'IkAzt':_0x1f3d5f(0x2a0),'aWejf':'custom-repeater','lluub':_0x1f3d5f(0x202),'chyYG':function(_0x21340a,_0x29909d){return _0x21340a===_0x29909d;},'WRNGM':'playwright','Fgujz':function(_0x4eb9b0,_0x5e67d2){return _0x4eb9b0+_0x5e67d2;},'bEmlI':'?caps=','RrkAQ':function(_0x1d750c,_0x136d7e){return _0x1d750c(_0x136d7e);},'UuaEf':_0x1f3d5f(0x1e6)};this[_0x1f3d5f(0x2cc)](_0x38cf09);if(helper['isTurboScaleSession'](this[_0x1f3d5f(0x2b4)])){const _0x5b4188=await helper['getTurboScaleGridDetails'](this[_0x1f3d5f(0x2b4)]);this[_0x1f3d5f(0x2b4)]['turboScaleGridDetails']=_0x5b4188,_0x5b4188[_0x1f3d5f(0x268)]&&helper[_0x1f3d5f(0x241)](this[_0x1f3d5f(0x2b4)]['browserstackLocal'])&&helper['isTrue'](this['config'][_0x1f3d5f(0x245)])&&(this[_0x1f3d5f(0x2b4)][_0x1f3d5f(0x2c8)][_0x1f3d5f(0x1ec)]=_0x637a73['IkAzt'],this[_0x1f3d5f(0x2b4)][_0x1f3d5f(0x2c8)][_0x637a73[_0x1f3d5f(0x27e)]]=_0x5b4188['customRepeaters'][_0x1f3d5f(0x2ca)](','),this[_0x1f3d5f(0x2b4)][_0x1f3d5f(0x2c8)][_0x1f3d5f(0x2af)]=_0x637a73[_0x1f3d5f(0x24f)]),this['config'][_0x1f3d5f(0x22e)]=_0x5b4188['url'],this[_0x1f3d5f(0x2b3)]&&_0x637a73[_0x1f3d5f(0x299)](this[_0x1f3d5f(0x2b3)][_0x1f3d5f(0x2c3)](),_0x637a73[_0x1f3d5f(0x217)])?this['config'][_0x1f3d5f(0x22e)]=_0x637a73['Fgujz'](_0x5b4188[_0x1f3d5f(0x232)],_0x637a73[_0x1f3d5f(0x204)]):constants[_0x1f3d5f(0x1e9)]=helper[_0x1f3d5f(0x2b9)](this[_0x1f3d5f(0x2b4)]),logger[_0x1f3d5f(0x2aa)](_0x1f3d5f(0x284)+constants[_0x1f3d5f(0x1e9)]);}helper[_0x1f3d5f(0x1ea)](this['config']),this[_0x1f3d5f(0x26a)](),_0x637a73[_0x1f3d5f(0x2c5)](setPercyFlag,this),await this[_0x1f3d5f(0x20f)](),![_0x637a73[_0x1f3d5f(0x2df)],_0x637a73['WRNGM']][_0x1f3d5f(0x1f7)](this['framework'])&&!helper[_0x1f3d5f(0x2a7)](this[_0x1f3d5f(0x2b4)])&&!helper[_0x1f3d5f(0x1fe)]()[_0x1f3d5f(0x20d)]&&await this[_0x1f3d5f(0x218)]();}async[a100_0x2963fa(0x289)](){const _0x5b6135=a100_0x2963fa,_0x373068={};_0x373068[_0x5b6135(0x1e1)]=function(_0x4730e0,_0x15d12e){return _0x4730e0===_0x15d12e;},_0x373068['iLnXp']=_0x5b6135(0x267),_0x373068[_0x5b6135(0x256)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x373068['GXwBy']='Percy\x20started\x20successfully',_0x373068[_0x5b6135(0x2c6)]=_0x5b6135(0x202),_0x373068[_0x5b6135(0x21e)]=_0x5b6135(0x249);const _0x54d7d1=_0x373068;if(helper[_0x5b6135(0x22c)](this['config']['percy'])&&(!this[_0x5b6135(0x1dc)]||!this[_0x5b6135(0x1dc)][_0x5b6135(0x1fa)]()))try{this['percy']=await percyHelper[_0x5b6135(0x2d3)](this[_0x5b6135(0x2b4)]);if(!this[_0x5b6135(0x1dc)]){process['env']['BROWSERSTACK_PERCY']=_0x54d7d1[_0x5b6135(0x286)];throw new Error(_0x54d7d1[_0x5b6135(0x256)]);}logger[_0x5b6135(0x29f)](_0x54d7d1[_0x5b6135(0x1e7)]),process[_0x5b6135(0x2dc)]['BROWSERSTACK_PERCY']=_0x54d7d1[_0x5b6135(0x2c6)];let _0x54b78a=0x0;const _0x356080=async()=>{const _0x3d1bf6=_0x5b6135;_0x54b78a++,_0x54d7d1[_0x3d1bf6(0x1e1)](_0x54b78a,0x1)&&await this[_0x3d1bf6(0x207)]();};process['on'](_0x54d7d1[_0x5b6135(0x21e)],_0x356080);}catch(_0x1a79c8){process[_0x5b6135(0x2dc)][_0x5b6135(0x23e)]=_0x54d7d1[_0x5b6135(0x286)],logger[_0x5b6135(0x2aa)](_0x5b6135(0x231)+_0x1a79c8);throw new Error(_0x1a79c8[_0x5b6135(0x227)]());}}async[a100_0x2963fa(0x207)](){const _0x35d5d3=a100_0x2963fa,_0x5df49c={};_0x5df49c[_0x35d5d3(0x252)]=_0x35d5d3(0x229),_0x5df49c[_0x35d5d3(0x281)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x2dd038=_0x5df49c;if(this['percy']&&this['percy'][_0x35d5d3(0x1fa)]())try{await percyHelper[_0x35d5d3(0x207)](this[_0x35d5d3(0x1dc)]),logger['info'](_0x2dd038[_0x35d5d3(0x252)]);}catch(_0x41e962){logger['error'](_0x2dd038['MQrAU'],_0x41e962[_0x35d5d3(0x220)]);}}async[a100_0x2963fa(0x20f)](){const _0x402bd3=a100_0x2963fa,_0x5c62c6={};_0x5c62c6[_0x402bd3(0x2c2)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x5c62c6['QmkAS']=_0x402bd3(0x2cd);const _0x17667d=_0x5c62c6;if(helper['isBrowserstackInfra']()&&helper[_0x402bd3(0x22c)](this[_0x402bd3(0x2b4)][_0x402bd3(0x245)])&&(!this['browserstackLocal']||!this[_0x402bd3(0x245)][_0x402bd3(0x1fa)]()))try{if(this[_0x402bd3(0x2b4)][_0x402bd3(0x2c8)][_0x402bd3(0x24d)]){logger[_0x402bd3(0x2aa)](_0x17667d['mHtRD']);return;}this[_0x402bd3(0x245)]=await helper[_0x402bd3(0x23a)](this[_0x402bd3(0x2b4)]),logger['info'](_0x17667d[_0x402bd3(0x1df)]);}catch(_0x2ca441){logger[_0x402bd3(0x2aa)](_0x2ca441);throw new Error(_0x2ca441['toString']());}}async[a100_0x2963fa(0x296)](){const _0x40c60c=a100_0x2963fa,_0xc427d8={};_0xc427d8[_0x40c60c(0x28e)]=_0x40c60c(0x280),_0xc427d8[_0x40c60c(0x2cf)]=_0x40c60c(0x21d);const _0x12dc45=_0xc427d8;if(this[_0x40c60c(0x245)]&&this[_0x40c60c(0x245)][_0x40c60c(0x1fa)]())try{await helper[_0x40c60c(0x2da)](this[_0x40c60c(0x245)]),logger[_0x40c60c(0x29f)](_0x12dc45[_0x40c60c(0x28e)]);}catch(_0x58b063){logger[_0x40c60c(0x273)](_0x12dc45[_0x40c60c(0x2cf)],_0x58b063[_0x40c60c(0x220)]);}}async[a100_0x2963fa(0x218)](){const _0x1a491a=a100_0x2963fa;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1a491a(0x248)],async()=>{const _0x9c69e7=_0x1a491a;await hubAllocator[_0x9c69e7(0x250)](this[_0x9c69e7(0x2b4)]);})();}async[a100_0x2963fa(0x1d4)](){const _0x114d68=a100_0x2963fa,_0x1b4916={'ZHVVK':function(_0x196608,_0x317ce9){return _0x196608(_0x317ce9);},'kHWvI':'../ai-sdk-node/bundle','eIFlE':function(_0x344c86,_0xcec015,_0x2d8d04,_0x454ac7,_0x5526f6,_0x35efb0,_0x2347ac){return _0x344c86(_0xcec015,_0x2d8d04,_0x454ac7,_0x5526f6,_0x35efb0,_0x2347ac);},'EgcvK':'BrowserstackHealing.init\x20method\x20timed\x20out','GsqTJ':_0x114d68(0x1f1),'UfKwV':function(_0x434698,_0x309910){return _0x434698(_0x309910);},'yRKPT':_0x114d68(0x28a),'ZtnRK':'BrowserstackHealing.init','kGTNF':function(_0x1356ec,_0x473aec){return _0x1356ec===_0x473aec;},'NGyiy':_0x114d68(0x202),'uvBmp':function(_0x5203a1,_0x54c8a9){return _0x5203a1===_0x54c8a9;},'cnTzg':_0x114d68(0x2ba),'boGoO':function(_0x5153cd,_0x25c569){return _0x5153cd===_0x25c569;},'zEWku':_0x114d68(0x22f),'LPsAF':'Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','KSbkq':function(_0x1eeb8e,_0x4d98d9){return _0x1eeb8e(_0x4d98d9);},'uhsqS':_0x114d68(0x213),'GCYgu':function(_0x38999d,_0x305e10){return _0x38999d>=_0x305e10;},'wTTiX':function(_0x215186,_0x3de9ec){return _0x215186<_0x3de9ec;},'FmigD':function(_0x2628cd,_0x1f8a9c){return _0x2628cd>=_0x1f8a9c;},'sLYHK':_0x114d68(0x293),'SVfxx':'aiHeal:tcgAuth','uldQV':function(_0x38ee95){return _0x38ee95();}},_0x3cabe1=PerformanceTester[_0x114d68(0x287)](_0x1b4916['SVfxx'],async()=>{const _0x1f70c9=_0x114d68;try{const _0x3567b7=new Date(),_0x3b385a=helper[_0x1f70c9(0x2ad)](this['config']),_0x17b861=_0x1b4916['ZHVVK'](require,path[_0x1f70c9(0x2ca)](__dirname,_0x1b4916[_0x1f70c9(0x263)])),_0x41c7cf=_0x1b4916[_0x1f70c9(0x277)](timeoutPromise,constants[_0x1f70c9(0x1ef)],_0x1b4916['EgcvK'],_0x1b4916[_0x1f70c9(0x2b7)],_0x3567b7,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]),_0x3adc5a={'tcgUrl':constants[_0x1f70c9(0x25b)],'sdkVersion':_0x1b4916['UfKwV'](require,_0x1b4916[_0x1f70c9(0x223)])[_0x1f70c9(0x237)],'methodUsed':_0x1b4916['ZtnRK'],'proxyConfig':_0x3b385a,'os':os[_0x1f70c9(0x290)]()};if(_0x3b385a&&_0x3b385a[_0x1f70c9(0x261)]){utilities[_0x1f70c9(0x275)](constants[_0x1f70c9(0x2d6)],_0x3adc5a,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]);return;}const _0x5758e6={};_0x5758e6[_0x1f70c9(0x266)]=_0x3b385a;const _0x4c3ba6=await Promise['race']([_0x17b861['init'](this[_0x1f70c9(0x2b4)][_0x1f70c9(0x2b5)],this[_0x1f70c9(0x2b4)][_0x1f70c9(0x2bd)],constants[_0x1f70c9(0x25b)],_0x1b4916[_0x1f70c9(0x25e)](require,_0x1b4916[_0x1f70c9(0x223)])[_0x1f70c9(0x237)],_0x5758e6)[_0x1f70c9(0x2bf)](_0x2153a7=>{const _0x2e760a=_0x1f70c9;return _0x41c7cf[_0x2e760a(0x233)](),_0x2153a7;}),_0x41c7cf]);_0x4c3ba6[_0x1f70c9(0x260)]=_0x1b4916[_0x1f70c9(0x2ab)](_0x4c3ba6[_0x1f70c9(0x260)],_0x1b4916[_0x1f70c9(0x1d7)])||_0x1b4916[_0x1f70c9(0x2ab)](_0x4c3ba6['isHealingEnabled'],!![]);const _0x58e8a8=_0x1b4916[_0x1f70c9(0x2ab)](this['config']['selfHeal'],!![])||_0x1b4916[_0x1f70c9(0x2ab)](this[_0x1f70c9(0x2b4)]['selfHeal'],_0x1b4916['NGyiy']);if(_0x1b4916[_0x1f70c9(0x1db)](_0x4c3ba6[_0x1f70c9(0x220)],constants[_0x1f70c9(0x20e)])&&_0x58e8a8)logger['info'](_0x1b4916['cnTzg']);else{if(!_0x4c3ba6[_0x1f70c9(0x22a)]&&_0x1b4916[_0x1f70c9(0x1ed)](_0x4c3ba6['status'],0x1f7)&&_0x58e8a8)logger[_0x1f70c9(0x29f)](_0x1b4916['zEWku']),utilities[_0x1f70c9(0x275)](constants[_0x1f70c9(0x26c)],_0x3adc5a,this[_0x1f70c9(0x2b4)],this['framework']);else{if(!_0x4c3ba6[_0x1f70c9(0x22a)]&&_0x58e8a8){logger[_0x1f70c9(0x29f)](_0x1b4916[_0x1f70c9(0x2a3)]);const _0x320d3d={'tcgUrl':constants[_0x1f70c9(0x25b)],'sdkVersion':_0x1b4916[_0x1f70c9(0x1fd)](require,_0x1b4916['yRKPT'])[_0x1f70c9(0x237)],'methodUsed':_0x1b4916[_0x1f70c9(0x2ce)],'proxyConfig':_0x3b385a,'os':os['platform']()};utilities['fireFunnelTestEvent'](constants['TCG_AUTH_FAILURE'],_0x320d3d,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]);}else{if(_0x4c3ba6[_0x1f70c9(0x22a)]&&!_0x4c3ba6[_0x1f70c9(0x260)]&&_0x58e8a8)logger[_0x1f70c9(0x29f)](_0x1b4916[_0x1f70c9(0x212)]);else{if(_0x1b4916[_0x1f70c9(0x226)](_0x4c3ba6[_0x1f70c9(0x2c1)],0xc8)&&_0x1b4916[_0x1f70c9(0x254)](_0x4c3ba6[_0x1f70c9(0x2c1)],0x12c))utilities['fireFunnelTestEvent'](constants[_0x1f70c9(0x28c)],_0x3adc5a,this['config'],this['framework']);else{if(_0x1b4916[_0x1f70c9(0x1f9)](_0x4c3ba6['status'],0x190))_0x3adc5a[_0x1f70c9(0x2c1)]=_0x4c3ba6['status'],utilities[_0x1f70c9(0x275)](constants[_0x1f70c9(0x26f)],_0x3adc5a,this[_0x1f70c9(0x2b4)],this[_0x1f70c9(0x2b3)]);else!_0x4c3ba6[_0x1f70c9(0x2c1)]&&utilities[_0x1f70c9(0x275)](constants['INVALID_INIT_RESP_WITH_USER_IMPACT'],_0x3adc5a,this['config'],this['framework']);}}}}}if(_0x4c3ba6[_0x1f70c9(0x22a)]&&_0x4c3ba6[_0x1f70c9(0x260)]){const _0x1e10da={};_0x1e10da[_0x1f70c9(0x1d1)]=_0x4c3ba6;const _0x1a3ab6=_0x1e10da;_0x3b385a&&(_0x1a3ab6[_0x1f70c9(0x2a8)]=_0x3b385a),_0x1a3ab6[_0x1f70c9(0x2b3)]=this[_0x1f70c9(0x2b3)],_0x1a3ab6[_0x1f70c9(0x269)]=this[_0x1f70c9(0x2b4)],helper['setupTcgConfigFile'](_0x1a3ab6),logger['debug'](_0x1b4916[_0x1f70c9(0x23f)]);}}catch(_0x2e7b38){logger[_0x1f70c9(0x2aa)](_0x1f70c9(0x1dd)+(_0x2e7b38[_0x1f70c9(0x220)]?_0x2e7b38[_0x1f70c9(0x220)]:''));}});await _0x1b4916[_0x114d68(0x205)](_0x3cabe1);}[a100_0x2963fa(0x26a)](){const _0x37bd98=a100_0x2963fa,_0x555fa1={'DKdcU':function(_0x21c9bd,_0x1a6987){return _0x21c9bd(_0x1a6987);},'BbFBo':_0x37bd98(0x292)};_0x555fa1['DKdcU'](require,_0x555fa1[_0x37bd98(0x247)])();}['handleExceptions'](){const _0x17d5c9=a100_0x2963fa,_0x3d5571={};_0x3d5571[_0x17d5c9(0x28f)]=_0x17d5c9(0x26e),_0x3d5571[_0x17d5c9(0x253)]=_0x17d5c9(0x219),_0x3d5571['EJScd']=_0x17d5c9(0x2b2);const _0x2b89f9=_0x3d5571,_0x5ae55a=_0x39e10c=>{const _0x1eb3a5=_0x17d5c9,_0x5d58da=_0x2b89f9[_0x1eb3a5(0x28f)][_0x1eb3a5(0x29d)]('|');let _0x1af91c=0x0;while(!![]){switch(_0x5d58da[_0x1af91c++]){case'0':ClientTroubleShootingService[_0x1eb3a5(0x1f6)]();continue;case'1':PerformanceTester[_0x1eb3a5(0x2c9)](_0x39e10c);continue;case'2':this[_0x1eb3a5(0x271)][_0x1eb3a5(0x1eb)](util['format']('%j',_0x39e10c));continue;case'3':logger[_0x1eb3a5(0x273)](_0x39e10c[_0x1eb3a5(0x220)]);continue;case'4':logger['debug'](util[_0x1eb3a5(0x29a)](_0x39e10c));continue;}break;}};process['on'](_0x2b89f9['VKaBO'],_0x5ae55a),process['on'](_0x2b89f9[_0x17d5c9(0x294)],_0x5ae55a);}async['intExitHandler'](_0xe2789d){const _0x5b803a=a100_0x2963fa,_0x58b53c={};_0x58b53c[_0x5b803a(0x2c0)]=_0x5b803a(0x2a5),_0x58b53c[_0x5b803a(0x26b)]=function(_0x146f80,_0x1d9e46){return _0x146f80+_0x1d9e46;},_0x58b53c[_0x5b803a(0x1f8)]=_0x5b803a(0x25a),_0x58b53c[_0x5b803a(0x257)]=function(_0x495ed9,_0x4b6ea3){return _0x495ed9+_0x4b6ea3;},_0x58b53c[_0x5b803a(0x251)]=_0x5b803a(0x1ff),_0x58b53c[_0x5b803a(0x27a)]=function(_0x184b98,_0x35719c){return _0x184b98+_0x35719c;};const _0x3583b6=_0x58b53c,_0x203201=_0x3583b6['xUIbJ'][_0x5b803a(0x29d)]('|');let _0x4fee20=0x0;while(!![]){switch(_0x203201[_0x4fee20++]){case'0':await BrowserstackCLI[_0x5b803a(0x288)]()[_0x5b803a(0x2b0)]();continue;case'1':this[_0x5b803a(0x283)]=_0xe2789d;continue;case'2':logger[_0x5b803a(0x29f)](_0x3583b6['iGhTi'](_0x3583b6['qhdFW'],_0xe2789d));continue;case'3':this[_0x3583b6['bCIGe'](_0x3583b6[_0x5b803a(0x251)],_0xe2789d)]=!![];continue;case'4':await ClientTroubleShootingService[_0x5b803a(0x264)](_0xe2789d);continue;case'5':await TestHubHandler['stop'](_0xe2789d);continue;case'6':await ClientTroubleShootingService[_0x5b803a(0x1f6)]();continue;case'7':if(this[_0x3583b6[_0x5b803a(0x27a)](_0x3583b6[_0x5b803a(0x251)],_0xe2789d)])return;continue;}break;}}['exitHandler'](){const _0x580ce1=a100_0x2963fa,_0x102905={'UDJQz':function(_0x723042,_0x5910ec){return _0x723042===_0x5910ec;},'LXYvC':_0x580ce1(0x2a2),'zYjCi':function(_0x837a70,_0x32272f){return _0x837a70>_0x32272f;},'XHIvN':function(_0x8df7df,_0x32430c){return _0x8df7df>_0x32430c;},'mugJU':function(_0x3982c4,_0x300872){return _0x3982c4(_0x300872);},'UIdge':function(_0x31648c,_0x7ec9ab){return _0x31648c(_0x7ec9ab);},'bupVo':function(_0x382aa9){return _0x382aa9();},'yoaBo':_0x580ce1(0x22b)};let _0x3d47b0=0x0;return async()=>{const _0x113151=_0x580ce1;_0x3d47b0++;if(_0x102905[_0x113151(0x282)](_0x3d47b0,0x1)){helper[_0x113151(0x1f4)](this[_0x113151(0x2b3)])&&await this[_0x113151(0x296)]();try{logger[_0x113151(0x2aa)](_0x102905[_0x113151(0x24c)]),await TestHubHandler[_0x113151(0x2b0)](_0x3d47b0),await ClientTroubleShootingService[_0x113151(0x1f6)](),await BrowserstackCLI['getInstance']()[_0x113151(0x2b0)]('1');}catch(_0x50e30d){logger[_0x113151(0x2aa)](_0x113151(0x2de)+util['format'](_0x50e30d));}PerformanceTester['end'](PerformanceEvents[_0x113151(0x27b)]);if(PerformanceTester['isEnabled']()){const {measures:_0xd22324,errors:_0x4aaeb2}=await PerformanceTester[_0x113151(0x1d6)](),_0x392d52={};if(_0xd22324&&_0x102905['zYjCi'](_0xd22324['length'],0x0)||_0x4aaeb2&&_0x102905[_0x113151(0x230)](_0x4aaeb2[_0x113151(0x1e0)],0x0)){const _0x14ef38={};_0x14ef38[_0x113151(0x239)]=_0xd22324,_0x14ef38[_0x113151(0x240)]=_0x4aaeb2,Object[_0x113151(0x216)](_0x392d52,_0x14ef38);}try{const _0xa43106=await helper[_0x113151(0x234)](_0x392d52,this[_0x113151(0x2b4)]);logger['debug']('Data\x20sent\x20successfully\x20to\x20'+_0x102905[_0x113151(0x1d9)](getEdsInstrumentationAPIUrl,'')+_0x113151(0x235)+_0xa43106['statusCode']);}catch(_0x4f497f){logger[_0x113151(0x2aa)]('Failed\x20to\x20send\x20data\x20to\x20'+_0x102905[_0x113151(0x2d0)](getEdsInstrumentationAPIUrl,'')+_0x113151(0x21f)+util['format'](_0x4f497f));}try{fs[_0x113151(0x28b)](path[_0x113151(0x2ca)](_0x102905['bupVo'](getLogDir),_0x102905[_0x113151(0x2dd)]),JSON[_0x113151(0x265)](_0x392d52));}catch(_0x3a9467){logger['debug']('Error\x20in\x20writing\x20events\x20to\x20file\x20'+_0x3a9467);}}}logger&&logger[_0x113151(0x2bb)](),fileLogger&&fileLogger[_0x113151(0x2bb)]();};}}exports[a100_0x2963fa(0x244)]=BrowserStackSetup;
1
+ const a100_0x42159d=a100_0x491c;(function(_0x26d474,_0x4ebcd4){const _0x428989=a100_0x491c,_0x107ac3=_0x26d474();while(!![]){try{const _0x4f6675=parseInt(_0x428989(0x1e1))/0x1+parseInt(_0x428989(0x22d))/0x2*(parseInt(_0x428989(0x271))/0x3)+-parseInt(_0x428989(0x1e8))/0x4+-parseInt(_0x428989(0x26d))/0x5*(-parseInt(_0x428989(0x211))/0x6)+-parseInt(_0x428989(0x197))/0x7+-parseInt(_0x428989(0x281))/0x8*(parseInt(_0x428989(0x1a7))/0x9)+parseInt(_0x428989(0x205))/0xa;if(_0x4f6675===_0x4ebcd4)break;else _0x107ac3['push'](_0x107ac3['shift']());}catch(_0x13f9b2){_0x107ac3['push'](_0x107ac3['shift']());}}}(a100_0x379d,0xbc861));function a100_0x379d(){const _0x3ba651=['skipSessionStatus','sdkRunId','proxyConfig','setLogLevel','getPackageVersion','wuirA','TAakH','WpSJf','AUTOLOGCAPTURE_NOTIFICATION','sqUlg','userName','4.5.0','getHubUrl','__isPuppeteerInstalled','QyQWq','QDDRA','10388DbZGja','./testhub/testhubHandler','ojwQg','./testhub/utils','SDK_CLEANUP','proxyUrl','getConfigPath','skipSessionName','selfHeal','BROWSERSTACK_PERCY','platform','SDKTestAttempted','turboScaleGridDetails','playwright','kgona','XYXSc','132534xcgUck','integrations','forceLocal','fileLogger','TCG_URL','JnjEA','generateLocalIdentifier','push','SIGBREAK','qudtS','3|4|1|7|6|0|5|2','env','finalize','unhandledErrors','setUpHubUrl','intExitHandler','Percy\x20stopped','setProxySettings','useW3C','isHealingEnabled','XRxVE','includes','FTvFJ','setupTcgConfigFile','../ai-sdk-node/bundle','preInitialize','./performance/performance-tester','isAuthenticated','isEnabled','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','AI_INIT_SUCCESSFUL','split','ejICp','JFeMZ','BrowserstackHealingInitFailed','userName\x20or\x20accessKey\x20is\x20not\x20defined','LZGEy','race','handled','getProxyConfigForTcg','skipBinaryInitialisation','killSignal','../../package.json','config','initialize','RpoXH','ITvaA','RQDmp','Belbk','browserstackLocal','turboScaleOptions','enNbo','setupPercy','bhPnB','vsIGj','gndae','Calling\x20Build\x20Stop\x20from\x20ExitHandler','hiWeB','1157203tyDXwl','isUndefined','UiWXS','./performance/constants','unhandledRejection','TCG_DOWN','No\x20config\x20provided.','3128140BCKxik','AZpyD','setLogDir','BrowserstackHealing.init\x20method\x20timed\x20out','IpYjA','Error\x20occured\x20while\x20stopping\x20local\x20binary','getInstance','supQG','tykap','cliConfig','isBrowserstackInfra','SIGABRT','AzOAY','ZtPZJ','FyjKc','assign','INVALID_INIT_RESP_WITH_USER_IMPACT','./timeoutPromise','bind','Data\x20sent\x20successfully\x20to\x20','browserStackLocalOptions','nuxwv','reportFinalDetectionState','ats-repeater','close','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','win32','percy','oEBqn','240440VykFiZ','stopBrowserstackLocal','info','ApnpP','YfjTO','end','startLocalBinary','tcgAuthConfig','\x20with\x20error\x20','BcgMl','default','./logger','3558648LGrHUe','join','bIWuz','startMonitoring','beforeExit','jaoHh','BwvDO','gZcQu','path','TCG_AUTH_FAILURE','message','init','length','winstonLogger','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','isRunning','configPath','AI_INIT_FAILURE','../bin/v2/browserstackCLI','localOptions','constructor','Olpud','FRAMEWORK','dAntW','debug','selenium-webdriver','xwNUC','allocateHub','66cxhSsp','__isPlaywrightInstalled','envConfig','axAAX','false','Error\x20in\x20writing\x20events\x20to\x20file\x20','isLTSSession','FNfQi','toLowerCase','BhFJr','status','JqCYl','measureWrapper','UInCH','toString','mhMbE','gZPeU','OeoGr','testContextOptions','qDQyK','compareVersions','handleExceptions','QoRvv','CEZXG','getLocalIdentifier','tcg\x20config\x20setup\x20successful.','../bin/v2/modules/loadTestModule','warn','getTurboScaleGridDetails','SIGHUP','miVCP','localIdentifier','framework','format','version','isTurboScaleSession','events.json','true','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','\x20with\x20response\x20','error','JPNex','exitHandler','ndFPA','captureError','FUNIH','stopPercy','setEnvCaps','parallelsPerPlatform','setupBrowserstackLocal','turboScaleUrl','./setKeepAlive','SIGINT','stop','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','stringify','HUB_MANAGEMENT','getFinalCaps','../hubAllocationMethods','isTrialGrid','qkNMh','url','WQYGm','platforms','10tOVhTm','aiHeal:tcgAuth','then','fireFunnelTestEvent','56061zYQcCV','../bin/utils/constants','XdWGq','normalizeTestReportingEnvVars','lVWBz','Error\x20in\x20sending\x20testhub\x20stop:\x20','BROWSERSTACK_TURBOSCALE','NaQtZ','codeceptjs','Error\x20in\x20percy\x20setup\x20','Failed\x20to\x20send\x20data\x20to\x20','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','Error\x20occured\x20while\x20stopping\x20percy','TCG_AUTH_TIMEOUT','stopLocalBinary','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','776UZtNNt','BrowserstackHealing.init','hubUrl','checkStopLocalBinaryOnExit','isTrue','oxgNm','customRepeaters','setBrowserstackInfraFromConfig','getUserName','uncaughtException'];a100_0x379d=function(){return _0x3ba651;};return a100_0x379d();}function a100_0x491c(_0x5f05cf,_0x458180){const _0x379d6c=a100_0x379d();return a100_0x491c=function(_0x491cb6,_0x1491ca){_0x491cb6=_0x491cb6-0x181;let _0x53b474=_0x379d6c[_0x491cb6];return _0x53b474;},a100_0x491c(_0x5f05cf,_0x458180);}const util=require('util'),os=require('os'),path=require(a100_0x42159d(0x219)),{v4:uuidv4}=require('uuid'),fs=require('fs'),constants=require(a100_0x42159d(0x272)),logger=require(a100_0x42159d(0x210))[a100_0x42159d(0x21e)],fileLogger=require(a100_0x42159d(0x210))[a100_0x42159d(0x1aa)],{getLogDir}=require(a100_0x42159d(0x210)),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require('./percy/utils'),hubAllocator=require(a100_0x42159d(0x267)),PerformanceTester=require(a100_0x42159d(0x1c1)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a100_0x42159d(0x1e4)),{setPercyFlag}=require(a100_0x42159d(0x19a)),TestHubHandler=require(a100_0x42159d(0x198)),timeoutPromise=require(a100_0x42159d(0x1f9)),BrowserstackCLI=require(a100_0x42159d(0x223)),LoadTestModule=require(a100_0x42159d(0x247)),{getEdsInstrumentationAPIUrl}=require('../bin/utils/apiUtilityMethods'),ClientTroubleShootingService=require('../bin/utils/clientTroubleshootingService');class BrowserStackSetup{constructor(_0x4cf7e4,_0xf00c88){const _0x24e5a4=a100_0x42159d,_0x12431e={'bhPnB':'19|10|1|12|4|20|8|15|23|9|5|21|17|2|11|18|16|14|7|13|6|3|0|22','JPNex':_0x24e5a4(0x1e7),'YfjTO':function(_0x203e1a){return _0x203e1a();}},_0x3673ee=_0x12431e[_0x24e5a4(0x1dc)][_0x24e5a4(0x1c6)]('|');let _0x2bf563=0x0;while(!![]){switch(_0x3673ee[_0x2bf563++]){case'0':helper[_0x24e5a4(0x18a)](this['config'],this['cliConfig'],this['envConfig']);continue;case'1':this[_0x24e5a4(0x22f)]=helper[_0x24e5a4(0x25c)]();continue;case'2':global[_0x24e5a4(0x24d)]=_0xf00c88;continue;case'3':helper[_0x24e5a4(0x1ea)](this[_0x24e5a4(0x1d2)]);continue;case'4':this[_0x24e5a4(0x203)]=null;continue;case'5':this['errorMessage']={};continue;case'6':helper[_0x24e5a4(0x266)](this[_0x24e5a4(0x1d2)],this['cliConfig'],this[_0x24e5a4(0x22f)]);continue;case'7':this['config'][_0x24e5a4(0x23f)][_0x24e5a4(0x187)]=!helper[_0x24e5a4(0x1f2)]()||helper['isTrue'](this['config'][_0x24e5a4(0x23f)][_0x24e5a4(0x187)]);continue;case'8':this[_0x24e5a4(0x1d2)]=helper['readConfig'](this['configPath']);continue;case'9':this['config'][_0x24e5a4(0x23f)]=this[_0x24e5a4(0x1d2)]['testContextOptions']||{};continue;case'10':helper[_0x24e5a4(0x274)]();continue;case'11':if(helper[_0x24e5a4(0x1e2)](this['config']))throw new Error(_0x12431e[_0x24e5a4(0x256)]);continue;case'12':this[_0x24e5a4(0x1d8)]=null;continue;case'13':this['config'][_0x24e5a4(0x23f)]['skipSessionName']=!helper[_0x24e5a4(0x1f2)]()||helper[_0x24e5a4(0x181)](this[_0x24e5a4(0x1d2)][_0x24e5a4(0x23f)][_0x24e5a4(0x19e)]);continue;case'14':helper['setCredentialsFromYmlConfig'](this[_0x24e5a4(0x1d2)]);continue;case'15':this[_0x24e5a4(0x1f1)]=helper['setCLICaps'](_0x4cf7e4);continue;case'16':helper[_0x24e5a4(0x184)](this['config'],this[_0x24e5a4(0x1f1)]);continue;case'17':this[_0x24e5a4(0x24d)]=_0xf00c88;continue;case'18':if(this['config']['error'])throw new Error(this['config'][_0x24e5a4(0x255)]);continue;case'19':this['unhandledErrors']=[];continue;case'20':this[_0x24e5a4(0x221)]=helper[_0x24e5a4(0x19d)](_0x4cf7e4);continue;case'21':this[_0x24e5a4(0x188)]=_0x12431e[_0x24e5a4(0x209)](uuidv4);continue;case'22':PerformanceTester[_0x24e5a4(0x214)]();continue;case'23':this[_0x24e5a4(0x1d2)][_0x24e5a4(0x26c)]=this[_0x24e5a4(0x1d2)][_0x24e5a4(0x26c)]||[];continue;}break;}}[a100_0x42159d(0x1c0)](_0x5c2ec6){const _0x18d7df=a100_0x42159d,_0x368477={'CEZXG':_0x18d7df(0x1ca),'BcgMl':function(_0x456278,_0x1cb381){return _0x456278===_0x1cb381;},'Belbk':_0x18d7df(0x1a8),'ndFPA':_0x18d7df(0x1a2),'oEBqn':function(_0x24f98c,_0x47b125){return _0x24f98c<_0x47b125;},'lVWBz':function(_0x4139e2,_0x33fe78){return _0x4139e2(_0x33fe78);},'JqCYl':_0x18d7df(0x22a),'hiWeB':_0x18d7df(0x192),'vsIGj':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','NCUgo':_0x18d7df(0x1c4),'AzOAY':'SIGTERM','sqUlg':_0x18d7df(0x261),'AZpyD':_0x18d7df(0x24a),'UInCH':function(_0x38a00b,_0x2fdb16){return _0x38a00b!==_0x2fdb16;},'mzEoK':_0x18d7df(0x202),'XTUho':_0x18d7df(0x1f3),'qudtS':'SIGQUIT','VRmSu':_0x18d7df(0x1af),'LZGEy':_0x18d7df(0x215)},_0x4caeb0=this[_0x18d7df(0x24d)];global[_0x18d7df(0x1d2)]=this['config'],helper['sanitizeCaps'](this[_0x18d7df(0x1d2)]),this[_0x18d7df(0x1d0)]=null,global['sdkRunId']=this[_0x18d7df(0x188)],logger[_0x18d7df(0x207)]('SDK\x20run\x20started\x20with\x20id:\x20'+this[_0x18d7df(0x188)]),!this[_0x18d7df(0x1d2)]['browserStackLocalOptions']&&(this['config']['browserStackLocalOptions']=this[_0x18d7df(0x1d2)][_0x18d7df(0x224)]||{});if(helper['isUndefined'](helper[_0x18d7df(0x185)](this['config']))||helper['isUndefined'](helper['getAccessKey'](this[_0x18d7df(0x1d2)])))throw new Error(_0x368477[_0x18d7df(0x244)]);helper['getLocalConfig'](this[_0x18d7df(0x1d2)])&&helper[_0x18d7df(0x1e2)](helper[_0x18d7df(0x245)](this[_0x18d7df(0x1d2)]))&&(!helper['isUndefined'](this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)])&&_0x368477['BcgMl'](this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x225)],Object)?!helper[_0x18d7df(0x181)](this['config'][_0x18d7df(0x1fc)][_0x18d7df(0x1cf)])&&(this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x24c)]=helper['generateLocalIdentifier']()):this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)]={'localIdentifier':helper[_0x18d7df(0x1ad)]()});this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x1cf)]=helper[_0x18d7df(0x181)](this[_0x18d7df(0x1d2)][_0x18d7df(0x1fc)][_0x18d7df(0x1cf)]),helper['setHandlePWError'](this[_0x18d7df(0x1d2)]);if(_0x368477[_0x18d7df(0x20e)](_0x4caeb0,_0x368477[_0x18d7df(0x1d7)]))return;this[_0x18d7df(0x242)]();process[_0x18d7df(0x1b2)]['BROWSERSTACK_TURBOSCALE']&&(this['config']['turboScale']=helper[_0x18d7df(0x181)](process['env'][_0x18d7df(0x277)]),this[_0x18d7df(0x1d2)][_0x18d7df(0x1d9)]=this[_0x18d7df(0x1d2)]['turboScaleOptions']||{});helper[_0x18d7df(0x250)](this[_0x18d7df(0x1d2)])&&(process[_0x18d7df(0x1b2)][_0x18d7df(0x277)]=!![]);LoadTestModule[_0x18d7df(0x233)](this[_0x18d7df(0x1d2)])&&logger[_0x18d7df(0x229)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this[_0x18d7df(0x188)]);if(!helper[_0x18d7df(0x1f2)]()){try{process[_0x18d7df(0x1b2)][_0x18d7df(0x227)]=_0x4caeb0,utilities[_0x18d7df(0x270)](_0x368477[_0x18d7df(0x258)],{},this[_0x18d7df(0x1d2)],this[_0x18d7df(0x24d)]);}catch(_0x483ad4){logger[_0x18d7df(0x229)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x483ad4);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x4caeb0)){if(global[_0x18d7df(0x22e)]||global[_0x18d7df(0x194)])return;_0x368477[_0x18d7df(0x204)](_0x368477[_0x18d7df(0x275)](parseInt,helper['getPackageVersion'](_0x368477[_0x18d7df(0x238)])),0x3)&&(this[_0x18d7df(0x1d2)]['useW3C']=![]),_0x368477['BcgMl'](helper[_0x18d7df(0x241)](helper[_0x18d7df(0x18b)](_0x368477['JqCYl']),_0x368477[_0x18d7df(0x1e0)]),0x1)&&(this[_0x18d7df(0x1d2)][_0x18d7df(0x1b9)]=!![]);}(helper[_0x18d7df(0x1e2)](this[_0x18d7df(0x1d2)][_0x18d7df(0x26c)])||helper[_0x18d7df(0x1e2)](this['config'][_0x18d7df(0x26c)][_0x18d7df(0x21d)]))&&(helper['isUndefined'](this[_0x18d7df(0x1d2)][_0x18d7df(0x25d)])?logger['info'](_0x368477[_0x18d7df(0x1dd)]):logger[_0x18d7df(0x248)](_0x368477['NCUgo']),this[_0x18d7df(0x1d2)][_0x18d7df(0x26c)]=[]);!this[_0x18d7df(0x1d2)][_0x18d7df(0x23f)]&&(this[_0x18d7df(0x1d2)][_0x18d7df(0x23f)]={});try{process['env'][_0x18d7df(0x227)]=_0x5c2ec6['_'][0x0],utilities[_0x18d7df(0x270)](_0x368477['ndFPA'],{},this[_0x18d7df(0x1d2)],this[_0x18d7df(0x24d)]);}catch(_0x25f891){logger[_0x18d7df(0x229)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x25f891);}!this['config']['disableAutoCaptureLogs']&&logger[_0x18d7df(0x207)](constants[_0x18d7df(0x18f)]),this[_0x18d7df(0x1b6)]=this[_0x18d7df(0x1b6)][_0x18d7df(0x1fa)](this),process['on'](_0x368477[_0x18d7df(0x1f4)],this[_0x18d7df(0x1b6)]),process['on'](_0x368477[_0x18d7df(0x190)],this['intExitHandler']),process['on'](_0x368477[_0x18d7df(0x1e9)],this[_0x18d7df(0x1b6)]),_0x368477[_0x18d7df(0x23a)](process[_0x18d7df(0x1a1)],_0x368477['mzEoK'])?(process['on'](_0x368477['XTUho'],this['intExitHandler']),process['on'](_0x368477[_0x18d7df(0x1b0)],this['intExitHandler'])):process['on'](_0x368477['VRmSu'],this['intExitHandler']),process['on'](_0x368477[_0x18d7df(0x1cb)],this['exitHandler']());}async[a100_0x42159d(0x1d3)](_0xb029c1){const _0x3fd412=a100_0x42159d,_0x54e57c={'hRFNf':_0x3fd412(0x1ff),'OwuDx':'custom-repeater','BLsAF':_0x3fd412(0x252),'LyXkE':function(_0x28c1c7,_0x36dd97){return _0x28c1c7===_0x36dd97;},'XRxVE':_0x3fd412(0x1a4),'ZXcFj':function(_0x343c36,_0x36f5d6){return _0x343c36+_0x36f5d6;},'jaoHh':'?caps=','dNWNr':function(_0x558e6c,_0x38081f){return _0x558e6c(_0x38081f);},'ojwQg':_0x3fd412(0x279)};this[_0x3fd412(0x1c0)](_0xb029c1);if(helper['isTurboScaleSession'](this[_0x3fd412(0x1d2)])){const _0x3b0af4=await helper[_0x3fd412(0x249)](this['config']);this[_0x3fd412(0x1d2)][_0x3fd412(0x1a3)]=_0x3b0af4,_0x3b0af4[_0x3fd412(0x268)]&&helper['isNotUndefined'](this[_0x3fd412(0x1d2)][_0x3fd412(0x1d8)])&&helper[_0x3fd412(0x181)](this[_0x3fd412(0x1d2)][_0x3fd412(0x1d8)])&&(this['config'][_0x3fd412(0x1fc)]['localIdentifier']=_0x54e57c['hRFNf'],this[_0x3fd412(0x1d2)][_0x3fd412(0x1fc)][_0x54e57c['OwuDx']]=_0x3b0af4[_0x3fd412(0x183)][_0x3fd412(0x212)](','),this[_0x3fd412(0x1d2)][_0x3fd412(0x1fc)][_0x3fd412(0x1a9)]=_0x54e57c['BLsAF']),this['config'][_0x3fd412(0x25f)]=_0x3b0af4[_0x3fd412(0x26a)],this['framework']&&_0x54e57c['LyXkE'](this[_0x3fd412(0x24d)][_0x3fd412(0x235)](),_0x54e57c[_0x3fd412(0x1bb)])?this[_0x3fd412(0x1d2)][_0x3fd412(0x25f)]=_0x54e57c['ZXcFj'](_0x3b0af4['playwrightUrl'],_0x54e57c[_0x3fd412(0x216)]):constants[_0x3fd412(0x283)]=helper[_0x3fd412(0x193)](this[_0x3fd412(0x1d2)]),logger[_0x3fd412(0x229)](_0x3fd412(0x27c)+constants[_0x3fd412(0x283)]);}helper[_0x3fd412(0x1b8)](this['config']),this['setupKeepAlive'](),_0x54e57c['dNWNr'](setPercyFlag,this),await this[_0x3fd412(0x25e)](),![_0x54e57c[_0x3fd412(0x199)],_0x54e57c[_0x3fd412(0x1bb)]][_0x3fd412(0x1bc)](this[_0x3fd412(0x24d)])&&!helper['isTurboScaleSession'](this[_0x3fd412(0x1d2)])&&!helper['getCentralUser']()['central_scanner']&&await this[_0x3fd412(0x1b5)]();}async[a100_0x42159d(0x1db)](){const _0x5e70d4=a100_0x42159d,_0x3ca8bd={};_0x3ca8bd[_0x5e70d4(0x1fd)]=function(_0xa654f9,_0x4f1d20){return _0xa654f9===_0x4f1d20;},_0x3ca8bd[_0x5e70d4(0x18c)]=_0x5e70d4(0x231),_0x3ca8bd[_0x5e70d4(0x196)]=_0x5e70d4(0x280),_0x3ca8bd[_0x5e70d4(0x24b)]='Percy\x20started\x20successfully',_0x3ca8bd[_0x5e70d4(0x1d4)]=_0x5e70d4(0x252),_0x3ca8bd[_0x5e70d4(0x1da)]=_0x5e70d4(0x215);const _0xa1b19f=_0x3ca8bd;if(helper['isTrue'](this[_0x5e70d4(0x1d2)]['percy'])&&(!this[_0x5e70d4(0x203)]||!this[_0x5e70d4(0x203)][_0x5e70d4(0x220)]()))try{this[_0x5e70d4(0x203)]=await percyHelper['startPercy'](this[_0x5e70d4(0x1d2)]);if(!this[_0x5e70d4(0x203)]){process[_0x5e70d4(0x1b2)][_0x5e70d4(0x1a0)]=_0xa1b19f[_0x5e70d4(0x18c)];throw new Error(_0xa1b19f['QDDRA']);}logger['info'](_0xa1b19f[_0x5e70d4(0x24b)]),process[_0x5e70d4(0x1b2)][_0x5e70d4(0x1a0)]=_0xa1b19f[_0x5e70d4(0x1d4)];let _0x3cca30=0x0;const _0x105388=async()=>{const _0x477f65=_0x5e70d4;_0x3cca30++,_0xa1b19f[_0x477f65(0x1fd)](_0x3cca30,0x1)&&await this['stopPercy']();};process['on'](_0xa1b19f[_0x5e70d4(0x1da)],_0x105388);}catch(_0x1507f1){process[_0x5e70d4(0x1b2)][_0x5e70d4(0x1a0)]=_0xa1b19f[_0x5e70d4(0x18c)],logger['debug'](_0x5e70d4(0x27a)+_0x1507f1);throw new Error(_0x1507f1[_0x5e70d4(0x23b)]());}}async[a100_0x42159d(0x25b)](){const _0x2f8725=a100_0x42159d,_0x43560f={};_0x43560f[_0x2f8725(0x218)]=_0x2f8725(0x1b7),_0x43560f[_0x2f8725(0x1e3)]=_0x2f8725(0x27d);const _0x3d8cd7=_0x43560f;if(this[_0x2f8725(0x203)]&&this[_0x2f8725(0x203)][_0x2f8725(0x220)]())try{await percyHelper['stopPercy'](this['percy']),logger['info'](_0x3d8cd7[_0x2f8725(0x218)]);}catch(_0x1ee9f1){logger[_0x2f8725(0x255)](_0x3d8cd7['UiWXS'],_0x1ee9f1[_0x2f8725(0x21b)]);}}async[a100_0x42159d(0x25e)](){const _0x5c58d=a100_0x42159d,_0xe3f001={};_0xe3f001[_0x5c58d(0x240)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0xe3f001['dAntW']='Local\x20binary\x20started\x20successfully';const _0x58ba09=_0xe3f001;if(helper[_0x5c58d(0x1f2)]()&&helper[_0x5c58d(0x181)](this[_0x5c58d(0x1d2)]['browserstackLocal'])&&(!this[_0x5c58d(0x1d8)]||!this[_0x5c58d(0x1d8)][_0x5c58d(0x220)]()))try{if(this[_0x5c58d(0x1d2)][_0x5c58d(0x1fc)][_0x5c58d(0x1cf)]){logger['debug'](_0x58ba09['qDQyK']);return;}this[_0x5c58d(0x1d8)]=await helper[_0x5c58d(0x20b)](this[_0x5c58d(0x1d2)]),logger['info'](_0x58ba09[_0x5c58d(0x228)]);}catch(_0x1c9303){logger[_0x5c58d(0x229)](_0x1c9303);throw new Error(_0x1c9303[_0x5c58d(0x23b)]());}}async[a100_0x42159d(0x206)](){const _0x1cc4f5=a100_0x42159d,_0xb862e8={};_0xb862e8[_0x1cc4f5(0x1de)]='Local\x20binary\x20stopped',_0xb862e8['supQG']=_0x1cc4f5(0x1ed);const _0x470044=_0xb862e8;if(this[_0x1cc4f5(0x1d8)]&&this[_0x1cc4f5(0x1d8)][_0x1cc4f5(0x220)]())try{await helper[_0x1cc4f5(0x27f)](this['browserstackLocal']),logger['info'](_0x470044[_0x1cc4f5(0x1de)]);}catch(_0x4b7dbc){logger[_0x1cc4f5(0x255)](_0x470044[_0x1cc4f5(0x1ef)],_0x4b7dbc[_0x1cc4f5(0x21b)]);}}async['setUpHubUrl'](){const _0xa66064=a100_0x42159d;return PerformanceTester['measureWrapper'](PerformanceAutEvents[_0xa66064(0x265)],async()=>{const _0x50e7fc=_0xa66064;await hubAllocator[_0x50e7fc(0x22c)](this[_0x50e7fc(0x1d2)]);})();}async['setupTCGAuth'](){const _0x502ccd=a100_0x42159d,_0x16a60e={'Olpud':function(_0x1c55c5,_0x12251e){return _0x1c55c5(_0x12251e);},'BwvDO':_0x502ccd(0x1bf),'WpSJf':function(_0x4baef0,_0x2d3c1c,_0x291df9,_0x90c818,_0x48c16b,_0x59afd5,_0x587525){return _0x4baef0(_0x2d3c1c,_0x291df9,_0x90c818,_0x48c16b,_0x59afd5,_0x587525);},'RQDmp':_0x502ccd(0x1eb),'OeoGr':_0x502ccd(0x1c9),'TAakH':_0x502ccd(0x1d1),'NaQtZ':_0x502ccd(0x282),'JFeMZ':function(_0x994f20,_0x42b20f){return _0x994f20===_0x42b20f;},'gZPeU':_0x502ccd(0x252),'ejICp':function(_0x1fcb60,_0x31c2a5){return _0x1fcb60===_0x31c2a5;},'npEIN':_0x502ccd(0x263),'kgona':function(_0x372aee,_0x36c558){return _0x372aee===_0x36c558;},'IJBKP':_0x502ccd(0x21f),'bIWuz':_0x502ccd(0x201),'FTvFJ':function(_0x41e484,_0x4bc634){return _0x41e484(_0x4bc634);},'lMFkk':'Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','ITvaA':function(_0x346a60,_0x5a89c0){return _0x346a60>=_0x5a89c0;},'BhFJr':function(_0x1b387e,_0xcaa99d){return _0x1b387e<_0xcaa99d;},'ApnpP':_0x502ccd(0x246),'xwNUC':_0x502ccd(0x26e),'haYAC':function(_0x2c5c59){return _0x2c5c59();}},_0x2c7a92=PerformanceTester[_0x502ccd(0x239)](_0x16a60e[_0x502ccd(0x22b)],async()=>{const _0x379d9e=_0x502ccd;try{const _0x51d667=new Date(),_0x1a8c69=helper[_0x379d9e(0x1ce)](this[_0x379d9e(0x1d2)]),_0x408a20=_0x16a60e[_0x379d9e(0x226)](require,path['join'](__dirname,_0x16a60e[_0x379d9e(0x217)])),_0x3009e6=_0x16a60e[_0x379d9e(0x18e)](timeoutPromise,constants[_0x379d9e(0x27e)],_0x16a60e[_0x379d9e(0x1d6)],_0x16a60e[_0x379d9e(0x23e)],_0x51d667,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]),_0x35fe33={'tcgUrl':constants[_0x379d9e(0x1ab)],'sdkVersion':_0x16a60e[_0x379d9e(0x226)](require,_0x16a60e[_0x379d9e(0x18d)])[_0x379d9e(0x24f)],'methodUsed':_0x16a60e[_0x379d9e(0x278)],'proxyConfig':_0x1a8c69,'os':os['platform']()};if(_0x1a8c69&&_0x1a8c69[_0x379d9e(0x19c)]){utilities[_0x379d9e(0x270)](constants['AI_PROXY_FAILURE'],_0x35fe33,this['config'],this[_0x379d9e(0x24d)]);return;}const _0x4050fe={};_0x4050fe['proxy']=_0x1a8c69;const _0x5bc3c2=await Promise[_0x379d9e(0x1cc)]([_0x408a20[_0x379d9e(0x21c)](this[_0x379d9e(0x1d2)]['accessKey'],this[_0x379d9e(0x1d2)][_0x379d9e(0x191)],constants[_0x379d9e(0x1ab)],_0x16a60e[_0x379d9e(0x226)](require,_0x16a60e['TAakH'])[_0x379d9e(0x24f)],_0x4050fe)[_0x379d9e(0x26f)](_0x5d5527=>{return _0x3009e6['cancel'](),_0x5d5527;}),_0x3009e6]);_0x5bc3c2['isHealingEnabled']=_0x16a60e[_0x379d9e(0x1c8)](_0x5bc3c2[_0x379d9e(0x1ba)],_0x16a60e[_0x379d9e(0x23d)])||_0x16a60e[_0x379d9e(0x1c8)](_0x5bc3c2[_0x379d9e(0x1ba)],!![]);const _0x24b8d4=_0x16a60e['JFeMZ'](this[_0x379d9e(0x1d2)]['selfHeal'],!![])||_0x16a60e[_0x379d9e(0x1c7)](this[_0x379d9e(0x1d2)][_0x379d9e(0x19f)],_0x16a60e['gZPeU']);if(_0x16a60e[_0x379d9e(0x1c7)](_0x5bc3c2[_0x379d9e(0x21b)],constants['UPGRADE_REQUIRED'])&&_0x24b8d4)logger[_0x379d9e(0x207)](_0x16a60e['npEIN']);else{if(!_0x5bc3c2[_0x379d9e(0x1c2)]&&_0x16a60e[_0x379d9e(0x1a5)](_0x5bc3c2[_0x379d9e(0x237)],0x1f7)&&_0x24b8d4)logger[_0x379d9e(0x207)](_0x16a60e['IJBKP']),utilities['fireFunnelTestEvent'](constants[_0x379d9e(0x1e6)],_0x35fe33,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);else{if(!_0x5bc3c2[_0x379d9e(0x1c2)]&&_0x24b8d4){logger[_0x379d9e(0x207)](_0x16a60e[_0x379d9e(0x213)]);const _0x5d0f09={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x16a60e[_0x379d9e(0x1bd)](require,_0x16a60e[_0x379d9e(0x18d)])[_0x379d9e(0x24f)],'methodUsed':_0x16a60e[_0x379d9e(0x278)],'proxyConfig':_0x1a8c69,'os':os[_0x379d9e(0x1a1)]()};utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x21a)],_0x5d0f09,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);}else{if(_0x5bc3c2[_0x379d9e(0x1c2)]&&!_0x5bc3c2[_0x379d9e(0x1ba)]&&_0x24b8d4)logger[_0x379d9e(0x207)](_0x16a60e['lMFkk']);else{if(_0x16a60e[_0x379d9e(0x1d5)](_0x5bc3c2['status'],0xc8)&&_0x16a60e[_0x379d9e(0x236)](_0x5bc3c2[_0x379d9e(0x237)],0x12c))utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x1c5)],_0x35fe33,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);else{if(_0x16a60e[_0x379d9e(0x1d5)](_0x5bc3c2[_0x379d9e(0x237)],0x190))_0x35fe33[_0x379d9e(0x237)]=_0x5bc3c2['status'],utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x222)],_0x35fe33,this[_0x379d9e(0x1d2)],this['framework']);else!_0x5bc3c2[_0x379d9e(0x237)]&&utilities[_0x379d9e(0x270)](constants[_0x379d9e(0x1f8)],_0x35fe33,this[_0x379d9e(0x1d2)],this[_0x379d9e(0x24d)]);}}}}}if(_0x5bc3c2[_0x379d9e(0x1c2)]&&_0x5bc3c2[_0x379d9e(0x1ba)]){const _0x27f952={};_0x27f952[_0x379d9e(0x20c)]=_0x5bc3c2;const _0x2a4688=_0x27f952;_0x1a8c69&&(_0x2a4688[_0x379d9e(0x189)]=_0x1a8c69),_0x2a4688[_0x379d9e(0x24d)]=this['framework'],_0x2a4688['bstackConfig']=this['config'],helper[_0x379d9e(0x1be)](_0x2a4688),logger['debug'](_0x16a60e[_0x379d9e(0x208)]);}}catch(_0x50614a){logger['debug'](_0x379d9e(0x253)+(_0x50614a[_0x379d9e(0x21b)]?_0x50614a['message']:''));}});await _0x16a60e['haYAC'](_0x2c7a92);}['setupKeepAlive'](){const _0x42559a=a100_0x42159d,_0xe0207={'WQYGm':function(_0x4eb4b7,_0x10c3a7){return _0x4eb4b7(_0x10c3a7);},'IpYjA':_0x42559a(0x260)};_0xe0207[_0x42559a(0x26b)](require,_0xe0207[_0x42559a(0x1ec)])();}['handleExceptions'](){const _0xc916b7=a100_0x42159d,_0x1913cf={};_0x1913cf[_0xc916b7(0x234)]='2|4|0|3|1',_0x1913cf[_0xc916b7(0x269)]=_0xc916b7(0x1e5),_0x1913cf[_0xc916b7(0x1f0)]=_0xc916b7(0x186);const _0x191191=_0x1913cf,_0x2339f2=_0x1a4b5f=>{const _0x93740=_0xc916b7,_0x4eb285=_0x191191[_0x93740(0x234)][_0x93740(0x1c6)]('|');let _0x529ffa=0x0;while(!![]){switch(_0x4eb285[_0x529ffa++]){case'0':this[_0x93740(0x1b4)][_0x93740(0x1ae)](util[_0x93740(0x24e)]('%j',_0x1a4b5f));continue;case'1':ClientTroubleShootingService[_0x93740(0x1fe)]();continue;case'2':logger['error'](_0x1a4b5f[_0x93740(0x21b)]);continue;case'3':PerformanceTester[_0x93740(0x259)](_0x1a4b5f);continue;case'4':logger[_0x93740(0x229)](util[_0x93740(0x24e)](_0x1a4b5f));continue;}break;}};process['on'](_0x191191[_0xc916b7(0x269)],_0x2339f2),process['on'](_0x191191[_0xc916b7(0x1f0)],_0x2339f2);}async[a100_0x42159d(0x1b6)](_0x59fa54){const _0x5cd216=a100_0x42159d,_0x11f4a5={};_0x11f4a5['rgVmG']=_0x5cd216(0x1b1),_0x11f4a5[_0x5cd216(0x243)]=function(_0x323e06,_0x441d85){return _0x323e06+_0x441d85;},_0x11f4a5['XYXSc']='Shutdown\x20triggered\x20by\x20',_0x11f4a5[_0x5cd216(0x1f5)]=_0x5cd216(0x1cd),_0x11f4a5[_0x5cd216(0x182)]=function(_0x25831c,_0x1b7fda){return _0x25831c+_0x1b7fda;};const _0x4a2a10=_0x11f4a5,_0x13091b=_0x4a2a10['rgVmG'][_0x5cd216(0x1c6)]('|');let _0x2baf80=0x0;while(!![]){switch(_0x13091b[_0x2baf80++]){case'0':await TestHubHandler[_0x5cd216(0x262)](_0x59fa54);continue;case'1':logger['info'](_0x4a2a10[_0x5cd216(0x243)](_0x4a2a10[_0x5cd216(0x1a6)],_0x59fa54));continue;case'2':await BrowserstackCLI[_0x5cd216(0x1ee)]()[_0x5cd216(0x262)]();continue;case'3':if(this[_0x4a2a10[_0x5cd216(0x243)](_0x4a2a10['ZtPZJ'],_0x59fa54)])return;continue;case'4':this[_0x4a2a10[_0x5cd216(0x182)](_0x4a2a10[_0x5cd216(0x1f5)],_0x59fa54)]=!![];continue;case'5':await ClientTroubleShootingService[_0x5cd216(0x1fe)]();continue;case'6':await ClientTroubleShootingService['reportProcessInterruptionSituation'](_0x59fa54);continue;case'7':this[_0x5cd216(0x1d0)]=_0x59fa54;continue;}break;}}[a100_0x42159d(0x257)](){const _0x4e5b88=a100_0x42159d,_0x5ce273={'mhMbE':function(_0x301241,_0xcd78){return _0x301241===_0xcd78;},'JnjEA':_0x4e5b88(0x1df),'XdWGq':function(_0x11df54,_0x139215){return _0x11df54>_0x139215;},'QyQWq':function(_0x32ff33,_0x206965){return _0x32ff33(_0x206965);},'axAAX':function(_0x99dbb0,_0x133eff){return _0x99dbb0(_0x133eff);},'FUNIH':function(_0x3473a6){return _0x3473a6();},'FyjKc':_0x4e5b88(0x251)};let _0x508480=0x0;return async()=>{const _0x5b45e5=_0x4e5b88;_0x508480++;if(_0x5ce273[_0x5b45e5(0x23c)](_0x508480,0x1)){helper[_0x5b45e5(0x284)](this[_0x5b45e5(0x24d)])&&await this['stopBrowserstackLocal']();try{logger['debug'](_0x5ce273[_0x5b45e5(0x1ac)]),await TestHubHandler[_0x5b45e5(0x262)](_0x508480),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI['getInstance']()[_0x5b45e5(0x262)]('1');}catch(_0x1e3244){logger[_0x5b45e5(0x229)](_0x5b45e5(0x276)+util[_0x5b45e5(0x24e)](_0x1e3244));}PerformanceTester[_0x5b45e5(0x20a)](PerformanceEvents[_0x5b45e5(0x19b)]);if(PerformanceTester[_0x5b45e5(0x1c3)]()){const {measures:_0x25c82b,errors:_0x45f9b3}=await PerformanceTester[_0x5b45e5(0x1b3)](),_0x5bc933={};if(_0x25c82b&&_0x5ce273['XdWGq'](_0x25c82b['length'],0x0)||_0x45f9b3&&_0x5ce273[_0x5b45e5(0x273)](_0x45f9b3['length'],0x0)){const _0x489564={};_0x489564['measures']=_0x25c82b,_0x489564['exceptions']=_0x45f9b3,Object[_0x5b45e5(0x1f7)](_0x5bc933,_0x489564);}try{const _0x477faf=await helper['sendToEDS'](_0x5bc933,this[_0x5b45e5(0x1d2)]);logger[_0x5b45e5(0x229)](_0x5b45e5(0x1fb)+_0x5ce273[_0x5b45e5(0x195)](getEdsInstrumentationAPIUrl,'')+_0x5b45e5(0x254)+_0x477faf['statusCode']);}catch(_0x36af6c){logger['debug'](_0x5b45e5(0x27b)+_0x5ce273[_0x5b45e5(0x230)](getEdsInstrumentationAPIUrl,'')+_0x5b45e5(0x20d)+util['format'](_0x36af6c));}try{fs['writeFileSync'](path['join'](_0x5ce273[_0x5b45e5(0x25a)](getLogDir),_0x5ce273[_0x5b45e5(0x1f6)]),JSON[_0x5b45e5(0x264)](_0x5bc933));}catch(_0x109403){logger[_0x5b45e5(0x229)](_0x5b45e5(0x232)+_0x109403);}}}logger&&logger[_0x5b45e5(0x200)](),fileLogger&&fileLogger['close']();};}}exports[a100_0x42159d(0x20f)]=BrowserStackSetup;
@@ -1 +1 @@
1
- const a101_0x1d7345=a101_0x448b;function a101_0x448b(_0x273e2b,_0x28314b){const _0x29b604=a101_0x29b6();return a101_0x448b=function(_0x448bec,_0x5d24ef){_0x448bec=_0x448bec-0x159;let _0x2820c7=_0x29b604[_0x448bec];return _0x2820c7;},a101_0x448b(_0x273e2b,_0x28314b);}(function(_0x16739a,_0x42f572){const _0x3ee63a=a101_0x448b,_0x30243f=_0x16739a();while(!![]){try{const _0x4c7c2c=-parseInt(_0x3ee63a(0x15b))/0x1+-parseInt(_0x3ee63a(0x19e))/0x2+parseInt(_0x3ee63a(0x171))/0x3+-parseInt(_0x3ee63a(0x189))/0x4*(parseInt(_0x3ee63a(0x194))/0x5)+parseInt(_0x3ee63a(0x228))/0x6*(-parseInt(_0x3ee63a(0x1ae))/0x7)+parseInt(_0x3ee63a(0x1f2))/0x8+-parseInt(_0x3ee63a(0x17b))/0x9*(-parseInt(_0x3ee63a(0x1b7))/0xa);if(_0x4c7c2c===_0x42f572)break;else _0x30243f['push'](_0x30243f['shift']());}catch(_0x3f7236){_0x30243f['push'](_0x30243f['shift']());}}}(a101_0x29b6,0xc786b));const util=require(a101_0x1d7345(0x16a)),logger=require(a101_0x1d7345(0x216))[a101_0x1d7345(0x1d4)],accessibilityHelper=require(a101_0x1d7345(0x1cc)),globals=require(a101_0x1d7345(0x182)),scripts=require(a101_0x1d7345(0x166)),PerformanceTester=require(a101_0x1d7345(0x1e7)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0x1d7345(0x1a4)),BrowserstackCLI=require(a101_0x1d7345(0x1ad));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a101_0x1d7345(0x18b));}catch(a101_0x5b4b4b){logger[a101_0x1d7345(0x19f)](a101_0x1d7345(0x1ff));}const a101_0x2f9541={};function a101_0x29b6(){const _0x1ec5e7=['evaluate','JmrVf','name','eizuj','playwright-page','env','bIyON','722196IuSTwM','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','performComprehensiveAccessibilityScanWithRetry','setScriptTimeout','browserStackEvaluate','Accessibility\x20scan\x20attempt\x20','options','\x20-\x20not\x20applicable','resolveMobileThTestRunUuid','dUioq','saveAccessibilityResultsWithRetry','./scripts','qFVUv',',\x20cannot\x20perform\x20scan\x20with\x20retry.','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','util','Unknown\x20driver/page\x20type:\x20','accessibilityPlatform','zkPLw','fYWgg','HXwGX','fdJjq','936345fWPxoz','getCapabilities','defaultTimeoutMs','cTeyx','QjwUZ','getAccessibilityResultsSummary','finjY','):\x20','maxRetries','scannerProcessingTimeout','3552327DPGZQI','script','piLbz','setDefaultTimeout','Page','mBHLT','page','../globals','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','tgLUo','Comprehensive\x20accessibility\x20scan\x20failed\x20(','gGvpB','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','aSHBp','32ZrCEAY','performScan','../../bin/playwright/accessibility-helper','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','LiaJL','accessibilityConfig','Accessibility\x20results\x20save\x20attempt\x20','EujYx','reason','FzlPh','rejected','678415QFdLLS','CkQZr','jkWld','getAccessibilityResults','dQRgz','updateRetryConfig','getAccessibilityResultsSummaryWithRetry','VLlkq','manage','mnezJ','3162388purJEv','debug','bstackA11yScanOptions','nxBnp','getInstance','ms\x20using\x20timeouts()\x20API','../performance/constants','\x20failed\x20(','isPlaywright','getAccessibilityModule','NSLxF','selenium-webdriver','isPlaywrightPage','warn','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','../../bin/v2/browserstackCLI','3549teCuFp','zyipN',').\x20Last\x20error:\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','isAccessibilityPlatform','Accessibility\x20retry\x20configuration\x20updated:\x20','qfSzf','isRunning','TGNum','110GqLlfo','ufhkj','ljEjz','aPgDi','NuUte','fEmMT','RhQiS','capabilitiesList','utfyj','BuYUP','unknown_method','is_mobile_session','PERFORM_SCAN','error','EeysJ','rraHO','IiEKN','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','measureWrapper','yRaSB','executeAsyncScript','./helper','jSWrh','value','OqLyO','__workerDetails','getId','nwodg','WQriH','winstonLogger','FkVnM','BQDMo','IuNOv','euiyF','type','assign','SaMMV','getGlobal','racdg','FKsqx','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','setPlaywrightScriptTimeout','\x20for\x20method:\x20','performScanWithRetry','Playwright','nYHMh','setSeleniumScriptTimeout','../performance/performance-tester','scanSucceeded','getCurrentUrl','info','ZvFud','summary',').\x20Error:\x20','bstackA11yShouldScan','VMjHH','bBYcl','pbdiK','668808hPTxLc','ZuzpL','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','\x20completed\x20successfully.','DNHqs','gIZcI','mwGdT','isSeleniumDriver','isMobilePlatform','Unknown\x20error','KdwkJ','timeouts','VcYVx','Playwright\x20accessibility\x20helper\x20not\x20available','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','aBvfh','message','rWUsO','currentTest','Scan\x20attempt\x20','Skipping\x20timeout\x20setting\x20for\x20','QlPMY','WebDriver','playwright-codecept-driver','MDqfc','setTimeouts','constructor','ffKZI','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','kincV','twuUq','ms\x20using\x20setTimeouts\x20API','ciBUC','goto','getRetryConfig','function','../logger','results','url','WXgxb','lrblP','DyIzO','\x20failed\x20for\x20method:\x20','saveTestResults','qCWNE','lJlgX','TNeqB','max','Operation\x20timed\x20out\x20after\x20','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','timeoutMs','UiBtn','allSettled','race','6288lDCCmJ','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','isAccessibilityAutomationSession','getSession'];a101_0x29b6=function(){return _0x1ec5e7;};return a101_0x29b6();}a101_0x2f9541['maxRetries']=0x1,a101_0x2f9541[a101_0x1d7345(0x224)]=0x7530,a101_0x2f9541[a101_0x1d7345(0x173)]=0x7530;const RETRY_CONFIG=a101_0x2f9541,setConfigTimeout=(_0x4e5f8b,_0x2bb3ba=null)=>{const _0x4046f2=a101_0x1d7345,_0x195079={'euiyF':function(_0x23c491,_0x4587cb){return _0x23c491===_0x4587cb;},'IiEKN':_0x4046f2(0x17a),'WXgxb':function(_0x4c4c05,_0x1d78d1){return _0x4c4c05===_0x1d78d1;},'SaMMV':function(_0x14749b,_0x3e1a9c){return _0x14749b*_0x3e1a9c;},'zyipN':function(_0x354e38,_0x50cff8){return _0x354e38(_0x50cff8);}};if(BrowserstackCLI[_0x4046f2(0x1a2)]()[_0x4046f2(0x1b5)]()&&BrowserstackCLI[_0x4046f2(0x1a2)]()[_0x4046f2(0x1a7)]()){const _0xa13a13=BrowserstackCLI['getInstance']()['getAccessibilityModule']()[_0x4046f2(0x18e)],_0x5d303d=_0xa13a13[_0x4046f2(0x161)][_0x4046f2(0x1be)]||[];for(const _0x1d6a89 of _0x5d303d){_0x195079[_0x4046f2(0x1d8)](_0x1d6a89[_0x4046f2(0x22e)],_0x195079[_0x4046f2(0x1c7)])&&_0x195079[_0x4046f2(0x219)](_0x2bb3ba,null)&&(_0x4e5f8b[_0x4046f2(0x224)]=_0x195079['SaMMV'](_0x195079['zyipN'](parseInt,_0x1d6a89['value']),0x3e8));}}else process[_0x4046f2(0x159)][_0x4046f2(0x183)]&&(_0x4e5f8b['timeoutMs']=_0x195079[_0x4046f2(0x1db)](_0x195079[_0x4046f2(0x1af)](parseInt,process[_0x4046f2(0x159)][_0x4046f2(0x183)]),0x3e8));},detectDriverType=_0x1e6ed7=>{const _0x385921=a101_0x1d7345,_0x151aa7={};_0x151aa7[_0x385921(0x1f0)]='unknown',_0x151aa7[_0x385921(0x1b4)]=function(_0x4eaee6,_0x1d8182){return _0x4eaee6===_0x1d8182;},_0x151aa7[_0x385921(0x1c6)]=_0x385921(0x215),_0x151aa7[_0x385921(0x164)]=function(_0x573e03,_0x2dce20){return _0x573e03===_0x2dce20;},_0x151aa7['DyIzO']=_0x385921(0x230),_0x151aa7['nYHMh']=_0x385921(0x1a9),_0x151aa7[_0x385921(0x20f)]=_0x385921(0x17f),_0x151aa7[_0x385921(0x210)]=function(_0x4923d1,_0x25a023){return _0x4923d1===_0x25a023;},_0x151aa7['finjY']=_0x385921(0x208),_0x151aa7[_0x385921(0x198)]=_0x385921(0x1e4),_0x151aa7['fYWgg']=_0x385921(0x209),_0x151aa7[_0x385921(0x16f)]=function(_0x5c29cd,_0x5dfc5e){return _0x5c29cd||_0x5dfc5e;},_0x151aa7['jSWrh']='undefined';const _0x3a5724=_0x151aa7;if(!_0x1e6ed7){const _0x188009={};return _0x188009[_0x385921(0x1a6)]=![],_0x188009['type']=_0x3a5724[_0x385921(0x1f0)],_0x188009;}if(_0x3a5724[_0x385921(0x1b4)](typeof _0x1e6ed7[_0x385921(0x22c)],_0x3a5724[_0x385921(0x1c6)])&&_0x3a5724['qfSzf'](typeof _0x1e6ed7[_0x385921(0x218)],_0x3a5724[_0x385921(0x1c6)])&&_0x3a5724['dUioq'](typeof _0x1e6ed7[_0x385921(0x213)],_0x3a5724['rraHO'])){const _0x5aab60={};return _0x5aab60[_0x385921(0x1a6)]=!![],_0x5aab60['type']=_0x3a5724[_0x385921(0x21b)],_0x5aab60;}if(_0x3a5724['qfSzf'](typeof _0x1e6ed7[_0x385921(0x1cb)],_0x3a5724[_0x385921(0x1c6)])&&_0x3a5724[_0x385921(0x164)](typeof _0x1e6ed7[_0x385921(0x172)],_0x3a5724[_0x385921(0x1c6)])){const _0x53da3c={};return _0x53da3c[_0x385921(0x1a6)]=![],_0x53da3c[_0x385921(0x1d9)]=_0x3a5724['nYHMh'],_0x53da3c;}const _0x16ba44=_0x1e6ed7[_0x385921(0x20c)]?.['name'];if(_0x3a5724[_0x385921(0x1b4)](_0x16ba44,_0x3a5724[_0x385921(0x20f)])){const _0x53b008={};return _0x53b008[_0x385921(0x1a6)]=!![],_0x53b008[_0x385921(0x1d9)]=_0x3a5724[_0x385921(0x21b)],_0x53b008;}if(_0x3a5724[_0x385921(0x210)](_0x16ba44,_0x3a5724[_0x385921(0x177)])){const _0x4a5772={};return _0x4a5772[_0x385921(0x1a6)]=![],_0x4a5772[_0x385921(0x1d9)]=_0x3a5724[_0x385921(0x1e5)],_0x4a5772;}if(_0x3a5724[_0x385921(0x210)](_0x16ba44,_0x3a5724[_0x385921(0x198)])){const _0x35b932={};return _0x35b932[_0x385921(0x1a6)]=!![],_0x35b932[_0x385921(0x1d9)]=_0x3a5724[_0x385921(0x16e)],_0x35b932;}logger[_0x385921(0x1ab)](_0x385921(0x16b)+_0x3a5724[_0x385921(0x16f)](_0x16ba44,_0x3a5724[_0x385921(0x1cd)]));const _0x2e9ac0={};return _0x2e9ac0[_0x385921(0x1a6)]=![],_0x2e9ac0[_0x385921(0x1d9)]=_0x3a5724['bBYcl'],_0x2e9ac0;},withTimeout=(_0xb2732b,_0x1b68ef)=>{const _0x3ac8b2=a101_0x1d7345;return Promise[_0x3ac8b2(0x227)]([_0xb2732b,new Promise((_0x5ae6bb,_0x5337e0)=>setTimeout(()=>_0x5337e0(new Error(_0x3ac8b2(0x222)+_0x1b68ef+'ms')),_0x1b68ef))]);};exports[a101_0x1d7345(0x1e3)]=async(_0x132aeb,_0x202a7e=null,_0xc3987=null,_0x53dcb5=![],_0xa9593f=null)=>{const _0x1f9bf7=a101_0x1d7345,_0x19cbe4={'hcNeI':function(_0x589b93,_0x53e48c){return _0x589b93&&_0x53e48c;},'ciBUC':function(_0x3271ea,_0x3c5569,_0xc5244){return _0x3271ea(_0x3c5569,_0xc5244);},'aouEB':function(_0x285d23,_0x13ee9e){return _0x285d23===_0x13ee9e;},'NSLxF':_0x1f9bf7(0x209),'gGvpB':function(_0x3580b2,_0x29bd90,_0x4aa242){return _0x3580b2(_0x29bd90,_0x4aa242);},'jkWld':function(_0x21968b,_0x1fb336,_0x32834d){return _0x21968b(_0x1fb336,_0x32834d);},'tNscs':function(_0x1aa07a,_0x1b6665){return _0x1aa07a(_0x1b6665);},'QlPMY':function(_0x104f76,_0x240626){return _0x104f76||_0x240626;},'VcYVx':function(_0x20724a,_0x33e8c2){return _0x20724a!==_0x33e8c2;},'qFVUv':_0x1f9bf7(0x1b2),'eizuj':function(_0x269e6b,_0x2f7780){return _0x269e6b!==_0x2f7780;},'OqLyO':'bstackA11yShouldScan','ufhkj':function(_0x236073,_0x30f08e){return _0x236073===_0x30f08e;},'TGNum':function(_0x5b440d,_0x30f49a){return _0x5b440d===_0x30f49a;},'pbdiK':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','ZvFud':_0x1f9bf7(0x1c1),'lrblP':function(_0x5b2090,_0x2447b3){return _0x5b2090===_0x2447b3;},'VMjHH':'function','nxBnp':function(_0x27e62f,_0x50de40){return _0x27e62f===_0x50de40;},'FKsqx':function(_0x30a061,_0x3faf59){return _0x30a061<=_0x3faf59;},'yMtBi':function(_0x1f53c9,_0xb86651){return _0x1f53c9+_0xb86651;},'VLlkq':function(_0x4554f9,_0x5a5392){return _0x4554f9+_0x5a5392;},'ffKZI':'Unknown\x20error'},{isPlaywright:_0x3617ff,type:_0x51a58a}=_0x19cbe4['tNscs'](detectDriverType,_0x132aeb),_0x39f64f=_0x53dcb5?_0x19cbe4[_0x1f9bf7(0x207)](_0xa9593f,{}):global[_0x1f9bf7(0x1a0)]||{},_0x590dc0=_0x3617ff?global['accessibilityPlatform']&&(_0x53dcb5||_0x19cbe4[_0x1f9bf7(0x1fe)](global[_0x1f9bf7(0x1ee)],![])):accessibilityHelper[_0x1f9bf7(0x22a)]()&&globals['getGlobal'](_0x19cbe4[_0x1f9bf7(0x167)])&&(_0x53dcb5||_0x19cbe4[_0x1f9bf7(0x22f)](globals[_0x1f9bf7(0x1dc)](_0x19cbe4[_0x1f9bf7(0x1cf)]),![]));if(!_0x590dc0)return _0x3617ff&&global['accessibilityPlatform']&&_0x19cbe4[_0x1f9bf7(0x1b8)](global[_0x1f9bf7(0x1ee)],![])||!_0x3617ff&&globals['getGlobal'](_0x19cbe4[_0x1f9bf7(0x167)])&&_0x19cbe4[_0x1f9bf7(0x1b6)](globals[_0x1f9bf7(0x1dc)](_0x19cbe4[_0x1f9bf7(0x1cf)]),![])?logger[_0x1f9bf7(0x19f)](_0x19cbe4[_0x1f9bf7(0x1f1)]):logger[_0x1f9bf7(0x1ab)](_0x1f9bf7(0x20e)+_0x51a58a+_0x1f9bf7(0x168)),![];const _0x1ab8fc=_0x202a7e||global['browserstackSessionName']||_0x19cbe4[_0x1f9bf7(0x1eb)];let _0x15935a=null;const _0x258fc5={'testhub_btcer_uuid':global[_0x1f9bf7(0x1d0)]?.[_0x1f9bf7(0x204)]?.['id'],'url':_0x19cbe4[_0x1f9bf7(0x21a)](typeof _0x132aeb[_0x1f9bf7(0x218)],_0x19cbe4[_0x1f9bf7(0x1ef)])?await _0x132aeb[_0x1f9bf7(0x218)]():_0x19cbe4[_0x1f9bf7(0x21a)](typeof _0x132aeb[_0x1f9bf7(0x1e9)],_0x19cbe4[_0x1f9bf7(0x1ef)])?await _0x132aeb[_0x1f9bf7(0x1e9)]():'','automate_session_id':_0x19cbe4[_0x1f9bf7(0x1a1)](typeof _0x132aeb[_0x1f9bf7(0x22b)],_0x19cbe4[_0x1f9bf7(0x1ef)])?(await _0x132aeb[_0x1f9bf7(0x22b)]())[_0x1f9bf7(0x1d1)]():''};for(let _0xb3d882=0x1;_0x19cbe4[_0x1f9bf7(0x1de)](_0xb3d882,_0x19cbe4['yMtBi'](RETRY_CONFIG[_0x1f9bf7(0x179)],0x1));_0xb3d882++){try{return logger[_0x1f9bf7(0x19f)](_0x1f9bf7(0x160)+_0xb3d882+'/'+_0x19cbe4[_0x1f9bf7(0x19b)](RETRY_CONFIG['maxRetries'],0x1)+_0x1f9bf7(0x1e2)+_0x1ab8fc+'\x20('+_0x51a58a+')'),await PerformanceTester[_0x1f9bf7(0x1c9)](PerformanceA11yEvents[_0x1f9bf7(0x1c3)],async()=>{const _0x26ff4c=_0x1f9bf7;let _0xe88b26;if(_0x19cbe4['hcNeI'](_0x3617ff,playwrightA11yHelper)){_0x19cbe4[_0x26ff4c(0x212)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x224)]);let _0x4361a8=_0x132aeb;_0x19cbe4['aouEB'](_0x51a58a,_0x19cbe4[_0x26ff4c(0x1a8)])&&(_0x4361a8=_0x132aeb[_0x26ff4c(0x181)]);const _0x593480=global[_0x26ff4c(0x1fa)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x26ff4c(0x163)]()}:{};_0xe88b26=await _0x19cbe4[_0x26ff4c(0x186)](withTimeout,playwrightA11yHelper[_0x26ff4c(0x18a)](_0x4361a8,_0x1ab8fc,_0x39f64f,_0x593480),RETRY_CONFIG[_0x26ff4c(0x224)]),await exports[_0x26ff4c(0x1e1)](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x173)]);}else await exports['setSeleniumScriptTimeout'](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x224)]),_0xe88b26=await _0x19cbe4[_0x26ff4c(0x196)](withTimeout,accessibilityHelper[_0x26ff4c(0x18a)](_0x132aeb,_0x1ab8fc,_0x53dcb5,_0x39f64f),RETRY_CONFIG[_0x26ff4c(0x224)]),await exports[_0x26ff4c(0x1e6)](_0x132aeb,RETRY_CONFIG[_0x26ff4c(0x173)]);logger['debug'](_0x26ff4c(0x205)+_0xb3d882+_0x26ff4c(0x1f5));},{'command':_0x1ab8fc,..._0x258fc5})(),logger[_0x1f9bf7(0x1ea)](_0x1f9bf7(0x223)+_0xb3d882+'.'),!![];}catch(_0x4e493e){_0x15935a=_0x4e493e,logger[_0x1f9bf7(0x19f)](_0x1f9bf7(0x160)+_0xb3d882+_0x1f9bf7(0x21c)+_0x1ab8fc+'\x20('+_0x51a58a+_0x1f9bf7(0x1ed)+_0x4e493e[_0x1f9bf7(0x202)]);}}return logger[_0x1f9bf7(0x1c4)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x1ab8fc+'\x20('+_0x51a58a+')\x20with\x20error:\x20'+(_0x15935a?.['message']||_0x19cbe4[_0x1f9bf7(0x20d)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x21ef80,_0x2703e7)=>{const _0x1d346e=a101_0x1d7345,_0x464adf={'EeysJ':function(_0x74b761,_0x15e4d7){return _0x74b761(_0x15e4d7);},'aPgDi':'isAccessibilityPlatform','OgEKL':function(_0x3ddcac,_0x111359){return _0x3ddcac<=_0x111359;},'QjwUZ':function(_0x13e9cf,_0x2e91e0){return _0x13e9cf+_0x2e91e0;},'TNeqB':function(_0x3bb67d,_0x375ae9){return _0x3bb67d&&_0x375ae9;},'zkPLw':function(_0x26f71f,_0x11dfc6,_0xef1c30){return _0x26f71f(_0x11dfc6,_0xef1c30);},'EujYx':function(_0x443577,_0x35ccd9,_0x590340){return _0x443577(_0x35ccd9,_0x590340);},'mwGdT':_0x1d346e(0x1fb)},{isPlaywright:_0x5e55cf,type:_0x336e2a}=_0x464adf[_0x1d346e(0x1c5)](detectDriverType,_0x21ef80),_0x3f461d=_0x5e55cf?_0x2703e7[_0x1d346e(0x16c)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x1d346e(0x1dc)](_0x464adf[_0x1d346e(0x1ba)]);if(!_0x3f461d)return logger[_0x1d346e(0x1ab)](_0x1d346e(0x20e)+_0x336e2a+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x7ae62d=null;for(let _0x582297=0x1;_0x464adf['OgEKL'](_0x582297,_0x464adf[_0x1d346e(0x175)](RETRY_CONFIG[_0x1d346e(0x179)],0x1));_0x582297++){try{logger[_0x1d346e(0x19f)](_0x1d346e(0x1b1)+_0x582297+'/'+_0x464adf[_0x1d346e(0x175)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x336e2a+')');let _0x329a58;return _0x464adf[_0x1d346e(0x220)](_0x5e55cf,playwrightA11yHelper)?(_0x464adf[_0x1d346e(0x16d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1d346e(0x1e1)](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x224)]),_0x329a58=await _0x464adf[_0x1d346e(0x16d)](withTimeout,playwrightA11yHelper[_0x1d346e(0x197)](_0x21ef80),RETRY_CONFIG[_0x1d346e(0x224)]),await exports[_0x1d346e(0x1e1)](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x173)])):(await exports['setSeleniumScriptTimeout'](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x224)]),_0x329a58=await _0x464adf[_0x1d346e(0x190)](withTimeout,accessibilityHelper[_0x1d346e(0x197)](_0x21ef80,_0x2703e7),RETRY_CONFIG[_0x1d346e(0x224)]),await exports[_0x1d346e(0x1e6)](_0x21ef80,RETRY_CONFIG[_0x1d346e(0x173)])),logger[_0x1d346e(0x1ea)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x582297+'\x20('+_0x336e2a+')'),_0x329a58;}catch(_0x22f31d){_0x7ae62d=_0x22f31d,logger[_0x1d346e(0x1ab)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x582297+_0x1d346e(0x1a5)+_0x336e2a+_0x1d346e(0x1ed)+_0x22f31d[_0x1d346e(0x202)]);}}return logger['error']('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x336e2a+').\x20Last\x20error:\x20'+(_0x7ae62d?.[_0x1d346e(0x202)]||_0x464adf[_0x1d346e(0x1f8)])),[];},exports[a101_0x1d7345(0x19a)]=async(_0x193e23,_0x2d282e)=>{const _0x5b2687=a101_0x1d7345,_0x12b801={'qONTC':function(_0x3fa39a,_0x17b512){return _0x3fa39a(_0x17b512);},'aSHBp':'isAccessibilityPlatform','gIZcI':function(_0x4acdb7,_0x1e2bf6){return _0x4acdb7<=_0x1e2bf6;},'lJlgX':function(_0x246b0f,_0x28a4f3){return _0x246b0f+_0x28a4f3;},'CljQd':function(_0x3e5de8,_0x509b54){return _0x3e5de8+_0x509b54;},'ZuzpL':function(_0x45e404,_0x2863fa){return _0x45e404&&_0x2863fa;},'LiaJL':function(_0x5278a5,_0x1dae2b,_0x3e04d3){return _0x5278a5(_0x1dae2b,_0x3e04d3);},'qCWNE':_0x5b2687(0x1fb)},{isPlaywright:_0x1b58c5,type:_0x3b7083}=_0x12b801['qONTC'](detectDriverType,_0x193e23),_0x1598e0=_0x1b58c5?_0x2d282e[_0x5b2687(0x16c)]:accessibilityHelper[_0x5b2687(0x22a)]()&&globals[_0x5b2687(0x1dc)](_0x12b801[_0x5b2687(0x188)]);if(!_0x1598e0)return logger['warn'](_0x5b2687(0x20e)+_0x3b7083+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x3b072f=null;for(let _0x12ae1b=0x1;_0x12b801[_0x5b2687(0x1f7)](_0x12ae1b,_0x12b801[_0x5b2687(0x21f)](RETRY_CONFIG[_0x5b2687(0x179)],0x1));_0x12ae1b++){try{logger[_0x5b2687(0x19f)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x12ae1b+'/'+_0x12b801['CljQd'](RETRY_CONFIG[_0x5b2687(0x179)],0x1)+'\x20('+_0x3b7083+')');let _0x431d41;return _0x12b801[_0x5b2687(0x1f3)](_0x1b58c5,playwrightA11yHelper)?(_0x12b801['LiaJL'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5b2687(0x1e1)](_0x193e23,RETRY_CONFIG['timeoutMs']),_0x431d41=await _0x12b801[_0x5b2687(0x18d)](withTimeout,playwrightA11yHelper[_0x5b2687(0x176)](_0x193e23),RETRY_CONFIG['timeoutMs']),await exports[_0x5b2687(0x1e1)](_0x193e23,RETRY_CONFIG[_0x5b2687(0x173)])):(await exports['setSeleniumScriptTimeout'](_0x193e23,RETRY_CONFIG[_0x5b2687(0x224)]),_0x431d41=await _0x12b801['LiaJL'](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x193e23,_0x2d282e),RETRY_CONFIG['timeoutMs']),await exports[_0x5b2687(0x1e6)](_0x193e23,RETRY_CONFIG[_0x5b2687(0x173)])),logger[_0x5b2687(0x1ea)](_0x5b2687(0x169)+_0x12ae1b+'\x20('+_0x3b7083+')'),_0x431d41;}catch(_0x276d7a){_0x3b072f=_0x276d7a,logger[_0x5b2687(0x1ab)](_0x5b2687(0x1ac)+_0x12ae1b+_0x5b2687(0x1a5)+_0x3b7083+').\x20Error:\x20'+_0x276d7a['message']);}}return logger[_0x5b2687(0x1c4)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x3b7083+').\x20Last\x20error:\x20'+(_0x3b072f?.[_0x5b2687(0x202)]||_0x12b801[_0x5b2687(0x21e)])),{};},exports[a101_0x1d7345(0x15d)]=async(_0x5b56df,_0x31b7e2,_0x2f9123=null)=>{const _0x497f53=a101_0x1d7345,_0x16684a={'mBHLT':function(_0x475185,_0xade2fd){return _0x475185(_0xade2fd);},'BQDMo':function(_0x39daba,_0x2f0d69){return _0x39daba===_0x2f0d69;},'mnezJ':'fulfilled','UiBtn':function(_0x418076,_0x20c323){return _0x418076===_0x20c323;},'BuYUP':_0x497f53(0x193),'bIyON':function(_0x222e1b,_0x260c3e){return _0x222e1b===_0x260c3e;},'NuUte':_0x497f53(0x15c)},{isPlaywright:_0x4c67ad,type:_0x1d30e0}=_0x16684a[_0x497f53(0x180)](detectDriverType,_0x5b56df),_0x518f0c={};_0x518f0c[_0x497f53(0x1e8)]=![],_0x518f0c[_0x497f53(0x217)]=[],_0x518f0c['summary']={},_0x518f0c[_0x497f53(0x1c4)]=null,_0x518f0c['driverType']=_0x1d30e0;const _0x469d7f=_0x518f0c;try{_0x469d7f[_0x497f53(0x1e8)]=await exports[_0x497f53(0x1e3)](_0x5b56df,_0x2f9123);if(_0x469d7f[_0x497f53(0x1e8)]){const [_0x2abbec,_0x4d3243]=await Promise[_0x497f53(0x226)]([exports['getAccessibilityResultsWithRetry'](_0x5b56df,_0x31b7e2),exports[_0x497f53(0x19a)](_0x5b56df,_0x31b7e2)]);_0x469d7f[_0x497f53(0x217)]=_0x16684a[_0x497f53(0x1d6)](_0x2abbec['status'],_0x16684a[_0x497f53(0x19d)])?_0x2abbec[_0x497f53(0x1ce)]:[],_0x469d7f[_0x497f53(0x1ec)]=_0x16684a[_0x497f53(0x225)](_0x4d3243['status'],_0x16684a['mnezJ'])?_0x4d3243[_0x497f53(0x1ce)]:{},_0x16684a['BQDMo'](_0x2abbec['status'],_0x16684a[_0x497f53(0x1c0)])&&logger[_0x497f53(0x1ab)](_0x497f53(0x1f4)+_0x1d30e0+_0x497f53(0x178)+_0x2abbec[_0x497f53(0x191)]?.[_0x497f53(0x202)]),_0x16684a[_0x497f53(0x15a)](_0x4d3243['status'],_0x16684a['BuYUP'])&&logger['warn'](_0x497f53(0x1df)+_0x1d30e0+_0x497f53(0x178)+_0x4d3243[_0x497f53(0x191)]?.[_0x497f53(0x202)]);}}catch(_0x4db981){_0x469d7f['error']=_0x4db981[_0x497f53(0x202)]||_0x16684a[_0x497f53(0x1bb)],logger[_0x497f53(0x1c4)](_0x497f53(0x185)+_0x1d30e0+_0x497f53(0x178)+_0x469d7f[_0x497f53(0x1c4)]);}return _0x469d7f;},exports[a101_0x1d7345(0x199)]=_0x3d9df0=>{const _0x2084da=a101_0x1d7345,_0x2a3eb0={};_0x2a3eb0[_0x2084da(0x1d7)]=function(_0x2882a5,_0xe4a7f1){return _0x2882a5!==_0xe4a7f1;};const _0x237671=_0x2a3eb0;_0x237671[_0x2084da(0x1d7)](_0x3d9df0[_0x2084da(0x179)],undefined)&&(RETRY_CONFIG[_0x2084da(0x179)]=Math[_0x2084da(0x221)](0x0,_0x3d9df0['maxRetries'])),_0x237671[_0x2084da(0x1d7)](_0x3d9df0[_0x2084da(0x224)],undefined)&&(RETRY_CONFIG[_0x2084da(0x224)]=Math[_0x2084da(0x221)](0x3e8,_0x3d9df0[_0x2084da(0x224)])),logger[_0x2084da(0x19f)](_0x2084da(0x1b3)+JSON['stringify'](RETRY_CONFIG));},exports[a101_0x1d7345(0x214)]=()=>{const _0x59ad51={...RETRY_CONFIG};return _0x59ad51;},exports[a101_0x1d7345(0x1aa)]=_0x539dad=>{const _0xb815c1=a101_0x1d7345,_0x5b877c={'yRaSB':function(_0xd2c62f,_0x4eeaf3){return _0xd2c62f(_0x4eeaf3);}};return _0x5b877c[_0xb815c1(0x1ca)](detectDriverType,_0x539dad)[_0xb815c1(0x1a6)];},exports[a101_0x1d7345(0x1f9)]=_0x4c01d6=>{const _0x314d9e=a101_0x1d7345,_0x42d73d={'MDqfc':function(_0x35474f,_0xe12f0a){return _0x35474f(_0xe12f0a);},'nUIUq':function(_0x2efa96,_0xe60a09){return _0x2efa96===_0xe60a09;},'utfyj':_0x314d9e(0x1a9)},{isPlaywright:_0x473498,type:_0x222dd7}=_0x42d73d[_0x314d9e(0x20a)](detectDriverType,_0x4c01d6);return!_0x473498&&_0x42d73d['nUIUq'](_0x222dd7,_0x42d73d[_0x314d9e(0x1bf)]);},exports[a101_0x1d7345(0x1e1)]=async(_0x1b2867,_0x18f15f=null)=>{const _0x5f12fe=a101_0x1d7345,_0x124c8e={'DNHqs':function(_0x4eccc0,_0x3d3463){return _0x4eccc0(_0x3d3463);},'fEmMT':function(_0x1ac13d,_0x3553c6){return _0x1ac13d===_0x3553c6;},'FkVnM':_0x5f12fe(0x215)},{isPlaywright:_0x1809c4,type:_0x43e05e}=_0x124c8e[_0x5f12fe(0x1f6)](detectDriverType,_0x1b2867);if(!_0x1809c4)return logger['debug'](_0x5f12fe(0x206)+_0x43e05e+_0x5f12fe(0x162)),!![];const _0x57cfb1=_0x18f15f||RETRY_CONFIG[_0x5f12fe(0x173)];try{return _0x1b2867&&_0x124c8e[_0x5f12fe(0x1bc)](typeof _0x1b2867[_0x5f12fe(0x17e)],_0x124c8e[_0x5f12fe(0x1d5)])&&(await _0x1b2867[_0x5f12fe(0x17e)](_0x57cfb1),logger[_0x5f12fe(0x19f)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x57cfb1+'ms')),!![];}catch(_0x5588e8){return logger[_0x5f12fe(0x1ab)](_0x5f12fe(0x187)+_0x5588e8[_0x5f12fe(0x202)]),![];}},exports[a101_0x1d7345(0x1e6)]=async(_0x3ff053,_0x4c67b1=null)=>{const _0x11aaf7=a101_0x1d7345,_0x1dc4c5={};_0x1dc4c5[_0x11aaf7(0x192)]='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0x1dc4c5[_0x11aaf7(0x195)]=function(_0xe2414,_0x442367){return _0xe2414===_0x442367;},_0x1dc4c5[_0x11aaf7(0x1bd)]=_0x11aaf7(0x215),_0x1dc4c5[_0x11aaf7(0x203)]=function(_0x401da4,_0x2b8467){return _0x401da4===_0x2b8467;},_0x1dc4c5[_0x11aaf7(0x17d)]=function(_0x5e8b92,_0x38f978){return _0x5e8b92===_0x38f978;},_0x1dc4c5[_0x11aaf7(0x184)]=function(_0x3a9465,_0x57c60c){return _0x3a9465===_0x57c60c;},_0x1dc4c5[_0x11aaf7(0x170)]=_0x11aaf7(0x18c),_0x1dc4c5[_0x11aaf7(0x1fc)]=_0x11aaf7(0x229);const _0x1b8f44=_0x1dc4c5;if(!exports[_0x11aaf7(0x1f9)](_0x3ff053))return logger[_0x11aaf7(0x1ab)](_0x1b8f44[_0x11aaf7(0x192)]),![];const _0x4b8e40=_0x4c67b1||RETRY_CONFIG[_0x11aaf7(0x173)];try{if(_0x3ff053&&_0x1b8f44[_0x11aaf7(0x195)](typeof _0x3ff053[_0x11aaf7(0x19c)],_0x1b8f44[_0x11aaf7(0x1bd)])){const _0x34bff0=_0x3ff053[_0x11aaf7(0x19c)]();if(_0x34bff0&&_0x1b8f44[_0x11aaf7(0x203)](typeof _0x34bff0[_0x11aaf7(0x1fd)],_0x1b8f44[_0x11aaf7(0x1bd)]))await _0x34bff0['timeouts']()['setScriptTimeout'](_0x4b8e40),logger[_0x11aaf7(0x19f)](_0x11aaf7(0x1e0)+_0x4b8e40+_0x11aaf7(0x1a3));else{if(_0x34bff0&&_0x1b8f44['piLbz'](typeof _0x34bff0[_0x11aaf7(0x20b)],_0x1b8f44[_0x11aaf7(0x1bd)])){const _0x14e7e4={};_0x14e7e4[_0x11aaf7(0x17c)]=_0x4b8e40,await _0x34bff0[_0x11aaf7(0x20b)](_0x14e7e4),logger[_0x11aaf7(0x19f)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x4b8e40+_0x11aaf7(0x211));}else{if(_0x34bff0&&_0x1b8f44['tgLUo'](typeof _0x34bff0[_0x11aaf7(0x15e)],_0x1b8f44[_0x11aaf7(0x1bd)]))await _0x34bff0[_0x11aaf7(0x15e)](_0x4b8e40),logger[_0x11aaf7(0x19f)](_0x11aaf7(0x1e0)+_0x4b8e40+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x11aaf7(0x19f)](_0x1b8f44[_0x11aaf7(0x170)]),!![];}}}else return logger['debug'](_0x1b8f44[_0x11aaf7(0x1fc)]),!![];return!![];}catch(_0x1ce6b9){return logger[_0x11aaf7(0x1ab)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x1ce6b9['message']),![];}},exports[a101_0x1d7345(0x165)]=async(_0x22400d,_0x5033a4)=>{const _0xbfe209=a101_0x1d7345,_0x276407={'nwodg':function(_0x9ab7f5,_0x171fd5){return _0x9ab7f5(_0x171fd5);},'JmrVf':_0xbfe209(0x1b2),'xmEax':function(_0x2f261f,_0x44397c){return _0x2f261f<=_0x44397c;},'ljEjz':function(_0x53a70d,_0x47c153){return _0x53a70d+_0x47c153;},'cTeyx':function(_0x431513,_0x561eac){return _0x431513&&_0x561eac;},'aBvfh':function(_0x4b511a,_0x5397c7,_0x8248f1){return _0x4b511a(_0x5397c7,_0x8248f1);},'WQriH':_0xbfe209(0x1fa),'racdg':_0xbfe209(0x1fb)},{isPlaywright:_0x3c96f4,type:_0x51d87b}=_0x276407[_0xbfe209(0x1d2)](detectDriverType,_0x22400d),_0x453d71=_0x3c96f4?global[_0xbfe209(0x16c)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x276407[_0xbfe209(0x22d)]);if(!_0x453d71)return logger[_0xbfe209(0x1ab)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x51d87b+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x4097f5=null;for(let _0x4298fa=0x1;_0x276407['xmEax'](_0x4298fa,_0x276407[_0xbfe209(0x1b9)](RETRY_CONFIG[_0xbfe209(0x179)],0x1));_0x4298fa++){try{logger['debug'](_0xbfe209(0x18f)+_0x4298fa+'/'+_0x276407[_0xbfe209(0x1b9)](RETRY_CONFIG[_0xbfe209(0x179)],0x1)+'\x20('+_0x51d87b+')');if(_0x276407[_0xbfe209(0x174)](_0x3c96f4,playwrightA11yHelper)){_0x276407[_0xbfe209(0x201)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x22400d,RETRY_CONFIG[_0xbfe209(0x224)]);const _0x4e51e4={};_0x4e51e4['is_mobile_session']=!![];const _0x5844d0=global[_0xbfe209(0x1fa)]?Object[_0xbfe209(0x1da)]({},_0x5033a4,_0x4e51e4):_0x5033a4;await _0x276407['aBvfh'](withTimeout,playwrightA11yHelper[_0xbfe209(0x15f)](_0x22400d,scripts[_0xbfe209(0x21d)],_0x5844d0),RETRY_CONFIG[_0xbfe209(0x224)]),await exports['setPlaywrightScriptTimeout'](_0x22400d,RETRY_CONFIG[_0xbfe209(0x173)]);}else{await exports[_0xbfe209(0x1e6)](_0x22400d,RETRY_CONFIG[_0xbfe209(0x224)]);const _0x1f8e0f={};_0x1f8e0f[_0xbfe209(0x1c2)]=!![];const _0x5a9d1e=globals['getGlobal'](_0x276407[_0xbfe209(0x1d3)])?Object[_0xbfe209(0x1da)]({},_0x5033a4,_0x1f8e0f):_0x5033a4;await _0x276407[_0xbfe209(0x201)](withTimeout,_0x22400d[_0xbfe209(0x1cb)](scripts[_0xbfe209(0x21d)],_0x5a9d1e),RETRY_CONFIG[_0xbfe209(0x224)]),await exports[_0xbfe209(0x1e6)](_0x22400d,RETRY_CONFIG['defaultTimeoutMs']);}return logger[_0xbfe209(0x1ea)](_0xbfe209(0x200)+_0x4298fa+'\x20('+_0x51d87b+')'),!![];}catch(_0x4c22e7){_0x4097f5=_0x4c22e7,logger['warn'](_0xbfe209(0x18f)+_0x4298fa+'\x20failed\x20('+_0x51d87b+').\x20Error:\x20'+_0x4c22e7[_0xbfe209(0x202)]);}}return logger[_0xbfe209(0x1c4)](_0xbfe209(0x1c8)+_0x51d87b+_0xbfe209(0x1b0)+(_0x4097f5?.[_0xbfe209(0x202)]||_0x276407[_0xbfe209(0x1dd)])),![];};
1
+ const a101_0xf12d19=a101_0x4cf7;(function(_0x5bc729,_0x107432){const _0x11cd26=a101_0x4cf7,_0x4192ef=_0x5bc729();while(!![]){try{const _0x360936=parseInt(_0x11cd26(0x11d))/0x1+parseInt(_0x11cd26(0xd6))/0x2*(-parseInt(_0x11cd26(0xec))/0x3)+parseInt(_0x11cd26(0x10f))/0x4+-parseInt(_0x11cd26(0xe5))/0x5*(parseInt(_0x11cd26(0xb2))/0x6)+-parseInt(_0x11cd26(0xaf))/0x7+parseInt(_0x11cd26(0xcc))/0x8*(-parseInt(_0x11cd26(0xbb))/0x9)+parseInt(_0x11cd26(0x118))/0xa;if(_0x360936===_0x107432)break;else _0x4192ef['push'](_0x4192ef['shift']());}catch(_0x567e0c){_0x4192ef['push'](_0x4192ef['shift']());}}}(a101_0x13a8,0x26ffa));const util=require(a101_0xf12d19(0x128)),logger=require('../logger')[a101_0xf12d19(0xf6)],accessibilityHelper=require(a101_0xf12d19(0x10d)),globals=require(a101_0xf12d19(0x104)),scripts=require(a101_0xf12d19(0x6f)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a101_0xf12d19(0x101)),BrowserstackCLI=require(a101_0xf12d19(0x12d));let playwrightA11yHelper=null;function a101_0x4cf7(_0x4b1bf3,_0x524b9d){const _0x13a8fa=a101_0x13a8();return a101_0x4cf7=function(_0x4cf782,_0x4896b7){_0x4cf782=_0x4cf782-0x6d;let _0x5b3983=_0x13a8fa[_0x4cf782];return _0x5b3983;},a101_0x4cf7(_0x4b1bf3,_0x524b9d);}function a101_0x13a8(){const _0x1b5651=['\x20failed\x20(','147069HcYEhj','isPlaywright','Qzmlj','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','timeouts','TdrLz','setScriptTimeout','FJmNU',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','cgcLp','dqoIs','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','XBVmt','defaultTimeoutMs','aiyvt','HRfZe','setDefaultTimeout','80RbFiEL','function','cUmLW','getGlobal','HuWeC','EHkPP','timeoutMs',').\x20Error:\x20','Skipping\x20timeout\x20setting\x20for\x20','UIGek','2RIxquh','driverType','fCjFf','oeRSK','Playwright\x20accessibility\x20helper\x20not\x20available','Unknown\x20error','MdsLM','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','axdOd','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','fulfilled','\x20-\x20not\x20applicable','Comprehensive\x20accessibility\x20scan\x20failed\x20(','WebDriver','getInstance','25555GKiyuw','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','browserstackSessionName','VVqyP','selenium-webdriver','eUmUZ','ms\x20using\x20setTimeouts\x20API','649353oGAYWM','error','aMslu','FFjei','rejected','ALFSf','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','rNhCb','Operation\x20timed\x20out\x20after\x20','Scan\x20attempt\x20','winstonLogger','ddTFG','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','PbNoq','JOgDH','iYJMC','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','isSeleniumDriver','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','JeTpo','../performance/constants','cPYsL','Accessibility\x20scan\x20attempt\x20','../globals','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','value','accessibilityPlatform','executeAsyncScript','AqUaw','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','\x20for\x20method:\x20','bpXhx','./helper','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','1206548uDxCar','maxRetries','race','isAccessibilityPlatform','isAccessibilityAutomationSession','NBseH','yYSwG','egbKu','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','6330080WArzoS','name','sWqfE','Erxbc','getAccessibilityResultsSummaryWithRetry','12951EFtUcp','debug','PERFORM_SCAN','Unknown\x20driver/page\x20type:\x20','is_mobile_session','eoQLL','cPvjt','updateRetryConfig','options','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','aBggU','util','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','cQzbd',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','kCJjk','../../bin/v2/browserstackCLI','uavLX','KoSbC','Accessibility\x20results\x20save\x20attempt\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','Wtxws',').\x20Last\x20error:\x20','capabilitiesList','\x20completed\x20successfully.','MLucw','WDwYb','./scripts','scanSucceeded','Accessibility\x20retry\x20configuration\x20updated:\x20','vsrnq','yIUJP','uvYIZ','assign','saveTestResults','performScan','unknown','bAhGy','env','getAccessibilityResultsSummary','uNIrK','cATZw','goto','):\x20','ms\x20using\x20setScriptTimeout\x20API','UbLOR','uvCTr','manage','BEiQz','type','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','getCurrentUrl','isMobilePlatform','Accessibility\x20results\x20retrieval\x20attempt\x20','reason','gnopf','isPlaywrightPage','getSession','warn','nkMxJ','qoTmL','fPqGj','dhJOI','info','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getId','reewN','summary','IjlSh','SejDg','setPlaywrightScriptTimeout','results','hGJCU','resolveMobileThTestRunUuid','setTimeouts','setSeleniumScriptTimeout','evaluate','JeNyy','ayRdS','url','sfeCy','MRZvE','Page','getAccessibilityResults','UzuXT','getAccessibilityResultsWithRetry','browserStackEvaluate','max','accessibilityConfig','getAccessibilityModule','pGwCK','1961554MKnHBZ','playwright-page','stringify','150HlAJgl','ZiEYJ','status','constructor','message','bstackA11yShouldScan','playwright-codecept-driver','HwTSv'];a101_0x13a8=function(){return _0x1b5651;};return a101_0x13a8();}try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a101_0x41cf18){logger[a101_0xf12d19(0x11e)](a101_0xf12d19(0xda));}const a101_0x4fd33a={};a101_0x4fd33a[a101_0xf12d19(0x110)]=0x1,a101_0x4fd33a[a101_0xf12d19(0xd2)]=0x7530,a101_0x4fd33a['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a101_0x4fd33a,setConfigTimeout=(_0x45039b,_0x267b2e=null)=>{const _0x1e6bc3=a101_0xf12d19,_0x2c9655={'uvCTr':function(_0x13eaaf,_0x2c40ce){return _0x13eaaf===_0x2c40ce;},'aMslu':'scannerProcessingTimeout','VVqyP':function(_0x1a509e,_0x879e5){return _0x1a509e*_0x879e5;},'ZiEYJ':function(_0x2c9cb1,_0x23530a){return _0x2c9cb1(_0x23530a);}};if(BrowserstackCLI[_0x1e6bc3(0xe4)]()['isRunning']()&&BrowserstackCLI[_0x1e6bc3(0xe4)]()[_0x1e6bc3(0xad)]()){const _0x2437b6=BrowserstackCLI[_0x1e6bc3(0xe4)]()[_0x1e6bc3(0xad)]()[_0x1e6bc3(0xac)],_0x26b519=_0x2437b6[_0x1e6bc3(0x125)][_0x1e6bc3(0x134)]||[];for(const _0x5d03ef of _0x26b519){_0x2c9655[_0x1e6bc3(0x82)](_0x5d03ef['name'],_0x2c9655[_0x1e6bc3(0xee)])&&_0x2c9655[_0x1e6bc3(0x82)](_0x267b2e,null)&&(_0x45039b[_0x1e6bc3(0xd2)]=_0x2c9655['VVqyP'](_0x2c9655[_0x1e6bc3(0xb3)](parseInt,_0x5d03ef['value']),0x3e8));}}else process[_0x1e6bc3(0x7a)][_0x1e6bc3(0x105)]&&(_0x45039b[_0x1e6bc3(0xd2)]=_0x2c9655[_0x1e6bc3(0xe8)](_0x2c9655[_0x1e6bc3(0xb3)](parseInt,process[_0x1e6bc3(0x7a)][_0x1e6bc3(0x105)]),0x3e8));},detectDriverType=_0x7e335e=>{const _0x2ff4d4=a101_0xf12d19,_0x1a560a={};_0x1a560a[_0x2ff4d4(0xc5)]=_0x2ff4d4(0x78),_0x1a560a[_0x2ff4d4(0xca)]=function(_0x5e90db,_0x17c89d){return _0x5e90db===_0x17c89d;},_0x1a560a[_0x2ff4d4(0x74)]=_0x2ff4d4(0xcd),_0x1a560a['UbLOR']=function(_0x36147b,_0x3d4f8f){return _0x36147b===_0x3d4f8f;},_0x1a560a['rNhCb']=_0x2ff4d4(0xb0),_0x1a560a[_0x2ff4d4(0xdc)]=function(_0x525751,_0x45e62b){return _0x525751===_0x45e62b;},_0x1a560a['fCjFf']=function(_0x4c388c,_0x290279){return _0x4c388c===_0x290279;},_0x1a560a[_0x2ff4d4(0xf1)]=_0x2ff4d4(0xe9),_0x1a560a[_0x2ff4d4(0x132)]=function(_0x1ec399,_0x5cae28){return _0x1ec399===_0x5cae28;},_0x1a560a[_0x2ff4d4(0x12a)]=_0x2ff4d4(0xa6),_0x1a560a[_0x2ff4d4(0x122)]=_0x2ff4d4(0xe3),_0x1a560a['ubAFe']=function(_0x31b83a,_0x3907f1){return _0x31b83a===_0x3907f1;},_0x1a560a[_0x2ff4d4(0x99)]='Playwright',_0x1a560a[_0x2ff4d4(0x90)]=_0x2ff4d4(0xb8),_0x1a560a[_0x2ff4d4(0x72)]=function(_0x16dfe8,_0x1722db){return _0x16dfe8||_0x1722db;},_0x1a560a['XBVmt']='undefined';const _0x5e73f3=_0x1a560a;if(!_0x7e335e){const _0x11f8e6={};return _0x11f8e6['isPlaywright']=![],_0x11f8e6[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xc5)],_0x11f8e6;}if(_0x5e73f3[_0x2ff4d4(0xca)](typeof _0x7e335e[_0x2ff4d4(0xa0)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0x81)](typeof _0x7e335e[_0x2ff4d4(0xa3)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0x81)](typeof _0x7e335e[_0x2ff4d4(0x7e)],_0x5e73f3[_0x2ff4d4(0x74)])){const _0x2d4a45={};return _0x2d4a45[_0x2ff4d4(0xbc)]=!![],_0x2d4a45[_0x2ff4d4(0x85)]=_0x5e73f3['rNhCb'],_0x2d4a45;}if(_0x5e73f3['MdsLM'](typeof _0x7e335e[_0x2ff4d4(0x108)],_0x5e73f3[_0x2ff4d4(0x74)])&&_0x5e73f3[_0x2ff4d4(0xd8)](typeof _0x7e335e['getCapabilities'],_0x5e73f3[_0x2ff4d4(0x74)])){const _0x3c8b65={};return _0x3c8b65[_0x2ff4d4(0xbc)]=![],_0x3c8b65[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf1)],_0x3c8b65;}const _0x1d14fe=_0x7e335e[_0x2ff4d4(0xb5)]?.[_0x2ff4d4(0x119)];if(_0x5e73f3[_0x2ff4d4(0x132)](_0x1d14fe,_0x5e73f3['cQzbd'])){const _0x2fd74f={};return _0x2fd74f[_0x2ff4d4(0xbc)]=!![],_0x2fd74f[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf3)],_0x2fd74f;}if(_0x5e73f3['Wtxws'](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0x122)])){const _0x175d40={};return _0x175d40[_0x2ff4d4(0xbc)]=![],_0x175d40[_0x2ff4d4(0x85)]=_0x5e73f3[_0x2ff4d4(0xf1)],_0x175d40;}if(_0x5e73f3['ubAFe'](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0x99)])){const _0x190619={};return _0x190619[_0x2ff4d4(0xbc)]=!![],_0x190619[_0x2ff4d4(0x85)]=_0x5e73f3['qoTmL'],_0x190619;}logger['warn'](_0x2ff4d4(0x120)+_0x5e73f3[_0x2ff4d4(0x72)](_0x1d14fe,_0x5e73f3[_0x2ff4d4(0xc7)]));const _0x24885e={};return _0x24885e['isPlaywright']=![],_0x24885e[_0x2ff4d4(0x85)]=_0x5e73f3['dqoIs'],_0x24885e;},withTimeout=(_0xedd432,_0xc31c3b)=>{const _0x45b4a2=a101_0xf12d19;return Promise[_0x45b4a2(0x111)]([_0xedd432,new Promise((_0x2c21e9,_0x4e3045)=>setTimeout(()=>_0x4e3045(new Error(_0x45b4a2(0xf4)+_0xc31c3b+'ms')),_0xc31c3b))]);};exports['performScanWithRetry']=async(_0x1f1ec3,_0x2a7bd9=null,_0x35367a=null,_0x451c05=![],_0x591643=null)=>{const _0x2d12d5=a101_0xf12d19,_0x30c68b={'tvmnO':function(_0x4002b0,_0x1a344b){return _0x4002b0&&_0x1a344b;},'MLucw':function(_0x16d801,_0x301af3,_0x38b276){return _0x16d801(_0x301af3,_0x38b276);},'FFjei':function(_0x454619,_0x35b2d6){return _0x454619===_0x35b2d6;},'cgcLp':'playwright-codecept-driver','nkMxJ':function(_0x54e50f,_0x13748f,_0x34e0fe){return _0x54e50f(_0x13748f,_0x34e0fe);},'zZTSY':function(_0x154474,_0x35534b){return _0x154474(_0x35534b);},'eWeQn':function(_0x34d4db,_0x2dc760){return _0x34d4db||_0x2dc760;},'KfrPH':function(_0x9e3b76,_0x35d146){return _0x9e3b76!==_0x35d146;},'Erxbc':_0x2d12d5(0x112),'aBggU':_0x2d12d5(0xb7),'hqlcD':function(_0x14adaf,_0x30e8c7){return _0x14adaf===_0x30e8c7;},'cUmLW':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','pGwCK':'unknown_method','eUmUZ':function(_0x2a3b9d,_0x354dba){return _0x2a3b9d===_0x354dba;},'AqUaw':'function','ogTPN':function(_0x8b6920,_0x5ad78d){return _0x8b6920===_0x5ad78d;},'WDwYb':function(_0x291d81,_0x449e23){return _0x291d81<=_0x449e23;},'oeRSK':function(_0x1cd8e9,_0xe294da){return _0x1cd8e9+_0xe294da;},'MRZvE':_0x2d12d5(0xdb)},{isPlaywright:_0x168332,type:_0x5a1bc0}=_0x30c68b['zZTSY'](detectDriverType,_0x1f1ec3),_0x37b5b9=_0x451c05?_0x30c68b['eWeQn'](_0x591643,{}):global['bstackA11yScanOptions']||{},_0x363996=_0x168332?global[_0x2d12d5(0x107)]&&(_0x451c05||_0x30c68b['KfrPH'](global[_0x2d12d5(0xb7)],![])):accessibilityHelper[_0x2d12d5(0x113)]()&&globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x11b)])&&(_0x451c05||_0x30c68b['KfrPH'](globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x127)]),![]));if(!_0x363996)return _0x168332&&global['accessibilityPlatform']&&_0x30c68b[_0x2d12d5(0xef)](global[_0x2d12d5(0xb7)],![])||!_0x168332&&globals[_0x2d12d5(0xcf)](_0x30c68b[_0x2d12d5(0x11b)])&&_0x30c68b['hqlcD'](globals['getGlobal'](_0x30c68b['aBggU']),![])?logger[_0x2d12d5(0x11e)](_0x30c68b[_0x2d12d5(0xce)]):logger[_0x2d12d5(0x8e)](_0x2d12d5(0x117)+_0x5a1bc0+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x22673d=_0x2a7bd9||global[_0x2d12d5(0xe7)]||_0x30c68b[_0x2d12d5(0xae)];let _0x162403=null;const _0x3d70ee={'testhub_btcer_uuid':global['__workerDetails']?.['currentTest']?.['id'],'url':_0x30c68b[_0x2d12d5(0xea)](typeof _0x1f1ec3[_0x2d12d5(0xa3)],_0x30c68b[_0x2d12d5(0x109)])?await _0x1f1ec3[_0x2d12d5(0xa3)]():_0x30c68b[_0x2d12d5(0xef)](typeof _0x1f1ec3[_0x2d12d5(0x87)],_0x30c68b[_0x2d12d5(0x109)])?await _0x1f1ec3[_0x2d12d5(0x87)]():'','automate_session_id':_0x30c68b['ogTPN'](typeof _0x1f1ec3[_0x2d12d5(0x8d)],_0x30c68b[_0x2d12d5(0x109)])?(await _0x1f1ec3[_0x2d12d5(0x8d)]())[_0x2d12d5(0x95)]():''};for(let _0x1dc7fc=0x1;_0x30c68b[_0x2d12d5(0x6e)](_0x1dc7fc,_0x30c68b['oeRSK'](RETRY_CONFIG['maxRetries'],0x1));_0x1dc7fc++){try{return logger[_0x2d12d5(0x11e)](_0x2d12d5(0x103)+_0x1dc7fc+'/'+_0x30c68b[_0x2d12d5(0xd9)](RETRY_CONFIG['maxRetries'],0x1)+_0x2d12d5(0x10b)+_0x22673d+'\x20('+_0x5a1bc0+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d12d5(0x11f)],async()=>{const _0x58d249=_0x2d12d5;let _0x2d743c;if(_0x30c68b['tvmnO'](_0x168332,playwrightA11yHelper)){_0x30c68b[_0x58d249(0x6d)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x1f1ec3,RETRY_CONFIG[_0x58d249(0xd2)]);let _0x55b8d=_0x1f1ec3;_0x30c68b[_0x58d249(0xef)](_0x5a1bc0,_0x30c68b[_0x58d249(0xc4)])&&(_0x55b8d=_0x1f1ec3['page']);const _0x410018=global[_0x58d249(0x88)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x58d249(0x9d)]()}:{};_0x2d743c=await _0x30c68b[_0x58d249(0x6d)](withTimeout,playwrightA11yHelper[_0x58d249(0x77)](_0x55b8d,_0x22673d,_0x37b5b9,_0x410018),RETRY_CONFIG['timeoutMs']),await exports[_0x58d249(0x9a)](_0x1f1ec3,RETRY_CONFIG[_0x58d249(0xc8)]);}else await exports[_0x58d249(0x9f)](_0x1f1ec3,RETRY_CONFIG['timeoutMs']),_0x2d743c=await _0x30c68b[_0x58d249(0x8f)](withTimeout,accessibilityHelper[_0x58d249(0x77)](_0x1f1ec3,_0x22673d,_0x451c05,_0x37b5b9),RETRY_CONFIG['timeoutMs']),await exports[_0x58d249(0x9f)](_0x1f1ec3,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x58d249(0x11e)](_0x58d249(0xf5)+_0x1dc7fc+_0x58d249(0x135));},{'command':_0x22673d,..._0x3d70ee})(),logger[_0x2d12d5(0x93)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x1dc7fc+'.'),!![];}catch(_0x20d2eb){_0x162403=_0x20d2eb,logger[_0x2d12d5(0x11e)](_0x2d12d5(0x103)+_0x1dc7fc+'\x20failed\x20for\x20method:\x20'+_0x22673d+'\x20('+_0x5a1bc0+_0x2d12d5(0xd3)+_0x20d2eb[_0x2d12d5(0xb6)]);}}return logger[_0x2d12d5(0xed)](_0x2d12d5(0x126)+_0x22673d+'\x20('+_0x5a1bc0+')\x20with\x20error:\x20'+(_0x162403?.[_0x2d12d5(0xb6)]||_0x30c68b[_0x2d12d5(0xa5)])),![];},exports[a101_0xf12d19(0xa9)]=async(_0x18cc84,_0x123431)=>{const _0x51c97d=a101_0xf12d19,_0xb24000={'xtHtG':function(_0xb11b98,_0x4c3704){return _0xb11b98(_0x4c3704);},'yIUJP':_0x51c97d(0x112),'hGJCU':function(_0x5aa7c9,_0x18185e){return _0x5aa7c9<=_0x18185e;},'DfFVZ':function(_0x197f8e,_0x422d45){return _0x197f8e+_0x422d45;},'bAhGy':function(_0x37f340,_0x560ef8){return _0x37f340+_0x560ef8;},'FJmNU':function(_0xdd7e35,_0x307c88){return _0xdd7e35&&_0x307c88;},'EHkPP':function(_0x25f552,_0x2fd5c6,_0x158aef){return _0x25f552(_0x2fd5c6,_0x158aef);},'eGdPY':function(_0x48f58a,_0x33bb9b,_0x30dbe3){return _0x48f58a(_0x33bb9b,_0x30dbe3);},'ODnwd':_0x51c97d(0xdb)},{isPlaywright:_0x30f5a8,type:_0x4bf37e}=_0xb24000['xtHtG'](detectDriverType,_0x18cc84),_0x2ce75f=_0x30f5a8?_0x123431[_0x51c97d(0x107)]:accessibilityHelper[_0x51c97d(0x113)]()&&globals[_0x51c97d(0xcf)](_0xb24000[_0x51c97d(0x73)]);if(!_0x2ce75f)return logger[_0x51c97d(0x8e)](_0x51c97d(0x117)+_0x4bf37e+_0x51c97d(0xc3)),[];let _0x5cfa5b=null;for(let _0x57cee5=0x1;_0xb24000[_0x51c97d(0x9c)](_0x57cee5,_0xb24000['DfFVZ'](RETRY_CONFIG['maxRetries'],0x1));_0x57cee5++){try{logger[_0x51c97d(0x11e)](_0x51c97d(0x89)+_0x57cee5+'/'+_0xb24000[_0x51c97d(0x79)](RETRY_CONFIG[_0x51c97d(0x110)],0x1)+'\x20('+_0x4bf37e+')');let _0x1812d1;return _0xb24000[_0x51c97d(0xc2)](_0x30f5a8,playwrightA11yHelper)?(_0xb24000[_0x51c97d(0xd1)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x51c97d(0x9a)](_0x18cc84,RETRY_CONFIG[_0x51c97d(0xd2)]),_0x1812d1=await _0xb24000['eGdPY'](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x18cc84),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x18cc84,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x18cc84,RETRY_CONFIG['timeoutMs']),_0x1812d1=await _0xb24000[_0x51c97d(0xd1)](withTimeout,accessibilityHelper[_0x51c97d(0xa7)](_0x18cc84,_0x123431),RETRY_CONFIG[_0x51c97d(0xd2)]),await exports[_0x51c97d(0x9f)](_0x18cc84,RETRY_CONFIG[_0x51c97d(0xc8)])),logger[_0x51c97d(0x93)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x57cee5+'\x20('+_0x4bf37e+')'),_0x1812d1;}catch(_0x52b824){_0x5cfa5b=_0x52b824,logger[_0x51c97d(0x8e)](_0x51c97d(0x89)+_0x57cee5+_0x51c97d(0xba)+_0x4bf37e+_0x51c97d(0xd3)+_0x52b824[_0x51c97d(0xb6)]);}}return logger[_0x51c97d(0xed)](_0x51c97d(0xdf)+_0x4bf37e+_0x51c97d(0x133)+(_0x5cfa5b?.[_0x51c97d(0xb6)]||_0xb24000['ODnwd'])),[];},exports[a101_0xf12d19(0x11c)]=async(_0x13024d,_0x379a3c)=>{const _0x93279c=a101_0xf12d19,_0x3bb19d={'JeTpo':function(_0x4ce34f,_0x3aaba4){return _0x4ce34f(_0x3aaba4);},'IQzWh':_0x93279c(0x112),'sfeCy':function(_0x1f49b3,_0x1dfee7){return _0x1f49b3<=_0x1dfee7;},'cATZw':function(_0x5c9ce3,_0x3f591f){return _0x5c9ce3+_0x3f591f;},'fPqGj':function(_0x203843,_0x4b7314){return _0x203843&&_0x4b7314;},'HwTSv':function(_0x5248ab,_0x12727c,_0x4cdac7){return _0x5248ab(_0x12727c,_0x4cdac7);},'cPvjt':function(_0x153568,_0x1e802c,_0x32e86d){return _0x153568(_0x1e802c,_0x32e86d);},'gnopf':'Unknown\x20error'},{isPlaywright:_0x3c9963,type:_0x2518fe}=_0x3bb19d[_0x93279c(0x100)](detectDriverType,_0x13024d),_0xb130db=_0x3c9963?_0x379a3c[_0x93279c(0x107)]:accessibilityHelper[_0x93279c(0x113)]()&&globals[_0x93279c(0xcf)](_0x3bb19d['IQzWh']);if(!_0xb130db)return logger[_0x93279c(0x8e)](_0x93279c(0x117)+_0x2518fe+_0x93279c(0x12b)),{};let _0x2f3d19=null;for(let _0x47a708=0x1;_0x3bb19d[_0x93279c(0xa4)](_0x47a708,_0x3bb19d[_0x93279c(0x7d)](RETRY_CONFIG[_0x93279c(0x110)],0x1));_0x47a708++){try{logger[_0x93279c(0x11e)](_0x93279c(0xe6)+_0x47a708+'/'+_0x3bb19d[_0x93279c(0x7d)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x2518fe+')');let _0x1bfd92;return _0x3bb19d[_0x93279c(0x91)](_0x3c9963,playwrightA11yHelper)?(_0x3bb19d[_0x93279c(0xb9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x93279c(0x9a)](_0x13024d,RETRY_CONFIG[_0x93279c(0xd2)]),_0x1bfd92=await _0x3bb19d[_0x93279c(0x123)](withTimeout,playwrightA11yHelper[_0x93279c(0x7b)](_0x13024d),RETRY_CONFIG[_0x93279c(0xd2)]),await exports[_0x93279c(0x9a)](_0x13024d,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x93279c(0x9f)](_0x13024d,RETRY_CONFIG[_0x93279c(0xd2)]),_0x1bfd92=await _0x3bb19d[_0x93279c(0xb9)](withTimeout,accessibilityHelper[_0x93279c(0x7b)](_0x13024d,_0x379a3c),RETRY_CONFIG[_0x93279c(0xd2)]),await exports['setSeleniumScriptTimeout'](_0x13024d,RETRY_CONFIG[_0x93279c(0xc8)])),logger['info'](_0x93279c(0xf2)+_0x47a708+'\x20('+_0x2518fe+')'),_0x1bfd92;}catch(_0x2669e9){_0x2f3d19=_0x2669e9,logger['warn'](_0x93279c(0xe6)+_0x47a708+_0x93279c(0xba)+_0x2518fe+_0x93279c(0xd3)+_0x2669e9[_0x93279c(0xb6)]);}}return logger['error'](_0x93279c(0xdd)+_0x2518fe+').\x20Last\x20error:\x20'+(_0x2f3d19?.['message']||_0x3bb19d[_0x93279c(0x8b)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x520d18,_0x1f1fe6,_0x11bb03=null)=>{const _0x1e53e4=a101_0xf12d19,_0xb62d9a={'NBseH':function(_0x3de25a,_0x2c9c65){return _0x3de25a(_0x2c9c65);},'egbKu':function(_0x488bf8,_0xb2574){return _0x488bf8===_0xb2574;},'kCJjk':_0x1e53e4(0xe0),'uNIrK':_0x1e53e4(0xf0),'ddTFG':function(_0x2006f3,_0x491975){return _0x2006f3===_0x491975;},'aiyvt':_0x1e53e4(0xf8)},{isPlaywright:_0x15cc4c,type:_0x5bf378}=_0xb62d9a[_0x1e53e4(0x114)](detectDriverType,_0x520d18),_0x5bb267={};_0x5bb267[_0x1e53e4(0x70)]=![],_0x5bb267[_0x1e53e4(0x9b)]=[],_0x5bb267[_0x1e53e4(0x97)]={},_0x5bb267[_0x1e53e4(0xed)]=null,_0x5bb267[_0x1e53e4(0xd7)]=_0x5bf378;const _0x921b34=_0x5bb267;try{_0x921b34[_0x1e53e4(0x70)]=await exports['performScanWithRetry'](_0x520d18,_0x11bb03);if(_0x921b34['scanSucceeded']){const [_0x172d0b,_0x1e2f5d]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x520d18,_0x1f1fe6),exports[_0x1e53e4(0x11c)](_0x520d18,_0x1f1fe6)]);_0x921b34[_0x1e53e4(0x9b)]=_0xb62d9a['egbKu'](_0x172d0b[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x12c)])?_0x172d0b[_0x1e53e4(0x106)]:[],_0x921b34[_0x1e53e4(0x97)]=_0xb62d9a['egbKu'](_0x1e2f5d[_0x1e53e4(0xb4)],_0xb62d9a['kCJjk'])?_0x1e2f5d[_0x1e53e4(0x106)]:{},_0xb62d9a[_0x1e53e4(0x116)](_0x172d0b[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x7c)])&&logger[_0x1e53e4(0x8e)](_0x1e53e4(0x10e)+_0x5bf378+'):\x20'+_0x172d0b[_0x1e53e4(0x8a)]?.[_0x1e53e4(0xb6)]),_0xb62d9a[_0x1e53e4(0xf7)](_0x1e2f5d[_0x1e53e4(0xb4)],_0xb62d9a[_0x1e53e4(0x7c)])&&logger['warn'](_0x1e53e4(0xc6)+_0x5bf378+_0x1e53e4(0x7f)+_0x1e2f5d['reason']?.[_0x1e53e4(0xb6)]);}}catch(_0x5a51f8){_0x921b34['error']=_0x5a51f8[_0x1e53e4(0xb6)]||_0xb62d9a[_0x1e53e4(0xc9)],logger[_0x1e53e4(0xed)](_0x1e53e4(0xe2)+_0x5bf378+_0x1e53e4(0x7f)+_0x921b34[_0x1e53e4(0xed)]);}return _0x921b34;},exports[a101_0xf12d19(0x124)]=_0x15172d=>{const _0x8f757b=a101_0xf12d19,_0x2205ee={};_0x2205ee['DbDHl']=function(_0x248261,_0x4508fd){return _0x248261!==_0x4508fd;},_0x2205ee[_0x8f757b(0xa2)]=function(_0x36bcee,_0x1a2154){return _0x36bcee!==_0x1a2154;};const _0x32884e=_0x2205ee;_0x32884e['DbDHl'](_0x15172d[_0x8f757b(0x110)],undefined)&&(RETRY_CONFIG[_0x8f757b(0x110)]=Math['max'](0x0,_0x15172d['maxRetries'])),_0x32884e[_0x8f757b(0xa2)](_0x15172d[_0x8f757b(0xd2)],undefined)&&(RETRY_CONFIG[_0x8f757b(0xd2)]=Math[_0x8f757b(0xab)](0x3e8,_0x15172d[_0x8f757b(0xd2)])),logger[_0x8f757b(0x11e)](_0x8f757b(0x71)+JSON[_0x8f757b(0xb1)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0xf8a71d={...RETRY_CONFIG};return _0xf8a71d;},exports[a101_0xf12d19(0x8c)]=_0x2801bb=>{const _0x2df37d=a101_0xf12d19,_0x408c07={'sWqfE':function(_0x4de776,_0xe449f2){return _0x4de776(_0xe449f2);}};return _0x408c07[_0x2df37d(0x11a)](detectDriverType,_0x2801bb)[_0x2df37d(0xbc)];},exports[a101_0xf12d19(0xfe)]=_0x33d1d0=>{const _0x266b37=a101_0xf12d19,_0x85238f={'yYSwG':function(_0x3d0f0f,_0x13815b){return _0x3d0f0f(_0x13815b);},'IjlSh':function(_0x18c1bb,_0x6d2867){return _0x18c1bb===_0x6d2867;},'djKfJ':_0x266b37(0xe9)},{isPlaywright:_0x25a03d,type:_0x35cc8d}=_0x85238f[_0x266b37(0x115)](detectDriverType,_0x33d1d0);return!_0x25a03d&&_0x85238f[_0x266b37(0x98)](_0x35cc8d,_0x85238f['djKfJ']);},exports[a101_0xf12d19(0x9a)]=async(_0x3e6bcc,_0x3b5fbe=null)=>{const _0x409f40=a101_0xf12d19,_0x2de47f={'axdOd':function(_0x2ce016,_0x3fe860){return _0x2ce016(_0x3fe860);},'qLNIJ':function(_0x571a08,_0x1a66fc){return _0x571a08===_0x1a66fc;},'HuWeC':_0x409f40(0xcd)},{isPlaywright:_0x547589,type:_0x2688f0}=_0x2de47f[_0x409f40(0xde)](detectDriverType,_0x3e6bcc);if(!_0x547589)return logger[_0x409f40(0x11e)](_0x409f40(0xd4)+_0x2688f0+_0x409f40(0xe1)),!![];const _0x5c31dc=_0x3b5fbe||RETRY_CONFIG[_0x409f40(0xc8)];try{return _0x3e6bcc&&_0x2de47f['qLNIJ'](typeof _0x3e6bcc[_0x409f40(0xcb)],_0x2de47f[_0x409f40(0xd0)])&&(await _0x3e6bcc['setDefaultTimeout'](_0x5c31dc),logger[_0x409f40(0x11e)](_0x409f40(0x129)+_0x5c31dc+'ms')),!![];}catch(_0x23245e){return logger[_0x409f40(0x8e)](_0x409f40(0xfd)+_0x23245e[_0x409f40(0xb6)]),![];}},exports[a101_0xf12d19(0x9f)]=async(_0xc05291,_0x4fa561=null)=>{const _0x2058f3=a101_0xf12d19,_0x33134b={};_0x33134b[_0x2058f3(0x96)]=_0x2058f3(0xfc),_0x33134b[_0x2058f3(0xfb)]=function(_0x92cc9f,_0x6a0df2){return _0x92cc9f===_0x6a0df2;},_0x33134b['dhJOI']='function',_0x33134b[_0x2058f3(0xc0)]=function(_0xf57196,_0x387951){return _0xf57196===_0x387951;},_0x33134b[_0x2058f3(0x84)]=function(_0x3afc1e,_0x4018bc){return _0x3afc1e===_0x4018bc;},_0x33134b[_0x2058f3(0x12e)]=function(_0x425e86,_0x9faaa8){return _0x425e86===_0x9faaa8;},_0x33134b[_0x2058f3(0x12f)]=_0x2058f3(0xff),_0x33134b[_0x2058f3(0x10c)]=_0x2058f3(0x86);const _0x5099b1=_0x33134b;if(!exports[_0x2058f3(0xfe)](_0xc05291))return logger[_0x2058f3(0x8e)](_0x5099b1[_0x2058f3(0x96)]),![];const _0x13bc41=_0x4fa561||RETRY_CONFIG[_0x2058f3(0xc8)];try{if(_0xc05291&&_0x5099b1[_0x2058f3(0xfb)](typeof _0xc05291['manage'],_0x5099b1[_0x2058f3(0x92)])){const _0x283541=_0xc05291[_0x2058f3(0x83)]();if(_0x283541&&_0x5099b1[_0x2058f3(0xc0)](typeof _0x283541[_0x2058f3(0xbf)],_0x5099b1[_0x2058f3(0x92)]))await _0x283541[_0x2058f3(0xbf)]()[_0x2058f3(0xc1)](_0x13bc41),logger[_0x2058f3(0x11e)](_0x2058f3(0x94)+_0x13bc41+'ms\x20using\x20timeouts()\x20API');else{if(_0x283541&&_0x5099b1[_0x2058f3(0x84)](typeof _0x283541['setTimeouts'],_0x5099b1['dhJOI'])){const _0x9eab55={};_0x9eab55['script']=_0x13bc41,await _0x283541[_0x2058f3(0x9e)](_0x9eab55),logger[_0x2058f3(0x11e)](_0x2058f3(0x94)+_0x13bc41+_0x2058f3(0xeb));}else{if(_0x283541&&_0x5099b1[_0x2058f3(0x12e)](typeof _0x283541[_0x2058f3(0xc1)],_0x5099b1['dhJOI']))await _0x283541['setScriptTimeout'](_0x13bc41),logger[_0x2058f3(0x11e)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x13bc41+_0x2058f3(0x80));else return logger[_0x2058f3(0x11e)](_0x5099b1['KoSbC']),!![];}}}else return logger[_0x2058f3(0x11e)](_0x5099b1[_0x2058f3(0x10c)]),!![];return!![];}catch(_0xba0bac){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0xba0bac['message']),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x4a3d8f,_0x5d3b1f)=>{const _0x5aedd4=a101_0xf12d19,_0x5c9189={'JOgDH':function(_0x28b3d6,_0x456aa1){return _0x28b3d6(_0x456aa1);},'StGXb':_0x5aedd4(0x112),'xeUkK':function(_0x4855e3,_0x10e9b4){return _0x4855e3<=_0x10e9b4;},'UIGek':function(_0x5de797,_0x10e7e2){return _0x5de797+_0x10e7e2;},'cPYsL':function(_0x5e307c,_0x5b74db){return _0x5e307c+_0x5b74db;},'UzuXT':function(_0x25c5c0,_0x30efce){return _0x25c5c0&&_0x30efce;},'PbNoq':function(_0x5c2574,_0x19b486,_0x53b981){return _0x5c2574(_0x19b486,_0x53b981);},'Qzmlj':function(_0x41deec,_0x574c0b,_0x1f30c4){return _0x41deec(_0x574c0b,_0x1f30c4);},'YVPSo':_0x5aedd4(0x88),'JeNyy':function(_0xd991e4,_0x407321,_0x5093e7){return _0xd991e4(_0x407321,_0x5093e7);},'LlSUU':_0x5aedd4(0xdb)},{isPlaywright:_0x36b05a,type:_0x176448}=_0x5c9189[_0x5aedd4(0xfa)](detectDriverType,_0x4a3d8f),_0x3fe7c9=_0x36b05a?global[_0x5aedd4(0x107)]:accessibilityHelper[_0x5aedd4(0x113)]()&&globals[_0x5aedd4(0xcf)](_0x5c9189['StGXb']);if(!_0x3fe7c9)return logger[_0x5aedd4(0x8e)](_0x5aedd4(0x117)+_0x176448+_0x5aedd4(0x131)),![];let _0x59bc36=null;for(let _0x1be367=0x1;_0x5c9189['xeUkK'](_0x1be367,_0x5c9189[_0x5aedd4(0xd5)](RETRY_CONFIG['maxRetries'],0x1));_0x1be367++){try{logger['debug'](_0x5aedd4(0x130)+_0x1be367+'/'+_0x5c9189[_0x5aedd4(0x102)](RETRY_CONFIG[_0x5aedd4(0x110)],0x1)+'\x20('+_0x176448+')');if(_0x5c9189[_0x5aedd4(0xa8)](_0x36b05a,playwrightA11yHelper)){_0x5c9189[_0x5aedd4(0xf9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5aedd4(0x9a)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xd2)]);const _0x5e9e4d={};_0x5e9e4d[_0x5aedd4(0x121)]=!![];const _0xa87463=global[_0x5aedd4(0x88)]?Object[_0x5aedd4(0x75)]({},_0x5d3b1f,_0x5e9e4d):_0x5d3b1f;await _0x5c9189[_0x5aedd4(0xbd)](withTimeout,playwrightA11yHelper[_0x5aedd4(0xaa)](_0x4a3d8f,scripts[_0x5aedd4(0x76)],_0xa87463),RETRY_CONFIG['timeoutMs']),await exports[_0x5aedd4(0x9a)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xc8)]);}else{await exports[_0x5aedd4(0x9f)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xd2)]);const _0x574492={};_0x574492[_0x5aedd4(0x121)]=!![];const _0x2b763c=globals[_0x5aedd4(0xcf)](_0x5c9189['YVPSo'])?Object['assign']({},_0x5d3b1f,_0x574492):_0x5d3b1f;await _0x5c9189[_0x5aedd4(0xa1)](withTimeout,_0x4a3d8f[_0x5aedd4(0x108)](scripts['saveTestResults'],_0x2b763c),RETRY_CONFIG[_0x5aedd4(0xd2)]),await exports[_0x5aedd4(0x9f)](_0x4a3d8f,RETRY_CONFIG[_0x5aedd4(0xc8)]);}return logger['info'](_0x5aedd4(0xbe)+_0x1be367+'\x20('+_0x176448+')'),!![];}catch(_0x47fdda){_0x59bc36=_0x47fdda,logger['warn']('Accessibility\x20results\x20save\x20attempt\x20'+_0x1be367+'\x20failed\x20('+_0x176448+_0x5aedd4(0xd3)+_0x47fdda[_0x5aedd4(0xb6)]);}}return logger[_0x5aedd4(0xed)](_0x5aedd4(0x10a)+_0x176448+_0x5aedd4(0x133)+(_0x59bc36?.[_0x5aedd4(0xb6)]||_0x5c9189['LlSUU'])),![];};
@@ -1 +1 @@
1
- function a102_0x62c2(_0x3f2637,_0x3f28ae){var _0x20da03=a102_0x20da();return a102_0x62c2=function(_0x62c241,_0x900617){_0x62c241=_0x62c241-0x114;var _0x5ccc57=_0x20da03[_0x62c241];return _0x5ccc57;},a102_0x62c2(_0x3f2637,_0x3f28ae);}var a102_0x14aa3b=a102_0x62c2;(function(_0x50280f,_0x5a5882){var _0x1d86b1=a102_0x62c2,_0x10f8c4=_0x50280f();while(!![]){try{var _0x20a7ca=-parseInt(_0x1d86b1(0x12b))/0x1*(-parseInt(_0x1d86b1(0x118))/0x2)+-parseInt(_0x1d86b1(0x12c))/0x3+-parseInt(_0x1d86b1(0x11e))/0x4*(parseInt(_0x1d86b1(0x12f))/0x5)+parseInt(_0x1d86b1(0x128))/0x6*(-parseInt(_0x1d86b1(0x11c))/0x7)+parseInt(_0x1d86b1(0x11f))/0x8+parseInt(_0x1d86b1(0x11d))/0x9+-parseInt(_0x1d86b1(0x120))/0xa;if(_0x20a7ca===_0x5a5882)break;else _0x10f8c4['push'](_0x10f8c4['shift']());}catch(_0x532005){_0x10f8c4['push'](_0x10f8c4['shift']());}}}(a102_0x20da,0x9e32c),exports[a102_0x14aa3b(0x123)]=a102_0x14aa3b(0x126),exports[a102_0x14aa3b(0x129)]='94',exports[a102_0x14aa3b(0x121)]='100',exports[a102_0x14aa3b(0x119)]=a102_0x14aa3b(0x122),exports[a102_0x14aa3b(0x11a)]=a102_0x14aa3b(0x116));var a102_0x4c5607={};a102_0x4c5607[a102_0x14aa3b(0x125)]='Chrome',a102_0x4c5607[a102_0x14aa3b(0x117)]=0x5e,a102_0x4c5607[a102_0x14aa3b(0x11b)]=0x64,a102_0x4c5607[a102_0x14aa3b(0x12e)]=!![];var a102_0x35886f={};function a102_0x20da(){var _0x540247=['min_version_browserstack','354cFjVzI','MINIMUM_CHROMEFORTESTING_VERSION','MINIMUM_SAFARI_VERSION','min_version_non_browserstack','7kULjWN','9477090SZYHmo','40CvGcYX','10288496NjvOBb','659510tUzRdt','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','141','API_URL','Safari','display_name','https://accessibility.browserstack.com/api','playwright-chromium','1515954zckBUI','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','ChromeForTesting','2843oPhizT','2809839NdKDFF','safari','requires_chrome_options_check','469540pTrMNq','chromefortesting','ACCESSIBILITY_SUPPORTED_BROWSERS','Chrome','chromium','chrome','18.4'];a102_0x20da=function(){return _0x540247;};return a102_0x20da();}a102_0x35886f[a102_0x14aa3b(0x125)]=a102_0x14aa3b(0x132),a102_0x35886f[a102_0x14aa3b(0x117)]=0x5e,a102_0x35886f['min_version_non_browserstack']=0x64,a102_0x35886f[a102_0x14aa3b(0x12e)]=!![];var a102_0x6aca15={};a102_0x6aca15[a102_0x14aa3b(0x125)]=a102_0x14aa3b(0x132),a102_0x6aca15[a102_0x14aa3b(0x117)]=0x5e,a102_0x6aca15[a102_0x14aa3b(0x11b)]=0x64,a102_0x6aca15['requires_chrome_options_check']=!![];var a102_0x4a909e={};a102_0x4a909e['display_name']=a102_0x14aa3b(0x12a),a102_0x4a909e[a102_0x14aa3b(0x117)]=0x8d,a102_0x4a909e[a102_0x14aa3b(0x11b)]=0x8d,a102_0x4a909e[a102_0x14aa3b(0x12e)]=!![];var a102_0x4c00dc={};a102_0x4c00dc[a102_0x14aa3b(0x125)]=a102_0x14aa3b(0x124),a102_0x4c00dc[a102_0x14aa3b(0x117)]=18.4,a102_0x4c00dc[a102_0x14aa3b(0x11b)]=18.4,a102_0x4c00dc['requires_chrome_options_check']=![];var a102_0x444225={};a102_0x444225[a102_0x14aa3b(0x115)]=a102_0x4c5607,a102_0x444225[a102_0x14aa3b(0x114)]=a102_0x35886f,a102_0x444225[a102_0x14aa3b(0x127)]=a102_0x6aca15,a102_0x444225[a102_0x14aa3b(0x130)]=a102_0x4a909e,a102_0x444225[a102_0x14aa3b(0x12d)]=a102_0x4c00dc,exports[a102_0x14aa3b(0x131)]=a102_0x444225;
1
+ function a102_0x20eb(_0x273d4c,_0x362ae0){var _0x55a69d=a102_0x55a6();return a102_0x20eb=function(_0x20eb8f,_0x187c95){_0x20eb8f=_0x20eb8f-0xd1;var _0x439331=_0x55a69d[_0x20eb8f];return _0x439331;},a102_0x20eb(_0x273d4c,_0x362ae0);}var a102_0x3e3b33=a102_0x20eb;(function(_0x3623ef,_0x5f4bef){var _0xb14d31=a102_0x20eb,_0x14e7ac=_0x3623ef();while(!![]){try{var _0x1f9533=-parseInt(_0xb14d31(0xd2))/0x1*(-parseInt(_0xb14d31(0xe0))/0x2)+-parseInt(_0xb14d31(0xe8))/0x3*(parseInt(_0xb14d31(0xdc))/0x4)+parseInt(_0xb14d31(0xd4))/0x5+parseInt(_0xb14d31(0xe3))/0x6+-parseInt(_0xb14d31(0xd5))/0x7+parseInt(_0xb14d31(0xe4))/0x8+-parseInt(_0xb14d31(0xde))/0x9;if(_0x1f9533===_0x5f4bef)break;else _0x14e7ac['push'](_0x14e7ac['shift']());}catch(_0x5dbe2c){_0x14e7ac['push'](_0x14e7ac['shift']());}}}(a102_0x55a6,0xbb1ce),exports[a102_0x3e3b33(0xd6)]=a102_0x3e3b33(0xd9),exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a102_0x3e3b33(0xd1),exports[a102_0x3e3b33(0xdd)]=a102_0x3e3b33(0xe1),exports[a102_0x3e3b33(0xe7)]='18.4');var a102_0x7b5f61={};a102_0x7b5f61[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xe2),a102_0x7b5f61[a102_0x3e3b33(0xdb)]=0x5e,a102_0x7b5f61[a102_0x3e3b33(0xd3)]=0x64,a102_0x7b5f61[a102_0x3e3b33(0xda)]=!![];var a102_0xdbb85b={};a102_0xdbb85b['display_name']='Chrome',a102_0xdbb85b[a102_0x3e3b33(0xdb)]=0x5e,a102_0xdbb85b[a102_0x3e3b33(0xd3)]=0x64,a102_0xdbb85b[a102_0x3e3b33(0xda)]=!![];var a102_0x15cd1e={};a102_0x15cd1e[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xe2),a102_0x15cd1e[a102_0x3e3b33(0xdb)]=0x5e,a102_0x15cd1e[a102_0x3e3b33(0xd3)]=0x64,a102_0x15cd1e[a102_0x3e3b33(0xda)]=!![];var a102_0x2c5eab={};a102_0x2c5eab[a102_0x3e3b33(0xe5)]=a102_0x3e3b33(0xd7),a102_0x2c5eab[a102_0x3e3b33(0xdb)]=0x8d,a102_0x2c5eab['min_version_non_browserstack']=0x8d,a102_0x2c5eab[a102_0x3e3b33(0xda)]=!![];var a102_0x1e00de={};a102_0x1e00de[a102_0x3e3b33(0xe5)]='Safari',a102_0x1e00de[a102_0x3e3b33(0xdb)]=18.4,a102_0x1e00de[a102_0x3e3b33(0xd3)]=18.4,a102_0x1e00de['requires_chrome_options_check']=![];var a102_0x779646={};a102_0x779646[a102_0x3e3b33(0xe9)]=a102_0x7b5f61,a102_0x779646[a102_0x3e3b33(0xdf)]=a102_0xdbb85b,a102_0x779646['playwright-chromium']=a102_0x15cd1e,a102_0x779646[a102_0x3e3b33(0xd8)]=a102_0x2c5eab,a102_0x779646['safari']=a102_0x1e00de,exports[a102_0x3e3b33(0xe6)]=a102_0x779646;function a102_0x55a6(){var _0x130d81=['17859573FRobgS','chromium','834KqLliL','141','Chrome','6437766JbwDNc','2064600nTDqAV','display_name','ACCESSIBILITY_SUPPORTED_BROWSERS','MINIMUM_SAFARI_VERSION','3eqgbpm','chrome','100','2809WHzGCN','min_version_non_browserstack','7489020JrPDTW','7298641LAzcHD','API_URL','ChromeForTesting','chromefortesting','https://accessibility.browserstack.com/api','requires_chrome_options_check','min_version_browserstack','826876wFNbWN','MINIMUM_CHROMEFORTESTING_VERSION'];a102_0x55a6=function(){return _0x130d81;};return a102_0x55a6();}