browserstack-node-sdk 1.36.7 → 1.38.0

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 (174) 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 -0
  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_before.setup.js +1 -1
  67. package/src/bin/launcher/launcher.js +1 -1
  68. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  69. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  70. package/src/bin/mocha/command.js +1 -1
  71. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  72. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  73. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  74. package/src/bin/mocha/test.setup.js +1 -1
  75. package/src/bin/nightwatch/command.js +1 -1
  76. package/src/bin/playwright/accessibility-helper.js +1 -1
  77. package/src/bin/playwright/command.js +1 -1
  78. package/src/bin/playwright/globalSetup.js +1 -1
  79. package/src/bin/playwright/mock-process.js +1 -1
  80. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  81. package/src/bin/playwright/patches.js +1 -1
  82. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  83. package/src/bin/playwright/reporter/reporter.js +1 -1
  84. package/src/bin/playwright/reporter/test-details.js +1 -1
  85. package/src/bin/playwright/sessionDetails.js +1 -1
  86. package/src/bin/runner.js +1 -1
  87. package/src/bin/setup.js +1 -1
  88. package/src/bin/test-runner/index.js +1 -1
  89. package/src/bin/test-runner/runTest.js +1 -1
  90. package/src/bin/test-runner/testWorker.js +1 -1
  91. package/src/bin/utils/constants.js +1 -1
  92. package/src/bin/utils/log4jsAppender.js +1 -1
  93. package/src/bin/utils/logPatcher.js +1 -1
  94. package/src/bin/utils/logReportingAPI.js +1 -1
  95. package/src/bin/v2/TestInfo.js +1 -1
  96. package/src/bin/v2/browserstackCLI.js +1 -1
  97. package/src/bin/v2/cliUtils.js +1 -1
  98. package/src/bin/v2/customTagManager.js +1 -1
  99. package/src/bin/v2/eventDispatcher.js +1 -1
  100. package/src/bin/v2/framework/automationFramework.js +1 -1
  101. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  102. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  103. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  104. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  105. package/src/bin/v2/framework/testFramework.js +1 -1
  106. package/src/bin/v2/grpcClient.js +1 -1
  107. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  108. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  109. package/src/bin/v2/instances/trackedContext.js +1 -1
  110. package/src/bin/v2/instances/trackedInstance.js +1 -1
  111. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  112. package/src/bin/v2/modules/baseModule.js +1 -1
  113. package/src/bin/v2/modules/observabilityModule.js +1 -1
  114. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  115. package/src/bin/v2/modules/testhubModule.js +1 -1
  116. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  117. package/src/bin/v2/state/hookState.js +1 -1
  118. package/src/bin/v2/state/testFrameworkState.js +1 -1
  119. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  120. package/src/bin/vanilla-js/command.js +1 -1
  121. package/src/browserStackSdk.js +1 -1
  122. package/src/helpers/BrowserStackSetup.js +1 -1
  123. package/src/helpers/accessibility-automation/constants.js +1 -1
  124. package/src/helpers/accessibility-automation/helper.js +1 -1
  125. package/src/helpers/accessibility-automation/scripts.js +1 -1
  126. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  127. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  128. package/src/helpers/ats/constants.js +1 -1
  129. package/src/helpers/ats/helper.js +1 -1
  130. package/src/helpers/capsMapping.js +1 -1
  131. package/src/helpers/central-scanner/constants.js +1 -1
  132. package/src/helpers/central-scanner/helpers.js +1 -1
  133. package/src/helpers/classLogger.js +1 -1
  134. package/src/helpers/globals.js +1 -1
  135. package/src/helpers/helper.js +1 -1
  136. package/src/helpers/logger.js +1 -1
  137. package/src/helpers/metadata.js +1 -1
  138. package/src/helpers/patchHelper.js +1 -1
  139. package/src/helpers/patchHelpers.js +1 -1
  140. package/src/helpers/percy/Percy.js +1 -1
  141. package/src/helpers/percy/PercyBinary.js +1 -1
  142. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  143. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  144. package/src/helpers/percy/PercySDK.js +1 -1
  145. package/src/helpers/percy/index.js +1 -1
  146. package/src/helpers/percy/utils.js +1 -1
  147. package/src/helpers/performance/constants.js +1 -1
  148. package/src/helpers/performance/performance-tester.js +1 -1
  149. package/src/helpers/processHelper.js +1 -1
  150. package/src/helpers/request-spy.js +1 -1
  151. package/src/helpers/setKeepAlive.js +1 -1
  152. package/src/helpers/test-observability/constants.js +1 -1
  153. package/src/helpers/test-observability/error-handler.js +1 -1
  154. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  155. package/src/helpers/test-observability/sessionHandler.js +1 -1
  156. package/src/helpers/test-observability/utils.js +1 -1
  157. package/src/helpers/test-orchestration/constants.js +1 -0
  158. package/src/helpers/test-orchestration/failfastManager.js +1 -0
  159. package/src/helpers/test-orchestration/fileHelper.js +1 -0
  160. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -0
  161. package/src/helpers/test-orchestration/requestUtils.js +1 -0
  162. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -0
  163. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -0
  164. package/src/helpers/testhub/constants.js +1 -1
  165. package/src/helpers/testhub/testhubHandler.js +1 -1
  166. package/src/helpers/testhub/utils.js +1 -1
  167. package/src/helpers/timeoutPromise.js +1 -1
  168. package/src/helpers/utilities.js +1 -1
  169. package/src/helpers/w3cMapping.js +1 -1
  170. package/src/hubAllocationMethods.js +1 -1
  171. package/src/index.js +1 -1
  172. package/src/helpers/test-orchestration/fail-fast/fileHelper.js +0 -1
  173. package/src/helpers/test-orchestration/fail-fast/jest.js +0 -1
  174. package/src/helpers/test-orchestration/fail-fast/requestUtils.js +0 -1
@@ -1 +1 @@
1
- function a82_0x3f57(_0xb7e02d,_0xbf7eba){const _0x4780fe=a82_0x4780();return a82_0x3f57=function(_0x3f5749,_0x411a99){_0x3f5749=_0x3f5749-0x150;let _0x51ca59=_0x4780fe[_0x3f5749];return _0x51ca59;},a82_0x3f57(_0xb7e02d,_0xbf7eba);}const a82_0x524d8a=a82_0x3f57;(function(_0x47f81b,_0x2a5629){const _0x727e42=a82_0x3f57,_0x56d0ca=_0x47f81b();while(!![]){try{const _0xd227f7=parseInt(_0x727e42(0x160))/0x1+-parseInt(_0x727e42(0x1bd))/0x2*(-parseInt(_0x727e42(0x1c1))/0x3)+-parseInt(_0x727e42(0x192))/0x4+parseInt(_0x727e42(0x1dc))/0x5*(-parseInt(_0x727e42(0x1aa))/0x6)+-parseInt(_0x727e42(0x183))/0x7+parseInt(_0x727e42(0x1d7))/0x8*(-parseInt(_0x727e42(0x1c4))/0x9)+parseInt(_0x727e42(0x159))/0xa;if(_0xd227f7===_0x2a5629)break;else _0x56d0ca['push'](_0x56d0ca['shift']());}catch(_0x4b5afa){_0x56d0ca['push'](_0x56d0ca['shift']());}}}(a82_0x4780,0x81bb9));const path=require(a82_0x524d8a(0x1ca)),util=require(a82_0x524d8a(0x19f)),bsSetupHelper=require('../helper'),logger=require(a82_0x524d8a(0x185))['winstonLogger'],{API_URL}=require('./constants'),PerformanceTester=require(a82_0x524d8a(0x15a)),scripts=require(a82_0x524d8a(0x1cf)),globals=require(a82_0x524d8a(0x1de)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a82_0x524d8a(0x1ae));function a82_0x4780(){const _0x1697d3=['../performance/constants','parse','getGlobal','uAhhn','nodeRequest','zinrx','uDLfI','EvFGF','error','getAccessKey','cwd','auth','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','playwright','gHTuE','1279924AzFpaB','jerNS','gpPjJ','getCiInfo','3dBApen','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','method','1854ZAzUwd','v2/test_runs','xUmQc','status','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','debug','path','shouldScanTestForAccessibility','No\x20accessibility\x20summary\x20was\x20found.','application/json','oQdqV','./scripts','format','getTestFrameworkDetails','QNvmp','tffBI','BS_A11Y_JWT','false','a11y:stop','22728soowsb','accessibilityToken','FoBaP','getCapabilities','getBrowserName','363585OhEZnV','nMQSN','../globals','message','response','GET_RESULTS_SUMMARY','Performing\x20scan\x20before\x20getting\x20results','assign','json','buildDescription','Authorization','Invalid\x20configuration\x20passed.','toJson','isArray','executeAsyncScript','getAccessibilityResultsSummary','wvFlC','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','isBrowserstackInfra','JWKJh','__cloud_provider___','getResultsSummary','cQStm','Euxhp','YByvd','aLMYi','TNuVK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','success','getBrowserVersion','fetchPlatformDetails','some','toISOString','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','measureWrapper','bPGOy','getResults','pass','9492890hJVvXd','../performance/performance-tester','No\x20accessibility\x20results\x20were\x20found.','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','aasCf','isAccessibilityPlatform','getPlatformVersion','1004640WIsZFU','SjRAc','pBQmC','GDrJY','Invalid\x20request:\x20','OVezR','data','performScan','bexdM','null','getHostInfo','dWDAt','isTrue','getUserName','Content-Type','PZKcw','QIGrN','env','includes','parseFromJson','qByJF','excludeTagsInTestingScope','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','getGitMetaData','forEach','isAccessibilityAutomationSession','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','lEpfP','createAccessibilityTestRun','ZFrXF','wALBd','resolve','buildName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','basename','6579909hEmsUi','uGygN','../logger','script','Performing\x20scan\x20before\x20getting\x20results\x20summary','body','GET_RESULTS','XaBIz','BROWSERSTACK_TEST_ACCESSIBILITY_YML','WKfhl','isUndefined','YKpkK','bstackA11yShouldScan','browserstackSessionName','stack','113016JlmvBj','getPackageVersion','qcxhh','scannerVersion','a11y:start','stopAccessibilityTestRun','iXOdt','accessibility','string','errors','bHjmb','getAgentVersion','PERFORM_SCAN','util','dXtLK','warn','Build\x20creation\x20had\x20failed.','includeTagsInTestingScope','nWRBJ','test_runs/stop','javascript','jbukf','GWDFs','iBHUc','42PxEpJC','length','stringify','MoHoA'];a82_0x4780=function(){return _0x1697d3;};return a82_0x4780();}exports[a82_0x524d8a(0x151)]=async _0x55c45d=>{const _0x14686d=a82_0x524d8a,_0x424a8b={};_0x424a8b[_0x14686d(0x1bc)]=function(_0x244524,_0x52e1af){return _0x244524===_0x52e1af;},_0x424a8b['mfnrj']='browserstack';const _0x58a7b6=_0x424a8b;let _0x52b08b={};try{const _0x39c6b7=await _0x55c45d[_0x14686d(0x1da)]();_0x52b08b={'os_name':_0x39c6b7['getPlatform'](),'os_version':bsSetupHelper[_0x14686d(0x15f)](_0x58a7b6[_0x14686d(0x1bc)](global[_0x14686d(0x1f0)],_0x58a7b6['mfnrj'])),'browser_name':_0x39c6b7[_0x14686d(0x1db)](),'browser_version':_0x39c6b7[_0x14686d(0x150)]()};}catch(_0xb2ad19){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0xb2ad19);}return _0x52b08b;},exports[a82_0x524d8a(0x179)]=()=>{const _0x2f7c98=a82_0x524d8a,_0x4bf947={};_0x4bf947['uAhhn']=function(_0x2f76db,_0x46bf75){return _0x2f76db===_0x46bf75;},_0x4bf947[_0x2f7c98(0x17b)]=_0x2f7c98(0x19a),_0x4bf947[_0x2f7c98(0x1a7)]=function(_0x299b0c,_0x487813){return _0x299b0c>_0x487813;},_0x4bf947['aasCf']=function(_0x41a340,_0x1f1233){return _0x41a340!==_0x1f1233;},_0x4bf947['QNvmp']=_0x2f7c98(0x169),_0x4bf947[_0x2f7c98(0x1f2)]=function(_0x418772,_0x2ddecf){return _0x418772&&_0x2ddecf;};const _0x3ebc29=_0x4bf947;try{if(!bsSetupHelper['isBrowserstackInfra']())return![];const _0x85b131=bsSetupHelper[_0x2f7c98(0x16c)](process[_0x2f7c98(0x171)][_0x2f7c98(0x18b)])||bsSetupHelper[_0x2f7c98(0x16c)](process[_0x2f7c98(0x171)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x2a8587=_0x3ebc29[_0x2f7c98(0x1b1)](typeof process[_0x2f7c98(0x171)][_0x2f7c98(0x1d4)],_0x3ebc29['lEpfP'])&&_0x3ebc29[_0x2f7c98(0x1a7)](process[_0x2f7c98(0x171)]['BS_A11Y_JWT']['length'],0x0)&&_0x3ebc29[_0x2f7c98(0x15d)](process['env'][_0x2f7c98(0x1d4)],_0x3ebc29[_0x2f7c98(0x1d2)]);return _0x3ebc29['cQStm'](_0x85b131,_0x2a8587);}catch(_0x5cde20){logger[_0x2f7c98(0x1c9)](_0x2f7c98(0x1ba)+_0x5cde20);}return![];},exports[a82_0x524d8a(0x1cb)]=(_0xeb1375=null,_0x4c1fbf=!![],_0x780502=[])=>{const _0x5ee7e4=a82_0x524d8a,_0x1381ca={};_0x1381ca[_0x5ee7e4(0x1a9)]=function(_0x4d72b9,_0x45eb8f){return _0x4d72b9==_0x45eb8f;},_0x1381ca[_0x5ee7e4(0x1dd)]=function(_0x3d6bc8,_0x4136b2){return _0x3d6bc8>_0x4136b2;},_0x1381ca[_0x5ee7e4(0x1c6)]=function(_0x55e989,_0x1d32ab){return _0x55e989===_0x1d32ab;},_0x1381ca[_0x5ee7e4(0x1a4)]=function(_0x1ba905,_0xe1d2ed){return _0x1ba905&&_0xe1d2ed;},_0x1381ca['wALBd']=function(_0x2de5ff,_0x228de9){return _0x2de5ff&&_0x228de9;};const _0x2127bf=_0x1381ca;if(_0x2127bf['iBHUc'](process[_0x5ee7e4(0x171)][_0x5ee7e4(0x181)],null))return!![];try{const _0x22f3c3=JSON[_0x5ee7e4(0x1af)](process[_0x5ee7e4(0x171)][_0x5ee7e4(0x181)]),_0x3d75a2=Array[_0x5ee7e4(0x1e9)](_0x22f3c3[_0x5ee7e4(0x1a3)])?_0x22f3c3[_0x5ee7e4(0x1a3)]:[],_0x284412=Array['isArray'](_0x22f3c3[_0x5ee7e4(0x175)])?_0x22f3c3[_0x5ee7e4(0x175)]:[];if(bsSetupHelper[_0x5ee7e4(0x18d)](_0xeb1375)){if(_0x2127bf[_0x5ee7e4(0x1dd)](_0x780502[_0x5ee7e4(0x1ab)],0x0)){const _0x4d950f=_0x284412['some'](_0x7ea3f9=>_0x780502[_0x5ee7e4(0x172)](_0x7ea3f9)),_0x36eeb9=_0x2127bf['xUmQc'](_0x3d75a2[_0x5ee7e4(0x1ab)],0x0)||_0x3d75a2[_0x5ee7e4(0x152)](_0x2fc868=>_0x780502[_0x5ee7e4(0x172)](_0x2fc868));return _0x2127bf['nWRBJ'](!_0x4d950f,_0x36eeb9);}return!![];}let _0x483227;_0x4c1fbf?_0x483227=_0xeb1375['join']('/'):_0x483227=_0xeb1375;const _0x2acb13=_0x284412[_0x5ee7e4(0x152)](_0x39c799=>_0x483227['includes'](_0x39c799)),_0x310a96=_0x2127bf['xUmQc'](_0x3d75a2[_0x5ee7e4(0x1ab)],0x0)||_0x3d75a2[_0x5ee7e4(0x152)](_0x34076e=>_0x483227['includes'](_0x34076e));return _0x2127bf[_0x5ee7e4(0x17e)](!_0x2acb13,_0x310a96);}catch(_0x47491e){logger[_0x5ee7e4(0x1c9)](_0x5ee7e4(0x17a)+util[_0x5ee7e4(0x1d0)](_0x47491e));}return![];},exports['checkAccessibilityPlatformConfig']=_0x4818a1=>{const _0x2cc4ed=a82_0x524d8a;let _0xa9bf96=![];try{_0x4818a1['platforms'][_0x2cc4ed(0x178)](_0x25cbb6=>{const _0x4a36c9=_0x2cc4ed;if(bsSetupHelper['isTrue'](_0x25cbb6[_0x4a36c9(0x199)]))return _0xa9bf96=!![],!![];});}catch(_0x130964){logger['debug'](_0x2cc4ed(0x15c)+_0x130964);}return _0xa9bf96||bsSetupHelper['isTrue'](_0x4818a1[_0x2cc4ed(0x199)]);},exports[a82_0x524d8a(0x17c)]=PerformanceTester[a82_0x524d8a(0x155)](a82_0x524d8a(0x196),async function(_0x2f9d08,_0x102b15){const _0x5ba84d=a82_0x524d8a,_0x166b93={};_0x166b93[_0x5ba84d(0x168)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x166b93[_0x5ba84d(0x161)]=_0x5ba84d(0x1bb),_0x166b93[_0x5ba84d(0x1f5)]=_0x5ba84d(0x1a6),_0x166b93[_0x5ba84d(0x1b5)]=_0x5ba84d(0x1cd),_0x166b93[_0x5ba84d(0x18a)]='POST',_0x166b93[_0x5ba84d(0x1b3)]=_0x5ba84d(0x1c5),_0x166b93[_0x5ba84d(0x1f6)]=function(_0x7af765,_0x31ae22){return _0x7af765===_0x31ae22;},_0x166b93[_0x5ba84d(0x1d9)]=_0x5ba84d(0x1e7),_0x166b93[_0x5ba84d(0x1d3)]=_0x5ba84d(0x1d5);const _0x3133dd=_0x166b93,_0x32bcd8=bsSetupHelper[_0x5ba84d(0x16d)](_0x2f9d08),_0x454c89=bsSetupHelper[_0x5ba84d(0x1b7)](_0x2f9d08);if(bsSetupHelper[_0x5ba84d(0x18d)](_0x32bcd8)||bsSetupHelper[_0x5ba84d(0x18d)](_0x454c89))return logger[_0x5ba84d(0x1b6)](_0x3133dd['bexdM']),[null,null];try{let _0x1fcccc;bsSetupHelper[_0x5ba84d(0x18d)](process['env'][_0x5ba84d(0x181)])?_0x1fcccc={}:_0x1fcccc=JSON['parse'](process['env'][_0x5ba84d(0x181)]);const {name:_0x10ea88,version:_0x46f821}=bsSetupHelper[_0x5ba84d(0x1d1)](_0x2f9d08,_0x102b15),_0x33defb={'projectName':_0x2f9d08['projectName'],'buildName':_0x2f9d08[_0x5ba84d(0x180)]||path[_0x5ba84d(0x182)](path[_0x5ba84d(0x17f)](process[_0x5ba84d(0x1b8)]())),'startTime':new Date()['toISOString'](),'description':_0x2f9d08[_0x5ba84d(0x1e5)]||'','source':{'frameworkName':_0x102b15[_0x5ba84d(0x172)](_0x3133dd[_0x5ba84d(0x161)])?_0x3133dd['SjRAc']:_0x102b15,'frameworkVersion':bsSetupHelper[_0x5ba84d(0x193)](_0x102b15),'sdkVersion':bsSetupHelper[_0x5ba84d(0x19d)](),'language':_0x3133dd[_0x5ba84d(0x1f5)],'testFramework':_0x10ea88,'testFrameworkVersion':_0x46f821},'settings':_0x1fcccc,'versionControl':await bsSetupHelper[_0x5ba84d(0x177)](),'ciInfo':bsSetupHelper[_0x5ba84d(0x1c0)](),'hostInfo':bsSetupHelper[_0x5ba84d(0x16a)](),'browserstackAutomation':bsSetupHelper[_0x5ba84d(0x1ee)]()},_0x1fc760={};_0x1fc760['user']=_0x32bcd8,_0x1fc760[_0x5ba84d(0x158)]=_0x454c89;const _0x5d94c7={};_0x5d94c7[_0x5ba84d(0x16e)]=_0x3133dd[_0x5ba84d(0x1b5)];const _0xecea83={};_0xecea83[_0x5ba84d(0x1b9)]=_0x1fc760,_0xecea83['headers']=_0x5d94c7;const _0x191082=_0xecea83,_0x2db6a9={};_0x2db6a9[_0x5ba84d(0x188)]=_0x33defb,_0x2db6a9[_0x5ba84d(0x1e4)]=!![];const _0xd26982=Object[_0x5ba84d(0x1e3)](_0x191082,_0x2db6a9),_0x3875fe=await bsSetupHelper['nodeRequest'](_0x3133dd[_0x5ba84d(0x18a)],_0x3133dd[_0x5ba84d(0x1b3)],_0xd26982,_0x2f9d08,API_URL);let _0x2c492a=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x2c492a?_0x2c492a=JSON[_0x5ba84d(0x1af)](process[_0x5ba84d(0x171)][_0x5ba84d(0x181)]):_0x2c492a={},scripts[_0x5ba84d(0x173)](_0x3875fe[_0x5ba84d(0x166)][_0x5ba84d(0x166)]),scripts[_0x5ba84d(0x1e8)](),_0x2c492a[_0x5ba84d(0x195)]=_0x3875fe[_0x5ba84d(0x166)][_0x5ba84d(0x166)][_0x5ba84d(0x195)],process['env'][_0x5ba84d(0x181)]=JSON[_0x5ba84d(0x1ac)](_0x2c492a),[_0x3875fe[_0x5ba84d(0x166)][_0x5ba84d(0x166)][_0x5ba84d(0x1d8)],_0x3875fe['data'][_0x5ba84d(0x166)]['id']];}catch(_0x838318){if(_0x838318[_0x5ba84d(0x1e0)])logger['error'](_0x5ba84d(0x1ed)+_0x838318['response'][_0x5ba84d(0x1c7)]+'\x20'+_0x838318['response']['statusText']+'\x20'+JSON[_0x5ba84d(0x1ac)](_0x838318[_0x5ba84d(0x1e0)]['data']));else{if(_0x3133dd[_0x5ba84d(0x1f6)](_0x838318[_0x5ba84d(0x1df)],_0x3133dd[_0x5ba84d(0x1d9)])){logger[_0x5ba84d(0x1b6)](_0x5ba84d(0x1ed)+(_0x838318['message']||_0x838318[_0x5ba84d(0x191)]));for(const _0xcf1523 of _0x838318[_0x5ba84d(0x19b)]){logger[_0x5ba84d(0x1b6)](_0xcf1523[_0x5ba84d(0x1df)]);}process['env'][_0x5ba84d(0x18b)]=_0x3133dd['tffBI'],process[_0x5ba84d(0x171)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3133dd[_0x5ba84d(0x1d3)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x838318['message']||_0x838318[_0x5ba84d(0x191)]));}return[null,null];}}),exports[a82_0x524d8a(0x197)]=PerformanceTester[a82_0x524d8a(0x155)](a82_0x524d8a(0x1d6),async function(_0xb9f293){const _0x450337=a82_0x524d8a,_0x5e2075={};_0x5e2075[_0x450337(0x16b)]=function(_0x515c02,_0x7e5b06){return _0x515c02!==_0x7e5b06;},_0x5e2075[_0x450337(0x163)]=_0x450337(0x19a),_0x5e2075[_0x450337(0x1a8)]=_0x450337(0x1b6),_0x5e2075[_0x450337(0x156)]=_0x450337(0x1a2),_0x5e2075[_0x450337(0x1bf)]=_0x450337(0x1cd),_0x5e2075[_0x450337(0x1ad)]='PUT',_0x5e2075[_0x450337(0x194)]=_0x450337(0x1a5),_0x5e2075[_0x450337(0x198)]=function(_0x8bcfca,_0x4dc41d){return _0x8bcfca+_0x4dc41d;},_0x5e2075['dvznZ']=_0x450337(0x164),_0x5e2075[_0x450337(0x1f3)]=_0x450337(0x1f8);const _0x1b26a4=_0x5e2075;if(bsSetupHelper[_0x450337(0x18d)](process[_0x450337(0x171)]['BS_A11Y_JWT'])||_0x1b26a4[_0x450337(0x16b)](typeof process[_0x450337(0x171)]['BS_A11Y_JWT'],_0x1b26a4['GDrJY'])){const _0x14792a={};return _0x14792a['status']=_0x1b26a4[_0x450337(0x1a8)],_0x14792a[_0x450337(0x1df)]=_0x1b26a4[_0x450337(0x156)],_0x14792a;}const _0x3d765f={'endTime':new Date()['toISOString']()},_0xcfbc14={};_0xcfbc14[_0x450337(0x1e6)]='Bearer\x20'+process[_0x450337(0x171)]['BS_A11Y_JWT'],_0xcfbc14[_0x450337(0x16e)]=_0x1b26a4[_0x450337(0x1bf)];const _0x436d40={};_0x436d40['headers']=_0xcfbc14;const _0x408dbc=_0x436d40,_0x24e70a={};_0x24e70a['body']=_0x3d765f,_0x24e70a[_0x450337(0x1b9)]=null,_0x24e70a['json']=!![];const _0x5ac056=Object[_0x450337(0x1e3)](_0x408dbc,_0x24e70a);try{const _0x4172f1=await bsSetupHelper[_0x450337(0x1b2)](_0x1b26a4[_0x450337(0x1ad)],_0x1b26a4['qcxhh'],_0x5ac056,_0xb9f293,API_URL);if(_0x4172f1[_0x450337(0x166)][_0x450337(0x1b6)])throw new Error(_0x1b26a4[_0x450337(0x198)](_0x1b26a4['dvznZ'],_0x4172f1[_0x450337(0x166)][_0x450337(0x1b6)]));else{logger['info'](_0x450337(0x154)+new Date()[_0x450337(0x153)]());const _0x3bcd99={};return _0x3bcd99[_0x450337(0x1c7)]=_0x1b26a4[_0x450337(0x1f3)],_0x3bcd99[_0x450337(0x1df)]='',_0x3bcd99;}}catch(_0x4a9c46){_0x4a9c46[_0x450337(0x1e0)]?logger[_0x450337(0x1b6)](_0x450337(0x1c8)+_0x4a9c46[_0x450337(0x1e0)]['status']+'\x20'+_0x4a9c46[_0x450337(0x1e0)]['statusText']+'\x20'+JSON[_0x450337(0x1ac)](_0x4a9c46['response'][_0x450337(0x166)])):logger[_0x450337(0x1b6)](_0x450337(0x1c8)+(_0x4a9c46[_0x450337(0x1df)]||util[_0x450337(0x1d0)](_0x4a9c46)));const _0x4ca7d2={};return _0x4ca7d2[_0x450337(0x1c7)]=_0x1b26a4[_0x450337(0x1a8)],_0x4ca7d2[_0x450337(0x1df)]=_0x4a9c46[_0x450337(0x1df)]||(_0x4a9c46[_0x450337(0x1e0)]?_0x4a9c46['response'][_0x450337(0x1c7)]+':'+_0x4a9c46[_0x450337(0x1e0)]['statusText']:_0x4a9c46),_0x4ca7d2;}}),exports[a82_0x524d8a(0x167)]=async(_0x5808b3,_0x30bfaf=null)=>{const _0x3ed110=a82_0x524d8a,_0x14b47d={};_0x14b47d[_0x3ed110(0x1a0)]='isAccessibilityPlatform',_0x14b47d['pBQmC']='bstackA11yShouldScan',_0x14b47d[_0x3ed110(0x18c)]=_0x3ed110(0x1c2);const _0x6c0e28=_0x14b47d;if(!this[_0x3ed110(0x179)]()||!globals[_0x3ed110(0x1b0)](_0x6c0e28[_0x3ed110(0x1a0)])||!globals['getGlobal'](_0x6c0e28[_0x3ed110(0x162)])){logger[_0x3ed110(0x1a1)](_0x6c0e28[_0x3ed110(0x18c)]);return;}await PerformanceTester[_0x3ed110(0x155)](PerformanceA11yEvents[_0x3ed110(0x19e)],async()=>{const _0x22a5b6=_0x3ed110,_0x24dc58={};_0x24dc58[_0x22a5b6(0x1c3)]=_0x30bfaf||global[_0x22a5b6(0x190)],logger[_0x22a5b6(0x1c9)](util[_0x22a5b6(0x1d0)](await _0x5808b3['executeAsyncScript'](scripts[_0x22a5b6(0x167)],_0x24dc58)));},{'command':_0x30bfaf})();},exports['getAccessibilityResults']=async(_0x75c544,_0x882640)=>{const _0x1585cd=a82_0x524d8a,_0x5da317={};_0x5da317[_0x1585cd(0x184)]=_0x1585cd(0x1e2),_0x5da317['QIGrN']='isAccessibilityPlatform',_0x5da317['YByvd']='bstackA11yShouldScan',_0x5da317['bHjmb']=_0x1585cd(0x176),_0x5da317['JWKJh']='getAccessibilityResults',_0x5da317[_0x1585cd(0x18e)]=_0x1585cd(0x15b);const _0x4207d0=_0x5da317;if(!this[_0x1585cd(0x179)]()||!globals[_0x1585cd(0x1b0)](_0x4207d0[_0x1585cd(0x170)])||!globals[_0x1585cd(0x1b0)](_0x4207d0[_0x1585cd(0x1f4)]))return logger[_0x1585cd(0x1a1)](_0x4207d0[_0x1585cd(0x19c)]),[];try{await PerformanceTester[_0x1585cd(0x155)](PerformanceA11yEvents[_0x1585cd(0x19e)],async()=>{const _0xcca234=_0x1585cd;logger[_0xcca234(0x1c9)](_0x4207d0[_0xcca234(0x184)]);const _0x14aed5={};_0x14aed5['method']=_0x882640['browserstackSessionName'],logger[_0xcca234(0x1c9)](util[_0xcca234(0x1d0)](await _0x75c544['executeAsyncScript'](scripts[_0xcca234(0x167)],_0x14aed5)));},{'command':_0x4207d0[_0x1585cd(0x1ef)]})(),await PerformanceTester[_0x1585cd(0x155)](PerformanceA11yEvents[_0x1585cd(0x189)],async()=>{const _0x7d9bb2=_0x1585cd,_0x4e57cb=await _0x75c544[_0x7d9bb2(0x1ea)](scripts[_0x7d9bb2(0x157)]);return _0x4e57cb;})();}catch{return logger[_0x1585cd(0x1b6)](_0x4207d0[_0x1585cd(0x18e)]),[];}},exports[a82_0x524d8a(0x1eb)]=async(_0x16f883,_0x5da79d)=>{const _0x24a5a9=a82_0x524d8a,_0x18e88f={};_0x18e88f[_0x24a5a9(0x174)]=_0x24a5a9(0x187),_0x18e88f[_0x24a5a9(0x1ce)]=_0x24a5a9(0x15e),_0x18e88f[_0x24a5a9(0x1ec)]=_0x24a5a9(0x18f),_0x18e88f['HaGHq']=_0x24a5a9(0x1f7),_0x18e88f[_0x24a5a9(0x1be)]=_0x24a5a9(0x1eb),_0x18e88f[_0x24a5a9(0x16f)]=_0x24a5a9(0x1cc);const _0x8ffd2f=_0x18e88f;if(!this['isAccessibilityAutomationSession']()||!globals[_0x24a5a9(0x1b0)](_0x8ffd2f[_0x24a5a9(0x1ce)])||!globals['getGlobal'](_0x8ffd2f[_0x24a5a9(0x1ec)]))return logger[_0x24a5a9(0x1a1)](_0x8ffd2f['HaGHq']),{};try{await PerformanceTester[_0x24a5a9(0x155)](PerformanceA11yEvents[_0x24a5a9(0x19e)],async()=>{const _0x28392f=_0x24a5a9;logger['debug'](_0x8ffd2f[_0x28392f(0x174)]);const _0x9cba6b={};_0x9cba6b[_0x28392f(0x1c3)]=_0x5da79d['browserstackSessionName'],logger[_0x28392f(0x1c9)](util[_0x28392f(0x1d0)](await _0x16f883[_0x28392f(0x1ea)](scripts[_0x28392f(0x167)],_0x9cba6b)));},{'command':_0x8ffd2f[_0x24a5a9(0x1be)]})(),await PerformanceTester[_0x24a5a9(0x155)](PerformanceA11yEvents[_0x24a5a9(0x1e1)],async()=>{const _0x35451e=_0x24a5a9,_0x5dbb62=await _0x16f883[_0x35451e(0x1ea)](scripts[_0x35451e(0x1f1)]);return _0x5dbb62;})();}catch{return logger['error'](_0x8ffd2f['PZKcw']),{};}},exports['isBrowserStackCommandExecutor']=_0xafc845=>{const _0xff021=a82_0x524d8a,_0x4cdb25={};_0x4cdb25[_0xff021(0x1b4)]=function(_0x37ba68,_0x4c6bf9){return _0x37ba68===_0x4c6bf9;},_0x4cdb25[_0xff021(0x165)]=_0xff021(0x19a),_0x4cdb25['ZFrXF']='browserstack_executor';const _0x10d438=_0x4cdb25;if(_0xafc845&&_0xafc845[_0xff021(0x186)]&&_0x10d438[_0xff021(0x1b4)](typeof _0xafc845['script'],_0x10d438['OVezR']))return _0xafc845[_0xff021(0x186)][_0xff021(0x172)](_0x10d438[_0xff021(0x17d)]);return![];};
1
+ const a83_0x2ca3c6=a83_0x3a33;(function(_0x3c28b5,_0x259f16){const _0x1d97af=a83_0x3a33,_0x3ae72c=_0x3c28b5();while(!![]){try{const _0x584a1c=parseInt(_0x1d97af(0x219))/0x1*(-parseInt(_0x1d97af(0x1f1))/0x2)+-parseInt(_0x1d97af(0x26d))/0x3*(parseInt(_0x1d97af(0x21e))/0x4)+-parseInt(_0x1d97af(0x1cb))/0x5*(-parseInt(_0x1d97af(0x22d))/0x6)+parseInt(_0x1d97af(0x27d))/0x7*(parseInt(_0x1d97af(0x23b))/0x8)+parseInt(_0x1d97af(0x1af))/0x9+-parseInt(_0x1d97af(0x1c5))/0xa*(parseInt(_0x1d97af(0x248))/0xb)+parseInt(_0x1d97af(0x255))/0xc;if(_0x584a1c===_0x259f16)break;else _0x3ae72c['push'](_0x3ae72c['shift']());}catch(_0xab1dea){_0x3ae72c['push'](_0x3ae72c['shift']());}}}(a83_0x4340,0xa37a5));const path=require(a83_0x2ca3c6(0x22c)),util=require(a83_0x2ca3c6(0x20f)),bsSetupHelper=require(a83_0x2ca3c6(0x1e0)),logger=require('../logger')[a83_0x2ca3c6(0x25d)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a83_0x2ca3c6(0x1bd)),PerformanceTester=require(a83_0x2ca3c6(0x275)),scripts=require(a83_0x2ca3c6(0x210)),globals=require(a83_0x2ca3c6(0x23e)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a83_0x2ca3c6(0x205));exports[a83_0x2ca3c6(0x265)]=async _0x2fe76c=>{const _0x326766=a83_0x2ca3c6,_0x22154c={};_0x22154c['ypOSS']=function(_0x5f33cd,_0x328fba){return _0x5f33cd===_0x328fba;},_0x22154c[_0x326766(0x1fe)]=_0x326766(0x1f5);const _0x36f818=_0x22154c;let _0x14c3b={};try{const _0x246261=await _0x2fe76c['getCapabilities']();_0x14c3b={'os_name':_0x246261[_0x326766(0x200)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x36f818['ypOSS'](global[_0x326766(0x25c)],_0x36f818[_0x326766(0x1fe)])),'browser_name':_0x246261[_0x326766(0x1b4)](),'browser_version':_0x246261[_0x326766(0x1ba)]()};}catch(_0x286db4){logger['debug'](_0x326766(0x267)+_0x286db4);}return _0x14c3b;},exports[a83_0x2ca3c6(0x209)]=()=>{const _0x28501e=a83_0x2ca3c6,_0x59cb98={};_0x59cb98['uUoOV']=function(_0x4972d1,_0xb99676){return _0x4972d1===_0xb99676;},_0x59cb98[_0x28501e(0x1da)]=_0x28501e(0x1bc),_0x59cb98[_0x28501e(0x1b2)]=function(_0xf1b8a,_0x364b77){return _0xf1b8a>_0x364b77;},_0x59cb98[_0x28501e(0x24e)]=function(_0x1ffdb6,_0x641f5f){return _0x1ffdb6!==_0x641f5f;},_0x59cb98['tAJzc']=_0x28501e(0x235),_0x59cb98['KHqAK']=function(_0x14aecd,_0x2d2bd3){return _0x14aecd&&_0x2d2bd3;};const _0x23fcc1=_0x59cb98;try{const _0x5481a0=bsSetupHelper[_0x28501e(0x1b5)](process[_0x28501e(0x1e9)][_0x28501e(0x1b8)])||bsSetupHelper[_0x28501e(0x1b5)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0xa667f5=_0x23fcc1[_0x28501e(0x246)](typeof process[_0x28501e(0x1e9)][_0x28501e(0x1c2)],_0x23fcc1[_0x28501e(0x1da)])&&_0x23fcc1[_0x28501e(0x1b2)](process['env'][_0x28501e(0x1c2)][_0x28501e(0x21a)],0x0)&&_0x23fcc1['NcFHD'](process[_0x28501e(0x1e9)][_0x28501e(0x1c2)],_0x23fcc1[_0x28501e(0x240)]);return _0x23fcc1['KHqAK'](_0x5481a0,_0xa667f5);}catch(_0x3fe7cc){logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x3fe7cc);}return![];},exports[a83_0x2ca3c6(0x1aa)]=(_0x33be2b,_0x25c96a)=>{const _0xed06ae=a83_0x2ca3c6,_0x17608b={'tamXt':'browserName','Itmxs':function(_0x9b5df9,_0x4c1579){return _0x9b5df9(_0x4c1579);},'QfABU':_0xed06ae(0x1dd),'XrqOp':function(_0x38c34d,_0x93119){return _0x38c34d(_0x93119);},'qrzYy':_0xed06ae(0x1c0),'EjyPQ':'bstack:options','tWuYE':_0xed06ae(0x20d),'XcwTM':_0xed06ae(0x1e6),'NBZqz':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','BlmCs':_0xed06ae(0x1d7),'fskNv':_0xed06ae(0x20e),'KMKhZ':_0xed06ae(0x1dc),'ZsWXB':_0xed06ae(0x1d4),'GFHHD':'chromeOptions','nVbHZ':_0xed06ae(0x26e),'UYmFy':_0xed06ae(0x257),'LdSYD':_0xed06ae(0x217),'Qoagj':function(_0x1306ca,_0x151bb2){return _0x1306ca===_0x151bb2;},'xiqET':'chrome','nTGSj':function(_0x4dba7d,_0x3555c3){return _0x4dba7d>=_0x3555c3;}},_0x1377a7=_0x33be2b[_0xed06ae(0x216)](_0x17608b[_0xed06ae(0x20c)]),_0x4380e0=_0x17608b[_0xed06ae(0x251)](parseFloat,_0x33be2b[_0xed06ae(0x216)](_0x17608b[_0xed06ae(0x1e3)]))||_0x17608b[_0xed06ae(0x230)](parseFloat,_0x33be2b[_0xed06ae(0x216)](_0x17608b[_0xed06ae(0x259)])),_0x518c57=_0x33be2b[_0xed06ae(0x216)](_0x17608b[_0xed06ae(0x23c)])||{},_0x45e048=_0x17608b[_0xed06ae(0x251)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x312804=_0x518c57[_0x17608b[_0xed06ae(0x211)]]||_0x33be2b[_0xed06ae(0x216)](_0x17608b[_0xed06ae(0x25e)])||![];if(_0x312804)return logger[_0xed06ae(0x206)](_0x17608b[_0xed06ae(0x1f6)]),![];let _0x5b42ed;try{_0x5b42ed=bsSetupHelper[_0xed06ae(0x1ea)](_0x17608b[_0xed06ae(0x1d3)],_0x17608b[_0xed06ae(0x1ad)]);}catch(_0x103b2a){return![];}const _0x560864=new _0x5b42ed['Options'](_0x25c96a['chromeOptions_']),_0x51aaef=bsSetupHelper[_0xed06ae(0x1d1)](_0x560864,[_0x17608b[_0xed06ae(0x1fd)],_0x17608b['ZsWXB']])||bsSetupHelper[_0xed06ae(0x1d1)](_0x25c96a[_0xed06ae(0x208)],[_0x17608b[_0xed06ae(0x23c)],_0x17608b['GFHHD'],_0x17608b['ZsWXB']])||bsSetupHelper['nestedKeyValue'](_0x25c96a[_0xed06ae(0x208)],[_0x17608b[_0xed06ae(0x26a)],_0x17608b[_0xed06ae(0x233)]])||[];if(_0x51aaef['includes'](_0x17608b['nVbHZ']))return logger[_0xed06ae(0x206)](_0x17608b[_0xed06ae(0x1a6)]),![];const _0x704fad=_0x25c96a[_0xed06ae(0x208)]||{},_0xc12c9d=bsSetupHelper[_0xed06ae(0x1d1)](_0x704fad,[_0x17608b['LdSYD']])||{},_0x3047fc=bsSetupHelper[_0xed06ae(0x1d1)](_0xc12c9d,[_0x17608b[_0xed06ae(0x233)]])||[];if(_0x3047fc['includes'](_0x17608b['nVbHZ']))return logger[_0xed06ae(0x206)](_0x17608b[_0xed06ae(0x1a6)]),![];if(_0x17608b[_0xed06ae(0x207)](_0x1377a7[_0xed06ae(0x1d0)](),_0x17608b[_0xed06ae(0x203)])&&_0x17608b[_0xed06ae(0x1eb)](_0x4380e0,_0x45e048))return!![];return logger[_0xed06ae(0x206)](_0xed06ae(0x244)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a83_0x2ca3c6(0x224)]=_0x54a726=>{const _0x6593aa=a83_0x2ca3c6,_0x284937={};_0x284937[_0x6593aa(0x23d)]='goog:chromeOptions',_0x284937[_0x6593aa(0x1fb)]=function(_0x59abc7,_0xd3f16a){return _0x59abc7||_0xd3f16a;},_0x284937[_0x6593aa(0x202)]=_0x6593aa(0x261);const _0x3061df=_0x284937,_0x3a8c2d=scripts[_0x6593aa(0x218)];try{const _0x6d946c=bsSetupHelper[_0x6593aa(0x1b5)](process[_0x6593aa(0x1e9)][_0x6593aa(0x1b8)])||bsSetupHelper['isTrue'](process[_0x6593aa(0x1e9)][_0x6593aa(0x268)]);if((!bsSetupHelper[_0x6593aa(0x229)]()||process[_0x6593aa(0x1e9)]['BROWSERSTACK_TURBOSCALE'])&&_0x6d946c){const _0x434cea=_0x54a726[_0x6593aa(0x21f)](),_0x5bb051=_0x434cea['get'](_0x3061df[_0x6593aa(0x23d)]),_0x7227c7=_0x3061df[_0x6593aa(0x1fb)](_0x5bb051,{});bsSetupHelper['mergeDeep'](_0x7227c7,_0x3a8c2d),_0x54a726['getCapabilities']()[_0x6593aa(0x25a)](_0x3061df[_0x6593aa(0x23d)],_0x7227c7);}else logger[_0x6593aa(0x206)](_0x3061df[_0x6593aa(0x202)]);}catch(_0x240177){logger[_0x6593aa(0x27b)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x240177);}},exports[a83_0x2ca3c6(0x1fa)]=(_0x3c14cf=null,_0x318130=!![],_0x1e4e3b=[])=>{const _0x1b4f22=a83_0x2ca3c6,_0x4cac79={};_0x4cac79[_0x1b4f22(0x1f2)]=function(_0x4b6b97,_0x2934ce){return _0x4b6b97==_0x2934ce;},_0x4cac79[_0x1b4f22(0x260)]=function(_0x3fa5a2,_0x315800){return _0x3fa5a2>_0x315800;},_0x4cac79[_0x1b4f22(0x279)]=function(_0x54043d,_0x3985cb){return _0x54043d===_0x3985cb;},_0x4cac79[_0x1b4f22(0x20a)]=function(_0x448035,_0x48ee86){return _0x448035&&_0x48ee86;},_0x4cac79[_0x1b4f22(0x239)]=function(_0x5bd195,_0x5a0077){return _0x5bd195===_0x5a0077;};const _0x3beaeb=_0x4cac79;if(_0x3beaeb[_0x1b4f22(0x1f2)](process[_0x1b4f22(0x1e9)][_0x1b4f22(0x1f3)],null))return!![];try{const _0x3d5ea6=JSON[_0x1b4f22(0x221)](process[_0x1b4f22(0x1e9)][_0x1b4f22(0x1f3)]),_0x3e7e11=Array[_0x1b4f22(0x225)](_0x3d5ea6[_0x1b4f22(0x1e5)])?_0x3d5ea6[_0x1b4f22(0x1e5)]:[],_0x9f8b55=Array[_0x1b4f22(0x225)](_0x3d5ea6[_0x1b4f22(0x22b)])?_0x3d5ea6[_0x1b4f22(0x22b)]:[];if(bsSetupHelper['isUndefined'](_0x3c14cf)){if(_0x3beaeb[_0x1b4f22(0x260)](_0x1e4e3b[_0x1b4f22(0x21a)],0x0)){const _0x186d5d=_0x9f8b55[_0x1b4f22(0x1c1)](_0x383a1d=>_0x1e4e3b[_0x1b4f22(0x21b)](_0x383a1d)),_0x1d7e34=_0x3beaeb[_0x1b4f22(0x279)](_0x3e7e11[_0x1b4f22(0x21a)],0x0)||_0x3e7e11['some'](_0x220ed3=>_0x1e4e3b['includes'](_0x220ed3));return _0x3beaeb['IAJPj'](!_0x186d5d,_0x1d7e34);}return!![];}let _0x477f8e;_0x318130?_0x477f8e=_0x3c14cf[_0x1b4f22(0x1db)]('/'):_0x477f8e=_0x3c14cf;const _0x41cdb5=_0x9f8b55['some'](_0x11b89f=>_0x477f8e[_0x1b4f22(0x21b)](_0x11b89f)),_0x60457=_0x3beaeb['VMTgc'](_0x3e7e11[_0x1b4f22(0x21a)],0x0)||_0x3e7e11[_0x1b4f22(0x1c1)](_0x4b0d0d=>_0x477f8e['includes'](_0x4b0d0d));return _0x3beaeb[_0x1b4f22(0x20a)](!_0x41cdb5,_0x60457);}catch(_0x5716de){logger[_0x1b4f22(0x245)](_0x1b4f22(0x1be)+util[_0x1b4f22(0x262)](_0x5716de));}return![];},exports[a83_0x2ca3c6(0x22f)]=_0x254030=>{const _0x1c43b3=a83_0x2ca3c6;let _0x1544ca=![];try{_0x254030[_0x1c43b3(0x276)]['forEach'](_0x19794b=>{const _0x276ce9=_0x1c43b3;if(bsSetupHelper[_0x276ce9(0x1b5)](_0x19794b[_0x276ce9(0x1c3)]))return _0x1544ca=!![],!![];});}catch(_0x19c2f1){logger[_0x1c43b3(0x245)](_0x1c43b3(0x27a)+_0x19c2f1);}return _0x1544ca||bsSetupHelper[_0x1c43b3(0x1b5)](_0x254030[_0x1c43b3(0x1c3)]);},exports[a83_0x2ca3c6(0x214)]=PerformanceTester[a83_0x2ca3c6(0x234)](a83_0x2ca3c6(0x1ed),async function(_0x32333e,_0x3e83c9){const _0x376297=a83_0x2ca3c6,_0x155010={};_0x155010['pXDVO']=_0x376297(0x1ce),_0x155010[_0x376297(0x1e4)]='playwright',_0x155010[_0x376297(0x1ae)]='javascript',_0x155010[_0x376297(0x1d5)]='application/json',_0x155010[_0x376297(0x1ac)]=_0x376297(0x1b6),_0x155010['HusNB']=_0x376297(0x204),_0x155010['BUbVM']=function(_0xcbab2f,_0x9e5c5){return _0xcbab2f===_0x9e5c5;},_0x155010[_0x376297(0x23a)]=_0x376297(0x1a8),_0x155010[_0x376297(0x222)]=_0x376297(0x1f8);const _0x8d0c15=_0x155010,_0x3279d5=bsSetupHelper[_0x376297(0x1bb)](_0x32333e),_0x121cd6=bsSetupHelper[_0x376297(0x20b)](_0x32333e);if(bsSetupHelper[_0x376297(0x24f)](_0x3279d5)||bsSetupHelper[_0x376297(0x24f)](_0x121cd6))return logger['error'](_0x8d0c15[_0x376297(0x1c4)]),[null,null];try{let _0x2daab7;bsSetupHelper['isUndefined'](process[_0x376297(0x1e9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x2daab7={}:_0x2daab7=JSON[_0x376297(0x221)](process[_0x376297(0x1e9)][_0x376297(0x1f3)]);const {name:_0x23013c,version:_0x34d07f}=bsSetupHelper['getTestFrameworkDetails'](_0x32333e,_0x3e83c9),_0x32d7ab={'projectName':_0x32333e[_0x376297(0x237)],'buildName':_0x32333e[_0x376297(0x226)]||path[_0x376297(0x1c7)](path[_0x376297(0x231)](process[_0x376297(0x1cc)]())),'startTime':new Date()[_0x376297(0x201)](),'description':_0x32333e[_0x376297(0x1ee)]||'','source':{'frameworkName':_0x3e83c9['includes'](_0x8d0c15[_0x376297(0x1e4)])?_0x8d0c15[_0x376297(0x1e4)]:_0x3e83c9,'frameworkVersion':bsSetupHelper[_0x376297(0x26f)](_0x3e83c9),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x8d0c15[_0x376297(0x1ae)],'testFramework':_0x23013c,'testFrameworkVersion':_0x34d07f},'settings':_0x2daab7,'versionControl':await bsSetupHelper[_0x376297(0x1c6)](),'ciInfo':bsSetupHelper[_0x376297(0x228)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x376297(0x229)]()},_0x4d6778={};_0x4d6778[_0x376297(0x1b7)]=_0x3279d5,_0x4d6778[_0x376297(0x238)]=_0x121cd6;const _0x508203={};_0x508203[_0x376297(0x1d8)]=_0x8d0c15['kLokf'];const _0x5312af={};_0x5312af[_0x376297(0x270)]=_0x4d6778,_0x5312af[_0x376297(0x242)]=_0x508203;const _0x480a20=_0x5312af,_0x273b4d={};_0x273b4d['body']=_0x32d7ab,_0x273b4d['json']=!![];const _0x574c39=Object[_0x376297(0x227)](_0x480a20,_0x273b4d),_0x1f0881=await bsSetupHelper[_0x376297(0x24c)](_0x8d0c15[_0x376297(0x1ac)],_0x8d0c15[_0x376297(0x273)],_0x574c39,_0x32333e,API_URL);let _0x45868c=process[_0x376297(0x1e9)][_0x376297(0x1f3)];return _0x45868c?_0x45868c=JSON['parse'](process[_0x376297(0x1e9)][_0x376297(0x1f3)]):_0x45868c={},scripts[_0x376297(0x253)](_0x1f0881[_0x376297(0x1f4)][_0x376297(0x1f4)]),scripts[_0x376297(0x269)](),_0x45868c['scannerVersion']=_0x1f0881[_0x376297(0x1f4)][_0x376297(0x1f4)]['scannerVersion'],process[_0x376297(0x1e9)][_0x376297(0x1f3)]=JSON['stringify'](_0x45868c),[_0x1f0881['data']['data'][_0x376297(0x258)],_0x1f0881[_0x376297(0x1f4)][_0x376297(0x1f4)]['id']];}catch(_0x2e10fd){if(_0x2e10fd[_0x376297(0x1ab)])logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x2e10fd[_0x376297(0x1ab)]['status']+'\x20'+_0x2e10fd[_0x376297(0x1ab)][_0x376297(0x1df)]+'\x20'+JSON['stringify'](_0x2e10fd[_0x376297(0x1ab)]['data']));else{if(_0x8d0c15[_0x376297(0x247)](_0x2e10fd[_0x376297(0x264)],_0x8d0c15[_0x376297(0x23a)])){logger[_0x376297(0x27b)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x2e10fd[_0x376297(0x264)]||_0x2e10fd['stack']));for(const _0x3c8969 of _0x2e10fd[_0x376297(0x1de)]){logger[_0x376297(0x27b)](_0x3c8969['message']);}process[_0x376297(0x1e9)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x8d0c15['AQFuO'],process[_0x376297(0x1e9)][_0x376297(0x268)]=_0x8d0c15[_0x376297(0x222)];}else logger[_0x376297(0x27b)](_0x376297(0x249)+(_0x2e10fd[_0x376297(0x264)]||_0x2e10fd['stack']));}return[null,null];}}),exports[a83_0x2ca3c6(0x1bf)]=PerformanceTester[a83_0x2ca3c6(0x234)]('a11y:stop',async function(_0x9bcd61){const _0x21edf9=a83_0x2ca3c6,_0x260fa7={};_0x260fa7['UjtVQ']=function(_0x5e74d4,_0x411943){return _0x5e74d4!==_0x411943;},_0x260fa7[_0x21edf9(0x215)]='string',_0x260fa7['IzwBN']=_0x21edf9(0x27b),_0x260fa7[_0x21edf9(0x1f7)]='Build\x20creation\x20had\x20failed.',_0x260fa7['KrPqk']=_0x21edf9(0x223),_0x260fa7[_0x21edf9(0x21d)]=_0x21edf9(0x24d),_0x260fa7[_0x21edf9(0x1a9)]='test_runs/stop',_0x260fa7[_0x21edf9(0x277)]=function(_0x45f759,_0x38aad5){return _0x45f759+_0x38aad5;},_0x260fa7[_0x21edf9(0x1ca)]=_0x21edf9(0x271),_0x260fa7[_0x21edf9(0x1f0)]=_0x21edf9(0x1fc);const _0x17a257=_0x260fa7;if(bsSetupHelper[_0x21edf9(0x24f)](process[_0x21edf9(0x1e9)][_0x21edf9(0x1c2)])||_0x17a257['UjtVQ'](typeof process[_0x21edf9(0x1e9)][_0x21edf9(0x1c2)],_0x17a257[_0x21edf9(0x215)])){const _0x4f14c0={};return _0x4f14c0[_0x21edf9(0x1ff)]=_0x17a257[_0x21edf9(0x1f9)],_0x4f14c0['message']=_0x17a257['wgCCb'],_0x4f14c0;}const _0x2fbd43={'endTime':new Date()[_0x21edf9(0x201)]()},_0x2b04c2={};_0x2b04c2[_0x21edf9(0x1c9)]=_0x21edf9(0x21c)+process[_0x21edf9(0x1e9)]['BS_A11Y_JWT'],_0x2b04c2['Content-Type']=_0x17a257['KrPqk'];const _0x234322={};_0x234322[_0x21edf9(0x242)]=_0x2b04c2;const _0xcb1a73=_0x234322,_0x1342d3={};_0x1342d3[_0x21edf9(0x272)]=_0x2fbd43,_0x1342d3[_0x21edf9(0x270)]=null,_0x1342d3['json']=!![];const _0x5820aa=Object[_0x21edf9(0x227)](_0xcb1a73,_0x1342d3);try{const _0x940f35=await bsSetupHelper[_0x21edf9(0x24c)](_0x17a257['wKTaq'],_0x17a257[_0x21edf9(0x1a9)],_0x5820aa,_0x9bcd61,API_URL);if(_0x940f35[_0x21edf9(0x1f4)][_0x21edf9(0x27b)])throw new Error(_0x17a257[_0x21edf9(0x277)](_0x17a257[_0x21edf9(0x1ca)],_0x940f35['data'][_0x21edf9(0x27b)]));else{logger['info'](_0x21edf9(0x1e8)+new Date()[_0x21edf9(0x201)]());const _0x221492={};return _0x221492[_0x21edf9(0x1ff)]=_0x17a257[_0x21edf9(0x1f0)],_0x221492['message']='',_0x221492;}}catch(_0x551f1a){_0x551f1a[_0x21edf9(0x1ab)]?logger['error'](_0x21edf9(0x1e7)+_0x551f1a[_0x21edf9(0x1ab)][_0x21edf9(0x1ff)]+'\x20'+_0x551f1a[_0x21edf9(0x1ab)][_0x21edf9(0x1df)]+'\x20'+JSON[_0x21edf9(0x22a)](_0x551f1a['response'][_0x21edf9(0x1f4)])):logger[_0x21edf9(0x27b)](_0x21edf9(0x1e7)+(_0x551f1a[_0x21edf9(0x264)]||util[_0x21edf9(0x262)](_0x551f1a)));const _0x1e649f={};return _0x1e649f['status']=_0x17a257[_0x21edf9(0x1f9)],_0x1e649f['message']=_0x551f1a['message']||(_0x551f1a[_0x21edf9(0x1ab)]?_0x551f1a[_0x21edf9(0x1ab)][_0x21edf9(0x1ff)]+':'+_0x551f1a['response'][_0x21edf9(0x1df)]:_0x551f1a),_0x1e649f;}}),exports[a83_0x2ca3c6(0x213)]=async(_0x532065,_0x3ade3d=null)=>{const _0x24b37e=a83_0x2ca3c6,_0x145ca8={};_0x145ca8[_0x24b37e(0x243)]=_0x24b37e(0x256),_0x145ca8[_0x24b37e(0x220)]=_0x24b37e(0x1cf),_0x145ca8[_0x24b37e(0x1e2)]=_0x24b37e(0x26c);const _0x25e5dd=_0x145ca8;if(!this[_0x24b37e(0x209)]()||!globals[_0x24b37e(0x232)](_0x25e5dd[_0x24b37e(0x243)])||!globals[_0x24b37e(0x232)](_0x25e5dd[_0x24b37e(0x220)])){logger[_0x24b37e(0x206)](_0x25e5dd['KbVaR']);return;}await PerformanceTester[_0x24b37e(0x234)](PerformanceA11yEvents[_0x24b37e(0x250)],async()=>{const _0x2d9c08=_0x24b37e,_0x594a12={};_0x594a12[_0x2d9c08(0x254)]=_0x3ade3d||global[_0x2d9c08(0x24a)],logger[_0x2d9c08(0x245)](util[_0x2d9c08(0x262)](await _0x532065[_0x2d9c08(0x274)](scripts['performScan'],_0x594a12)));},{'command':_0x3ade3d})();},exports['getAccessibilityResults']=async(_0x5eedd4,_0x1356f6)=>{const _0x56bb70=a83_0x2ca3c6,_0x52310b={};_0x52310b[_0x56bb70(0x1b0)]='Performing\x20scan\x20before\x20getting\x20results',_0x52310b['BCGDl']=_0x56bb70(0x256),_0x52310b[_0x56bb70(0x266)]=_0x56bb70(0x1cf),_0x52310b['nMiPt']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x52310b[_0x56bb70(0x1b1)]=_0x56bb70(0x1c8),_0x52310b[_0x56bb70(0x1a7)]=_0x56bb70(0x25f);const _0x50d615=_0x52310b;if(!this[_0x56bb70(0x209)]()||!globals['getGlobal'](_0x50d615[_0x56bb70(0x22e)])||!globals[_0x56bb70(0x232)](_0x50d615['exkuJ']))return logger[_0x56bb70(0x206)](_0x50d615[_0x56bb70(0x23f)]),[];try{return await PerformanceTester[_0x56bb70(0x234)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1740ee=_0x56bb70;logger[_0x1740ee(0x245)](_0x50d615[_0x1740ee(0x1b0)]);const _0x56a18f={};_0x56a18f[_0x1740ee(0x254)]=_0x1356f6['browserstackSessionName'],logger[_0x1740ee(0x245)](util[_0x1740ee(0x262)](await _0x5eedd4[_0x1740ee(0x274)](scripts[_0x1740ee(0x213)],_0x56a18f)));},{'command':_0x50d615['MekJr']})(),await PerformanceTester[_0x56bb70(0x234)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x15ce3c=_0x56bb70,_0x586220=await _0x5eedd4[_0x15ce3c(0x274)](scripts[_0x15ce3c(0x1ef)]);return _0x586220;})();}catch{return logger[_0x56bb70(0x27b)](_0x50d615[_0x56bb70(0x1a7)]),[];}},exports[a83_0x2ca3c6(0x1d2)]=async(_0x4b1f9d,_0x45486b)=>{const _0x43dc61=a83_0x2ca3c6,_0x2d2671={};_0x2d2671[_0x43dc61(0x24b)]=_0x43dc61(0x236),_0x2d2671[_0x43dc61(0x212)]=_0x43dc61(0x256),_0x2d2671[_0x43dc61(0x1d9)]=_0x43dc61(0x1cf),_0x2d2671[_0x43dc61(0x1cd)]=_0x43dc61(0x1b9),_0x2d2671[_0x43dc61(0x1e1)]='getAccessibilityResultsSummary',_0x2d2671[_0x43dc61(0x252)]=_0x43dc61(0x1d6);const _0x3f9ff4=_0x2d2671;if(!this[_0x43dc61(0x209)]()||!globals['getGlobal'](_0x3f9ff4[_0x43dc61(0x212)])||!globals[_0x43dc61(0x232)](_0x3f9ff4[_0x43dc61(0x1d9)]))return logger[_0x43dc61(0x206)](_0x3f9ff4[_0x43dc61(0x1cd)]),{};try{return await PerformanceTester[_0x43dc61(0x234)](PerformanceA11yEvents[_0x43dc61(0x250)],async()=>{const _0x10f4b5=_0x43dc61;logger['debug'](_0x3f9ff4[_0x10f4b5(0x24b)]);const _0x52b737={};_0x52b737[_0x10f4b5(0x254)]=_0x45486b[_0x10f4b5(0x24a)],logger[_0x10f4b5(0x245)](util[_0x10f4b5(0x262)](await _0x4b1f9d['executeAsyncScript'](scripts[_0x10f4b5(0x213)],_0x52b737)));},{'command':_0x3f9ff4[_0x43dc61(0x1e1)]})(),await PerformanceTester[_0x43dc61(0x234)](PerformanceA11yEvents[_0x43dc61(0x241)],async()=>{const _0x5db150=_0x43dc61,_0xd4d253=await _0x4b1f9d[_0x5db150(0x274)](scripts[_0x5db150(0x27c)]);return _0xd4d253;})();}catch{return logger['error'](_0x3f9ff4['EuvtE']),{};}},exports[a83_0x2ca3c6(0x26b)]=_0x12cb04=>{const _0xcf35b3=a83_0x2ca3c6,_0x3b5811={};_0x3b5811[_0xcf35b3(0x25b)]=function(_0x437d35,_0x2c26ec){return _0x437d35===_0x2c26ec;},_0x3b5811[_0xcf35b3(0x278)]=_0xcf35b3(0x1bc),_0x3b5811[_0xcf35b3(0x1b3)]=_0xcf35b3(0x1ec);const _0xb85d1a=_0x3b5811;if(_0x12cb04&&_0x12cb04[_0xcf35b3(0x263)]&&_0xb85d1a[_0xcf35b3(0x25b)](typeof _0x12cb04['script'],_0xb85d1a[_0xcf35b3(0x278)]))return _0x12cb04[_0xcf35b3(0x263)][_0xcf35b3(0x21b)](_0xb85d1a['OdSWN']);return![];};function a83_0x3a33(_0x31c907,_0x42f959){const _0x43404b=a83_0x4340();return a83_0x3a33=function(_0x3a339b,_0x3acdfe){_0x3a339b=_0x3a339b-0x1a6;let _0x531cbf=_0x43404b[_0x3a339b];return _0x531cbf;},a83_0x3a33(_0x31c907,_0x42f959);}function a83_0x4340(){const _0x1cfe30=['data','browserstack','NBZqz','wgCCb','false','IzwBN','shouldScanTestForAccessibility','NQylL','success','KMKhZ','FjqpJ','status','getPlatform','toISOString','vMaiZ','xiqET','v2/test_runs','../performance/constants','warn','Qoagj','capabilities_','isAccessibilityAutomationSession','IAJPj','getAccessKey','tamXt','deviceName','selenium-webdriver','util','./scripts','tWuYE','Wtiuf','performScan','createAccessibilityTestRun','xHxws','get','goog:chromeOptions','ChromeExtension','2816vQJQbG','length','includes','Bearer\x20','wKTaq','2985844dUFXur','getCapabilities','DCkuC','parse','AQFuO','application/json','setNonBstackInfraCapabilities','isArray','buildName','assign','getCiInfo','isBrowserstackInfra','stringify','excludeTagsInTestingScope','path','18AvEsEH','BCGDl','checkAccessibilityPlatformConfig','XrqOp','resolve','getGlobal','ZsWXB','measureWrapper','null','Performing\x20scan\x20before\x20getting\x20results\x20summary','projectName','pass','VMTgc','siUpu','1328Jnujye','EjyPQ','MEUaH','../globals','nMiPt','tAJzc','GET_RESULTS_SUMMARY','headers','YkcBW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','debug','uUoOV','BUbVM','11VNxUai','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','browserstackSessionName','WnOyP','nodeRequest','PUT','NcFHD','isUndefined','PERFORM_SCAN','Itmxs','EuvtE','parseFromJson','method','9926256CwYCrW','isAccessibilityPlatform','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','accessibilityToken','qrzYy','set','mahYz','__cloud_provider___','winstonLogger','XcwTM','No\x20accessibility\x20results\x20were\x20found.','NPRSx','Not\x20a\x20Accessibility\x20Session','format','script','message','fetchPlatformDetails','exkuJ','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','toJson','GFHHD','isBrowserStackCommandExecutor','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','3HUpEZe','--headless','getPackageVersion','auth','Invalid\x20request:\x20','body','HusNB','executeAsyncScript','../performance/performance-tester','platforms','eaQXo','ykSWz','Filun','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','error','getResultsSummary','23401BdUUIc','UYmFy','mOdVj','Invalid\x20configuration\x20passed.','XitGf','nonBstackPlatformValidation','response','oyasG','fskNv','XElCn','5116410DYEgUr','jZvzg','MekJr','UZeUu','OdSWN','getBrowserName','isTrue','POST','user','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','getBrowserVersion','getUserName','string','./constants','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','stopAccessibilityTestRun','version','some','BS_A11Y_JWT','accessibility','pXDVO','573690fyUYIl','getGitMetaData','basename','getAccessibilityResults','Authorization','lyGAN','1410565oSOEKV','cwd','hBAoI','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','bstackA11yShouldScan','toLowerCase','nestedKeyValue','getAccessibilityResultsSummary','BlmCs','args','kLokf','No\x20accessibility\x20summary\x20was\x20found.','selenium-webdriver/chrome.js','Content-Type','ICMDk','oQzhH','join','options_','browserVersion','errors','statusText','../helper','ecyqd','KbVaR','QfABU','PGPUA','includeTagsInTestingScope','device','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','env','requireModule','nTGSj','browserstack_executor','a11y:start','buildDescription','getResults','YkZem','940LZztpz','qBnVk','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];a83_0x4340=function(){return _0x1cfe30;};return a83_0x4340();}
@@ -1 +1 @@
1
- const a83_0x399048=a83_0x1164;function a83_0x1164(_0x4115c0,_0x9113e8){const _0x313f3a=a83_0x313f();return a83_0x1164=function(_0x116478,_0x1c2fb1){_0x116478=_0x116478-0x1a0;let _0x19c939=_0x313f3a[_0x116478];return _0x19c939;},a83_0x1164(_0x4115c0,_0x9113e8);}(function(_0x29ae3c,_0x4b5425){const _0x524cbc=a83_0x1164,_0x1897a9=_0x29ae3c();while(!![]){try{const _0x4e131f=parseInt(_0x524cbc(0x1b0))/0x1*(-parseInt(_0x524cbc(0x1c0))/0x2)+parseInt(_0x524cbc(0x1ad))/0x3+parseInt(_0x524cbc(0x1a8))/0x4*(parseInt(_0x524cbc(0x1a9))/0x5)+parseInt(_0x524cbc(0x1d2))/0x6+-parseInt(_0x524cbc(0x1be))/0x7+parseInt(_0x524cbc(0x1c3))/0x8+parseInt(_0x524cbc(0x1a3))/0x9*(-parseInt(_0x524cbc(0x1af))/0xa);if(_0x4e131f===_0x4b5425)break;else _0x1897a9['push'](_0x1897a9['shift']());}catch(_0x29d448){_0x1897a9['push'](_0x1897a9['shift']());}}}(a83_0x313f,0x4fe8c));const path=require(a83_0x399048(0x1c1)),fs=require('fs'),logger=require(a83_0x399048(0x1cd))[a83_0x399048(0x1b6)],helper=require(a83_0x399048(0x1bf));class Scripts{constructor(){const _0x57b034=a83_0x399048,_0x117cf3={};_0x117cf3[_0x57b034(0x1bd)]=_0x57b034(0x1c9),_0x117cf3[_0x57b034(0x1ba)]=_0x57b034(0x1bc),_0x117cf3['wjise']=_0x57b034(0x1d5);const _0x1455e5=_0x117cf3,_0x2b633c=_0x1455e5['RGdvz'][_0x57b034(0x1c2)]('|');let _0x4c681d=0x0;while(!![]){switch(_0x2b633c[_0x4c681d++]){case'0':this[_0x57b034(0x1cb)]=null;continue;case'1':this[_0x57b034(0x1ab)]();continue;case'2':this[_0x57b034(0x1dd)]=null;continue;case'3':this[_0x57b034(0x1dc)]=path[_0x57b034(0x1d7)](this['browserstackFolderPath'],_0x1455e5[_0x57b034(0x1ba)]);continue;case'4':this[_0x57b034(0x1b7)]=path['join'](helper[_0x57b034(0x1ca)](),_0x1455e5[_0x57b034(0x1d3)]);continue;case'5':this[_0x57b034(0x1a0)]=null;continue;case'6':this[_0x57b034(0x1d1)]=null;continue;}break;}}[a83_0x399048(0x1ac)](_0x3c4697){const _0xc9dcd7=a83_0x399048;_0x3c4697[_0xc9dcd7(0x1c7)]&&(this[_0xc9dcd7(0x1cb)]=_0x3c4697['scripts']['scan'],this[_0xc9dcd7(0x1d1)]=_0x3c4697[_0xc9dcd7(0x1c7)][_0xc9dcd7(0x1d1)],this[_0xc9dcd7(0x1a0)]=_0x3c4697[_0xc9dcd7(0x1c7)][_0xc9dcd7(0x1a0)],this['saveTestResults']=_0x3c4697['scripts'][_0xc9dcd7(0x1d4)]),this[_0xc9dcd7(0x1c6)]=_0x3c4697[_0xc9dcd7(0x1a1)];}[a83_0x399048(0x1cf)](_0x4656b4,_0xbc6f49){const _0x2eb17c=a83_0x399048,_0x2d08d3={};_0x2d08d3[_0x2eb17c(0x1b1)]=function(_0x388489,_0x2cccce){return _0x388489>_0x2cccce;},_0x2d08d3[_0x2eb17c(0x1d6)]=function(_0x247e9f,_0x3867e0){return _0x247e9f===_0x3867e0;},_0x2d08d3[_0x2eb17c(0x1a5)]=_0x2eb17c(0x1bb),_0x2d08d3[_0x2eb17c(0x1a7)]='getResults',_0x2d08d3[_0x2eb17c(0x1d8)]=function(_0x3499db,_0x289c4f){return _0x3499db===_0x289c4f;},_0x2d08d3[_0x2eb17c(0x1c5)]=_0x2eb17c(0x1a0),_0x2d08d3['fZbcX']=_0x2eb17c(0x1d4),_0x2d08d3[_0x2eb17c(0x1b8)]=function(_0x204a90,_0x2b8337){return _0x204a90>_0x2b8337;};const _0xac227a=_0x2d08d3;if(_0x4656b4&&_0xac227a[_0x2eb17c(0x1b1)](_0x4656b4[_0x2eb17c(0x1c8)],0x0))for(const _0xa92f59 of _0x4656b4){if(_0xac227a[_0x2eb17c(0x1d6)](_0xa92f59[_0x2eb17c(0x1aa)](),_0xac227a['OHVBw']))this[_0x2eb17c(0x1cb)]=_0xa92f59[_0x2eb17c(0x1db)]();else{if(_0xac227a[_0x2eb17c(0x1d6)](_0xa92f59[_0x2eb17c(0x1aa)](),_0xac227a[_0x2eb17c(0x1a7)]))this[_0x2eb17c(0x1d1)]=_0xa92f59['getCommand']();else{if(_0xac227a[_0x2eb17c(0x1d8)](_0xa92f59[_0x2eb17c(0x1aa)](),_0xac227a[_0x2eb17c(0x1c5)]))this[_0x2eb17c(0x1a0)]=_0xa92f59[_0x2eb17c(0x1db)]();else _0xac227a[_0x2eb17c(0x1d6)](_0xa92f59[_0x2eb17c(0x1aa)](),_0xac227a['fZbcX'])&&(this[_0x2eb17c(0x1dd)]=_0xa92f59['getCommand']());}}}_0xbc6f49&&_0xac227a[_0x2eb17c(0x1b8)](_0xbc6f49[_0x2eb17c(0x1c8)],0x0)&&(this[_0x2eb17c(0x1c6)]=_0xbc6f49[_0x2eb17c(0x1b4)](_0x2a6066=>{const _0x171759=_0x2eb17c;return{'name':_0x2a6066[_0x171759(0x1aa)](),'method':_0x2a6066[_0x171759(0x1d9)](),'library':_0x2a6066['getLibrary'](),'module':_0x2a6066[_0x171759(0x1a4)](),'class':_0x2a6066[_0x171759(0x1b5)]()};}));}['shouldWrapCommand'](_0x148800){const _0x107f4a=a83_0x399048,_0xc5039e={};_0xc5039e[_0x107f4a(0x1a6)]=function(_0x663d0,_0x3b1cea){return _0x663d0!==_0x3b1cea;};const _0x525130=_0xc5039e;try{return _0x525130[_0x107f4a(0x1a6)](this['commandsToWrap'][_0x107f4a(0x1b9)](_0x5c193f=>_0x5c193f[_0x107f4a(0x1ce)][_0x107f4a(0x1a2)]()===_0x148800[_0x107f4a(0x1a2)]()),-0x1);}catch(_0x5b8c13){logger[_0x107f4a(0x1cc)]('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0x5b8c13);}return![];}[a83_0x399048(0x1ae)](){const _0x9c1376=a83_0x399048;!fs['existsSync'](this[_0x9c1376(0x1b7)])&&fs[_0x9c1376(0x1b3)](this['browserstackFolderPath']),fs[_0x9c1376(0x1c4)](this[_0x9c1376(0x1dc)],JSON[_0x9c1376(0x1d0)]({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this[_0x9c1376(0x1a0)],'saveResults':this[_0x9c1376(0x1dd)]},'commands':this[_0x9c1376(0x1c6)]}));}[a83_0x399048(0x1ab)](){const _0x2b8ce5=a83_0x399048,_0xca1c9c={'QtGsI':function(_0x37af54,_0x4ba6d4){return _0x37af54(_0x4ba6d4);}};fs[_0x2b8ce5(0x1da)](this[_0x2b8ce5(0x1dc)])&&this[_0x2b8ce5(0x1ac)](_0xca1c9c['QtGsI'](require,this[_0x2b8ce5(0x1dc)]));}}function a83_0x313f(){const _0x208c25=['ZCNCj','join','xPkRi','getMethod','existsSync','getCommand','commandsPath','saveTestResults','getResultsSummary','commands','toLowerCase','62091avPWat','getModule','OHVBw','GciPL','mwlBp','212yyjWla','23140fdlXBi','getName','fromJson','parseFromJson','177045lddrhP','toJson','230WclkNY','1056GNmAxW','RTlbt','exports','mkdirSync','map','getClass','winstonLogger','browserstackFolderPath','NubbU','findIndex','avPaa','scan','commands.json','RGdvz','3309075zORieM','../helper','540tyibWx','path','split','2331600RbhNnR','writeFileSync','oTDmq','commandsToWrap','scripts','length','0|6|5|2|4|3|1','homedir','performScan','debug','../../helpers/logger','name','parseFromProto','stringify','getResults','3888486nCDyfQ','wjise','saveResults','.browserstack'];a83_0x313f=function(){return _0x208c25;};return a83_0x313f();}module[a83_0x399048(0x1b2)]=new Scripts();
1
+ function a84_0x1f3d(_0x3d6ea6,_0x4184f9){const _0xa535e1=a84_0xa535();return a84_0x1f3d=function(_0x1f3de6,_0x481cfd){_0x1f3de6=_0x1f3de6-0x142;let _0x187a95=_0xa535e1[_0x1f3de6];return _0x187a95;},a84_0x1f3d(_0x3d6ea6,_0x4184f9);}function a84_0xa535(){const _0x1213bf=['getResults','browserstackFolderPath','573933PRVoap','existsSync','qctZV','BrZlM','EtAnW','getCommand','nonBStackInfraA11yChromeOptions','5203yIfEKr','dwhuf','commandsToWrap','parseFromJson','pCvGc','SPsov','stringify','rDbga','toJson','commands','split','getName','835953vhkFwG','performScan','shouldWrapCommand','getClass','342pLtzCv','getModule','saveTestResults','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','exports','6RDljVp','toLowerCase','saveResults','mkdirSync','homedir','zhcWl','248qZWdCE','5030440lTCqWS','fromJson','winstonLogger','findIndex','getResultsSummary','WGZct','6|0|2|3|5|4|1','path','dUuKN','cTPvt','wiooo','commands.json','getMethod','join','commandsPath','33740CxiZzX','getLibrary','NxNtb','7822998GCNnQN','72795WtNYng','name','scripts','scan','map','10870gRLFXI','length','.browserstack','ChromeExtension','parseFromProto'];a84_0xa535=function(){return _0x1213bf;};return a84_0xa535();}const a84_0x41b71f=a84_0x1f3d;(function(_0x57c557,_0x2a99dd){const _0x1a0c76=a84_0x1f3d,_0x2b600b=_0x57c557();while(!![]){try{const _0x45ed73=parseInt(_0x1a0c76(0x162))/0x1+-parseInt(_0x1a0c76(0x17e))/0x2*(-parseInt(_0x1a0c76(0x175))/0x3)+-parseInt(_0x1a0c76(0x142))/0x4*(-parseInt(_0x1a0c76(0x156))/0x5)+-parseInt(_0x1a0c76(0x179))/0x6*(-parseInt(_0x1a0c76(0x152))/0x7)+-parseInt(_0x1a0c76(0x143))/0x8+-parseInt(_0x1a0c76(0x155))/0x9+parseInt(_0x1a0c76(0x15b))/0xa*(-parseInt(_0x1a0c76(0x169))/0xb);if(_0x45ed73===_0x2a99dd)break;else _0x2b600b['push'](_0x2b600b['shift']());}catch(_0x27dd79){_0x2b600b['push'](_0x2b600b['shift']());}}}(a84_0xa535,0x8c682));const path=require(a84_0x41b71f(0x14a)),fs=require('fs'),logger=require('../../helpers/logger')[a84_0x41b71f(0x145)],helper=require('../helper');class Scripts{constructor(){const _0xb308af=a84_0x41b71f,_0x33a36a={};_0x33a36a[_0xb308af(0x16e)]=_0xb308af(0x149),_0x33a36a[_0xb308af(0x14b)]=_0xb308af(0x14e),_0x33a36a['wiooo']=_0xb308af(0x15d);const _0x2a42bc=_0x33a36a,_0x276d32=_0x2a42bc['SPsov'][_0xb308af(0x173)]('|');let _0x5133a6=0x0;while(!![]){switch(_0x276d32[_0x5133a6++]){case'0':this[_0xb308af(0x160)]=null;continue;case'1':this[_0xb308af(0x144)]();continue;case'2':this[_0xb308af(0x147)]=null;continue;case'3':this[_0xb308af(0x17b)]=null;continue;case'4':this[_0xb308af(0x151)]=path['join'](this[_0xb308af(0x161)],_0x2a42bc[_0xb308af(0x14b)]);continue;case'5':this['browserstackFolderPath']=path[_0xb308af(0x150)](helper[_0xb308af(0x182)](),_0x2a42bc[_0xb308af(0x14d)]);continue;case'6':this['performScan']=null;continue;}break;}}[a84_0x41b71f(0x16c)](_0xe320f9){const _0x594292=a84_0x41b71f;_0xe320f9['scripts']&&(this[_0x594292(0x176)]=_0xe320f9[_0x594292(0x158)][_0x594292(0x159)],this['getResults']=_0xe320f9['scripts'][_0x594292(0x160)],this[_0x594292(0x147)]=_0xe320f9[_0x594292(0x158)]['getResultsSummary'],this[_0x594292(0x17b)]=_0xe320f9[_0x594292(0x158)][_0x594292(0x180)]),this['commandsToWrap']=_0xe320f9[_0x594292(0x172)],this[_0x594292(0x15e)]=_0xe320f9[_0x594292(0x168)];}[a84_0x41b71f(0x15f)](_0xd30b30,_0x114cf8){const _0x3d41cf=a84_0x41b71f,_0x272f2e={};_0x272f2e[_0x3d41cf(0x165)]=function(_0x4183b7,_0x28873c){return _0x4183b7>_0x28873c;},_0x272f2e[_0x3d41cf(0x154)]=function(_0x497453,_0x4e66c2){return _0x497453===_0x4e66c2;},_0x272f2e[_0x3d41cf(0x16a)]=_0x3d41cf(0x159),_0x272f2e[_0x3d41cf(0x14c)]=_0x3d41cf(0x160),_0x272f2e[_0x3d41cf(0x166)]=function(_0x3766e1,_0x4867e8){return _0x3766e1===_0x4867e8;},_0x272f2e['pCvGc']=_0x3d41cf(0x147),_0x272f2e[_0x3d41cf(0x183)]=function(_0x486c2e,_0x4448fd){return _0x486c2e===_0x4448fd;},_0x272f2e['rDbga']=_0x3d41cf(0x180);const _0xbbb945=_0x272f2e;if(_0xd30b30&&_0xbbb945[_0x3d41cf(0x165)](_0xd30b30[_0x3d41cf(0x15c)],0x0))for(const _0x55cd45 of _0xd30b30){if(_0xbbb945['NxNtb'](_0x55cd45[_0x3d41cf(0x174)](),_0xbbb945[_0x3d41cf(0x16a)]))this['performScan']=_0x55cd45[_0x3d41cf(0x167)]();else{if(_0xbbb945[_0x3d41cf(0x154)](_0x55cd45[_0x3d41cf(0x174)](),_0xbbb945['cTPvt']))this[_0x3d41cf(0x160)]=_0x55cd45[_0x3d41cf(0x167)]();else{if(_0xbbb945['EtAnW'](_0x55cd45[_0x3d41cf(0x174)](),_0xbbb945[_0x3d41cf(0x16d)]))this['getResultsSummary']=_0x55cd45[_0x3d41cf(0x167)]();else _0xbbb945[_0x3d41cf(0x183)](_0x55cd45[_0x3d41cf(0x174)](),_0xbbb945[_0x3d41cf(0x170)])&&(this['saveTestResults']=_0x55cd45[_0x3d41cf(0x167)]());}}}_0x114cf8&&_0xbbb945[_0x3d41cf(0x165)](_0x114cf8['length'],0x0)&&(this[_0x3d41cf(0x16b)]=_0x114cf8[_0x3d41cf(0x15a)](_0x15cbe7=>{const _0x22fb38=_0x3d41cf;return{'name':_0x15cbe7[_0x22fb38(0x174)](),'method':_0x15cbe7[_0x22fb38(0x14f)](),'library':_0x15cbe7[_0x22fb38(0x153)](),'module':_0x15cbe7[_0x22fb38(0x17a)](),'class':_0x15cbe7[_0x22fb38(0x178)]()};}));}[a84_0x41b71f(0x177)](_0x52276c){const _0x4cf041=a84_0x41b71f,_0x35fb40={};_0x35fb40[_0x4cf041(0x148)]=function(_0x466c2e,_0x4b9de8){return _0x466c2e!==_0x4b9de8;};const _0x2f0b5b=_0x35fb40;try{return _0x2f0b5b['WGZct'](this[_0x4cf041(0x16b)][_0x4cf041(0x146)](_0x6a6a39=>_0x6a6a39[_0x4cf041(0x157)][_0x4cf041(0x17f)]()===_0x52276c['toLowerCase']()),-0x1);}catch(_0x7f65b6){logger['debug'](_0x4cf041(0x17c)+_0x7f65b6);}return![];}[a84_0x41b71f(0x171)](){const _0x452c88=a84_0x41b71f;!fs['existsSync'](this[_0x452c88(0x161)])&&fs[_0x452c88(0x181)](this[_0x452c88(0x161)]),fs['writeFileSync'](this[_0x452c88(0x151)],JSON[_0x452c88(0x16f)]({'scripts':{'scan':this[_0x452c88(0x176)],'getResults':this[_0x452c88(0x160)],'getResultsSummary':this[_0x452c88(0x147)],'saveResults':this[_0x452c88(0x17b)]},'commands':this[_0x452c88(0x16b)],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a84_0x41b71f(0x144)](){const _0x22aa36=a84_0x41b71f,_0x2c355d={'qctZV':function(_0x5144ac,_0x20ceac){return _0x5144ac(_0x20ceac);}};fs[_0x22aa36(0x163)](this['commandsPath'])&&this[_0x22aa36(0x16c)](_0x2c355d[_0x22aa36(0x164)](require,this[_0x22aa36(0x151)]));}}module[a84_0x41b71f(0x17d)]=new Scripts();
@@ -1 +1 @@
1
- function a84_0x22d6(){const _0x485dcf=['BrowserstackHealing','path','sLEPi','setToken','8719410Xgsapm','ohzPY','log','KlYiE','microsoftedge','capabilities_','BrowserstackHealing.pollResult\x20method\x20timed\x20out','reQhj','BrowserstackHealingPollResultFailed','../globals','4mqXKYJ','locatorValue','\x22:\x20{\x22endpoint\x22:\x20\x22','using','BrowserstackHealingLogDataFailed','ieOptions_','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','getTestName','DjHde','wXYvk','then','BrowserstackHealingSetTcgTokenFailed','getGlobal','join','browserstackSessionName','set','184686JxMkbr','ScKQw','SdjoP','BrowserstackHealing.setToken\x20method\x20timed\x20out','RwlEC','map_','{\x22region\x22:\x20\x22','../../ai-sdk-node/bundle','value','Biqnf','./autoHealHelper','BrowserstackHealing.healFailure\x20method\x20timed\x20out','aiHeal_groupId','race','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','lNGMF','\x22,\x20\x22tcgUrls\x22:\x20{\x22','218421olHDWi','poICv','../logger','getId','29817722kCBXwF','getCommands','fromEntries','getCapabilities','KOoUD','chromeOptions_','TCG_URL','10nXsWqA','\x20command','MwirK','cgXGk','string','selector','CHYeE','aiHealing','14wKnHXD','getProjectName','TCG_REGION','firefoxOptions_','PyLLZ','isSelfHealEnabled','s://','newCapabilities','nMOzv','sJauw','_handleEvent','913098BkpCZQ','aiHeal_userId','BrowserstackHealingHealFailureFailed','name_','replace','aiHeal_isGroupAIEnabled','debug','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','locatorType','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','\x22}}}','config','getSession','firefox','initializeCapabilities','message','toLowerCase','12075102lhWRlO','../../bin/utils/constants','info','framework','error','safari','aiSdkWrapper','11936264qKlwOA','cancel','edgeOptions_','HEALING_LOG_DATA_TIMEOUT','HEALING_FAILURE_TIMEOUT','16nTYQlJ','get','OKqlg','SET_TCG_TOKEN_TIMEOUT','keys','browserName','healFailure','BrowserstackHealing.logData\x20method\x20timed\x20out','executeScript','SFbnx','zHYBf','eRNtR','parameters_','logData','../../helpers/timeoutPromise','RBxaL','TKKNB'];a84_0x22d6=function(){return _0x485dcf;};return a84_0x22d6();}const a84_0x45567b=a84_0x1193;(function(_0x15c0c3,_0x1c8610){const _0xaf2015=a84_0x1193,_0xaaef4b=_0x15c0c3();while(!![]){try{const _0x33e83f=parseInt(_0xaf2015(0x167))/0x1*(parseInt(_0xaf2015(0x196))/0x2)+-parseInt(_0xaf2015(0x1a7))/0x3*(parseInt(_0xaf2015(0x186))/0x4)+parseInt(_0xaf2015(0x17c))/0x5+-parseInt(_0xaf2015(0x14a))/0x6*(-parseInt(_0xaf2015(0x1ba))/0x7)+parseInt(_0xaf2015(0x162))/0x8+-parseInt(_0xaf2015(0x15b))/0x9+-parseInt(_0xaf2015(0x1b2))/0xa*(parseInt(_0xaf2015(0x1ab))/0xb);if(_0x33e83f===_0x1c8610)break;else _0xaaef4b['push'](_0xaaef4b['shift']());}catch(_0x5e0d39){_0xaaef4b['push'](_0xaaef4b['shift']());}}}(a84_0x22d6,0xd9ea6));function a84_0x1193(_0x21a13f,_0x230c4c){const _0x22d67b=a84_0x22d6();return a84_0x1193=function(_0x1193f2,_0x3998da){_0x1193f2=_0x1193f2-0x148;let _0x3712a2=_0x22d67b[_0x1193f2];return _0x3712a2;},a84_0x1193(_0x21a13f,_0x230c4c);}const path=require(a84_0x45567b(0x179)),{commandRepository}=require(a84_0x45567b(0x1a0)),constants=require(a84_0x45567b(0x15c)),logger=require(a84_0x45567b(0x1a9))['winstonLogger'],globals=require(a84_0x45567b(0x185)),timeoutPromise=require(a84_0x45567b(0x175)),isUndefinedOrNull=_0x21e8cb=>_0x21e8cb===undefined||_0x21e8cb===null||_0x21e8cb==='',isNotUndefinedOrNull=_0xb4e583=>!isUndefinedOrNull(_0xb4e583),isString=_0x3b7bf0=>isNotUndefinedOrNull(_0x3b7bf0)&&typeof _0x3b7bf0===a84_0x45567b(0x1b6);class AiSdkWrapper{constructor(){const _0x10ea05=a84_0x45567b,_0x3e0006={'DjHde':function(_0xc17644,_0x4ceadd){return _0xc17644(_0x4ceadd);},'KOoUD':_0x10ea05(0x19d)};this['BrowserstackHealing']=undefined;try{this[_0x10ea05(0x178)]=_0x3e0006[_0x10ea05(0x18e)](require,path[_0x10ea05(0x193)](__dirname,_0x3e0006[_0x10ea05(0x1af)]));}catch(_0x245bc8){logger[_0x10ea05(0x15f)](_0x10ea05(0x153)+(_0x245bc8&&_0x245bc8['message']?_0x245bc8[_0x10ea05(0x159)]:''));}}['initializeHealingCapabilities'](_0x42d847){const _0x1117b4=a84_0x45567b,_0x301d5c={};_0x301d5c['reQhj']=_0x1117b4(0x1c1),_0x301d5c[_0x1117b4(0x1a8)]=function(_0x12bea9,_0x3b8628){return _0x12bea9===_0x3b8628;},_0x301d5c[_0x1117b4(0x148)]='chrome',_0x301d5c[_0x1117b4(0x176)]=_0x1117b4(0x157),_0x301d5c[_0x1117b4(0x169)]=_0x1117b4(0x160),_0x301d5c[_0x1117b4(0x1be)]='edge',_0x301d5c[_0x1117b4(0x1a5)]=function(_0x2396a1,_0x1ef0c9){return _0x2396a1===_0x1ef0c9;},_0x301d5c[_0x1117b4(0x17d)]=_0x1117b4(0x180),_0x301d5c[_0x1117b4(0x172)]=function(_0x3f6e51,_0x53cc4b){return _0x3f6e51===_0x53cc4b;};const _0x211c13=_0x301d5c;try{const _0x585a24=this[_0x1117b4(0x178)][_0x1117b4(0x158)](Object[_0x1117b4(0x1ad)](_0x42d847[_0x1117b4(0x1ae)]()[_0x1117b4(0x19b)]));console[_0x1117b4(0x17e)](_0x211c13[_0x1117b4(0x183)],_0x585a24);if(_0x211c13[_0x1117b4(0x1a8)](_0x585a24?.[_0x1117b4(0x16c)]?.['toLowerCase'](),_0x211c13['sJauw']))_0x42d847[_0x1117b4(0x1b0)]=_0x585a24;else{if(_0x211c13['poICv'](_0x585a24?.[_0x1117b4(0x16c)]?.[_0x1117b4(0x15a)](),_0x211c13[_0x1117b4(0x176)]))_0x42d847[_0x1117b4(0x1bd)]=_0x585a24;else{if(_0x211c13[_0x1117b4(0x1a8)](_0x585a24?.['browserName']?.['toLowerCase'](),_0x211c13['OKqlg']))_0x42d847['safariOptions_']=_0x585a24;else{if(_0x211c13[_0x1117b4(0x1a8)](_0x585a24?.['browserName']?.[_0x1117b4(0x15a)](),_0x211c13['PyLLZ'])||_0x211c13[_0x1117b4(0x1a5)](_0x585a24?.[_0x1117b4(0x16c)]?.['toLowerCase'](),_0x211c13[_0x1117b4(0x17d)]))_0x42d847[_0x1117b4(0x164)]=_0x585a24;else _0x211c13[_0x1117b4(0x172)](_0x585a24?.[_0x1117b4(0x16c)]?.[_0x1117b4(0x15a)](),'ie')&&(_0x42d847[_0x1117b4(0x18b)]=_0x585a24);}}}Object[_0x1117b4(0x16b)](_0x585a24)['forEach'](_0x2aca36=>{const _0x1216f2=_0x1117b4,_0x1aef8e=_0x42d847[_0x1216f2(0x181)][_0x1216f2(0x168)](_0x2aca36);_0x42d847[_0x1216f2(0x181)][_0x1216f2(0x195)](_0x2aca36,_0x585a24[_0x2aca36]);});}catch(_0x31ba49){logger[_0x1117b4(0x15f)](_0x1117b4(0x151)+(_0x31ba49&&_0x31ba49[_0x1117b4(0x159)]?_0x31ba49[_0x1117b4(0x159)]:''));}}async['setTcgToken'](_0x586b67){const _0x1f0e6f=a84_0x45567b,_0x51fe68={'npCUo':function(_0x543421,_0x1a6101,_0x545788,_0x4994fe,_0x229d9e,_0x4a4538,_0x5571d9){return _0x543421(_0x1a6101,_0x545788,_0x4994fe,_0x229d9e,_0x4a4538,_0x5571d9);},'dbBZu':_0x1f0e6f(0x199),'Biqnf':_0x1f0e6f(0x191),'SFbnx':'aiHeal_sessionToken'},_0x27bbf8=new Date(),_0x4e3e06=_0x51fe68['npCUo'](timeoutPromise,constants[_0x1f0e6f(0x16a)],_0x51fe68['dbBZu'],_0x51fe68[_0x1f0e6f(0x19f)],_0x27bbf8,this['config'],this[_0x1f0e6f(0x15e)]);await Promise['race']([this[_0x1f0e6f(0x178)][_0x1f0e6f(0x17b)](_0x586b67,globals['getGlobal'](_0x51fe68[_0x1f0e6f(0x170)]),constants[_0x1f0e6f(0x1b1)])['then'](()=>{const _0x34150a=_0x1f0e6f;_0x4e3e06[_0x34150a(0x163)]();}),_0x4e3e06]);}async[a84_0x45567b(0x149)](_0x31319a,_0x2a41d8,_0x295ee9,_0x3cc9cd){const _0xa56c3c=a84_0x45567b,_0x438b8c={'cgXGk':function(_0x4b6481,_0x167253){return _0x4b6481===_0x167253;},'TKKNB':function(_0x12a403,_0x4d21fb){return _0x12a403(_0x4d21fb);},'cuGKz':function(_0x5ba010,_0x21bae6){return _0x5ba010(_0x21bae6);},'SdjoP':function(_0x51df54,_0x378859){return _0x51df54(_0x378859);},'CHYeE':function(_0x4ebbc0,_0x396246){return _0x4ebbc0(_0x396246);},'wXYvk':function(_0x2fa074,_0x17cf89){return _0x2fa074(_0x17cf89);},'spMwU':_0xa56c3c(0x1c0),'bQxnD':_0xa56c3c(0x14b),'ScKQw':_0xa56c3c(0x1a2),'RwlEC':_0xa56c3c(0x14f),'KlYiE':function(_0x2ef538,_0x47b756,_0x37c4c4,_0x1fb31f,_0x38c9ac,_0x422368,_0x32f1b8){return _0x2ef538(_0x47b756,_0x37c4c4,_0x1fb31f,_0x38c9ac,_0x422368,_0x32f1b8);},'nMOzv':_0xa56c3c(0x16e),'MwirK':_0xa56c3c(0x18a),'xretA':_0xa56c3c(0x1a1),'zHYBf':_0xa56c3c(0x14c)},_0x2226ce=(await _0x2a41d8[_0xa56c3c(0x156)]())[_0xa56c3c(0x1aa)]();let _0x3fecee='';if(commandRepository[_0xa56c3c(0x1bf)]()&&_0x438b8c[_0xa56c3c(0x1b5)](_0x3cc9cd,![])||_0x438b8c['cgXGk'](_0x3cc9cd,!![])){const _0x508363=_0x438b8c[_0xa56c3c(0x177)](isNotUndefinedOrNull,_0x295ee9[_0xa56c3c(0x173)][_0xa56c3c(0x189)])&&_0x438b8c['cuGKz'](isString,_0x295ee9[_0xa56c3c(0x173)]['using'])?_0x295ee9[_0xa56c3c(0x173)][_0xa56c3c(0x189)]['replace'](/'/g,'\x5c\x27')[_0xa56c3c(0x14e)](/"/g,'\x5c\x22'):'',_0x5c4493=_0x438b8c[_0xa56c3c(0x198)](isNotUndefinedOrNull,_0x295ee9[_0xa56c3c(0x173)][_0xa56c3c(0x189)])&&_0x438b8c[_0xa56c3c(0x1b8)](isString,_0x295ee9[_0xa56c3c(0x173)][_0xa56c3c(0x19e)])?_0x295ee9[_0xa56c3c(0x173)][_0xa56c3c(0x19e)]['replace'](/'/g,'\x5c\x27')[_0xa56c3c(0x14e)](/"/g,'\x5c\x22'):'',_0x365c72=_0x438b8c[_0xa56c3c(0x177)](isNotUndefinedOrNull,commandRepository[_0xa56c3c(0x1bb)]())&&_0x438b8c[_0xa56c3c(0x198)](isString,commandRepository[_0xa56c3c(0x1bb)]())?commandRepository['getProjectName']()[_0xa56c3c(0x14e)](/'/g,'\x5c\x27')[_0xa56c3c(0x14e)](/"/g,'\x5c\x22'):'';let _0x1b9117=_0x438b8c[_0xa56c3c(0x1b8)](isNotUndefinedOrNull,global[_0xa56c3c(0x194)])&&_0x438b8c[_0xa56c3c(0x18f)](isString,global[_0xa56c3c(0x194)])?global[_0xa56c3c(0x194)][_0xa56c3c(0x14e)](/'/g,'\x5c\x27')[_0xa56c3c(0x14e)](/"/g,'\x5c\x22'):'';!_0x1b9117&&(_0x1b9117=_0x438b8c[_0xa56c3c(0x198)](isNotUndefinedOrNull,commandRepository[_0xa56c3c(0x18d)]())&&_0x438b8c[_0xa56c3c(0x198)](isString,commandRepository[_0xa56c3c(0x18d)]())?commandRepository[_0xa56c3c(0x18d)]()[_0xa56c3c(0x14e)](/'/g,'\x5c\x27')[_0xa56c3c(0x14e)](/"/g,'\x5c\x22'):'');let _0x2759af=_0xa56c3c(0x19c)+constants[_0xa56c3c(0x1bc)]+_0xa56c3c(0x1a6)+constants[_0xa56c3c(0x1bc)]+_0xa56c3c(0x188)+constants[_0xa56c3c(0x1b1)]['split'](_0x438b8c['spMwU'])[0x1]+_0xa56c3c(0x154);_0x2759af=_0x438b8c[_0xa56c3c(0x177)](isNotUndefinedOrNull,_0x2759af)&&_0x438b8c[_0xa56c3c(0x177)](isString,_0x2759af)?_0x2759af['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x26d081=commandRepository[_0xa56c3c(0x1ac)](_0x2226ce),_0x160c85=globals[_0xa56c3c(0x192)](_0x438b8c['bQxnD']),_0x4229a6=globals[_0xa56c3c(0x192)](_0x438b8c[_0xa56c3c(0x197)]),_0x225ffc=globals[_0xa56c3c(0x192)](_0x438b8c[_0xa56c3c(0x19a)]),_0x255da5=![],_0x2a60fc=new Date();if(_0x3cc9cd){const _0x5a6698=_0x438b8c[_0xa56c3c(0x17f)](timeoutPromise,constants[_0xa56c3c(0x165)],_0x438b8c[_0xa56c3c(0x1c2)],_0x438b8c[_0xa56c3c(0x1b4)],_0x2a60fc,this[_0xa56c3c(0x155)],this[_0xa56c3c(0x15e)]);_0x3fecee=await Promise[_0xa56c3c(0x1a3)]([this[_0xa56c3c(0x178)][_0xa56c3c(0x174)](_0x508363,_0x5c4493,_0x365c72,_0x1b9117,_0x4229a6,_0x2226ce,_0x26d081,_0x2759af)[_0xa56c3c(0x190)](_0x2997cb=>{const _0x10c45b=_0xa56c3c;return _0x5a6698[_0x10c45b(0x163)](),_0x2997cb;}),_0x5a6698]);}else{if(commandRepository[_0xa56c3c(0x1bf)]()){const _0x4fab7d=_0x438b8c[_0xa56c3c(0x17f)](timeoutPromise,constants[_0xa56c3c(0x166)],_0x438b8c['xretA'],_0x438b8c[_0xa56c3c(0x171)],_0x2a60fc,this[_0xa56c3c(0x155)],this['framework']);_0x3fecee=await Promise[_0xa56c3c(0x1a3)]([this[_0xa56c3c(0x178)][_0xa56c3c(0x16d)](_0x508363,_0x5c4493,_0x365c72,_0x1b9117,_0x160c85,_0x4229a6,_0x2226ce,_0x26d081,_0x255da5,_0x225ffc,_0x2759af)[_0xa56c3c(0x190)](_0x42df95=>{const _0x1c8444=_0xa56c3c;return _0x4fab7d[_0x1c8444(0x163)](),_0x42df95;}),_0x4fab7d]);}}_0x3fecee&&await _0x2a41d8[_0xa56c3c(0x16f)](_0x3fecee);}}async['handleSuccess'](_0x54318e,_0x291d57,_0x9d284d){const _0x2e0fa3=a84_0x45567b;try{await this[_0x2e0fa3(0x149)](_0x54318e,_0x291d57,_0x9d284d,!![]);}catch(_0x3541cf){return logger[_0x2e0fa3(0x15f)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x3541cf&&_0x3541cf[_0x2e0fa3(0x159)]?_0x3541cf[_0x2e0fa3(0x159)]:'')),![];}return!![];}async['handleFailure'](_0x12de8d,_0x1de072,_0xdf7cd){const _0x105d75=a84_0x45567b,_0x353140={'DbIxA':function(_0x29294e,_0x28c392,_0x1a6e0b,_0x561c9c,_0x618836,_0x4022b4,_0x130a76){return _0x29294e(_0x28c392,_0x1a6e0b,_0x561c9c,_0x618836,_0x4022b4,_0x130a76);},'XBoOm':_0x105d75(0x182),'sLEPi':_0x105d75(0x184),'DtuXb':'aiHeal_sessionToken'};try{await this[_0x105d75(0x149)](_0x12de8d,_0x1de072,_0xdf7cd,![]);const _0x55caa1=(await _0x1de072[_0x105d75(0x156)]())[_0x105d75(0x1aa)](),_0xd5255e=new Date(),_0x51899a=_0x353140['DbIxA'](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x353140['XBoOm'],_0x353140[_0x105d75(0x17a)],_0xd5255e,this[_0x105d75(0x155)],this[_0x105d75(0x15e)]),_0x2d6d17=await Promise[_0x105d75(0x1a3)]([this[_0x105d75(0x178)]['pollResult'](constants[_0x105d75(0x1b1)],_0x55caa1,globals[_0x105d75(0x192)](_0x353140['DtuXb']))[_0x105d75(0x190)](_0x3b5984=>{const _0x2e3bef=_0x105d75;return _0x51899a[_0x2e3bef(0x163)](),_0x3b5984;}),_0x51899a]);if(_0x2d6d17&&_0x2d6d17[_0x105d75(0x1b7)]&&_0x2d6d17['value']){const _0x457d7f={};return _0x457d7f['locatorType']=_0x2d6d17['selector'],_0x457d7f[_0x105d75(0x187)]=_0x2d6d17['value'],_0x457d7f['aiHealing']=!![],_0x457d7f;}const _0x48ab5b={};return _0x48ab5b[_0x105d75(0x152)]=_0xdf7cd[_0x105d75(0x173)][_0x105d75(0x189)],_0x48ab5b[_0x105d75(0x187)]=_0x2d6d17['value'],_0x48ab5b[_0x105d75(0x1b9)]=!![],_0x48ab5b;}catch(_0x49ca16){return logger[_0x105d75(0x150)](_0x105d75(0x18c)+(_0x49ca16&&_0x49ca16[_0x105d75(0x159)]?_0x49ca16[_0x105d75(0x159)]:'')),logger[_0x105d75(0x15d)](_0x105d75(0x1a4)+_0xdf7cd[_0x105d75(0x14d)]+_0x105d75(0x1b3)),_0xdf7cd;}}}exports[a84_0x45567b(0x161)]=Object['freeze'](new AiSdkWrapper());
1
+ const a85_0x2a69bc=a85_0x2e1d;function a85_0x2b30(){const _0xb8b3d=['using','framework','../../helpers/timeoutPromise','DVxLi','locatorType','IFGoi','../logger','forEach','30176630XuSPUi','s://','Atvub','VLnPK','MRpcd','get','getProjectName','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','RJEWg','log','edgeOptions_','1617979aKZBaS','chromeOptions_','setTcgToken','gCvXZ','message','winstonLogger','BIFNt','898OilhnH','LCJBs','2342382zJQWno','initializeHealingCapabilities','aiHealing','config','../../ai-sdk-node/bundle','UzSOP','fromEntries','handleFailure','join','initializeCapabilities','aiHeal_isGroupAIEnabled','QzRFI','IaYno','TCG_URL','2628437QguHhI','firefox','selector','ieOptions_','\x22:\x20{\x22endpoint\x22:\x20\x22','SWkfA','isSelfHealEnabled','POLL_HEALING_RESULT_TIMEOUT','getTestName','set','paeNI','SET_TCG_TOKEN_TIMEOUT','getGlobal','firefoxOptions_','aiHeal_groupId','mYWev','{\x22region\x22:\x20\x22','parameters_','yjKEU','keys','ztPEo','race','debug','info','toLowerCase','RcNSs','278284hyjBCQ','browserstackSessionName','\x22,\x20\x22tcgUrls\x22:\x20{\x22','rqQBE','cancel','BrowserstackHealing.pollResult\x20method\x20timed\x20out','pollResult','hIDcF','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','145520cPBuHc','browserName','BTloI','getId','hyLwB','map_','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','\x22}}}','name_','../../bin/utils/constants','HEALING_LOG_DATA_TIMEOUT','getCommands','vmYod','replace','ycFCq','uryHW','1518OZeAoK','BrowserstackHealing','BrowserstackHealing.logData\x20method\x20timed\x20out','8HCmEQZ','getSession','aiHeal_sessionToken','value','string','414XUBAyI','WZHnP','TJIDR','115RKOHZJ','safariOptions_','BrowserstackHealingHealFailureFailed','BrowserstackHealingSetTcgTokenFailed','locatorValue','then','./autoHealHelper','aiHeal_userId','healFailure','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','error','TCG_REGION','\x20command','_handleEvent','chrome'];a85_0x2b30=function(){return _0xb8b3d;};return a85_0x2b30();}(function(_0x507972,_0x2821f3){const _0x48e319=a85_0x2e1d,_0x5ef1cb=_0x507972();while(!![]){try{const _0x150e88=parseInt(_0x48e319(0x1a8))/0x1+parseInt(_0x48e319(0x138))/0x2*(-parseInt(_0x48e319(0x17b))/0x3)+-parseInt(_0x48e319(0x162))/0x4*(-parseInt(_0x48e319(0x186))/0x5)+-parseInt(_0x48e319(0x13a))/0x6+parseInt(_0x48e319(0x148))/0x7*(parseInt(_0x48e319(0x17e))/0x8)+parseInt(_0x48e319(0x183))/0x9*(parseInt(_0x48e319(0x16b))/0xa)+-parseInt(_0x48e319(0x19d))/0xb;if(_0x150e88===_0x2821f3)break;else _0x5ef1cb['push'](_0x5ef1cb['shift']());}catch(_0x21d3c9){_0x5ef1cb['push'](_0x5ef1cb['shift']());}}}(a85_0x2b30,0xdc3ba));function a85_0x2e1d(_0x5d2771,_0x2b44a6){const _0x2b305b=a85_0x2b30();return a85_0x2e1d=function(_0x2e1da1,_0x48c32c){_0x2e1da1=_0x2e1da1-0x133;let _0x4da6e0=_0x2b305b[_0x2e1da1];return _0x4da6e0;},a85_0x2e1d(_0x5d2771,_0x2b44a6);}const path=require('path'),{commandRepository}=require(a85_0x2a69bc(0x18c)),constants=require(a85_0x2a69bc(0x174)),logger=require(a85_0x2a69bc(0x19b))[a85_0x2a69bc(0x136)],globals=require('../globals'),timeoutPromise=require(a85_0x2a69bc(0x197)),isUndefinedOrNull=_0x12c604=>_0x12c604===undefined||_0x12c604===null||_0x12c604==='',isNotUndefinedOrNull=_0x6cdff3=>!isUndefinedOrNull(_0x6cdff3),isString=_0x4e0738=>isNotUndefinedOrNull(_0x4e0738)&&typeof _0x4e0738===a85_0x2a69bc(0x182);class AiSdkWrapper{constructor(){const _0x309ea9=a85_0x2a69bc,_0x56dd8c={'yjKEU':function(_0x16ad5f,_0x1cba1a){return _0x16ad5f(_0x1cba1a);},'rqQBE':_0x309ea9(0x13e)};this[_0x309ea9(0x17c)]=undefined;try{this[_0x309ea9(0x17c)]=_0x56dd8c[_0x309ea9(0x15a)](require,path[_0x309ea9(0x142)](__dirname,_0x56dd8c[_0x309ea9(0x165)]));}catch(_0x5ae897){logger[_0x309ea9(0x190)](_0x309ea9(0x171)+(_0x5ae897&&_0x5ae897[_0x309ea9(0x135)]?_0x5ae897['message']:''));}}[a85_0x2a69bc(0x13b)](_0x17b4ad){const _0x5481b4=a85_0x2a69bc,_0x5f553b={};_0x5f553b[_0x5481b4(0x1a1)]='newCapabilities',_0x5f553b[_0x5481b4(0x145)]=function(_0xb71d44,_0x2d58e6){return _0xb71d44===_0x2d58e6;},_0x5f553b[_0x5481b4(0x134)]=_0x5481b4(0x194),_0x5f553b[_0x5481b4(0x137)]=_0x5481b4(0x149),_0x5f553b[_0x5481b4(0x152)]='safari',_0x5f553b[_0x5481b4(0x169)]=function(_0x45e03e,_0x11fc25){return _0x45e03e===_0x11fc25;},_0x5f553b['vmYod']='edge',_0x5f553b[_0x5481b4(0x19a)]='microsoftedge';const _0x5c4c01=_0x5f553b;try{const _0x433b1d=this[_0x5481b4(0x17c)][_0x5481b4(0x143)](Object[_0x5481b4(0x140)](_0x17b4ad['getCapabilities']()[_0x5481b4(0x170)]));console[_0x5481b4(0x1a6)](_0x5c4c01[_0x5481b4(0x1a1)],_0x433b1d);if(_0x5c4c01[_0x5481b4(0x145)](_0x433b1d?.[_0x5481b4(0x16c)]?.[_0x5481b4(0x160)](),_0x5c4c01[_0x5481b4(0x134)]))_0x17b4ad[_0x5481b4(0x1a9)]=_0x433b1d;else{if(_0x5c4c01['QzRFI'](_0x433b1d?.[_0x5481b4(0x16c)]?.[_0x5481b4(0x160)](),_0x5c4c01[_0x5481b4(0x137)]))_0x17b4ad[_0x5481b4(0x155)]=_0x433b1d;else{if(_0x5c4c01[_0x5481b4(0x145)](_0x433b1d?.['browserName']?.[_0x5481b4(0x160)](),_0x5c4c01[_0x5481b4(0x152)]))_0x17b4ad[_0x5481b4(0x187)]=_0x433b1d;else{if(_0x5c4c01['hIDcF'](_0x433b1d?.[_0x5481b4(0x16c)]?.[_0x5481b4(0x160)](),_0x5c4c01[_0x5481b4(0x177)])||_0x5c4c01['hIDcF'](_0x433b1d?.[_0x5481b4(0x16c)]?.[_0x5481b4(0x160)](),_0x5c4c01[_0x5481b4(0x19a)]))_0x17b4ad[_0x5481b4(0x1a7)]=_0x433b1d;else _0x5c4c01[_0x5481b4(0x145)](_0x433b1d?.[_0x5481b4(0x16c)]?.[_0x5481b4(0x160)](),'ie')&&(_0x17b4ad[_0x5481b4(0x14b)]=_0x433b1d);}}}Object[_0x5481b4(0x15b)](_0x433b1d)[_0x5481b4(0x19c)](_0x5b150e=>{const _0x14c228=_0x5481b4,_0x5f2df8=_0x17b4ad['capabilities_'][_0x14c228(0x1a2)](_0x5b150e);_0x17b4ad['capabilities_'][_0x14c228(0x151)](_0x5b150e,_0x433b1d[_0x5b150e]);});}catch(_0x42a7f8){logger[_0x5481b4(0x190)](_0x5481b4(0x1a4)+(_0x42a7f8&&_0x42a7f8[_0x5481b4(0x135)]?_0x42a7f8['message']:''));}}async[a85_0x2a69bc(0x133)](_0x3485a7){const _0x320651=a85_0x2a69bc,_0x440a2c={'DVxLi':function(_0x17241a,_0x31eaa2,_0x3be302,_0x5d98c4,_0x200263,_0x5ba3d1,_0x1c3f52){return _0x17241a(_0x31eaa2,_0x3be302,_0x5d98c4,_0x200263,_0x5ba3d1,_0x1c3f52);},'dSyPC':'BrowserstackHealing.setToken\x20method\x20timed\x20out','LCJBs':_0x320651(0x189),'KFYQi':_0x320651(0x180)},_0x32c7e8=new Date(),_0x32788b=_0x440a2c[_0x320651(0x198)](timeoutPromise,constants[_0x320651(0x153)],_0x440a2c['dSyPC'],_0x440a2c[_0x320651(0x139)],_0x32c7e8,this[_0x320651(0x13d)],this[_0x320651(0x196)]);await Promise['race']([this[_0x320651(0x17c)]['setToken'](_0x3485a7,globals[_0x320651(0x154)](_0x440a2c['KFYQi']),constants[_0x320651(0x147)])[_0x320651(0x18b)](()=>{const _0x4eab5c=_0x320651;_0x32788b[_0x4eab5c(0x166)]();}),_0x32788b]);}async['_handleEvent'](_0x5461bc,_0x5170f7,_0x1d66b5,_0xa611b9){const _0x463df9=a85_0x2a69bc,_0x1dac32={'hyLwB':function(_0x2bb951,_0x19f770){return _0x2bb951===_0x19f770;},'WZHnP':function(_0x5b7c46,_0x47a1d4){return _0x5b7c46(_0x47a1d4);},'kcaoh':function(_0x4989d1,_0x392efc){return _0x4989d1(_0x392efc);},'UzSOP':function(_0x11634d,_0x2fac76){return _0x11634d(_0x2fac76);},'uryHW':function(_0x518fc0,_0x4c8598){return _0x518fc0(_0x4c8598);},'ztPEo':function(_0x127fc5,_0x490199){return _0x127fc5(_0x490199);},'VLnPK':function(_0x24b465,_0x397866){return _0x24b465(_0x397866);},'Atvub':function(_0x59f1ee,_0x373d6f){return _0x59f1ee(_0x373d6f);},'RJEWg':_0x463df9(0x19e),'BTloI':function(_0x3cae21,_0x2be278){return _0x3cae21(_0x2be278);},'ycFCq':_0x463df9(0x18d),'GOIHb':_0x463df9(0x156),'CFvPW':_0x463df9(0x144),'SWkfA':function(_0x36cacc,_0x3b1c97,_0x52ac51,_0x49bd3b,_0xe897bb,_0x2612c8,_0x466d8b){return _0x36cacc(_0x3b1c97,_0x52ac51,_0x49bd3b,_0xe897bb,_0x2612c8,_0x466d8b);},'IaYno':_0x463df9(0x17d),'TJIDR':'BrowserstackHealingLogDataFailed','mYWev':function(_0x43e274,_0x24ee48,_0x167660,_0x4ae3ab,_0x17bf0f,_0x39b71e,_0x1d002d){return _0x43e274(_0x24ee48,_0x167660,_0x4ae3ab,_0x17bf0f,_0x39b71e,_0x1d002d);},'Bbdxw':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','CzbXq':_0x463df9(0x188)},_0x2d3f27=(await _0x5170f7[_0x463df9(0x17f)]())['getId']();let _0x4e73c3='';if(commandRepository['isSelfHealEnabled']()&&_0x1dac32[_0x463df9(0x16f)](_0xa611b9,![])||_0x1dac32['hyLwB'](_0xa611b9,!![])){const _0x4f4527=_0x1dac32[_0x463df9(0x184)](isNotUndefinedOrNull,_0x1d66b5[_0x463df9(0x159)][_0x463df9(0x195)])&&_0x1dac32['kcaoh'](isString,_0x1d66b5[_0x463df9(0x159)][_0x463df9(0x195)])?_0x1d66b5[_0x463df9(0x159)][_0x463df9(0x195)]['replace'](/'/g,'\x5c\x27')[_0x463df9(0x178)](/"/g,'\x5c\x22'):'',_0x2badf4=_0x1dac32[_0x463df9(0x13f)](isNotUndefinedOrNull,_0x1d66b5[_0x463df9(0x159)][_0x463df9(0x195)])&&_0x1dac32[_0x463df9(0x17a)](isString,_0x1d66b5[_0x463df9(0x159)][_0x463df9(0x181)])?_0x1d66b5[_0x463df9(0x159)]['value'][_0x463df9(0x178)](/'/g,'\x5c\x27')[_0x463df9(0x178)](/"/g,'\x5c\x22'):'',_0x1bf9b1=_0x1dac32[_0x463df9(0x15c)](isNotUndefinedOrNull,commandRepository[_0x463df9(0x1a3)]())&&_0x1dac32[_0x463df9(0x1a0)](isString,commandRepository[_0x463df9(0x1a3)]())?commandRepository[_0x463df9(0x1a3)]()[_0x463df9(0x178)](/'/g,'\x5c\x27')[_0x463df9(0x178)](/"/g,'\x5c\x22'):'';let _0x2e6399=_0x1dac32['WZHnP'](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x1dac32[_0x463df9(0x13f)](isString,global['browserstackSessionName'])?global[_0x463df9(0x163)][_0x463df9(0x178)](/'/g,'\x5c\x27')[_0x463df9(0x178)](/"/g,'\x5c\x22'):'';!_0x2e6399&&(_0x2e6399=_0x1dac32[_0x463df9(0x15c)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x1dac32[_0x463df9(0x19f)](isString,commandRepository[_0x463df9(0x150)]())?commandRepository[_0x463df9(0x150)]()['replace'](/'/g,'\x5c\x27')[_0x463df9(0x178)](/"/g,'\x5c\x22'):'');let _0x237a52=_0x463df9(0x158)+constants[_0x463df9(0x191)]+_0x463df9(0x164)+constants[_0x463df9(0x191)]+_0x463df9(0x14c)+constants[_0x463df9(0x147)]['split'](_0x1dac32[_0x463df9(0x1a5)])[0x1]+_0x463df9(0x172);_0x237a52=_0x1dac32[_0x463df9(0x17a)](isNotUndefinedOrNull,_0x237a52)&&_0x1dac32[_0x463df9(0x16d)](isString,_0x237a52)?_0x237a52['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x5e51f6=commandRepository[_0x463df9(0x176)](_0x2d3f27),_0x575df9=globals[_0x463df9(0x154)](_0x1dac32[_0x463df9(0x179)]),_0x458d87=globals[_0x463df9(0x154)](_0x1dac32['GOIHb']),_0x3259c5=globals['getGlobal'](_0x1dac32['CFvPW']),_0x32df80=![],_0xc33eb0=new Date();if(_0xa611b9){const _0xfbf52a=_0x1dac32[_0x463df9(0x14d)](timeoutPromise,constants[_0x463df9(0x175)],_0x1dac32[_0x463df9(0x146)],_0x1dac32[_0x463df9(0x185)],_0xc33eb0,this['config'],this['framework']);_0x4e73c3=await Promise[_0x463df9(0x15d)]([this[_0x463df9(0x17c)]['logData'](_0x4f4527,_0x2badf4,_0x1bf9b1,_0x2e6399,_0x458d87,_0x2d3f27,_0x5e51f6,_0x237a52)['then'](_0x18c1f5=>{const _0x41791d=_0x463df9;return _0xfbf52a[_0x41791d(0x166)](),_0x18c1f5;}),_0xfbf52a]);}else{if(commandRepository[_0x463df9(0x14e)]()){const _0x5e6ac0=_0x1dac32[_0x463df9(0x157)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x1dac32['Bbdxw'],_0x1dac32['CzbXq'],_0xc33eb0,this[_0x463df9(0x13d)],this[_0x463df9(0x196)]);_0x4e73c3=await Promise[_0x463df9(0x15d)]([this['BrowserstackHealing'][_0x463df9(0x18e)](_0x4f4527,_0x2badf4,_0x1bf9b1,_0x2e6399,_0x575df9,_0x458d87,_0x2d3f27,_0x5e51f6,_0x32df80,_0x3259c5,_0x237a52)[_0x463df9(0x18b)](_0x555a74=>{return _0x5e6ac0['cancel'](),_0x555a74;}),_0x5e6ac0]);}}_0x4e73c3&&await _0x5170f7['executeScript'](_0x4e73c3);}}async['handleSuccess'](_0x571e03,_0x4fab0c,_0x48aee5){const _0x5bb253=a85_0x2a69bc;try{await this[_0x5bb253(0x193)](_0x571e03,_0x4fab0c,_0x48aee5,!![]);}catch(_0x7e2724){return logger[_0x5bb253(0x190)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x7e2724&&_0x7e2724[_0x5bb253(0x135)]?_0x7e2724[_0x5bb253(0x135)]:'')),![];}return!![];}async[a85_0x2a69bc(0x141)](_0x11b2b3,_0xd5a7b4,_0x2eb312){const _0x1cfcc4=a85_0x2a69bc,_0x1243ab={'ECyqq':function(_0x4af353,_0x277274,_0x49f3d5,_0x3441c7,_0x1e3281,_0x421cb1,_0x34d970){return _0x4af353(_0x277274,_0x49f3d5,_0x3441c7,_0x1e3281,_0x421cb1,_0x34d970);},'HmwwP':_0x1cfcc4(0x167),'FvzaX':'BrowserstackHealingPollResultFailed','RcNSs':_0x1cfcc4(0x180)};try{await this[_0x1cfcc4(0x193)](_0x11b2b3,_0xd5a7b4,_0x2eb312,![]);const _0x49e13f=(await _0xd5a7b4[_0x1cfcc4(0x17f)]())[_0x1cfcc4(0x16e)](),_0xceda86=new Date(),_0x55fe0f=_0x1243ab['ECyqq'](timeoutPromise,constants[_0x1cfcc4(0x14f)],_0x1243ab['HmwwP'],_0x1243ab['FvzaX'],_0xceda86,this['config'],this['framework']),_0x4c0e3a=await Promise[_0x1cfcc4(0x15d)]([this[_0x1cfcc4(0x17c)][_0x1cfcc4(0x168)](constants[_0x1cfcc4(0x147)],_0x49e13f,globals[_0x1cfcc4(0x154)](_0x1243ab[_0x1cfcc4(0x161)]))['then'](_0x44aa15=>{return _0x55fe0f['cancel'](),_0x44aa15;}),_0x55fe0f]);if(_0x4c0e3a&&_0x4c0e3a[_0x1cfcc4(0x14a)]&&_0x4c0e3a[_0x1cfcc4(0x181)]){const _0x485c92={};return _0x485c92[_0x1cfcc4(0x199)]=_0x4c0e3a[_0x1cfcc4(0x14a)],_0x485c92['locatorValue']=_0x4c0e3a[_0x1cfcc4(0x181)],_0x485c92[_0x1cfcc4(0x13c)]=!![],_0x485c92;}const _0x13545d={};return _0x13545d[_0x1cfcc4(0x199)]=_0x2eb312[_0x1cfcc4(0x159)]['using'],_0x13545d[_0x1cfcc4(0x18a)]=_0x4c0e3a[_0x1cfcc4(0x181)],_0x13545d['aiHealing']=!![],_0x13545d;}catch(_0x3d0178){return logger[_0x1cfcc4(0x15e)](_0x1cfcc4(0x16a)+(_0x3d0178&&_0x3d0178[_0x1cfcc4(0x135)]?_0x3d0178[_0x1cfcc4(0x135)]:'')),logger[_0x1cfcc4(0x15f)](_0x1cfcc4(0x18f)+_0x2eb312[_0x1cfcc4(0x173)]+_0x1cfcc4(0x192)),_0x2eb312;}}}exports['aiSdkWrapper']=Object['freeze'](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a85_0x577161=a85_0x3dd5;function a85_0x4b24(){const _0x5f75b5=['4826232FHYxar','setFramework','join','fFmcv','authInfo','accessKey','setProjectNameForHealingContext','setAuthInfo','NGukN','_pushCommand','pushCommand','debug','mETEr','getGlobal','aiSessionTimeStamp','testName','No\x20commands\x20found\x20for\x20session:\x20','split','isTcgTokenSet','config','true','userName','commandRepository','6bAuYXi','commands','GosWt','framework','now','getConfig','setTcgTokenStatus','method','161744SUTKgb','2255496pwaNZS','aiHeal_isAuthenticated','getTcgTokenStatus','1UhAXsP','1044260juRZsD','umDTT','projectName','AWxeE','../logger','setAiSessionTimeStamp','fayzO','xcdBl','getAuthInfo','YobqN','setTestNameForHealingContext','TdLeA','setConfig','1973765aewvqn','stringify','winstonLogger','22401mRMtRh','getProjectName','length','77258nzxwgV','TLRNM'];a85_0x4b24=function(){return _0x5f75b5;};return a85_0x4b24();}(function(_0x1cb3f7,_0x1ab819){const _0x161e3a=a85_0x3dd5,_0x4150d1=_0x1cb3f7();while(!![]){try{const _0x4ce263=-parseInt(_0x161e3a(0x180))/0x1*(-parseInt(_0x161e3a(0x194))/0x2)+-parseInt(_0x161e3a(0x191))/0x3+parseInt(_0x161e3a(0x1b5))/0x4+-parseInt(_0x161e3a(0x18e))/0x5*(parseInt(_0x161e3a(0x1ad))/0x6)+-parseInt(_0x161e3a(0x181))/0x7+parseInt(_0x161e3a(0x17d))/0x8+parseInt(_0x161e3a(0x196))/0x9;if(_0x4ce263===_0x1ab819)break;else _0x4150d1['push'](_0x4150d1['shift']());}catch(_0x1ee3b4){_0x4150d1['push'](_0x4150d1['shift']());}}}(a85_0x4b24,0x546fa));const calculateTimeDiff=_0x178df8=>Date[a85_0x577161(0x1b1)]()-_0x178df8,logger=require(a85_0x577161(0x185))[a85_0x577161(0x190)],globals=require('../globals');function a85_0x3dd5(_0x3f092a,_0xa20493){const _0x4b2475=a85_0x4b24();return a85_0x3dd5=function(_0x3dd5ea,_0x305754){_0x3dd5ea=_0x3dd5ea-0x17d;let _0x26890b=_0x4b2475[_0x3dd5ea];return _0x26890b;},a85_0x3dd5(_0x3f092a,_0xa20493);}class HealingCommandRepo{constructor(){const _0x5d9eb0=a85_0x577161,_0x3adc2d={};_0x3adc2d[_0x5d9eb0(0x1a2)]='1|3|0|2|4|5';const _0x3ae598=_0x3adc2d,_0x52db83=_0x3ae598[_0x5d9eb0(0x1a2)]['split']('|');let _0x1470ef=0x0;while(!![]){switch(_0x52db83[_0x1470ef++]){case'0':this[_0x5d9eb0(0x183)]='';continue;case'1':this[_0x5d9eb0(0x1ae)]={};continue;case'2':this[_0x5d9eb0(0x1a5)]='';continue;case'3':this[_0x5d9eb0(0x1a4)]={};continue;case'4':this['authInfo']={};continue;case'5':this['isTcgTokenSet']=![];continue;}break;}}['_pushCommand'](_0xe09d3d,_0x4493f0){const _0x5a7810=a85_0x577161,_0x14de19={};_0x14de19[_0x5a7810(0x1af)]=function(_0x2e48f9,_0x175b1a){return _0x2e48f9 in _0x175b1a;};const _0x106c74=_0x14de19;!_0x106c74[_0x5a7810(0x1af)](_0xe09d3d,this[_0x5a7810(0x1ae)])&&(this[_0x5a7810(0x1ae)][_0xe09d3d]=[]),this[_0x5a7810(0x1ae)][_0xe09d3d]['push'](_0x4493f0);}[a85_0x577161(0x1a0)](_0x360881,_0xf50d04){const _0x2ce765=a85_0x577161,_0x11254a={'TdLeA':function(_0x626a6b,_0x3ba3bc){return _0x626a6b(_0x3ba3bc);}},_0x427f4f=_0xf50d04[_0x2ce765(0x1b4)],_0x2a259d=_0xf50d04['path'][_0x2ce765(0x1a7)](_0x360881)[0x1],_0x1f6417=this[_0x2ce765(0x1a4)][_0x360881],_0x4f5ce3={'k':_0x427f4f+':'+_0x2a259d,'t':_0x11254a[_0x2ce765(0x18c)](calculateTimeDiff,_0x1f6417)};this[_0x2ce765(0x19f)](_0x360881,_0x4f5ce3);}[a85_0x577161(0x186)](_0x3d80bc){const _0x6ebbec=a85_0x577161;this['aiSessionTimeStamp'][_0x3d80bc]=Date[_0x6ebbec(0x1b1)]();}['setAuthInfo'](_0x3eba29,_0x2fa7b3){const _0x57085e=a85_0x577161;this[_0x57085e(0x19a)][_0x57085e(0x1ab)]=_0x3eba29,this[_0x57085e(0x19a)][_0x57085e(0x19b)]=_0x2fa7b3;}[a85_0x577161(0x189)](){const _0x3c0168=a85_0x577161;return this[_0x3c0168(0x19a)];}[a85_0x577161(0x19c)](_0x21f7ee){const _0x25bad3=a85_0x577161;this[_0x25bad3(0x183)]=_0x21f7ee;}[a85_0x577161(0x18b)](_0xf1e11d){const _0xe5cab=a85_0x577161;this[_0xe5cab(0x1a5)]=_0xf1e11d;}[a85_0x577161(0x18d)](_0x73c3a7){const _0x2d2f1a=a85_0x577161;this[_0x2d2f1a(0x1a9)]=_0x73c3a7,this[_0x2d2f1a(0x19c)](_0x73c3a7['projectName']),this[_0x2d2f1a(0x19d)](_0x73c3a7[_0x2d2f1a(0x1ab)],_0x73c3a7[_0x2d2f1a(0x19b)]);}[a85_0x577161(0x197)](_0x506de6){this['framework']=_0x506de6;}[a85_0x577161(0x1b3)](_0x57ddcf){this['isTcgTokenSet']=_0x57ddcf;}[a85_0x577161(0x1b2)](){const _0x1633fa=a85_0x577161;return this[_0x1633fa(0x1a9)];}['getFramework'](){const _0x3e82ff=a85_0x577161;return this[_0x3e82ff(0x1b0)];}[a85_0x577161(0x192)](){const _0x4c0cfd=a85_0x577161;return this[_0x4c0cfd(0x183)];}['getTestName'](){const _0x6245a7=a85_0x577161;return this[_0x6245a7(0x1a5)];}['getCommands'](_0x227696){const _0xbf04ce=a85_0x577161,_0x46faba={};_0x46faba[_0xbf04ce(0x187)]=_0xbf04ce(0x17e),_0x46faba[_0xbf04ce(0x182)]='aiHeal_isHealingEnabled',_0x46faba['AWxeE']=function(_0x16c1bb,_0x4c243b){return _0x16c1bb===_0x4c243b;},_0x46faba['fFmcv']=function(_0xa0e85c,_0x14aada){return _0xa0e85c+_0x14aada;},_0x46faba[_0xbf04ce(0x18a)]=_0xbf04ce(0x1a6);const _0x3fca70=_0x46faba,_0x4453ea=this[_0xbf04ce(0x1ae)][_0x227696];this[_0xbf04ce(0x1ae)][_0x227696]=[];if(globals[_0xbf04ce(0x1a3)](_0x3fca70[_0xbf04ce(0x187)])&&globals[_0xbf04ce(0x1a3)](_0x3fca70['umDTT'])&&!_0x4453ea||_0x3fca70[_0xbf04ce(0x184)](_0x4453ea[_0xbf04ce(0x193)],0x0))return logger[_0xbf04ce(0x1a1)](_0x3fca70[_0xbf04ce(0x199)](_0x3fca70[_0xbf04ce(0x18a)],_0x227696)),'';return _0x4453ea['map'](_0x41aec3=>JSON[_0xbf04ce(0x18f)](_0x41aec3))[_0xbf04ce(0x198)](',');}['isSelfHealEnabled'](){const _0x4b38d3=a85_0x577161,_0x2b5daa={};_0x2b5daa[_0x4b38d3(0x19e)]=function(_0x5cae49,_0x451dbe){return _0x5cae49===_0x451dbe;},_0x2b5daa[_0x4b38d3(0x188)]=function(_0x69b354,_0x546b1a){return _0x69b354===_0x546b1a;},_0x2b5daa[_0x4b38d3(0x195)]=_0x4b38d3(0x1aa);const _0x2434e7=_0x2b5daa;let _0x4d70af=![];return this[_0x4b38d3(0x1b2)]()&&(_0x2434e7[_0x4b38d3(0x19e)](this[_0x4b38d3(0x1b2)]()['selfHeal'],!![])||_0x2434e7[_0x4b38d3(0x188)](this[_0x4b38d3(0x1b2)]()['selfHeal'],_0x2434e7['TLRNM']))&&(_0x4d70af=!![]),_0x4d70af;}[a85_0x577161(0x17f)](){const _0x5d0f23=a85_0x577161;return this[_0x5d0f23(0x1a8)];}}exports[a85_0x577161(0x1ac)]=new HealingCommandRepo();
1
+ const a86_0x2b8cb3=a86_0x4a2b;function a86_0x4a2b(_0x1b1197,_0x2d8e2d){const _0x2e1c52=a86_0x2e1c();return a86_0x4a2b=function(_0x4a2be8,_0x53d18a){_0x4a2be8=_0x4a2be8-0x7c;let _0x2ccfec=_0x2e1c52[_0x4a2be8];return _0x2ccfec;},a86_0x4a2b(_0x1b1197,_0x2d8e2d);}(function(_0x178115,_0x23a492){const _0x1e9812=a86_0x4a2b,_0x295089=_0x178115();while(!![]){try{const _0x567294=-parseInt(_0x1e9812(0xb1))/0x1*(-parseInt(_0x1e9812(0xb0))/0x2)+-parseInt(_0x1e9812(0x94))/0x3*(parseInt(_0x1e9812(0x9b))/0x4)+parseInt(_0x1e9812(0x90))/0x5*(parseInt(_0x1e9812(0xa4))/0x6)+parseInt(_0x1e9812(0x89))/0x7*(parseInt(_0x1e9812(0x87))/0x8)+parseInt(_0x1e9812(0x8c))/0x9*(parseInt(_0x1e9812(0xb6))/0xa)+-parseInt(_0x1e9812(0xa3))/0xb+-parseInt(_0x1e9812(0xa1))/0xc;if(_0x567294===_0x23a492)break;else _0x295089['push'](_0x295089['shift']());}catch(_0xbf639){_0x295089['push'](_0x295089['shift']());}}}(a86_0x2e1c,0x5b3a6));const calculateTimeDiff=_0x123119=>Date[a86_0x2b8cb3(0x80)]()-_0x123119,logger=require(a86_0x2b8cb3(0xac))[a86_0x2b8cb3(0xa2)],globals=require('../globals');function a86_0x2e1c(){const _0x5e564c=['map','getProjectName','setProjectNameForHealingContext','4839636ceaPMY','winstonLogger','2791151lVJkLX','258BQTnMA','IuuBc','userName','setAuthInfo','ttTWM','length','selfHeal','getCommands','../logger','authInfo','accessKey','nhdYg','114442kNPJGc','9JnqGhV','bcDkD','aiSessionTimeStamp','vuNpH','getFramework','134490KzBFqc','config','commandRepository','XcAVH','5|1|4|0|2|3','method','_pushCommand','isTcgTokenSet','getConfig','now','aiHeal_isHealingEnabled','path','true','isSelfHealEnabled','IMTpM','split','2879128KZYfrH','projectName','7IzMKGq','pushCommand','framework','45WKxPqA','testName','debug','CVeyy','66055KxWglL','commands','setTestNameForHealingContext','getGlobal','119871UvBPqg','getTcgTokenStatus','No\x20commands\x20found\x20for\x20session:\x20','getTestName','YhGpu','JqtYE','setFramework','48qfxlft','aiHeal_isAuthenticated','setTcgTokenStatus'];a86_0x2e1c=function(){return _0x5e564c;};return a86_0x2e1c();}class HealingCommandRepo{constructor(){const _0x3cf27b=a86_0x2b8cb3,_0x1033f5={};_0x1033f5[_0x3cf27b(0xa5)]=_0x3cf27b(0xba);const _0x251d81=_0x1033f5,_0x373f3f=_0x251d81[_0x3cf27b(0xa5)][_0x3cf27b(0x86)]('|');let _0x586db4=0x0;while(!![]){switch(_0x373f3f[_0x586db4++]){case'0':this[_0x3cf27b(0x8d)]='';continue;case'1':this[_0x3cf27b(0xb3)]={};continue;case'2':this[_0x3cf27b(0xad)]={};continue;case'3':this[_0x3cf27b(0x7e)]=![];continue;case'4':this[_0x3cf27b(0x88)]='';continue;case'5':this['commands']={};continue;}break;}}['_pushCommand'](_0x23b230,_0x57a2a6){const _0x433bdd=a86_0x2b8cb3,_0x53b207={};_0x53b207[_0x433bdd(0x98)]=function(_0x5dceca,_0x2f8dc1){return _0x5dceca in _0x2f8dc1;};const _0x23698b=_0x53b207;!_0x23698b[_0x433bdd(0x98)](_0x23b230,this[_0x433bdd(0x91)])&&(this[_0x433bdd(0x91)][_0x23b230]=[]),this[_0x433bdd(0x91)][_0x23b230]['push'](_0x57a2a6);}[a86_0x2b8cb3(0x8a)](_0x2fb44a,_0x246665){const _0x36deea=a86_0x2b8cb3,_0x42217f={'XcAVH':function(_0x5b1b51,_0x22d89f){return _0x5b1b51(_0x22d89f);}},_0xddaf9d=_0x246665[_0x36deea(0x7c)],_0x29eace=_0x246665[_0x36deea(0x82)][_0x36deea(0x86)](_0x2fb44a)[0x1],_0x180eb6=this[_0x36deea(0xb3)][_0x2fb44a],_0x53423a={'k':_0xddaf9d+':'+_0x29eace,'t':_0x42217f[_0x36deea(0xb9)](calculateTimeDiff,_0x180eb6)};this[_0x36deea(0x7d)](_0x2fb44a,_0x53423a);}['setAiSessionTimeStamp'](_0x22079a){const _0x3a5a49=a86_0x2b8cb3;this[_0x3a5a49(0xb3)][_0x22079a]=Date[_0x3a5a49(0x80)]();}[a86_0x2b8cb3(0xa7)](_0x200801,_0x1d50d1){const _0x3c27cf=a86_0x2b8cb3;this[_0x3c27cf(0xad)][_0x3c27cf(0xa6)]=_0x200801,this[_0x3c27cf(0xad)][_0x3c27cf(0xae)]=_0x1d50d1;}['getAuthInfo'](){const _0xb7faa4=a86_0x2b8cb3;return this[_0xb7faa4(0xad)];}['setProjectNameForHealingContext'](_0x362908){const _0x1ef388=a86_0x2b8cb3;this[_0x1ef388(0x88)]=_0x362908;}[a86_0x2b8cb3(0x92)](_0x186a22){const _0x264406=a86_0x2b8cb3;this[_0x264406(0x8d)]=_0x186a22;}['setConfig'](_0x2615ea){const _0x55a818=a86_0x2b8cb3;this[_0x55a818(0xb7)]=_0x2615ea,this[_0x55a818(0xa0)](_0x2615ea[_0x55a818(0x88)]),this[_0x55a818(0xa7)](_0x2615ea[_0x55a818(0xa6)],_0x2615ea[_0x55a818(0xae)]);}[a86_0x2b8cb3(0x9a)](_0x22e543){const _0x4c65d6=a86_0x2b8cb3;this[_0x4c65d6(0x8b)]=_0x22e543;}[a86_0x2b8cb3(0x9d)](_0x3a5845){const _0x27da33=a86_0x2b8cb3;this[_0x27da33(0x7e)]=_0x3a5845;}[a86_0x2b8cb3(0x7f)](){return this['config'];}[a86_0x2b8cb3(0xb5)](){return this['framework'];}[a86_0x2b8cb3(0x9f)](){return this['projectName'];}[a86_0x2b8cb3(0x97)](){const _0x2347b8=a86_0x2b8cb3;return this[_0x2347b8(0x8d)];}[a86_0x2b8cb3(0xab)](_0x506e95){const _0x124487=a86_0x2b8cb3,_0x32f573={};_0x32f573['bcDkD']=_0x124487(0x9c),_0x32f573[_0x124487(0xb4)]=_0x124487(0x81),_0x32f573[_0x124487(0x8f)]=function(_0x5dbe69,_0x78c42c){return _0x5dbe69===_0x78c42c;},_0x32f573[_0x124487(0x85)]=function(_0x371c8a,_0x458e39){return _0x371c8a+_0x458e39;},_0x32f573[_0x124487(0xa8)]=_0x124487(0x96);const _0x105d14=_0x32f573,_0x2ec0fb=this[_0x124487(0x91)][_0x506e95];this['commands'][_0x506e95]=[];if(globals['getGlobal'](_0x105d14[_0x124487(0xb2)])&&globals[_0x124487(0x93)](_0x105d14[_0x124487(0xb4)])&&!_0x2ec0fb||_0x105d14['CVeyy'](_0x2ec0fb[_0x124487(0xa9)],0x0))return logger[_0x124487(0x8e)](_0x105d14['IMTpM'](_0x105d14['ttTWM'],_0x506e95)),'';return _0x2ec0fb[_0x124487(0x9e)](_0x28f1ca=>JSON['stringify'](_0x28f1ca))['join'](',');}[a86_0x2b8cb3(0x84)](){const _0x74481b=a86_0x2b8cb3,_0x31ee61={};_0x31ee61[_0x74481b(0xaf)]=function(_0x1ebe28,_0x22923d){return _0x1ebe28===_0x22923d;},_0x31ee61['JqtYE']=_0x74481b(0x83);const _0x4f7b83=_0x31ee61;let _0x1e343c=![];return this[_0x74481b(0x7f)]()&&(_0x4f7b83[_0x74481b(0xaf)](this[_0x74481b(0x7f)]()[_0x74481b(0xaa)],!![])||_0x4f7b83[_0x74481b(0xaf)](this['getConfig']()[_0x74481b(0xaa)],_0x4f7b83[_0x74481b(0x99)]))&&(_0x1e343c=!![]),_0x1e343c;}[a86_0x2b8cb3(0x95)](){const _0x5ad53a=a86_0x2b8cb3;return this[_0x5ad53a(0x7e)];}}exports[a86_0x2b8cb3(0xb8)]=new HealingCommandRepo();
@@ -1 +1 @@
1
- var a86_0x4e667a=a86_0x5963;function a86_0x5963(_0x56ebfc,_0x58e2f8){var _0x513e33=a86_0x513e();return a86_0x5963=function(_0x596393,_0x4ceba9){_0x596393=_0x596393-0x178;var _0x24e5b6=_0x513e33[_0x596393];return _0x24e5b6;},a86_0x5963(_0x56ebfc,_0x58e2f8);}(function(_0x55f3b7,_0x37b19f){var _0x46499b=a86_0x5963,_0x25cb00=_0x55f3b7();while(!![]){try{var _0x3f4830=parseInt(_0x46499b(0x17a))/0x1+parseInt(_0x46499b(0x182))/0x2+-parseInt(_0x46499b(0x180))/0x3*(-parseInt(_0x46499b(0x184))/0x4)+-parseInt(_0x46499b(0x17d))/0x5*(-parseInt(_0x46499b(0x185))/0x6)+parseInt(_0x46499b(0x17e))/0x7*(parseInt(_0x46499b(0x181))/0x8)+parseInt(_0x46499b(0x17f))/0x9+parseInt(_0x46499b(0x186))/0xa*(-parseInt(_0x46499b(0x179))/0xb);if(_0x3f4830===_0x37b19f)break;else _0x25cb00['push'](_0x25cb00['shift']());}catch(_0x5a8dca){_0x25cb00['push'](_0x25cb00['shift']());}}}(a86_0x513e,0xed64f));var a86_0x14c571={};a86_0x14c571[a86_0x4e667a(0x17b)]=a86_0x4e667a(0x178),a86_0x14c571[a86_0x4e667a(0x187)]=a86_0x4e667a(0x17c),module[a86_0x4e667a(0x183)]=a86_0x14c571;function a86_0x513e(){var _0x1ae5b5=['33807653NuKxDw','372271ZUzuFk','BUILDS_DASHBOARD_URL','automate-turboscale/v1','5pXTzGx','21TBHBzD','6015096vmzidn','18996yyboHb','136792WXulgr','3820598KQVPYB','exports','8fAhrPq','6185490TfLlaG','10vOpdwn','API_ENDPOINT','https://grid.browserstack.com/dashboard/builds'];a86_0x513e=function(){return _0x1ae5b5;};return a86_0x513e();}
1
+ function a87_0x2bd5(){const _0x32d5d6=['staging','env','292BMNOgU','https://grid-preprod.bsstag.com/dashboard/builds','automate-turboscale/v1','stag','926253wOkjaW','https://grid.browserstack.com/dashboard/builds','4905510bORAjI','51175AqhUTP','BUILDS_DASHBOARD_URL','prod','1200333gYoIvU','preprod','436GdScXm','170856gmGUzs','7778238AOTtcr','API_ENDPOINT','11dYDCKZ','exports','toLowerCase','https://grid-devhst.bsstag.com/dashboard/builds','119LtzbnW','2851FbOPbe','pre-prod'];a87_0x2bd5=function(){return _0x32d5d6;};return a87_0x2bd5();}const a87_0x3c50aa=a87_0x5aad;(function(_0x371da7,_0x509f97){const _0x5b6403=a87_0x5aad,_0xfee115=_0x371da7();while(!![]){try{const _0x16d6a1=-parseInt(_0x5b6403(0x143))/0x1*(parseInt(_0x5b6403(0x147))/0x2)+parseInt(_0x5b6403(0x138))/0x3+parseInt(_0x5b6403(0x13a))/0x4*(parseInt(_0x5b6403(0x135))/0x5)+-parseInt(_0x5b6403(0x13c))/0x6+-parseInt(_0x5b6403(0x142))/0x7*(-parseInt(_0x5b6403(0x13b))/0x8)+parseInt(_0x5b6403(0x14b))/0x9+parseInt(_0x5b6403(0x134))/0xa*(parseInt(_0x5b6403(0x13e))/0xb);if(_0x16d6a1===_0x509f97)break;else _0xfee115['push'](_0xfee115['shift']());}catch(_0x4948cb){_0xfee115['push'](_0xfee115['shift']());}}}(a87_0x2bd5,0xb975c));const a87_0x18ae88={};function a87_0x5aad(_0x52b981,_0xd135d5){const _0x2bd551=a87_0x2bd5();return a87_0x5aad=function(_0x5aad7d,_0x5e0087){_0x5aad7d=_0x5aad7d-0x134;let _0x5277d5=_0x2bd551[_0x5aad7d];return _0x5277d5;},a87_0x5aad(_0x52b981,_0xd135d5);}a87_0x18ae88[a87_0x3c50aa(0x136)]=a87_0x3c50aa(0x14c),a87_0x18ae88[a87_0x3c50aa(0x13d)]=a87_0x3c50aa(0x149),module[a87_0x3c50aa(0x13f)]=a87_0x18ae88;const _env=(process[a87_0x3c50aa(0x146)]['BROWSERSTACK_ENV']||a87_0x3c50aa(0x137))[a87_0x3c50aa(0x140)]();if(_env===a87_0x3c50aa(0x145)||_env===a87_0x3c50aa(0x14a))module[a87_0x3c50aa(0x13f)][a87_0x3c50aa(0x136)]=a87_0x3c50aa(0x141);else(_env===a87_0x3c50aa(0x139)||_env===a87_0x3c50aa(0x144))&&(module['exports'][a87_0x3c50aa(0x136)]=a87_0x3c50aa(0x148));
@@ -1 +1 @@
1
- function a87_0x2aae(_0x155c32,_0x250a1f){const _0x39b90c=a87_0x39b9();return a87_0x2aae=function(_0x2aae13,_0x5104ee){_0x2aae13=_0x2aae13-0x1cb;let _0x167dc2=_0x39b90c[_0x2aae13];return _0x167dc2;},a87_0x2aae(_0x155c32,_0x250a1f);}const a87_0x164db8=a87_0x2aae;(function(_0x67fee6,_0x1be0c2){const _0x4baabd=a87_0x2aae,_0x2538fc=_0x67fee6();while(!![]){try{const _0x5683f6=parseInt(_0x4baabd(0x1d3))/0x1*(parseInt(_0x4baabd(0x1dc))/0x2)+parseInt(_0x4baabd(0x1da))/0x3*(parseInt(_0x4baabd(0x1e2))/0x4)+-parseInt(_0x4baabd(0x1cf))/0x5+parseInt(_0x4baabd(0x1ce))/0x6+parseInt(_0x4baabd(0x1e9))/0x7*(-parseInt(_0x4baabd(0x1e4))/0x8)+parseInt(_0x4baabd(0x1df))/0x9*(-parseInt(_0x4baabd(0x1db))/0xa)+-parseInt(_0x4baabd(0x1d2))/0xb*(parseInt(_0x4baabd(0x1d0))/0xc);if(_0x5683f6===_0x1be0c2)break;else _0x2538fc['push'](_0x2538fc['shift']());}catch(_0x56d5b2){_0x2538fc['push'](_0x2538fc['shift']());}}}(a87_0x39b9,0x5d6d0));const constants=require(a87_0x164db8(0x1e6));function a87_0x39b9(){const _0x1bf2f6=['true','2008962ufhSEK','46585FRKPKI','506820OFaVrZ','env','11rVxqFm','2582HPHwrY','buildTags','BROWSERSTACK_BUILD_TAGS','getTurboScaleCaps','buildPriority','SGHzN','FuOcV','3iQXpsB','184120NXGFVj','282qHUbYD','BROWSERSTACK_TURBOSCALE_GRID_NAME','hPMFb','306cWcmJT','gridName','turboScaleOptions','1847252OvikXU','medium','16GsRwrL','BROWSERSTACK_BUILD_PRIORITY','../../bin/utils/constants','turboScale','options','351645FEEKmP','imynT','TURBOSCALE_OPTIONS'];a87_0x39b9=function(){return _0x1bf2f6;};return a87_0x39b9();}exports['getTurboScaleOptions']=()=>{const _0x42e932=a87_0x164db8;if(!constants[_0x42e932(0x1cc)][_0x42e932(0x1e8)])return{};return constants[_0x42e932(0x1cc)][_0x42e932(0x1e8)];},exports['getTurboScaleGridName']=_0x21c9d3=>{const _0x16d197=a87_0x164db8,_0x31fc44={};_0x31fc44[_0x16d197(0x1cb)]='NO_GRID_NAME_PASSED';const _0x5e1c37=_0x31fc44;if(_0x21c9d3['turboScaleOptions']&&_0x21c9d3[_0x16d197(0x1e1)][_0x16d197(0x1e0)])return _0x21c9d3[_0x16d197(0x1e1)][_0x16d197(0x1e0)];if(process['env'][_0x16d197(0x1dd)])return process[_0x16d197(0x1d1)][_0x16d197(0x1dd)];return _0x5e1c37[_0x16d197(0x1cb)];},exports['isTurboScaleSession']=_0x22589c=>{const _0x3e3e28=a87_0x164db8,_0x479fe6={};_0x479fe6[_0x3e3e28(0x1d8)]=function(_0x5c4353,_0x2af3f7){return _0x5c4353===_0x2af3f7;},_0x479fe6[_0x3e3e28(0x1d9)]=_0x3e3e28(0x1cd);const _0x2cae2a=_0x479fe6;return _0x22589c&&_0x22589c[_0x3e3e28(0x1e7)]&&_0x2cae2a[_0x3e3e28(0x1d8)](_0x22589c[_0x3e3e28(0x1e7)]['toString']()['toLowerCase'](),_0x2cae2a['FuOcV']);},exports[a87_0x164db8(0x1d6)]=(_0x3777ec,_0xdef20,_0x100b27)=>{const _0x2a9d18=a87_0x164db8,_0x12de0f={};_0x12de0f[_0x2a9d18(0x1de)]=_0x2a9d18(0x1e3);const _0x2175d9=_0x12de0f,_0x25e549={};_0x25e549[_0x2a9d18(0x1d7)]=_0x2175d9['hPMFb'];_0x3777ec[_0x2a9d18(0x1d4)]&&(_0x25e549['buildTags']=Array['isArray'](_0x3777ec[_0x2a9d18(0x1d4)])?_0x3777ec[_0x2a9d18(0x1d4)]:_0x3777ec[_0x2a9d18(0x1d4)]['split'](','));if(process[_0x2a9d18(0x1d1)][_0x2a9d18(0x1d5)])try{_0x25e549['buildTags']=process[_0x2a9d18(0x1d1)][_0x2a9d18(0x1d5)]['split'](',');}catch{_0x25e549['buildTags']=process['env']['BROWSERSTACK_BUILD_TAGS'];}return _0x3777ec[_0x2a9d18(0x1d7)]&&(_0x25e549[_0x2a9d18(0x1d7)]=_0x3777ec['buildPriority']),process[_0x2a9d18(0x1d1)][_0x2a9d18(0x1e5)]&&(_0x25e549[_0x2a9d18(0x1d7)]=process['env'][_0x2a9d18(0x1e5)]),_0x25e549;};
1
+ function a88_0x3718(_0x32f006,_0x471255){const _0x31f78f=a88_0x31f7();return a88_0x3718=function(_0x371827,_0x4255b6){_0x371827=_0x371827-0x1ad;let _0x1467b6=_0x31f78f[_0x371827];return _0x1467b6;},a88_0x3718(_0x32f006,_0x471255);}const a88_0x235d1c=a88_0x3718;function a88_0x31f7(){const _0x241230=['env','27XcVGng','58610FgjCub','turboScale','JFxuf','split','8098htOXCs','TURBOSCALE_OPTIONS','toString','24dKgoGW','toLowerCase','turboScaleOptions','1869388cjgUvl','isTurboScaleSession','gridName','isArray','options','buildTags','94355QfjpNu','45fjXmzv','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleCaps','../../bin/utils/constants','1039510WIwjmV','1183240MmUpYW','getTurboScaleGridName','NO_GRID_NAME_PASSED','2577736dsXlUe','BROWSERSTACK_TURBOSCALE_GRID_NAME','BROWSERSTACK_BUILD_TAGS','bZWhj','true','buildPriority','LsOrF'];a88_0x31f7=function(){return _0x241230;};return a88_0x31f7();}(function(_0x5734fc,_0xddb98e){const _0x34279a=a88_0x3718,_0x34c52f=_0x5734fc();while(!![]){try{const _0x2ee3b8=-parseInt(_0x34279a(0x1c8))/0x1+parseInt(_0x34279a(0x1c4))/0x2*(-parseInt(_0x34279a(0x1c3))/0x3)+parseInt(_0x34279a(0x1ce))/0x4+parseInt(_0x34279a(0x1b2))/0x5*(parseInt(_0x34279a(0x1cb))/0x6)+parseInt(_0x34279a(0x1bb))/0x7+parseInt(_0x34279a(0x1b8))/0x8+parseInt(_0x34279a(0x1b3))/0x9*(-parseInt(_0x34279a(0x1b7))/0xa);if(_0x2ee3b8===_0xddb98e)break;else _0x34c52f['push'](_0x34c52f['shift']());}catch(_0x29b701){_0x34c52f['push'](_0x34c52f['shift']());}}}(a88_0x31f7,0x4147a));const constants=require(a88_0x235d1c(0x1b6));exports['getTurboScaleOptions']=()=>{const _0x2caa7d=a88_0x235d1c;if(!constants[_0x2caa7d(0x1c9)][_0x2caa7d(0x1b0)])return{};return constants[_0x2caa7d(0x1c9)][_0x2caa7d(0x1b0)];},exports[a88_0x235d1c(0x1b9)]=_0x2937b7=>{const _0x1e2928=a88_0x235d1c,_0x78446f={};_0x78446f['LsOrF']=_0x1e2928(0x1ba);const _0x3f9086=_0x78446f;if(_0x2937b7[_0x1e2928(0x1cd)]&&_0x2937b7[_0x1e2928(0x1cd)][_0x1e2928(0x1ae)])return _0x2937b7[_0x1e2928(0x1cd)][_0x1e2928(0x1ae)];if(process[_0x1e2928(0x1c2)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x1e2928(0x1c2)][_0x1e2928(0x1bc)];return _0x3f9086[_0x1e2928(0x1c1)];},exports[a88_0x235d1c(0x1ad)]=_0x42ac0b=>{const _0x3b2d6c=a88_0x235d1c,_0x396b3c={};_0x396b3c[_0x3b2d6c(0x1be)]=function(_0x51cd74,_0x45e141){return _0x51cd74===_0x45e141;},_0x396b3c[_0x3b2d6c(0x1c6)]=_0x3b2d6c(0x1bf);const _0x19edad=_0x396b3c;return _0x42ac0b&&_0x42ac0b[_0x3b2d6c(0x1c5)]&&_0x19edad[_0x3b2d6c(0x1be)](_0x42ac0b[_0x3b2d6c(0x1c5)][_0x3b2d6c(0x1ca)]()[_0x3b2d6c(0x1cc)](),_0x19edad[_0x3b2d6c(0x1c6)]);},exports[a88_0x235d1c(0x1b5)]=(_0x5555f1,_0x4de44f,_0x5a1780)=>{const _0x396513=a88_0x235d1c,_0x4a2a1d={};_0x4a2a1d['GiDUs']='medium';const _0x5baea9=_0x4a2a1d,_0xcc18a5={};_0xcc18a5[_0x396513(0x1c0)]=_0x5baea9['GiDUs'];_0x5555f1[_0x396513(0x1b1)]&&(_0xcc18a5['buildTags']=Array[_0x396513(0x1af)](_0x5555f1['buildTags'])?_0x5555f1[_0x396513(0x1b1)]:_0x5555f1[_0x396513(0x1b1)][_0x396513(0x1c7)](','));if(process[_0x396513(0x1c2)][_0x396513(0x1bd)])try{_0xcc18a5['buildTags']=process[_0x396513(0x1c2)][_0x396513(0x1bd)]['split'](',');}catch{_0xcc18a5['buildTags']=process[_0x396513(0x1c2)][_0x396513(0x1bd)];}return _0x5555f1[_0x396513(0x1c0)]&&(_0xcc18a5[_0x396513(0x1c0)]=_0x5555f1['buildPriority']),process[_0x396513(0x1c2)][_0x396513(0x1b4)]&&(_0xcc18a5[_0x396513(0x1c0)]=process[_0x396513(0x1c2)]['BROWSERSTACK_BUILD_PRIORITY']),_0xcc18a5;};
@@ -1 +1 @@
1
- var a88_0x38557c=a88_0x744c;function a88_0x744c(_0x565ab1,_0x142b7d){var _0x149737=a88_0x1497();return a88_0x744c=function(_0x744cf6,_0x1c2598){_0x744cf6=_0x744cf6-0x1c6;var _0x49a553=_0x149737[_0x744cf6];return _0x49a553;},a88_0x744c(_0x565ab1,_0x142b7d);}function a88_0x1497(){var _0x6294b9=['androidInstallPath','language','useCarthageSsl','gpsEnabled','interKeyDelay','JPllc','accessKey','205807nXUEih','YIvFG','fullReset','BROWSERSTACK_OBSERVABILITY_DEBUG','browserstack.rerunTests','216XIhSMA','locale','skipUnlock','shouldUseSingletonTestManager','resetOnSessionStartOnly','userName','1108428aQgceK','logLevel','nativeWebTap','androidCoverageEndIntent','keystorePassword','androidCoverage','Hzjsn','allowTouchIdEnroll','zXohM','1379988vqzNLB','fullContextList','uninstallOtherPackages','mApPn','browserstack.ppp','BROWSERSTACK_PARALLELS_PER_PLATFORM','automation','8107983oanHrU','webkitResponseTimeout','buildToolsVersion','NzbVX','chromedriverDisableBuildCheck','iosInstallPause','deviceName','dyYXP','screenshotWaitTimeout','wdaStartupRetries','xcodeOrgId','474866GbQZMe','BROWSERSTACK_APP_ID','autoGrantPermissions','scaleFactor','appName','allowDelayAdb','chromedriverPorts','CWzJa','localeScript','zPVZH','5995KXQWvg','deviceReadyTimeout','browserstack.buildIdentifier','otherApps','dontStopAppOnReset','localizableStringsDir','buildName','simpleIsVisibleCheck','XmKeh','EnvCapsMapping','remoteDebugProxy','rerunTests','autoWebview','CLICapsMapping','yAVUi','disableWindowAnimation','VdmLx','appActivity','ignoreUnimportantViews','HUOLV','autoLaunch','printPageSourceOnFindFailure','androidDeviceReadyTimeout','noReset','orientation','useNewWDA','nativeWebScreenshot','commandTimeouts','logDir','2385162LAoonA','chromedriverExecutableDir','nativeInstrumentsLib','unicodeKeyboard','logcatFilterSpecs','parallelsPerPlatform','xcodeConfigFile','app','browserstack.parallelsPerPlatform','appPackage','waitForAppScript','calendarFormat','browserstack.buildName','maxTypingFrequency','PZpzw','androidScreenshotPath','preventWDAAttachments','unlockKey','chromedriverPort','vySdg','dNNTv','intentAction','browserstack.automation','processArguments','avd','BROWSERSTACK_USERNAME','webDriverAgentUrl','tapWithShortPressDuration','wdaLocalPort','bvxqm','keyPassword','XnnLv','connectHardwareKeyboard','eventTimings','androidDeviceSocket','platformVersion','startIWDP','recreateChromeDriverSessions','isHeadless','30cwWukz','intentFlags','avdLaunchTimeout','sbbFL','LKWjE','buildIdentifier','remoteAppsCacheLimit','zspiZ','keychainPassword','chromeOptions','BTWVB','browserstack.app','safariIgnoreFraudWarning','browserstack.accessKey','logcatFormat','BROWSERSTACK_AUTOMATION','BROWSERSTACK_BUILD_NAME','MrFsk','optionalIntentArguments','browserstack.access_key','newCommandTimeout','bVYXl','AppiumCaps','noSign','disableAndroidWatchers','usePrebuiltWDA','zvpGg','skipDeviceInitialization','udid','locationServicesEnabled','unlockType','browserstack.localIdentifier','BROWSERSTACK_USER_NAME','BROWSERSTACK_APP','XaaiY','localIdentifier','chromedriverExecutable','showXcodeLog','sNZuy','wdaConnectionTimeout','autoDismissAlerts','browserstack.projectName','browserstack.userName','BROWSERSTACK_PROJECT_NAME','launchTimeout','dRTHd','projectName','androidNaturalOrientation','appWaitActivity','showIOSLog','ensureWebviewsHavePages','automationName','safariAllowPopups','networkSpeed','remoteAdbHost','systemPort','keepKeyChains','BROWSERSTACK_ACCESS_KEY'];a88_0x1497=function(){return _0x6294b9;};return a88_0x1497();}(function(_0x33394a,_0x23d316){var _0x50fbfe=a88_0x744c,_0x5f3360=_0x33394a();while(!![]){try{var _0x4af853=parseInt(_0x50fbfe(0x210))/0x1+parseInt(_0x50fbfe(0x22b))/0x2+-parseInt(_0x50fbfe(0x252))/0x3+parseInt(_0x50fbfe(0x219))/0x4+parseInt(_0x50fbfe(0x235))/0x5*(parseInt(_0x50fbfe(0x279))/0x6)+-parseInt(_0x50fbfe(0x205))/0x7*(-parseInt(_0x50fbfe(0x20a))/0x8)+-parseInt(_0x50fbfe(0x220))/0x9;if(_0x4af853===_0x23d316)break;else _0x5f3360['push'](_0x5f3360['shift']());}catch(_0xcafeb7){_0x5f3360['push'](_0x5f3360['shift']());}}}(a88_0x1497,0xc2073),exports[a88_0x38557c(0x242)]=()=>{var _0x5166c1=a88_0x38557c,_0x4a1b61={};_0x4a1b61[_0x5166c1(0x232)]='browserstack.user_name',_0x4a1b61[_0x5166c1(0x1ce)]=_0x5166c1(0x1ee),_0x4a1b61[_0x5166c1(0x223)]=_0x5166c1(0x1d7),_0x4a1b61[_0x5166c1(0x21c)]=_0x5166c1(0x1d1),_0x4a1b61['sNZuy']=_0x5166c1(0x25e),_0x4a1b61[_0x5166c1(0x243)]=_0x5166c1(0x1ed),_0x4a1b61[_0x5166c1(0x1f1)]=_0x5166c1(0x237),_0x4a1b61['dyYXP']=_0x5166c1(0x21d),_0x4a1b61['SdhXv']=_0x5166c1(0x25a),_0x4a1b61[_0x5166c1(0x248)]='browserstack.local',_0x4a1b61[_0x5166c1(0x1de)]=_0x5166c1(0x1e3),_0x4a1b61[_0x5166c1(0x234)]=_0x5166c1(0x209),_0x4a1b61[_0x5166c1(0x245)]=_0x5166c1(0x1cf),_0x4a1b61[_0x5166c1(0x203)]='browserstack.logLevel',_0x4a1b61[_0x5166c1(0x265)]=_0x5166c1(0x268),_0x4a1b61['PZpzw']='browserstack.logDir';var _0x1ccdc3=_0x4a1b61,_0x389303={};return _0x389303['userName']=[_0x1ccdc3[_0x5166c1(0x232)],_0x1ccdc3['BTWVB']],_0x389303[_0x5166c1(0x204)]=[_0x1ccdc3['NzbVX'],_0x1ccdc3['mApPn']],_0x389303[_0x5166c1(0x23b)]=[_0x1ccdc3[_0x5166c1(0x1ea)]],_0x389303[_0x5166c1(0x1f2)]=[_0x1ccdc3['yAVUi']],_0x389303['buildIdentifier']=[_0x1ccdc3[_0x5166c1(0x1f1)]],_0x389303[_0x5166c1(0x257)]=[_0x1ccdc3[_0x5166c1(0x227)],_0x1ccdc3['SdhXv']],_0x389303['browserstackLocal']=[_0x1ccdc3[_0x5166c1(0x248)]],_0x389303[_0x5166c1(0x1e7)]=[_0x1ccdc3['zvpGg']],_0x389303[_0x5166c1(0x240)]=[_0x1ccdc3['zPVZH']],_0x389303['app']=[_0x1ccdc3[_0x5166c1(0x245)]],_0x389303[_0x5166c1(0x211)]=[_0x1ccdc3['JPllc']],_0x389303[_0x5166c1(0x21f)]=[_0x1ccdc3['vySdg']],_0x389303[_0x5166c1(0x251)]=[_0x1ccdc3[_0x5166c1(0x260)]],_0x389303;},exports[a88_0x38557c(0x23e)]=()=>{var _0x4b2bb9=a88_0x38557c,_0x4287c4={};_0x4287c4[_0x4b2bb9(0x1cb)]=_0x4b2bb9(0x26b),_0x4287c4[_0x4b2bb9(0x1c7)]=_0x4b2bb9(0x1e4),_0x4287c4[_0x4b2bb9(0x1c8)]=_0x4b2bb9(0x1fd),_0x4287c4['XaaiY']=_0x4b2bb9(0x1d4),_0x4287c4['Hzjsn']=_0x4b2bb9(0x1ef),_0x4287c4[_0x4b2bb9(0x26f)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x4287c4[_0x4b2bb9(0x1d5)]=_0x4b2bb9(0x21e),_0x4287c4['tUNgK']='BROWSERSTACK_LOCAL',_0x4287c4[_0x4b2bb9(0x218)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x4287c4[_0x4b2bb9(0x266)]='BROWSERSTACK_RERUN_TESTS',_0x4287c4['DrXKD']=_0x4b2bb9(0x22c),_0x4287c4[_0x4b2bb9(0x23d)]=_0x4b2bb9(0x1e5),_0x4287c4['XnnLv']=_0x4b2bb9(0x208),_0x4287c4['bVYXl']=_0x4b2bb9(0x1d3),_0x4287c4['YIvFG']='BROWSERSTACK_LOG_DIR';var _0x126a92=_0x4287c4,_0x122a42={};return _0x122a42[_0x4b2bb9(0x20f)]=[_0x126a92[_0x4b2bb9(0x1cb)],_0x126a92[_0x4b2bb9(0x1c7)]],_0x122a42[_0x4b2bb9(0x204)]=[_0x126a92[_0x4b2bb9(0x1c8)]],_0x122a42['buildName']=[_0x126a92[_0x4b2bb9(0x1e6)]],_0x122a42['projectName']=[_0x126a92[_0x4b2bb9(0x216)]],_0x122a42[_0x4b2bb9(0x1c9)]=[_0x126a92['bvxqm']],_0x122a42[_0x4b2bb9(0x257)]=[_0x126a92[_0x4b2bb9(0x1d5)]],_0x122a42['browserstackLocal']=[_0x126a92['tUNgK']],_0x122a42[_0x4b2bb9(0x1e7)]=[_0x126a92[_0x4b2bb9(0x218)]],_0x122a42[_0x4b2bb9(0x240)]=[_0x126a92[_0x4b2bb9(0x266)]],_0x122a42[_0x4b2bb9(0x259)]=[_0x126a92['DrXKD'],_0x126a92[_0x4b2bb9(0x23d)]],_0x122a42[_0x4b2bb9(0x211)]=[_0x126a92[_0x4b2bb9(0x271)]],_0x122a42[_0x4b2bb9(0x21f)]=[_0x126a92[_0x4b2bb9(0x1d9)]],_0x122a42[_0x4b2bb9(0x251)]=[_0x126a92[_0x4b2bb9(0x206)]],_0x122a42;},exports[a88_0x38557c(0x1da)]=()=>[a88_0x38557c(0x1f7),a88_0x38557c(0x275),a88_0x38557c(0x226),a88_0x38557c(0x1d8),'app',a88_0x38557c(0x1e0),a88_0x38557c(0x1ff),a88_0x38557c(0x20b),a88_0x38557c(0x24d),a88_0x38557c(0x241),a88_0x38557c(0x24c),a88_0x38557c(0x207),'clearSystemFiles',a88_0x38557c(0x273),'enablePerformanceLogging',a88_0x38557c(0x238),a88_0x38557c(0x24a),a88_0x38557c(0x246),a88_0x38557c(0x25b),a88_0x38557c(0x1f4),'appWaitPackage','appWaitDuration',a88_0x38557c(0x236),'allowTestPackages',a88_0x38557c(0x215),a88_0x38557c(0x213),a88_0x38557c(0x24b),'adbPort',a88_0x38557c(0x274),'androidInstallTimeout',a88_0x38557c(0x1fe),a88_0x38557c(0x26a),a88_0x38557c(0x1c6),'avdReadyTimeout','avdArgs','useKeystore','keystorePath',a88_0x38557c(0x214),'keyAlias',a88_0x38557c(0x270),a88_0x38557c(0x1e8),'chromedriverArgs',a88_0x38557c(0x253),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable',a88_0x38557c(0x264),a88_0x38557c(0x231),a88_0x38557c(0x224),'autoWebviewTimeout',a88_0x38557c(0x267),'intentCategory',a88_0x38557c(0x27a),a88_0x38557c(0x1d6),a88_0x38557c(0x239),a88_0x38557c(0x255),'resetKeyboard',a88_0x38557c(0x1db),a88_0x38557c(0x247),a88_0x38557c(0x1dc),a88_0x38557c(0x1cd),a88_0x38557c(0x277),a88_0x38557c(0x24f),a88_0x38557c(0x261),a88_0x38557c(0x1f9),a88_0x38557c(0x201),a88_0x38557c(0x278),'adbExecTimeout',a88_0x38557c(0x233),a88_0x38557c(0x1df),a88_0x38557c(0x22d),a88_0x38557c(0x1f3),a88_0x38557c(0x1fb),a88_0x38557c(0x1fa),a88_0x38557c(0x20c),a88_0x38557c(0x1e2),a88_0x38557c(0x263),a88_0x38557c(0x249),'skipLogcatCapture',a88_0x38557c(0x21b),a88_0x38557c(0x244),a88_0x38557c(0x222),'enforceAppInstall',a88_0x38557c(0x1f6),'webviewDevtoolsPort','enableWebviewDetailsCollection',a88_0x38557c(0x1ca),a88_0x38557c(0x25d),'bundleId',a88_0x38557c(0x1f0),a88_0x38557c(0x1e1),'locationServicesAuthorized','autoAcceptAlerts',a88_0x38557c(0x1ec),a88_0x38557c(0x254),a88_0x38557c(0x212),'safariInitialUrl',a88_0x38557c(0x1f8),a88_0x38557c(0x1d0),'safariOpenLinksInBackground',a88_0x38557c(0x1fc),a88_0x38557c(0x23a),a88_0x38557c(0x269),a88_0x38557c(0x202),a88_0x38557c(0x1f5),'sendKeyStrategy',a88_0x38557c(0x221),a88_0x38557c(0x228),a88_0x38557c(0x23f),'enableAsyncExecuteFromHttps','skipLogCapture','webkitDebugProxyPort',a88_0x38557c(0x21a),a88_0x38557c(0x25c),'webviewConnectRetries',a88_0x38557c(0x22f),'customSSLCert',a88_0x38557c(0x26d),a88_0x38557c(0x22e),a88_0x38557c(0x26e),a88_0x38557c(0x1e9),a88_0x38557c(0x225),a88_0x38557c(0x258),a88_0x38557c(0x1cc),a88_0x38557c(0x1dd),a88_0x38557c(0x262),a88_0x38557c(0x26c),'keychainPath',a88_0x38557c(0x24e),'wdaLaunchTimeout',a88_0x38557c(0x1eb),a88_0x38557c(0x22a),'xcodeSigningId','updatedWDABundleId',a88_0x38557c(0x20e),a88_0x38557c(0x250),a88_0x38557c(0x229),'wdaStartupRetryInterval',a88_0x38557c(0x272),a88_0x38557c(0x25f),a88_0x38557c(0x23c),a88_0x38557c(0x200),a88_0x38557c(0x20d),a88_0x38557c(0x276),a88_0x38557c(0x217),'ignoreHiddenApiPolicyError','mockLocationApp',a88_0x38557c(0x1d2),a88_0x38557c(0x256),a88_0x38557c(0x230)]);
1
+ function a89_0x5325(_0x3e64d3,_0x11bc3f){var _0xb509f7=a89_0xb509();return a89_0x5325=function(_0x532521,_0x4b3484){_0x532521=_0x532521-0x1c5;var _0x370535=_0xb509f7[_0x532521];return _0x370535;},a89_0x5325(_0x3e64d3,_0x11bc3f);}var a89_0x20806e=a89_0x5325;(function(_0x491358,_0x42fa07){var _0x32abf9=a89_0x5325,_0xd52b4e=_0x491358();while(!![]){try{var _0x20e632=-parseInt(_0x32abf9(0x248))/0x1+-parseInt(_0x32abf9(0x262))/0x2*(parseInt(_0x32abf9(0x254))/0x3)+-parseInt(_0x32abf9(0x27c))/0x4*(-parseInt(_0x32abf9(0x22d))/0x5)+parseInt(_0x32abf9(0x273))/0x6+parseInt(_0x32abf9(0x20c))/0x7*(-parseInt(_0x32abf9(0x205))/0x8)+parseInt(_0x32abf9(0x210))/0x9*(parseInt(_0x32abf9(0x225))/0xa)+-parseInt(_0x32abf9(0x23b))/0xb*(-parseInt(_0x32abf9(0x208))/0xc);if(_0x20e632===_0x42fa07)break;else _0xd52b4e['push'](_0xd52b4e['shift']());}catch(_0x5dbc01){_0xd52b4e['push'](_0xd52b4e['shift']());}}}(a89_0xb509,0x77f29),exports[a89_0x20806e(0x278)]=()=>{var _0x3460ca=a89_0x20806e,_0x242e32={};_0x242e32['FfEXy']='browserstack.user_name',_0x242e32[_0x3460ca(0x240)]=_0x3460ca(0x224),_0x242e32[_0x3460ca(0x1df)]='browserstack.access_key',_0x242e32[_0x3460ca(0x1e3)]='browserstack.accessKey',_0x242e32[_0x3460ca(0x211)]=_0x3460ca(0x26a),_0x242e32['WUBQD']=_0x3460ca(0x27a),_0x242e32['mKpOF']='browserstack.buildIdentifier',_0x242e32[_0x3460ca(0x1ff)]=_0x3460ca(0x269),_0x242e32[_0x3460ca(0x1d0)]=_0x3460ca(0x283),_0x242e32[_0x3460ca(0x1d2)]=_0x3460ca(0x247),_0x242e32[_0x3460ca(0x1e7)]=_0x3460ca(0x21f),_0x242e32[_0x3460ca(0x21d)]=_0x3460ca(0x24f),_0x242e32[_0x3460ca(0x1eb)]=_0x3460ca(0x1fe),_0x242e32['NmCnS']='browserstack.logLevel',_0x242e32[_0x3460ca(0x245)]=_0x3460ca(0x22e),_0x242e32[_0x3460ca(0x1d6)]=_0x3460ca(0x265);var _0x549b3a=_0x242e32,_0xb05091={};return _0xb05091['userName']=[_0x549b3a['FfEXy'],_0x549b3a[_0x3460ca(0x240)]],_0xb05091['accessKey']=[_0x549b3a[_0x3460ca(0x1df)],_0x549b3a[_0x3460ca(0x1e3)]],_0xb05091[_0x3460ca(0x244)]=[_0x549b3a[_0x3460ca(0x211)]],_0xb05091[_0x3460ca(0x221)]=[_0x549b3a['WUBQD']],_0xb05091[_0x3460ca(0x282)]=[_0x549b3a[_0x3460ca(0x255)]],_0xb05091['parallelsPerPlatform']=[_0x549b3a[_0x3460ca(0x1ff)],_0x549b3a[_0x3460ca(0x1d0)]],_0xb05091[_0x3460ca(0x1cd)]=[_0x549b3a['cMryX']],_0xb05091[_0x3460ca(0x25a)]=[_0x549b3a[_0x3460ca(0x1e7)]],_0xb05091['rerunTests']=[_0x549b3a[_0x3460ca(0x21d)]],_0xb05091[_0x3460ca(0x23d)]=[_0x549b3a[_0x3460ca(0x1eb)]],_0xb05091['logLevel']=[_0x549b3a[_0x3460ca(0x266)]],_0xb05091['automation']=[_0x549b3a[_0x3460ca(0x245)]],_0xb05091[_0x3460ca(0x250)]=[_0x549b3a[_0x3460ca(0x1d6)]],_0xb05091;},exports[a89_0x20806e(0x220)]=()=>{var _0x4ade0c=a89_0x20806e,_0x308416={};_0x308416[_0x4ade0c(0x227)]=_0x4ade0c(0x216),_0x308416[_0x4ade0c(0x1ef)]=_0x4ade0c(0x27d),_0x308416[_0x4ade0c(0x252)]='BROWSERSTACK_ACCESS_KEY',_0x308416[_0x4ade0c(0x261)]=_0x4ade0c(0x1ed),_0x308416[_0x4ade0c(0x276)]=_0x4ade0c(0x20b),_0x308416[_0x4ade0c(0x24e)]=_0x4ade0c(0x25e),_0x308416[_0x4ade0c(0x284)]=_0x4ade0c(0x212),_0x308416[_0x4ade0c(0x1fc)]=_0x4ade0c(0x20e),_0x308416[_0x4ade0c(0x24a)]=_0x4ade0c(0x1cb),_0x308416['IhKkM']=_0x4ade0c(0x259),_0x308416[_0x4ade0c(0x223)]='BROWSERSTACK_APP_ID',_0x308416['TVkVy']=_0x4ade0c(0x251),_0x308416[_0x4ade0c(0x25b)]=_0x4ade0c(0x25f),_0x308416[_0x4ade0c(0x246)]=_0x4ade0c(0x26f),_0x308416['ZyDqZ']=_0x4ade0c(0x226);var _0x278f78=_0x308416,_0x2c5c77={};return _0x2c5c77[_0x4ade0c(0x1ee)]=[_0x278f78['PxORJ'],_0x278f78[_0x4ade0c(0x1ef)]],_0x2c5c77[_0x4ade0c(0x217)]=[_0x278f78[_0x4ade0c(0x252)]],_0x2c5c77[_0x4ade0c(0x244)]=[_0x278f78[_0x4ade0c(0x261)]],_0x2c5c77[_0x4ade0c(0x221)]=[_0x278f78['VMsiR']],_0x2c5c77[_0x4ade0c(0x282)]=[_0x278f78[_0x4ade0c(0x24e)]],_0x2c5c77[_0x4ade0c(0x272)]=[_0x278f78['jMDEa']],_0x2c5c77[_0x4ade0c(0x1cd)]=[_0x278f78[_0x4ade0c(0x1fc)]],_0x2c5c77[_0x4ade0c(0x25a)]=[_0x278f78[_0x4ade0c(0x24a)]],_0x2c5c77[_0x4ade0c(0x1f5)]=[_0x278f78[_0x4ade0c(0x1c8)]],_0x2c5c77['app']=[_0x278f78['qUOzx'],_0x278f78[_0x4ade0c(0x1d4)]],_0x2c5c77[_0x4ade0c(0x27f)]=[_0x278f78['nuyJJ']],_0x2c5c77[_0x4ade0c(0x1fb)]=[_0x278f78[_0x4ade0c(0x246)]],_0x2c5c77['logDir']=[_0x278f78[_0x4ade0c(0x27e)]],_0x2c5c77;},exports[a89_0x20806e(0x1f0)]=()=>[a89_0x20806e(0x23e),a89_0x20806e(0x21b),'deviceName',a89_0x20806e(0x1e0),'app',a89_0x20806e(0x22b),a89_0x20806e(0x239),'locale',a89_0x20806e(0x234),a89_0x20806e(0x280),a89_0x20806e(0x1da),'fullReset','clearSystemFiles',a89_0x20806e(0x1d3),a89_0x20806e(0x238),a89_0x20806e(0x20a),'printPageSourceOnFindFailure',a89_0x20806e(0x1e1),a89_0x20806e(0x203),a89_0x20806e(0x1ce),a89_0x20806e(0x1f3),a89_0x20806e(0x231),a89_0x20806e(0x201),a89_0x20806e(0x1db),a89_0x20806e(0x214),a89_0x20806e(0x263),'androidDeviceReadyTimeout',a89_0x20806e(0x274),a89_0x20806e(0x23c),a89_0x20806e(0x1d7),a89_0x20806e(0x24d),a89_0x20806e(0x1fa),a89_0x20806e(0x1f7),a89_0x20806e(0x22f),'avdArgs','useKeystore',a89_0x20806e(0x235),a89_0x20806e(0x1cc),a89_0x20806e(0x228),a89_0x20806e(0x1f9),a89_0x20806e(0x1cf),a89_0x20806e(0x236),'chromedriverExecutableDir','chromedriverChromeMappingFile',a89_0x20806e(0x206),a89_0x20806e(0x20f),a89_0x20806e(0x270),'chromedriverDisableBuildCheck',a89_0x20806e(0x24b),a89_0x20806e(0x237),a89_0x20806e(0x1d9),'intentFlags','optionalIntentArguments',a89_0x20806e(0x222),a89_0x20806e(0x1ec),a89_0x20806e(0x21e),a89_0x20806e(0x229),'ignoreUnimportantViews',a89_0x20806e(0x1dd),'chromeOptions',a89_0x20806e(0x256),a89_0x20806e(0x207),a89_0x20806e(0x1f4),a89_0x20806e(0x264),a89_0x20806e(0x213),'isHeadless',a89_0x20806e(0x21c),'localeScript','skipDeviceInitialization',a89_0x20806e(0x1e8),a89_0x20806e(0x241),a89_0x20806e(0x24c),a89_0x20806e(0x1f8),a89_0x20806e(0x26d),'unlockType',a89_0x20806e(0x1c5),a89_0x20806e(0x1ea),'skipLogcatCapture',a89_0x20806e(0x1d8),a89_0x20806e(0x242),a89_0x20806e(0x232),'enforceAppInstall',a89_0x20806e(0x25c),a89_0x20806e(0x243),a89_0x20806e(0x281),a89_0x20806e(0x204),a89_0x20806e(0x27b),'bundleId',a89_0x20806e(0x1c7),a89_0x20806e(0x1e2),'locationServicesAuthorized',a89_0x20806e(0x275),a89_0x20806e(0x22c),a89_0x20806e(0x20d),a89_0x20806e(0x209),a89_0x20806e(0x1ca),a89_0x20806e(0x1e4),a89_0x20806e(0x21a),a89_0x20806e(0x1f6),'keepKeyChains',a89_0x20806e(0x22a),'processArguments',a89_0x20806e(0x249),a89_0x20806e(0x26b),'sendKeyStrategy','webkitResponseTimeout',a89_0x20806e(0x1de),a89_0x20806e(0x253),a89_0x20806e(0x218),'skipLogCapture',a89_0x20806e(0x1dc),a89_0x20806e(0x1c9),a89_0x20806e(0x260),a89_0x20806e(0x23f),'appName',a89_0x20806e(0x1e5),a89_0x20806e(0x1f1),'scaleFactor',a89_0x20806e(0x1d5),a89_0x20806e(0x1fd),a89_0x20806e(0x215),a89_0x20806e(0x267),a89_0x20806e(0x219),a89_0x20806e(0x230),a89_0x20806e(0x279),a89_0x20806e(0x257),a89_0x20806e(0x277),'useNewWDA',a89_0x20806e(0x200),a89_0x20806e(0x23a),a89_0x20806e(0x1e6),a89_0x20806e(0x268),a89_0x20806e(0x25d),a89_0x20806e(0x1f2),a89_0x20806e(0x202),'wdaStartupRetries',a89_0x20806e(0x1d1),a89_0x20806e(0x1c6),'maxTypingFrequency',a89_0x20806e(0x26c),'useCarthageSsl',a89_0x20806e(0x258),a89_0x20806e(0x26e),a89_0x20806e(0x1e9),a89_0x20806e(0x271),'mockLocationApp',a89_0x20806e(0x233),'logcatFilterSpecs','allowDelayAdb']);function a89_0xb509(){var _0x5d9605=['browserstack.local','926315ftJIdZ','interKeyDelay','NCpox','autoWebviewTimeout','systemPort','androidInstallPath','wvAsW','browserstack.rerunTests','logDir','BROWSERSTACK_APP','StkPV','remoteDebugProxy','2418147oFYXRg','mKpOF','recreateChromeDriverSessions','webDriverAgentUrl','shouldUseSingletonTestManager','BROWSERSTACK_RERUN_TESTS','localIdentifier','nuyJJ','ensureWebviewsHavePages','updatedWDABundleId','BROWSERSTACK_BUILD_IDENTIFIER','BROWSERSTACK_OBSERVABILITY_DEBUG','waitForAppScript','dNYDB','2TrcJRq','androidCoverageEndIntent','networkSpeed','browserstack.logDir','NmCnS','xcodeConfigFile','xcodeSigningId','browserstack.ppp','browserstack.buildName','showIOSLog','simpleIsVisibleCheck','skipUnlock','startIWDP','BROWSERSTACK_AUTOMATION','chromedriverPorts','ignoreHiddenApiPolicyError','parallelsPerPlatform','1492488DfOkza','adbPort','autoAcceptAlerts','VMsiR','keychainPath','CLICapsMapping','preventWDAAttachments','browserstack.projectName','calendarFormat','1108aIrUeW','BROWSERSTACK_USER_NAME','ZyDqZ','logLevel','autoWebview','enableWebviewDetailsCollection','buildIdentifier','browserstack.parallelsPerPlatform','jMDEa','unlockKey','connectHardwareKeyboard','launchTimeout','IhKkM','fullContextList','safariInitialUrl','BROWSERSTACK_LOCAL_IDENTIFIER','keystorePassword','browserstackLocal','appWaitActivity','chromedriverExecutable','PrgiV','wdaStartupRetryInterval','cMryX','eventTimings','TVkVy','wdaLocalPort','OBMyg','androidInstallTimeout','uninstallOtherPackages','intentCategory','noReset','allowTestPackages','webkitDebugProxyPort','disableAndroidWatchers','screenshotWaitTimeout','istLQ','newCommandTimeout','appActivity','locationServicesEnabled','VpUUm','safariAllowPopups','customSSLCert','xcodeOrgId','rrfKS','autoGrantPermissions','allowTouchIdEnroll','autoLaunch','pKlxt','unicodeKeyboard','BROWSERSTACK_BUILD_NAME','userName','vErwI','AppiumCaps','tapWithShortPressDuration','resetOnSessionStartOnly','appWaitPackage','androidScreenshotPath','rerunTests','safariOpenLinksInBackground','avdLaunchTimeout','remoteAdbHost','keyPassword','avd','automation','OpSLn','showXcodeLog','browserstack.app','CYNJv','wdaLaunchTimeout','deviceReadyTimeout','commandTimeouts','appPackage','remoteAppsCacheLimit','8BdVrXJ','chromedriverUseSystemExecutable','nativeWebScreenshot','12fVqWYH','nativeWebTap','otherApps','BROWSERSTACK_PROJECT_NAME','4456879gAOYCe','nativeInstrumentsLib','BROWSERSTACK_LOCAL','chromedriverPort','4419477sUAKaQ','LRkgX','BROWSERSTACK_PARALLELS_PER_PLATFORM','gpsEnabled','androidCoverage','iosInstallPause','BROWSERSTACK_USERNAME','accessKey','enableAsyncExecuteFromHttps','keychainPassword','safariIgnoreFraudWarning','platformVersion','adbExecTimeout','qdGpY','resetKeyboard','browserstack.localIdentifier','EnvCapsMapping','projectName','dontStopAppOnReset','qUOzx','browserstack.userName','20PjHzQN','BROWSERSTACK_LOG_DIR','PxORJ','keyAlias','noSign','localizableStringsDir','udid','autoDismissAlerts','10955eREFkq','browserstack.automation','avdReadyTimeout','usePrebuiltWDA','appWaitDuration','buildToolsVersion','logcatFormat','orientation','keystorePath','chromedriverArgs','intentAction','enablePerformanceLogging','language','wdaConnectionTimeout','11248655NeZEkp','androidDeviceSocket','app','automationName','webviewConnectRetries','LkXzy','androidNaturalOrientation','disableWindowAnimation','webviewDevtoolsPort','buildName','auVcU','ZFSdj'];a89_0xb509=function(){return _0x5d9605;};return a89_0xb509();}
@@ -1 +1 @@
1
- var a89_0x425c18=a89_0x5902;function a89_0x5902(_0x3de0f4,_0x519ade){var _0x38ca98=a89_0x38ca();return a89_0x5902=function(_0x59027c,_0x1994d8){_0x59027c=_0x59027c-0x196;var _0x472449=_0x38ca98[_0x59027c];return _0x472449;},a89_0x5902(_0x3de0f4,_0x519ade);}(function(_0x529b97,_0x5f3f3c){var _0x4ac633=a89_0x5902,_0x13aa2c=_0x529b97();while(!![]){try{var _0x288b87=parseInt(_0x4ac633(0x1a3))/0x1*(parseInt(_0x4ac633(0x197))/0x2)+parseInt(_0x4ac633(0x19a))/0x3*(-parseInt(_0x4ac633(0x19c))/0x4)+parseInt(_0x4ac633(0x198))/0x5+-parseInt(_0x4ac633(0x19b))/0x6*(parseInt(_0x4ac633(0x1a2))/0x7)+-parseInt(_0x4ac633(0x196))/0x8+parseInt(_0x4ac633(0x19f))/0x9*(-parseInt(_0x4ac633(0x19e))/0xa)+-parseInt(_0x4ac633(0x199))/0xb*(-parseInt(_0x4ac633(0x1a1))/0xc);if(_0x288b87===_0x5f3f3c)break;else _0x13aa2c['push'](_0x13aa2c['shift']());}catch(_0x59022f){_0x13aa2c['push'](_0x13aa2c['shift']());}}}(a89_0x38ca,0xc8ce0),exports[a89_0x425c18(0x19d)]=a89_0x425c18(0x1a0));function a89_0x38ca(){var _0x42c39d=['38356FaQKpo','BROWSERSTACK_GRR_US_HUB_URL','5002190wsEkXg','9FSlPZJ','https://hub-use-only.browserstack.com/wd/hub','108RtlDRF','6453811SBDzzV','227316QjHSfO','10843424LbFuUq','12OvXBVC','1541320lhMYgq','3165063LNNpZZ','207LxfDgW','6dGoXTw'];a89_0x38ca=function(){return _0x42c39d;};return a89_0x38ca();}
1
+ function a90_0x143f(_0xa1b1b6,_0x2b32ff){var _0x58eba6=a90_0x58eb();return a90_0x143f=function(_0x143f93,_0x47f988){_0x143f93=_0x143f93-0x1e0;var _0x2024ca=_0x58eba6[_0x143f93];return _0x2024ca;},a90_0x143f(_0xa1b1b6,_0x2b32ff);}function a90_0x58eb(){var _0xc03394=['5EcQVyg','2531187isoNvS','32ylCoqn','12EmQMwm','64996ApIyhk','524904pUrQkP','https://hub-use-only.browserstack.com/wd/hub','33elDgWJ','3210370tmFDwb','54912nyJMna','324877vznLhN','910028IOsTtl'];a90_0x58eb=function(){return _0xc03394;};return a90_0x58eb();}var a90_0xc4ebfb=a90_0x143f;(function(_0x582d27,_0x1330e9){var _0x16af9a=a90_0x143f,_0x1cf142=_0x582d27();while(!![]){try{var _0x80034e=-parseInt(_0x16af9a(0x1ea))/0x1+parseInt(_0x16af9a(0x1e5))/0x2*(parseInt(_0x16af9a(0x1e4))/0x3)+parseInt(_0x16af9a(0x1e0))/0x4*(-parseInt(_0x16af9a(0x1e1))/0x5)+-parseInt(_0x16af9a(0x1e6))/0x6+-parseInt(_0x16af9a(0x1eb))/0x7*(parseInt(_0x16af9a(0x1e3))/0x8)+-parseInt(_0x16af9a(0x1e2))/0x9+-parseInt(_0x16af9a(0x1e9))/0xa*(-parseInt(_0x16af9a(0x1e8))/0xb);if(_0x80034e===_0x1330e9)break;else _0x1cf142['push'](_0x1cf142['shift']());}catch(_0x5b13d0){_0x1cf142['push'](_0x1cf142['shift']());}}}(a90_0x58eb,0x3e939),exports['BROWSERSTACK_GRR_US_HUB_URL']=a90_0xc4ebfb(0x1e7));
@@ -1 +1 @@
1
- function a90_0x33b8(_0x20bcd7,_0x4093da){var _0x79642c=a90_0x7964();return a90_0x33b8=function(_0x33b8d0,_0x472634){_0x33b8d0=_0x33b8d0-0xb7;var _0x2bc5c7=_0x79642c[_0x33b8d0];return _0x2bc5c7;},a90_0x33b8(_0x20bcd7,_0x4093da);}var a90_0x3df183=a90_0x33b8;function a90_0x7964(){var _0x1c8e4d=['4932288AOXcZx','735DnJRjr','10HnWsKI','nKpqb','2420zEdqvA','867528tiJGjy','1594878CDmwAV','a11y_scanner','14eCfhTn','18847DWDqBj','143WDvRAP','central_scanner_log','6772bctgAF','env','1370OYGYcr','A11Y_SCAN_RESULT','setCentralScannerData','parse','756416TzSlhU'];a90_0x7964=function(){return _0x1c8e4d;};return a90_0x7964();}(function(_0x559a14,_0x37e93c){var _0x4bad53=a90_0x33b8,_0x160659=_0x559a14();while(!![]){try{var _0x24bebc=parseInt(_0x4bad53(0xc4))/0x1+parseInt(_0x4bad53(0xbf))/0x2*(-parseInt(_0x4bad53(0xbc))/0x3)+parseInt(_0x4bad53(0xc7))/0x4*(-parseInt(_0x4bad53(0xc9))/0x5)+parseInt(_0x4bad53(0xc1))/0x6*(parseInt(_0x4bad53(0xc3))/0x7)+parseInt(_0x4bad53(0xba))/0x8+parseInt(_0x4bad53(0xbb))/0x9*(-parseInt(_0x4bad53(0xbd))/0xa)+parseInt(_0x4bad53(0xc5))/0xb*(parseInt(_0x4bad53(0xc0))/0xc);if(_0x24bebc===_0x37e93c)break;else _0x160659['push'](_0x160659['shift']());}catch(_0x34377c){_0x160659['push'](_0x160659['shift']());}}}(a90_0x7964,0x43803),exports[a90_0x3df183(0xb8)]=(_0x152749,_0x125151,_0x3e5b1d)=>{var _0x144ab3=a90_0x3df183,_0x291798={'nKpqb':function(_0x3ec4aa,_0xfdb04a){return _0x3ec4aa(_0xfdb04a);},'TUonG':function(_0x225fa6,_0x2fa01f){return _0x225fa6||_0x2fa01f;}};_0x152749[_0x144ab3(0xc6)]={'http_code':_0x291798[_0x144ab3(0xbe)](String,_0x125151)||null,'redirect_url':_0x291798['TUonG'](_0x3e5b1d,null),'token':process[_0x144ab3(0xc8)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process[_0x144ab3(0xc8)][_0x144ab3(0xb7)]&&(_0x152749[_0x144ab3(0xc6)][_0x144ab3(0xc2)]=JSON[_0x144ab3(0xb9)](process['env'][_0x144ab3(0xb7)])||null);});
1
+ (function(_0xfca96d,_0x35c01a){var _0x1fa542=a91_0x3443,_0x2d2f9e=_0xfca96d();while(!![]){try{var _0xed60ab=-parseInt(_0x1fa542(0x17b))/0x1*(parseInt(_0x1fa542(0x171))/0x2)+-parseInt(_0x1fa542(0x177))/0x3+parseInt(_0x1fa542(0x174))/0x4+parseInt(_0x1fa542(0x172))/0x5*(-parseInt(_0x1fa542(0x176))/0x6)+parseInt(_0x1fa542(0x179))/0x7+parseInt(_0x1fa542(0x173))/0x8*(parseInt(_0x1fa542(0x16f))/0x9)+parseInt(_0x1fa542(0x16d))/0xa;if(_0xed60ab===_0x35c01a)break;else _0x2d2f9e['push'](_0x2d2f9e['shift']());}catch(_0x24e56d){_0x2d2f9e['push'](_0x2d2f9e['shift']());}}}(a91_0x12b0,0x351d8),exports['setCentralScannerData']=(_0x2a9397,_0x1b46ae,_0x433b30)=>{var _0x22d19b=a91_0x3443,_0x5b8b43={'BxeJL':function(_0x55ad00,_0x45e2c9){return _0x55ad00(_0x45e2c9);},'INaZp':function(_0x5a035e,_0x4a190a){return _0x5a035e||_0x4a190a;}};_0x2a9397['central_scanner_log']={'http_code':_0x5b8b43['BxeJL'](String,_0x1b46ae)||null,'redirect_url':_0x5b8b43[_0x22d19b(0x175)](_0x433b30,null),'token':process['env'][_0x22d19b(0x16e)]||null},process[_0x22d19b(0x17a)][_0x22d19b(0x170)]&&(_0x2a9397['central_scanner_log'][_0x22d19b(0x178)]=JSON[_0x22d19b(0x16c)](process[_0x22d19b(0x17a)][_0x22d19b(0x170)])||null);});function a91_0x3443(_0x20b5de,_0x3944c6){var _0x12b027=a91_0x12b0();return a91_0x3443=function(_0x3443a9,_0x524d1a){_0x3443a9=_0x3443a9-0x16c;var _0x29939c=_0x12b027[_0x3443a9];return _0x29939c;},a91_0x3443(_0x20b5de,_0x3944c6);}function a91_0x12b0(){var _0x38d04b=['1070UQYxZs','parse','10517970whuWeI','BROWSERSTACK_CENTRAL_SCANNER_JWT','9CsYEnX','A11Y_SCAN_RESULT','806HukUfo','5BAUVQt','1013832yJNoKg','618092noPyEd','INaZp','2143806SaqqbZ','997176PSVuwh','a11y_scanner','37898ApHOfP','env'];a91_0x12b0=function(){return _0x38d04b;};return a91_0x12b0();}
@@ -1 +1 @@
1
- const a91_0x3eb794=a91_0x4109;function a91_0x4109(_0x13fa40,_0x12ab43){const _0x84eae0=a91_0x84ea();return a91_0x4109=function(_0x41094f,_0x59aa5a){_0x41094f=_0x41094f-0xca;let _0x53eee6=_0x84eae0[_0x41094f];return _0x53eee6;},a91_0x4109(_0x13fa40,_0x12ab43);}(function(_0xc1888c,_0x17926c){const _0x3cf918=a91_0x4109,_0x4115e3=_0xc1888c();while(!![]){try{const _0x569644=-parseInt(_0x3cf918(0xd0))/0x1*(parseInt(_0x3cf918(0xd2))/0x2)+-parseInt(_0x3cf918(0xda))/0x3+-parseInt(_0x3cf918(0xca))/0x4*(parseInt(_0x3cf918(0xd4))/0x5)+-parseInt(_0x3cf918(0xd7))/0x6+-parseInt(_0x3cf918(0xcb))/0x7+-parseInt(_0x3cf918(0xd1))/0x8+-parseInt(_0x3cf918(0xd3))/0x9*(-parseInt(_0x3cf918(0xd5))/0xa);if(_0x569644===_0x17926c)break;else _0x4115e3['push'](_0x4115e3['shift']());}catch(_0x3d769b){_0x4115e3['push'](_0x4115e3['shift']());}}}(a91_0x84ea,0xcab57));const logger=require('./logger.js')[a91_0x3eb794(0xd9)];function createClassLogger(_0x25d433){const _0x58766b=a91_0x3eb794;return{'info':(_0x4a4dd8,..._0x4ad980)=>logger[_0x58766b(0xce)]('['+_0x25d433+']\x20'+_0x4a4dd8,..._0x4ad980),'debug':(_0x5d631c,..._0x31c45a)=>logger[_0x58766b(0xd6)]('['+_0x25d433+']\x20'+_0x5d631c,..._0x31c45a),'warn':(_0x3e096e,..._0x8ea1e1)=>logger['warn']('['+_0x25d433+']\x20'+_0x3e096e,..._0x8ea1e1),'error':(_0x112096,..._0x1bc0aa)=>logger[_0x58766b(0xd8)]('['+_0x25d433+']\x20'+_0x112096,..._0x1bc0aa),'verbose':(_0x341e0c,..._0x4c4267)=>logger[_0x58766b(0xcf)]('['+_0x25d433+']\x20'+_0x341e0c,..._0x4c4267)};}function a91_0x84ea(){const _0x46c023=['10xUCsOK','debug','822636xZVjWJ','error','winstonLogger','1679241udgWPS','243836zfLgIZ','3284078xqBOqf','createClassLogger','exports','info','verbose','1491491YQXXov','5328120eebMoR','2xClRne','52197309bzyIOm','135KJcVue'];a91_0x84ea=function(){return _0x46c023;};return a91_0x84ea();}const a91_0x49ec5e={};a91_0x49ec5e[a91_0x3eb794(0xcc)]=createClassLogger,module[a91_0x3eb794(0xcd)]=a91_0x49ec5e;
1
+ const a92_0x5e2380=a92_0x44ce;(function(_0x2e4057,_0x2f5c40){const _0x37a5a8=a92_0x44ce,_0x23ac7e=_0x2e4057();while(!![]){try{const _0x64cd4=parseInt(_0x37a5a8(0x186))/0x1*(-parseInt(_0x37a5a8(0x18b))/0x2)+-parseInt(_0x37a5a8(0x188))/0x3+parseInt(_0x37a5a8(0x193))/0x4+parseInt(_0x37a5a8(0x189))/0x5*(-parseInt(_0x37a5a8(0x192))/0x6)+-parseInt(_0x37a5a8(0x194))/0x7*(parseInt(_0x37a5a8(0x190))/0x8)+-parseInt(_0x37a5a8(0x18a))/0x9+-parseInt(_0x37a5a8(0x18c))/0xa*(-parseInt(_0x37a5a8(0x191))/0xb);if(_0x64cd4===_0x2f5c40)break;else _0x23ac7e['push'](_0x23ac7e['shift']());}catch(_0x157bd9){_0x23ac7e['push'](_0x23ac7e['shift']());}}}(a92_0x33df,0x8bf01));function a92_0x33df(){const _0x58de0e=['error','3139656AZObDu','5wQYjEL','4424274dEYequ','2002524gpgiwo','4690390hLKeyX','./logger.js','createClassLogger','warn','8jzuxkc','77FseUJi','3133902dcZCFX','1545192sWbfhd','242683OLPAAN','winstonLogger','info','1raKBeZ'];a92_0x33df=function(){return _0x58de0e;};return a92_0x33df();}const logger=require(a92_0x5e2380(0x18d))[a92_0x5e2380(0x184)];function a92_0x44ce(_0x38c180,_0x4e707e){const _0x33dff8=a92_0x33df();return a92_0x44ce=function(_0x44ce6c,_0x2ba7ad){_0x44ce6c=_0x44ce6c-0x184;let _0x4b57b8=_0x33dff8[_0x44ce6c];return _0x4b57b8;},a92_0x44ce(_0x38c180,_0x4e707e);}function createClassLogger(_0x1d19a0){const _0x3df65c=a92_0x5e2380;return{'info':(_0x56fce2,..._0x39fa3e)=>logger[_0x3df65c(0x185)]('['+_0x1d19a0+']\x20'+_0x56fce2,..._0x39fa3e),'debug':(_0x79c7e1,..._0x5859fb)=>logger['debug']('['+_0x1d19a0+']\x20'+_0x79c7e1,..._0x5859fb),'warn':(_0x299a51,..._0x43c0a8)=>logger[_0x3df65c(0x18f)]('['+_0x1d19a0+']\x20'+_0x299a51,..._0x43c0a8),'error':(_0x280256,..._0x44a56b)=>logger[_0x3df65c(0x187)]('['+_0x1d19a0+']\x20'+_0x280256,..._0x44a56b),'verbose':(_0x51447b,..._0xbc5082)=>logger['verbose']('['+_0x1d19a0+']\x20'+_0x51447b,..._0xbc5082)};}const a92_0x3a2603={};a92_0x3a2603[a92_0x5e2380(0x18e)]=createClassLogger,module['exports']=a92_0x3a2603;
@@ -1 +1 @@
1
- var a92_0xf7f63e=a92_0x1ce2;function a92_0x1ce2(_0x1cb88f,_0x1f1b1d){var _0x3796d4=a92_0x3796();return a92_0x1ce2=function(_0x1ce261,_0x36fc71){_0x1ce261=_0x1ce261-0xe4;var _0x130157=_0x3796d4[_0x1ce261];return _0x130157;},a92_0x1ce2(_0x1cb88f,_0x1f1b1d);}(function(_0x289272,_0x34d619){var _0x439d90=a92_0x1ce2,_0x57d510=_0x289272();while(!![]){try{var _0x34cfbc=parseInt(_0x439d90(0xeb))/0x1*(parseInt(_0x439d90(0xe7))/0x2)+-parseInt(_0x439d90(0xe6))/0x3+parseInt(_0x439d90(0xf0))/0x4*(-parseInt(_0x439d90(0xec))/0x5)+parseInt(_0x439d90(0xef))/0x6+-parseInt(_0x439d90(0xe9))/0x7*(-parseInt(_0x439d90(0xea))/0x8)+-parseInt(_0x439d90(0xe5))/0x9+parseInt(_0x439d90(0xee))/0xa;if(_0x34cfbc===_0x34d619)break;else _0x57d510['push'](_0x57d510['shift']());}catch(_0x3d7065){_0x57d510['push'](_0x57d510['shift']());}}}(a92_0x3796,0x494ee));class Global{static [a92_0xf7f63e(0xe8)];constructor(){var _0x422616=a92_0xf7f63e;if(Global[_0x422616(0xe8)])return Global[_0x422616(0xe8)];this['browserStackGlobals']=global,Global[_0x422616(0xe8)]=this;}[a92_0xf7f63e(0xed)](_0x1d2d89,_0x372116){this['browserStackGlobals'][_0x1d2d89]=_0x372116;}['getGlobal'](_0x5d5fdd){return this['browserStackGlobals'][_0x5d5fdd];}}function a92_0x3796(){var _0x51aacb=['57086otDopH','__instance','3711533nDWSjD','8EYNiOS','9dhuqbc','5OeOfmB','setGlobal','2442510ZnRGMZ','97050xAxCvo','580628xjPEcW','exports','3320136grAeHg','699603CdafrW'];a92_0x3796=function(){return _0x51aacb;};return a92_0x3796();}module[a92_0xf7f63e(0xe4)]=new Global();
1
+ var a93_0x1f2b9c=a93_0x1a38;(function(_0x3fab35,_0x189c26){var _0x343217=a93_0x1a38,_0x4b50eb=_0x3fab35();while(!![]){try{var _0x5ad21a=parseInt(_0x343217(0xa8))/0x1+-parseInt(_0x343217(0xab))/0x2*(-parseInt(_0x343217(0xa9))/0x3)+parseInt(_0x343217(0xa7))/0x4+parseInt(_0x343217(0xa6))/0x5+-parseInt(_0x343217(0xa3))/0x6+-parseInt(_0x343217(0xa1))/0x7+parseInt(_0x343217(0xaa))/0x8;if(_0x5ad21a===_0x189c26)break;else _0x4b50eb['push'](_0x4b50eb['shift']());}catch(_0x1b148b){_0x4b50eb['push'](_0x4b50eb['shift']());}}}(a93_0x3b64,0x9794b));function a93_0x3b64(){var _0x4fa7f2=['__instance','3895985PnZeWB','1219444GExAja','482886LPkTBy','372615TwBDxK','1022152ABvtpi','14hydcxi','browserStackGlobals','getGlobal','6844173aoHnpo','exports','5793204twKSvI','setGlobal'];a93_0x3b64=function(){return _0x4fa7f2;};return a93_0x3b64();}class Global{static [a93_0x1f2b9c(0xa5)];constructor(){var _0x1e5147=a93_0x1f2b9c;if(Global[_0x1e5147(0xa5)])return Global[_0x1e5147(0xa5)];this[_0x1e5147(0x9f)]=global,Global[_0x1e5147(0xa5)]=this;}[a93_0x1f2b9c(0xa4)](_0x51b9ad,_0x12e664){var _0x2c0f22=a93_0x1f2b9c;this[_0x2c0f22(0x9f)][_0x51b9ad]=_0x12e664;}[a93_0x1f2b9c(0xa0)](_0x17a241){return this['browserStackGlobals'][_0x17a241];}}function a93_0x1a38(_0x45d0ca,_0x38dd53){var _0x3b6423=a93_0x3b64();return a93_0x1a38=function(_0x1a3870,_0x5c0c6f){_0x1a3870=_0x1a3870-0x9f;var _0x43b4a8=_0x3b6423[_0x1a3870];return _0x43b4a8;},a93_0x1a38(_0x45d0ca,_0x38dd53);}module[a93_0x1f2b9c(0xa2)]=new Global();