browserstack-node-sdk 1.37.0 → 1.38.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) 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 +66 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test_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 -1
  158. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  159. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  160. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  161. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  162. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  163. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  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
@@ -1 +1 @@
1
- const a83_0x2b8c6c=a83_0x53f2;function a83_0x53f2(_0x3e32ab,_0x34f421){const _0x3ad72c=a83_0x3ad7();return a83_0x53f2=function(_0x53f209,_0x4699d2){_0x53f209=_0x53f209-0x1e1;let _0xb82bfd=_0x3ad72c[_0x53f209];return _0xb82bfd;},a83_0x53f2(_0x3e32ab,_0x34f421);}function a83_0x3ad7(){const _0x28dbd6=['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','xNdup','2061612fFKFna','createAccessibilityTestRun','winstonLogger','isUndefined','OtMIC','accessibilityToken','clNxT','performScan','Invalid\x20configuration\x20passed.','JGjaI','CDKLD','getBrowserVersion','toJson','Performing\x20scan\x20before\x20getting\x20results\x20summary','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','isArray','tIFua','rIAJW','length','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','includes','getAgentVersion','QMVzD','stopAccessibilityTestRun','success','scannerVersion','message','GET_RESULTS','650596SnScmP','PWvOY','wlVeT','vBCkL','false','Invalid\x20request:\x20','cwd','ouepd','UUzBw','shouldScanTestForAccessibility','./scripts','YJhHh','Content-Type','getUserName','OZbWK','GET_RESULTS_SUMMARY','PUT','a11y:start','script','status','browserstackSessionName','accessibility','getAccessibilityResultsSummary','cdlym','../performance/constants','../performance/performance-tester','isBrowserStackCommandExecutor','BxJdM','vfqWO','Authorization','executeAsyncScript','statusText','getTestFrameworkDetails','BxiVL','some','info','No\x20accessibility\x20summary\x20was\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getResultsSummary','BS_A11Y_JWT','1067231MIoCBD','62430mRQJIw','GIBLO','IaXMB','test_runs/stop','1802202uxGWpj','application/json','ZcAkY','yDtii','buildDescription','112ynGiqW','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','checkAccessibilityPlatformConfig','isAccessibilityPlatform','cTOio','cBxUn','getPlatformVersion','toISOString','ghmtg','user','data','platforms','33puRKbu','190HLOzwP','getHostInfo','stringify','fdqVr','isAccessibilityAutomationSession','auth','YeMlX','JoGpW','10OUJlMt','UGyFY','sDeTO','projectName','fetchPlatformDetails','response','getAccessKey','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','string','json','nodeRequest','cwJpR','includeTagsInTestingScope','../helper','warn','CSdxF','FKOhg','pass','getGlobal','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','vqOcZ','body','ZACqE','basename','debug','2529JjBPGe','excludeTagsInTestingScope','atKHQ','getCiInfo','path','vcfgx','331700oHEDHU','ngbcr','stack','POST','method','env','isTrue','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','../globals','Build\x20creation\x20had\x20failed.','playwright','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','PERFORM_SCAN','bstackA11yShouldScan','daOyE','getResults','ewiwt','errors','getPlatform','oYHGg','tThFx','BArTD','YHURG','lCzeu','parseFromJson','vyAGT','assign','getPackageVersion','resolve','format','v2/test_runs','urUWl','join','getAccessibilityResults','headers','parse','SsLFo','measureWrapper','./constants','error','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.'];a83_0x3ad7=function(){return _0x28dbd6;};return a83_0x3ad7();}(function(_0x25a318,_0x1726ef){const _0x1811bf=a83_0x53f2,_0x368a27=_0x25a318();while(!![]){try{const _0x287459=-parseInt(_0x1811bf(0x1f8))/0x1+parseInt(_0x1811bf(0x268))/0x2*(-parseInt(_0x1811bf(0x27e))/0x3)+parseInt(_0x1811bf(0x23f))/0x4*(-parseInt(_0x1811bf(0x287))/0x5)+-parseInt(_0x1811bf(0x26c))/0x6+-parseInt(_0x1811bf(0x223))/0x7+-parseInt(_0x1811bf(0x271))/0x8*(parseInt(_0x1811bf(0x1f2))/0x9)+parseInt(_0x1811bf(0x27f))/0xa*(parseInt(_0x1811bf(0x267))/0xb);if(_0x287459===_0x1726ef)break;else _0x368a27['push'](_0x368a27['shift']());}catch(_0x2ac353){_0x368a27['push'](_0x368a27['shift']());}}}(a83_0x3ad7,0x3b9fb));const path=require(a83_0x2b8c6c(0x1f6)),util=require('util'),bsSetupHelper=require(a83_0x2b8c6c(0x1e6)),logger=require('../logger')[a83_0x2b8c6c(0x225)],{API_URL}=require(a83_0x2b8c6c(0x21e)),PerformanceTester=require(a83_0x2b8c6c(0x258)),scripts=require(a83_0x2b8c6c(0x249)),globals=require(a83_0x2b8c6c(0x200)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a83_0x2b8c6c(0x257));exports[a83_0x2b8c6c(0x28b)]=async _0xdec3a0=>{const _0x35b995=a83_0x2b8c6c,_0x3c402f={};_0x3c402f['rIAJW']=function(_0x3d0dc7,_0x25fb61){return _0x3d0dc7===_0x25fb61;},_0x3c402f[_0x35b995(0x288)]='browserstack';const _0x36093e=_0x3c402f;let _0x3421bf={};try{const _0x5f2655=await _0xdec3a0['getCapabilities']();_0x3421bf={'os_name':_0x5f2655[_0x35b995(0x20a)](),'os_version':bsSetupHelper[_0x35b995(0x278)](_0x36093e[_0x35b995(0x234)](global['__cloud_provider___'],_0x36093e[_0x35b995(0x288)])),'browser_name':_0x5f2655['getBrowserName'](),'browser_version':_0x5f2655[_0x35b995(0x22e)]()};}catch(_0x585180){logger[_0x35b995(0x1f1)](_0x35b995(0x231)+_0x585180);}return _0x3421bf;},exports[a83_0x2b8c6c(0x283)]=()=>{const _0x3c6c28=a83_0x2b8c6c,_0x44ca5e={};_0x44ca5e[_0x3c6c28(0x269)]=function(_0x2de15a,_0x4f3fb9){return _0x2de15a===_0x4f3fb9;},_0x44ca5e[_0x3c6c28(0x286)]='string',_0x44ca5e['daOyE']=function(_0x13957e,_0x3bb6c8){return _0x13957e>_0x3bb6c8;},_0x44ca5e[_0x3c6c28(0x1e8)]=function(_0x5ef03a,_0x328bb4){return _0x5ef03a!==_0x328bb4;},_0x44ca5e['sDeTO']='null',_0x44ca5e[_0x3c6c28(0x240)]=function(_0x3f9f8f,_0x4bae3){return _0x3f9f8f&&_0x4bae3;};const _0x1cfac9=_0x44ca5e;try{if(!bsSetupHelper['isBrowserstackInfra']())return![];const _0x49458e=bsSetupHelper[_0x3c6c28(0x1fe)](process[_0x3c6c28(0x1fd)][_0x3c6c28(0x264)])||bsSetupHelper[_0x3c6c28(0x1fe)](process[_0x3c6c28(0x1fd)][_0x3c6c28(0x236)]),_0x22b5b5=_0x1cfac9['GIBLO'](typeof process[_0x3c6c28(0x1fd)][_0x3c6c28(0x266)],_0x1cfac9['JoGpW'])&&_0x1cfac9[_0x3c6c28(0x206)](process[_0x3c6c28(0x1fd)][_0x3c6c28(0x266)][_0x3c6c28(0x235)],0x0)&&_0x1cfac9['CSdxF'](process[_0x3c6c28(0x1fd)][_0x3c6c28(0x266)],_0x1cfac9[_0x3c6c28(0x289)]);return _0x1cfac9['PWvOY'](_0x49458e,_0x22b5b5);}catch(_0x814a6a){logger['debug'](_0x3c6c28(0x1ec)+_0x814a6a);}return![];},exports[a83_0x2b8c6c(0x248)]=(_0x456dae=null,_0x45c48f=!![],_0x58fa6a=[])=>{const _0x172be1=a83_0x2b8c6c,_0x150812={};_0x150812[_0x172be1(0x25b)]=function(_0x1adda0,_0x18f5c9){return _0x1adda0==_0x18f5c9;},_0x150812['BArTD']=function(_0x557318,_0x4c099c){return _0x557318>_0x4c099c;},_0x150812[_0x172be1(0x241)]=function(_0x379865,_0xf794b9){return _0x379865===_0xf794b9;},_0x150812[_0x172be1(0x239)]=function(_0x1a8b9e,_0x5678b2){return _0x1a8b9e&&_0x5678b2;},_0x150812[_0x172be1(0x256)]=function(_0x466587,_0x35bff1){return _0x466587&&_0x35bff1;};const _0x3374d7=_0x150812;if(_0x3374d7[_0x172be1(0x25b)](process[_0x172be1(0x1fd)][_0x172be1(0x221)],null))return!![];try{const _0x4dbdb9=JSON[_0x172be1(0x21b)](process[_0x172be1(0x1fd)][_0x172be1(0x221)]),_0x432083=Array[_0x172be1(0x232)](_0x4dbdb9[_0x172be1(0x1e5)])?_0x4dbdb9['includeTagsInTestingScope']:[],_0x377532=Array['isArray'](_0x4dbdb9['excludeTagsInTestingScope'])?_0x4dbdb9[_0x172be1(0x1f3)]:[];if(bsSetupHelper['isUndefined'](_0x456dae)){if(_0x3374d7[_0x172be1(0x20d)](_0x58fa6a[_0x172be1(0x235)],0x0)){const _0x290566=_0x377532[_0x172be1(0x261)](_0x50c553=>_0x58fa6a['includes'](_0x50c553)),_0x36a0fc=_0x3374d7['wlVeT'](_0x432083[_0x172be1(0x235)],0x0)||_0x432083[_0x172be1(0x261)](_0x3c3ca3=>_0x58fa6a['includes'](_0x3c3ca3));return _0x3374d7['QMVzD'](!_0x290566,_0x36a0fc);}return!![];}let _0x34bb6c;_0x45c48f?_0x34bb6c=_0x456dae[_0x172be1(0x218)]('/'):_0x34bb6c=_0x456dae;const _0x2baa49=_0x377532[_0x172be1(0x261)](_0x4c8ab1=>_0x34bb6c['includes'](_0x4c8ab1)),_0x339bb8=_0x3374d7[_0x172be1(0x241)](_0x432083['length'],0x0)||_0x432083['some'](_0x414d73=>_0x34bb6c[_0x172be1(0x237)](_0x414d73));return _0x3374d7[_0x172be1(0x256)](!_0x2baa49,_0x339bb8);}catch(_0x3cb48b){logger[_0x172be1(0x1f1)](_0x172be1(0x203)+util[_0x172be1(0x215)](_0x3cb48b));}return![];},exports[a83_0x2b8c6c(0x274)]=_0x129ab6=>{const _0x3c8f96=a83_0x2b8c6c;let _0x46ec90=![];try{_0x129ab6[_0x3c8f96(0x27d)]['forEach'](_0xb0c52=>{const _0x21c952=_0x3c8f96;if(bsSetupHelper['isTrue'](_0xb0c52[_0x21c952(0x254)]))return _0x46ec90=!![],!![];});}catch(_0x48321c){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x48321c);}return _0x46ec90||bsSetupHelper[_0x3c8f96(0x1fe)](_0x129ab6[_0x3c8f96(0x254)]);},exports[a83_0x2b8c6c(0x224)]=PerformanceTester[a83_0x2b8c6c(0x21d)](a83_0x2b8c6c(0x250),async function(_0x1ef4cb,_0x41b184){const _0x5df9a0=a83_0x2b8c6c,_0x3451f4={};_0x3451f4[_0x5df9a0(0x22c)]=_0x5df9a0(0x28e),_0x3451f4[_0x5df9a0(0x26e)]=_0x5df9a0(0x202),_0x3451f4[_0x5df9a0(0x1f7)]='javascript',_0x3451f4[_0x5df9a0(0x222)]=_0x5df9a0(0x26d),_0x3451f4[_0x5df9a0(0x229)]=_0x5df9a0(0x1fb),_0x3451f4[_0x5df9a0(0x20e)]=_0x5df9a0(0x216),_0x3451f4[_0x5df9a0(0x277)]=function(_0x304eec,_0x3c7639){return _0x304eec===_0x3c7639;},_0x3451f4['BxJdM']=_0x5df9a0(0x22b),_0x3451f4[_0x5df9a0(0x20c)]=_0x5df9a0(0x243);const _0x55b76a=_0x3451f4,_0x3b7038=bsSetupHelper[_0x5df9a0(0x24c)](_0x1ef4cb),_0x3211fe=bsSetupHelper[_0x5df9a0(0x28d)](_0x1ef4cb);if(bsSetupHelper[_0x5df9a0(0x226)](_0x3b7038)||bsSetupHelper['isUndefined'](_0x3211fe))return logger[_0x5df9a0(0x21f)](_0x55b76a[_0x5df9a0(0x22c)]),[null,null];try{let _0xdff985;bsSetupHelper[_0x5df9a0(0x226)](process['env'][_0x5df9a0(0x221)])?_0xdff985={}:_0xdff985=JSON[_0x5df9a0(0x21b)](process[_0x5df9a0(0x1fd)][_0x5df9a0(0x221)]);const {name:_0x295fa3,version:_0x3a8484}=bsSetupHelper[_0x5df9a0(0x25f)](_0x1ef4cb,_0x41b184),_0x5c5e49={'projectName':_0x1ef4cb[_0x5df9a0(0x28a)],'buildName':_0x1ef4cb['buildName']||path[_0x5df9a0(0x1f0)](path[_0x5df9a0(0x214)](process[_0x5df9a0(0x245)]())),'startTime':new Date()[_0x5df9a0(0x279)](),'description':_0x1ef4cb[_0x5df9a0(0x270)]||'','source':{'frameworkName':_0x41b184[_0x5df9a0(0x237)](_0x55b76a['ZcAkY'])?_0x55b76a[_0x5df9a0(0x26e)]:_0x41b184,'frameworkVersion':bsSetupHelper[_0x5df9a0(0x213)](_0x41b184),'sdkVersion':bsSetupHelper[_0x5df9a0(0x238)](),'language':_0x55b76a['vcfgx'],'testFramework':_0x295fa3,'testFrameworkVersion':_0x3a8484},'settings':_0xdff985,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x5df9a0(0x1f5)](),'hostInfo':bsSetupHelper[_0x5df9a0(0x280)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x5f3325={};_0x5f3325[_0x5df9a0(0x27b)]=_0x3b7038,_0x5f3325[_0x5df9a0(0x1ea)]=_0x3211fe;const _0xdf2ebd={};_0xdf2ebd[_0x5df9a0(0x24b)]=_0x55b76a[_0x5df9a0(0x222)];const _0x157630={};_0x157630[_0x5df9a0(0x284)]=_0x5f3325,_0x157630[_0x5df9a0(0x21a)]=_0xdf2ebd;const _0x42cbfc=_0x157630,_0x2ff8e8={};_0x2ff8e8[_0x5df9a0(0x1ee)]=_0x5c5e49,_0x2ff8e8['json']=!![];const _0x5081a9=Object['assign'](_0x42cbfc,_0x2ff8e8),_0x1127e6=await bsSetupHelper[_0x5df9a0(0x1e3)](_0x55b76a[_0x5df9a0(0x229)],_0x55b76a[_0x5df9a0(0x20e)],_0x5081a9,_0x1ef4cb,API_URL);let _0x2c835c=process['env'][_0x5df9a0(0x221)];return _0x2c835c?_0x2c835c=JSON[_0x5df9a0(0x21b)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x2c835c={},scripts[_0x5df9a0(0x210)](_0x1127e6[_0x5df9a0(0x27c)][_0x5df9a0(0x27c)]),scripts[_0x5df9a0(0x22f)](),_0x2c835c[_0x5df9a0(0x23c)]=_0x1127e6['data'][_0x5df9a0(0x27c)]['scannerVersion'],process[_0x5df9a0(0x1fd)][_0x5df9a0(0x221)]=JSON['stringify'](_0x2c835c),[_0x1127e6[_0x5df9a0(0x27c)][_0x5df9a0(0x27c)][_0x5df9a0(0x228)],_0x1127e6[_0x5df9a0(0x27c)][_0x5df9a0(0x27c)]['id']];}catch(_0x353350){if(_0x353350[_0x5df9a0(0x28c)])logger[_0x5df9a0(0x21f)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x353350[_0x5df9a0(0x28c)]['status']+'\x20'+_0x353350[_0x5df9a0(0x28c)]['statusText']+'\x20'+JSON['stringify'](_0x353350[_0x5df9a0(0x28c)][_0x5df9a0(0x27c)]));else{if(_0x55b76a[_0x5df9a0(0x277)](_0x353350[_0x5df9a0(0x23d)],_0x55b76a[_0x5df9a0(0x25a)])){logger[_0x5df9a0(0x21f)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x353350['message']||_0x353350['stack']));for(const _0x35b2b8 of _0x353350[_0x5df9a0(0x209)]){logger[_0x5df9a0(0x21f)](_0x35b2b8[_0x5df9a0(0x23d)]);}process[_0x5df9a0(0x1fd)][_0x5df9a0(0x264)]=_0x55b76a[_0x5df9a0(0x20c)],process[_0x5df9a0(0x1fd)][_0x5df9a0(0x236)]=_0x55b76a[_0x5df9a0(0x20c)];}else logger[_0x5df9a0(0x21f)](_0x5df9a0(0x272)+(_0x353350[_0x5df9a0(0x23d)]||_0x353350[_0x5df9a0(0x1fa)]));}return[null,null];}}),exports[a83_0x2b8c6c(0x23a)]=PerformanceTester[a83_0x2b8c6c(0x21d)]('a11y:stop',async function(_0x13b725){const _0x5eb5f3=a83_0x2b8c6c,_0x37e9e9={};_0x37e9e9[_0x5eb5f3(0x227)]=function(_0x20d957,_0x5573d9){return _0x20d957!==_0x5573d9;},_0x37e9e9[_0x5eb5f3(0x20f)]=_0x5eb5f3(0x1e1),_0x37e9e9['urUWl']='error',_0x37e9e9['YeMlX']=_0x5eb5f3(0x201),_0x37e9e9[_0x5eb5f3(0x242)]=_0x5eb5f3(0x26d),_0x37e9e9[_0x5eb5f3(0x26f)]=_0x5eb5f3(0x24f),_0x37e9e9[_0x5eb5f3(0x24d)]=_0x5eb5f3(0x26b),_0x37e9e9[_0x5eb5f3(0x247)]=function(_0x3dba16,_0xfa7724){return _0x3dba16+_0xfa7724;},_0x37e9e9[_0x5eb5f3(0x260)]=_0x5eb5f3(0x244),_0x37e9e9[_0x5eb5f3(0x276)]=_0x5eb5f3(0x23b);const _0x356ab5=_0x37e9e9;if(bsSetupHelper['isUndefined'](process['env'][_0x5eb5f3(0x266)])||_0x356ab5['OtMIC'](typeof process[_0x5eb5f3(0x1fd)][_0x5eb5f3(0x266)],_0x356ab5[_0x5eb5f3(0x20f)])){const _0x3ecd6c={};return _0x3ecd6c[_0x5eb5f3(0x252)]=_0x356ab5[_0x5eb5f3(0x217)],_0x3ecd6c[_0x5eb5f3(0x23d)]=_0x356ab5[_0x5eb5f3(0x285)],_0x3ecd6c;}const _0x540766={'endTime':new Date()[_0x5eb5f3(0x279)]()},_0x4ed846={};_0x4ed846[_0x5eb5f3(0x25c)]='Bearer\x20'+process[_0x5eb5f3(0x1fd)][_0x5eb5f3(0x266)],_0x4ed846[_0x5eb5f3(0x24b)]=_0x356ab5[_0x5eb5f3(0x242)];const _0x51196f={};_0x51196f[_0x5eb5f3(0x21a)]=_0x4ed846;const _0x110b0f=_0x51196f,_0x3478d6={};_0x3478d6[_0x5eb5f3(0x1ee)]=_0x540766,_0x3478d6[_0x5eb5f3(0x284)]=null,_0x3478d6[_0x5eb5f3(0x1e2)]=!![];const _0x4fd4bc=Object[_0x5eb5f3(0x212)](_0x110b0f,_0x3478d6);try{const _0x1e9356=await bsSetupHelper['nodeRequest'](_0x356ab5[_0x5eb5f3(0x26f)],_0x356ab5[_0x5eb5f3(0x24d)],_0x4fd4bc,_0x13b725,API_URL);if(_0x1e9356[_0x5eb5f3(0x27c)][_0x5eb5f3(0x21f)])throw new Error(_0x356ab5[_0x5eb5f3(0x247)](_0x356ab5[_0x5eb5f3(0x260)],_0x1e9356['data']['error']));else{logger[_0x5eb5f3(0x262)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x5eb5f3(0x279)]());const _0x2356e8={};return _0x2356e8['status']=_0x356ab5[_0x5eb5f3(0x276)],_0x2356e8[_0x5eb5f3(0x23d)]='',_0x2356e8;}}catch(_0x388814){_0x388814['response']?logger['error'](_0x5eb5f3(0x273)+_0x388814[_0x5eb5f3(0x28c)][_0x5eb5f3(0x252)]+'\x20'+_0x388814[_0x5eb5f3(0x28c)][_0x5eb5f3(0x25e)]+'\x20'+JSON[_0x5eb5f3(0x281)](_0x388814[_0x5eb5f3(0x28c)][_0x5eb5f3(0x27c)])):logger[_0x5eb5f3(0x21f)](_0x5eb5f3(0x273)+(_0x388814['message']||util[_0x5eb5f3(0x215)](_0x388814)));const _0x3194a6={};return _0x3194a6[_0x5eb5f3(0x252)]=_0x356ab5['urUWl'],_0x3194a6[_0x5eb5f3(0x23d)]=_0x388814[_0x5eb5f3(0x23d)]||(_0x388814[_0x5eb5f3(0x28c)]?_0x388814[_0x5eb5f3(0x28c)][_0x5eb5f3(0x252)]+':'+_0x388814[_0x5eb5f3(0x28c)][_0x5eb5f3(0x25e)]:_0x388814),_0x3194a6;}}),exports['performScan']=async(_0x3fa003,_0x734fd=null)=>{const _0xd2c4e1=a83_0x2b8c6c,_0x50bb22={};_0x50bb22[_0xd2c4e1(0x1f4)]=_0xd2c4e1(0x275),_0x50bb22[_0xd2c4e1(0x27a)]=_0xd2c4e1(0x205),_0x50bb22[_0xd2c4e1(0x20b)]=_0xd2c4e1(0x220);const _0x263d41=_0x50bb22;if(!this[_0xd2c4e1(0x283)]()||!globals[_0xd2c4e1(0x1eb)](_0x263d41[_0xd2c4e1(0x1f4)])||!globals[_0xd2c4e1(0x1eb)](_0x263d41['ghmtg'])){logger[_0xd2c4e1(0x1e7)](_0x263d41[_0xd2c4e1(0x20b)]);return;}await PerformanceTester[_0xd2c4e1(0x21d)](PerformanceA11yEvents[_0xd2c4e1(0x204)],async()=>{const _0x8b999f=_0xd2c4e1,_0x25d0f3={};_0x25d0f3[_0x8b999f(0x1fc)]=_0x734fd||global[_0x8b999f(0x253)],logger['debug'](util['format'](await _0x3fa003['executeAsyncScript'](scripts[_0x8b999f(0x22a)],_0x25d0f3)));},{'command':_0x734fd})();},exports[a83_0x2b8c6c(0x219)]=async(_0x49472f,_0x1324e9)=>{const _0x499f35=a83_0x2b8c6c,_0x1aea7e={};_0x1aea7e[_0x499f35(0x24a)]='Performing\x20scan\x20before\x20getting\x20results',_0x1aea7e[_0x499f35(0x208)]=_0x499f35(0x275),_0x1aea7e[_0x499f35(0x1e4)]='bstackA11yShouldScan',_0x1aea7e['tIFua']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x1aea7e['vyAGT']='getAccessibilityResults',_0x1aea7e['QakWx']='No\x20accessibility\x20results\x20were\x20found.';const _0x5e4de1=_0x1aea7e;if(!this[_0x499f35(0x283)]()||!globals[_0x499f35(0x1eb)](_0x5e4de1['ewiwt'])||!globals[_0x499f35(0x1eb)](_0x5e4de1['cwJpR']))return logger[_0x499f35(0x1e7)](_0x5e4de1[_0x499f35(0x233)]),[];try{await PerformanceTester[_0x499f35(0x21d)](PerformanceA11yEvents[_0x499f35(0x204)],async()=>{const _0x5d937e=_0x499f35;logger[_0x5d937e(0x1f1)](_0x5e4de1[_0x5d937e(0x24a)]);const _0x223995={};_0x223995[_0x5d937e(0x1fc)]=_0x1324e9['browserstackSessionName'],logger[_0x5d937e(0x1f1)](util[_0x5d937e(0x215)](await _0x49472f[_0x5d937e(0x25d)](scripts[_0x5d937e(0x22a)],_0x223995)));},{'command':_0x5e4de1[_0x499f35(0x211)]})(),await PerformanceTester[_0x499f35(0x21d)](PerformanceA11yEvents[_0x499f35(0x23e)],async()=>{const _0x19964f=_0x499f35,_0x5c2fd7=await _0x49472f[_0x19964f(0x25d)](scripts[_0x19964f(0x207)]);return _0x5c2fd7;})();}catch{return logger[_0x499f35(0x21f)](_0x5e4de1['QakWx']),[];}},exports[a83_0x2b8c6c(0x255)]=async(_0x286252,_0x59ac44)=>{const _0xf773da=a83_0x2b8c6c,_0x1b5ddf={};_0x1b5ddf[_0xf773da(0x1e9)]=_0xf773da(0x230),_0x1b5ddf[_0xf773da(0x21c)]=_0xf773da(0x275),_0x1b5ddf[_0xf773da(0x26a)]='bstackA11yShouldScan',_0x1b5ddf['CDKLD']=_0xf773da(0x1ff),_0x1b5ddf[_0xf773da(0x282)]=_0xf773da(0x255),_0x1b5ddf[_0xf773da(0x246)]=_0xf773da(0x263);const _0x254a58=_0x1b5ddf;if(!this[_0xf773da(0x283)]()||!globals['getGlobal'](_0x254a58['SsLFo'])||!globals[_0xf773da(0x1eb)](_0x254a58[_0xf773da(0x26a)]))return logger[_0xf773da(0x1e7)](_0x254a58[_0xf773da(0x22d)]),{};try{await PerformanceTester[_0xf773da(0x21d)](PerformanceA11yEvents[_0xf773da(0x204)],async()=>{const _0x29ed81=_0xf773da;logger[_0x29ed81(0x1f1)](_0x254a58[_0x29ed81(0x1e9)]);const _0x588f5b={};_0x588f5b[_0x29ed81(0x1fc)]=_0x59ac44[_0x29ed81(0x253)],logger[_0x29ed81(0x1f1)](util['format'](await _0x286252[_0x29ed81(0x25d)](scripts['performScan'],_0x588f5b)));},{'command':_0x254a58[_0xf773da(0x282)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xf773da(0x24e)],async()=>{const _0x4e5ed3=_0xf773da,_0x4b2000=await _0x286252['executeAsyncScript'](scripts[_0x4e5ed3(0x265)]);return _0x4b2000;})();}catch{return logger[_0xf773da(0x21f)](_0x254a58[_0xf773da(0x246)]),{};}},exports[a83_0x2b8c6c(0x259)]=_0x4331c5=>{const _0x46cf6d=a83_0x2b8c6c,_0x36a04d={};_0x36a04d['vqOcZ']=function(_0xcd3d66,_0x202748){return _0xcd3d66===_0x202748;},_0x36a04d[_0x46cf6d(0x1f9)]='string',_0x36a04d[_0x46cf6d(0x1ef)]='browserstack_executor';const _0x2e9cb5=_0x36a04d;if(_0x4331c5&&_0x4331c5[_0x46cf6d(0x251)]&&_0x2e9cb5[_0x46cf6d(0x1ed)](typeof _0x4331c5[_0x46cf6d(0x251)],_0x2e9cb5[_0x46cf6d(0x1f9)]))return _0x4331c5[_0x46cf6d(0x251)][_0x46cf6d(0x237)](_0x2e9cb5[_0x46cf6d(0x1ef)]);return![];};
1
+ const a83_0x5050d3=a83_0x1120;(function(_0x533886,_0x4bb436){const _0xd3a67f=a83_0x1120,_0x302132=_0x533886();while(!![]){try{const _0x5ab06a=-parseInt(_0xd3a67f(0x12e))/0x1*(parseInt(_0xd3a67f(0x1a8))/0x2)+parseInt(_0xd3a67f(0x186))/0x3*(-parseInt(_0xd3a67f(0x1af))/0x4)+-parseInt(_0xd3a67f(0x157))/0x5*(-parseInt(_0xd3a67f(0x11c))/0x6)+-parseInt(_0xd3a67f(0x166))/0x7+parseInt(_0xd3a67f(0x161))/0x8+parseInt(_0xd3a67f(0x153))/0x9+-parseInt(_0xd3a67f(0x175))/0xa;if(_0x5ab06a===_0x4bb436)break;else _0x302132['push'](_0x302132['shift']());}catch(_0x3573ae){_0x302132['push'](_0x302132['shift']());}}}(a83_0x78e4,0x59b27));function a83_0x1120(_0x3d471d,_0x14af63){const _0x78e465=a83_0x78e4();return a83_0x1120=function(_0x1120d5,_0x23dc09){_0x1120d5=_0x1120d5-0xfe;let _0x3b1263=_0x78e465[_0x1120d5];return _0x3b1263;},a83_0x1120(_0x3d471d,_0x14af63);}function a83_0x78e4(){const _0x3954ee=['wQXwz','getResultsSummary','getCapabilities','debug','method','buildDescription','932946sLBJBG','mQoRJ','dPKJQ','user','YGsRW','VAezR','buildName','ILvZw','browserstack_executor','executeAsyncScript','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','kVUDm','QDeUN','qNMlZ','HQxoE','nodeRequest','status','getUserName','5kOJzTR','zkfqV','ChromeExtension','iIZcT','chromeOptions_','stringify','javascript','browserVersion','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','data','shouldScanTestForAccessibility','env','args','warn','wQgru','join','includes','some','toLowerCase','version','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','isArray','../globals','browserstackSessionName','PERFORM_SCAN','rUpLt','lvqzy','headers','chrome','../performance/constants','getPlatform','lDcfm','ajzPR','parse','../logger','getAgentVersion','nonBstackPlatformValidation','5061537NDzACT','chromeOptions','Performing\x20scan\x20before\x20getting\x20results','xqShW','5vAmYOa','YVLig','length','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','IRzLs','bstackA11yShouldScan','lwGGS','getTestFrameworkDetails','string','isAccessibilityPlatform','2463840KHnkbr','LaugF','No\x20accessibility\x20results\x20were\x20found.','stopAccessibilityTestRun','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','1054116XMbORK','uUPIM','CbxVw','statusText','device','info','NnvFo','SqMoC','getGlobal','getBrowserName','body','resolve','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','test_runs/stop','LrtIC','1826810JSQfGQ','createAccessibilityTestRun','Performing\x20scan\x20before\x20getting\x20results\x20summary','fRfgT','lnnVb','../helper','EsRxo','./constants','pass','platforms','toISOString','getGitMetaData','GLnVE','MAmiQ','Zxpvz','LegId','ukOcP','19653tTeFuk','LbmGw','BNGvC','./scripts','qFUks','isAccessibilityAutomationSession','sQymZ','browserstack','wKEnH','toJson','Vxzrf','getAccessibilityResults','LZCRZ','mEqla','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','Not\x20a\x20Accessibility\x20Session','auth','accessibility','null','nestedKeyValue','get','path','__cloud_provider___','eDPxz','BS_A11Y_JWT','Build\x20creation\x20had\x20failed.','script','BROWSERSTACK_TEST_ACCESSIBILITY_YML','response','set','message','error','stack','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','22642diomMl','browserName','fVtlZ','parseFromJson','RSBoO','isTrue','Invalid\x20configuration\x20passed.','164NQGenO','isUndefined','boivu','crYDk','BnaPY','PuqyI','winstonLogger','zqULS','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','HhgoU','deviceName','errors','capabilities_','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getPackageVersion','nWzFC','measureWrapper','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','IkPAk','tyoAB','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','duqxl','forEach','--headless','scannerVersion','goog:chromeOptions','requireModule','Content-Type','format','selenium-webdriver/chrome.js','excludeTagsInTestingScope','getAccessKey','selenium-webdriver','sjpri','assign','No\x20accessibility\x20summary\x20was\x20found.','getResults','PUT','includeTagsInTestingScope','AUXsY','getAccessibilityResultsSummary','performScan','ZTyos','qxSXa','Ecmkb','xjOAu','bstack:options','json'];a83_0x78e4=function(){return _0x3954ee;};return a83_0x78e4();}const path=require(a83_0x5050d3(0x19b)),util=require('util'),bsSetupHelper=require(a83_0x5050d3(0x17a)),logger=require(a83_0x5050d3(0x150))[a83_0x5050d3(0x1b5)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a83_0x5050d3(0x17c)),PerformanceTester=require('../performance/performance-tester'),scripts=require(a83_0x5050d3(0x189)),globals=require(a83_0x5050d3(0x144)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a83_0x5050d3(0x14b));exports['fetchPlatformDetails']=async _0x303c06=>{const _0x2739a0=a83_0x5050d3,_0xfcb653={};_0xfcb653[_0x2739a0(0x13c)]=function(_0xcce62d,_0x116273){return _0xcce62d===_0x116273;},_0xfcb653['zsNdM']=_0x2739a0(0x18d);const _0x50f49c=_0xfcb653;let _0x5d69ea={};try{const _0x53c9df=await _0x303c06[_0x2739a0(0x118)]();_0x5d69ea={'os_name':_0x53c9df[_0x2739a0(0x14c)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x50f49c[_0x2739a0(0x13c)](global[_0x2739a0(0x19c)],_0x50f49c['zsNdM'])),'browser_name':_0x53c9df[_0x2739a0(0x16f)](),'browser_version':_0x53c9df['getBrowserVersion']()};}catch(_0x1a4b99){logger[_0x2739a0(0x119)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x1a4b99);}return _0x5d69ea;},exports[a83_0x5050d3(0x18b)]=()=>{const _0x59e070=a83_0x5050d3,_0x2362ce={};_0x2362ce[_0x59e070(0x14e)]=function(_0x878e72,_0x4ec346){return _0x878e72===_0x4ec346;},_0x2362ce['fVtlZ']=_0x59e070(0x15f),_0x2362ce['BNGvC']=function(_0x1165a4,_0x2f4ff4){return _0x1165a4>_0x2f4ff4;},_0x2362ce[_0x59e070(0x129)]=function(_0x4d74c4,_0x5e41ad){return _0x4d74c4!==_0x5e41ad;},_0x2362ce['lnnVb']=_0x59e070(0x198),_0x2362ce[_0x59e070(0x107)]=function(_0x3f5dac,_0x36d2b7){return _0x3f5dac&&_0x36d2b7;};const _0x32fbfe=_0x2362ce;try{const _0x4c6842=bsSetupHelper[_0x59e070(0x1ad)](process['env'][_0x59e070(0x1a1)])||bsSetupHelper[_0x59e070(0x1ad)](process[_0x59e070(0x139)][_0x59e070(0x136)]),_0x27f906=_0x32fbfe[_0x59e070(0x14e)](typeof process[_0x59e070(0x139)][_0x59e070(0x19e)],_0x32fbfe[_0x59e070(0x1aa)])&&_0x32fbfe[_0x59e070(0x188)](process['env'][_0x59e070(0x19e)][_0x59e070(0x159)],0x0)&&_0x32fbfe['qNMlZ'](process[_0x59e070(0x139)]['BS_A11Y_JWT'],_0x32fbfe[_0x59e070(0x179)]);return _0x32fbfe['sjpri'](_0x4c6842,_0x27f906);}catch(_0x158d13){logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x158d13);}return![];},exports[a83_0x5050d3(0x152)]=(_0x5895d3,_0x37cf1b)=>{const _0x53a16b=a83_0x5050d3,_0x264c12={'mEqla':_0x53a16b(0x1a9),'YVLig':function(_0x290b7c,_0x66a7d1){return _0x290b7c(_0x66a7d1);},'dHAFf':_0x53a16b(0x135),'GLnVE':_0x53a16b(0x141),'uUPIM':_0x53a16b(0x114),'NKMFF':function(_0x27e677,_0x21db82){return _0x27e677(_0x21db82);},'lvqzy':_0x53a16b(0x1b9),'PuqyI':_0x53a16b(0x16a),'ZTyos':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sAfCP':_0x53a16b(0x103),'yPhtc':_0x53a16b(0x106),'sQymZ':'options_','Zxpvz':_0x53a16b(0x13a),'xjOAu':_0x53a16b(0x154),'NnvFo':_0x53a16b(0x1c6),'tyoAB':_0x53a16b(0x165),'jilve':_0x53a16b(0xff),'HQxoE':function(_0x2ea8d6,_0x1cdb23){return _0x2ea8d6===_0x1cdb23;},'xqShW':_0x53a16b(0x14a),'fQbFm':function(_0x315ed0,_0x174c5e){return _0x315ed0>=_0x174c5e;}},_0x271ec3=_0x5895d3['get'](_0x264c12[_0x53a16b(0x193)]),_0x29a5a6=_0x264c12[_0x53a16b(0x158)](parseFloat,_0x5895d3[_0x53a16b(0x19a)](_0x264c12['dHAFf']))||_0x264c12[_0x53a16b(0x158)](parseFloat,_0x5895d3['get'](_0x264c12[_0x53a16b(0x181)])),_0x11eab9=_0x5895d3['get'](_0x264c12[_0x53a16b(0x167)])||{},_0x38eacc=_0x264c12['NKMFF'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x19e6b5=_0x11eab9[_0x264c12[_0x53a16b(0x148)]]||_0x5895d3['get'](_0x264c12[_0x53a16b(0x1b4)])||![];if(_0x19e6b5)return logger[_0x53a16b(0x13b)](_0x264c12[_0x53a16b(0x110)]),![];let _0x520a5b;try{_0x520a5b=bsSetupHelper[_0x53a16b(0x100)](_0x264c12['sAfCP'],_0x264c12['yPhtc']);}catch(_0x1fa009){return![];}const _0xb026d0=new _0x520a5b['Options'](_0x37cf1b[_0x53a16b(0x132)]),_0x5bcc94=bsSetupHelper[_0x53a16b(0x199)](_0xb026d0,[_0x264c12[_0x53a16b(0x18c)],_0x264c12[_0x53a16b(0x183)]])||bsSetupHelper['nestedKeyValue'](_0x37cf1b[_0x53a16b(0x1bb)],[_0x264c12[_0x53a16b(0x167)],_0x264c12['xjOAu'],_0x264c12[_0x53a16b(0x183)]])||bsSetupHelper['nestedKeyValue'](_0x37cf1b['capabilities_'],[_0x264c12[_0x53a16b(0x113)],_0x264c12[_0x53a16b(0x183)]])||[];if(_0x5bcc94['includes'](_0x264c12[_0x53a16b(0x16c)]))return logger[_0x53a16b(0x13b)](_0x264c12['tyoAB']),![];const _0x3d566b=_0x37cf1b[_0x53a16b(0x1bb)]||{},_0x5874c5=bsSetupHelper['nestedKeyValue'](_0x3d566b,[_0x264c12['jilve']])||{},_0x46ef0d=bsSetupHelper[_0x53a16b(0x199)](_0x5874c5,[_0x264c12[_0x53a16b(0x183)]])||[];if(_0x46ef0d[_0x53a16b(0x13e)](_0x264c12[_0x53a16b(0x16c)]))return logger['warn'](_0x264c12[_0x53a16b(0x1c2)]),![];if(_0x264c12[_0x53a16b(0x12a)](_0x271ec3[_0x53a16b(0x140)](),_0x264c12[_0x53a16b(0x156)])&&_0x264c12['fQbFm'](_0x29a5a6,_0x38eacc))return!![];return logger[_0x53a16b(0x13b)](_0x53a16b(0x172)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x151b4a=>{const _0x520817=a83_0x5050d3,_0x9f6c25={};_0x9f6c25[_0x520817(0x182)]='goog:chromeOptions',_0x9f6c25['wKEnH']=function(_0x1fbca2,_0x395698){return _0x1fbca2||_0x395698;},_0x9f6c25['mQoRJ']=_0x520817(0x195);const _0x36c497=_0x9f6c25,_0x4de2b1=scripts[_0x520817(0x130)];try{const _0x28375f=bsSetupHelper['isTrue'](process[_0x520817(0x139)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x520817(0x139)][_0x520817(0x136)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x520817(0x139)]['BROWSERSTACK_TURBOSCALE'])&&_0x28375f){const _0x525db9=_0x151b4a[_0x520817(0x118)](),_0x414872=_0x525db9[_0x520817(0x19a)](_0x36c497['MAmiQ']),_0x5bccbd=_0x36c497[_0x520817(0x18e)](_0x414872,{});bsSetupHelper['mergeDeep'](_0x5bccbd,_0x4de2b1),_0x151b4a[_0x520817(0x118)]()[_0x520817(0x1a3)](_0x36c497[_0x520817(0x182)],_0x5bccbd);}else logger[_0x520817(0x13b)](_0x36c497[_0x520817(0x11d)]);}catch(_0x598459){logger[_0x520817(0x1a5)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x598459);}},exports[a83_0x5050d3(0x138)]=(_0x496723=null,_0x2a5861=!![],_0x3025f8=[])=>{const _0x35cf67=a83_0x5050d3,_0x1731b6={};_0x1731b6[_0x35cf67(0x1b1)]=function(_0x385c22,_0x37a450){return _0x385c22==_0x37a450;},_0x1731b6[_0x35cf67(0x190)]=function(_0x11da9a,_0x4ba32f){return _0x11da9a>_0x4ba32f;},_0x1731b6[_0x35cf67(0x123)]=function(_0x54abd2,_0x43c456){return _0x54abd2===_0x43c456;},_0x1731b6[_0x35cf67(0x1b8)]=function(_0x394e60,_0x33a5fb){return _0x394e60&&_0x33a5fb;},_0x1731b6[_0x35cf67(0x178)]=function(_0x90e41a,_0x2655c4){return _0x90e41a===_0x2655c4;};const _0x3ffafa=_0x1731b6;if(_0x3ffafa[_0x35cf67(0x1b1)](process['env'][_0x35cf67(0x1bc)],null))return!![];try{const _0x131fb2=JSON[_0x35cf67(0x14f)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x586357=Array[_0x35cf67(0x143)](_0x131fb2[_0x35cf67(0x10c)])?_0x131fb2[_0x35cf67(0x10c)]:[],_0x3ebf65=Array[_0x35cf67(0x143)](_0x131fb2['excludeTagsInTestingScope'])?_0x131fb2[_0x35cf67(0x104)]:[];if(bsSetupHelper[_0x35cf67(0x1b0)](_0x496723)){if(_0x3ffafa[_0x35cf67(0x190)](_0x3025f8[_0x35cf67(0x159)],0x0)){const _0x2f1239=_0x3ebf65[_0x35cf67(0x13f)](_0x11bb98=>_0x3025f8[_0x35cf67(0x13e)](_0x11bb98)),_0x2cd0b7=_0x3ffafa['ILvZw'](_0x586357['length'],0x0)||_0x586357[_0x35cf67(0x13f)](_0x4d70fb=>_0x3025f8[_0x35cf67(0x13e)](_0x4d70fb));return _0x3ffafa[_0x35cf67(0x1b8)](!_0x2f1239,_0x2cd0b7);}return!![];}let _0x911313;_0x2a5861?_0x911313=_0x496723[_0x35cf67(0x13d)]('/'):_0x911313=_0x496723;const _0x157fb2=_0x3ebf65['some'](_0x11a396=>_0x911313[_0x35cf67(0x13e)](_0x11a396)),_0x5da979=_0x3ffafa[_0x35cf67(0x178)](_0x586357['length'],0x0)||_0x586357['some'](_0x4416f5=>_0x911313[_0x35cf67(0x13e)](_0x4416f5));return _0x3ffafa['HhgoU'](!_0x157fb2,_0x5da979);}catch(_0x5d7cc2){logger[_0x35cf67(0x119)](_0x35cf67(0x194)+util['format'](_0x5d7cc2));}return![];},exports['checkAccessibilityPlatformConfig']=_0x2653e2=>{const _0x5b650d=a83_0x5050d3;let _0x493cc1=![];try{_0x2653e2[_0x5b650d(0x17e)][_0x5b650d(0x1c5)](_0x37dae3=>{const _0xea091=_0x5b650d;if(bsSetupHelper['isTrue'](_0x37dae3[_0xea091(0x197)]))return _0x493cc1=!![],!![];});}catch(_0x2e4551){logger[_0x5b650d(0x119)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x2e4551);}return _0x493cc1||bsSetupHelper[_0x5b650d(0x1ad)](_0x2653e2[_0x5b650d(0x197)]);},exports[a83_0x5050d3(0x176)]=PerformanceTester[a83_0x5050d3(0x1bf)]('a11y:start',async function(_0x2cd1d8,_0x8921d2){const _0xeef23a=a83_0x5050d3,_0x4954b1={};_0x4954b1[_0xeef23a(0x1b2)]=_0xeef23a(0x1b7),_0x4954b1['LrtIC']='playwright',_0x4954b1[_0xeef23a(0x116)]=_0xeef23a(0x134),_0x4954b1[_0xeef23a(0x11e)]='application/json',_0x4954b1[_0xeef23a(0x112)]='POST',_0x4954b1[_0xeef23a(0x1be)]='v2/test_runs',_0x4954b1[_0xeef23a(0x17b)]=function(_0x38aae2,_0x4b53a6){return _0x38aae2===_0x4b53a6;},_0x4954b1['QDeUN']=_0xeef23a(0x1ae),_0x4954b1[_0xeef23a(0x15d)]='false';const _0x113b0d=_0x4954b1,_0x1cc6d7=bsSetupHelper[_0xeef23a(0x12d)](_0x2cd1d8),_0x2555d4=bsSetupHelper[_0xeef23a(0x105)](_0x2cd1d8);if(bsSetupHelper[_0xeef23a(0x1b0)](_0x1cc6d7)||bsSetupHelper[_0xeef23a(0x1b0)](_0x2555d4))return logger[_0xeef23a(0x1a5)](_0x113b0d[_0xeef23a(0x1b2)]),[null,null];try{let _0xc4de4f;bsSetupHelper[_0xeef23a(0x1b0)](process[_0xeef23a(0x139)][_0xeef23a(0x1bc)])?_0xc4de4f={}:_0xc4de4f=JSON['parse'](process[_0xeef23a(0x139)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x421caa,version:_0x4248ef}=bsSetupHelper[_0xeef23a(0x15e)](_0x2cd1d8,_0x8921d2),_0x21ad6e={'projectName':_0x2cd1d8['projectName'],'buildName':_0x2cd1d8[_0xeef23a(0x122)]||path['basename'](path[_0xeef23a(0x171)](process['cwd']())),'startTime':new Date()[_0xeef23a(0x17f)](),'description':_0x2cd1d8[_0xeef23a(0x11b)]||'','source':{'frameworkName':_0x8921d2[_0xeef23a(0x13e)](_0x113b0d[_0xeef23a(0x174)])?_0x113b0d['LrtIC']:_0x8921d2,'frameworkVersion':bsSetupHelper[_0xeef23a(0x1bd)](_0x8921d2),'sdkVersion':bsSetupHelper[_0xeef23a(0x151)](),'language':_0x113b0d[_0xeef23a(0x116)],'testFramework':_0x421caa,'testFrameworkVersion':_0x4248ef},'settings':_0xc4de4f,'versionControl':await bsSetupHelper[_0xeef23a(0x180)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x1ea223={};_0x1ea223[_0xeef23a(0x11f)]=_0x1cc6d7,_0x1ea223[_0xeef23a(0x17d)]=_0x2555d4;const _0x4c6168={};_0x4c6168[_0xeef23a(0x101)]=_0x113b0d['dPKJQ'];const _0x2a70ea={};_0x2a70ea[_0xeef23a(0x196)]=_0x1ea223,_0x2a70ea['headers']=_0x4c6168;const _0x5719f4=_0x2a70ea,_0x158259={};_0x158259['body']=_0x21ad6e,_0x158259[_0xeef23a(0x115)]=!![];const _0x35aea9=Object['assign'](_0x5719f4,_0x158259),_0x262364=await bsSetupHelper[_0xeef23a(0x12b)](_0x113b0d[_0xeef23a(0x112)],_0x113b0d[_0xeef23a(0x1be)],_0x35aea9,_0x2cd1d8,API_URL);let _0x5a99ce=process[_0xeef23a(0x139)][_0xeef23a(0x1bc)];return _0x5a99ce?_0x5a99ce=JSON[_0xeef23a(0x14f)](process[_0xeef23a(0x139)][_0xeef23a(0x1bc)]):_0x5a99ce={},scripts[_0xeef23a(0x1ab)](_0x262364[_0xeef23a(0x137)][_0xeef23a(0x137)]),scripts[_0xeef23a(0x18f)](),_0x5a99ce[_0xeef23a(0xfe)]=_0x262364[_0xeef23a(0x137)]['data'][_0xeef23a(0xfe)],process[_0xeef23a(0x139)][_0xeef23a(0x1bc)]=JSON[_0xeef23a(0x133)](_0x5a99ce),[_0x262364['data'][_0xeef23a(0x137)]['accessibilityToken'],_0x262364[_0xeef23a(0x137)][_0xeef23a(0x137)]['id']];}catch(_0x363e73){if(_0x363e73[_0xeef23a(0x1a2)])logger[_0xeef23a(0x1a5)](_0xeef23a(0x1c0)+_0x363e73[_0xeef23a(0x1a2)][_0xeef23a(0x12c)]+'\x20'+_0x363e73[_0xeef23a(0x1a2)][_0xeef23a(0x169)]+'\x20'+JSON[_0xeef23a(0x133)](_0x363e73[_0xeef23a(0x1a2)][_0xeef23a(0x137)]));else{if(_0x113b0d[_0xeef23a(0x17b)](_0x363e73['message'],_0x113b0d[_0xeef23a(0x128)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x363e73[_0xeef23a(0x1a4)]||_0x363e73['stack']));for(const _0x1364d7 of _0x363e73[_0xeef23a(0x1ba)]){logger[_0xeef23a(0x1a5)](_0x1364d7['message']);}process['env'][_0xeef23a(0x1a1)]=_0x113b0d['lwGGS'],process['env'][_0xeef23a(0x136)]=_0x113b0d[_0xeef23a(0x15d)];}else logger[_0xeef23a(0x1a5)](_0xeef23a(0x1c0)+(_0x363e73[_0xeef23a(0x1a4)]||_0x363e73[_0xeef23a(0x1a6)]));}return[null,null];}}),exports[a83_0x5050d3(0x164)]=PerformanceTester[a83_0x5050d3(0x1bf)]('a11y:stop',async function(_0x520cb0){const _0x11b652=a83_0x5050d3,_0x1e67c1={};_0x1e67c1[_0x11b652(0x192)]=function(_0x1ec0b5,_0x13419c){return _0x1ec0b5!==_0x13419c;},_0x1e67c1[_0x11b652(0x15b)]='string',_0x1e67c1['IkPAk']=_0x11b652(0x1a5),_0x1e67c1[_0x11b652(0x1ac)]=_0x11b652(0x19f),_0x1e67c1['eDPxz']='application/json',_0x1e67c1[_0x11b652(0x131)]=_0x11b652(0x10b),_0x1e67c1[_0x11b652(0x1b6)]=_0x11b652(0x173),_0x1e67c1['imQKO']=function(_0x53f8b9,_0x648df2){return _0x53f8b9+_0x648df2;},_0x1e67c1[_0x11b652(0x120)]='Invalid\x20request:\x20',_0x1e67c1[_0x11b652(0x185)]='success';const _0x1750f6=_0x1e67c1;if(bsSetupHelper[_0x11b652(0x1b0)](process[_0x11b652(0x139)][_0x11b652(0x19e)])||_0x1750f6[_0x11b652(0x192)](typeof process['env'][_0x11b652(0x19e)],_0x1750f6[_0x11b652(0x15b)])){const _0x1ccd0c={};return _0x1ccd0c['status']=_0x1750f6[_0x11b652(0x1c1)],_0x1ccd0c[_0x11b652(0x1a4)]=_0x1750f6[_0x11b652(0x1ac)],_0x1ccd0c;}const _0x4eb7bc={'endTime':new Date()['toISOString']()},_0x138b11={};_0x138b11['Authorization']='Bearer\x20'+process['env'][_0x11b652(0x19e)],_0x138b11[_0x11b652(0x101)]=_0x1750f6[_0x11b652(0x19d)];const _0x46e4fb={};_0x46e4fb[_0x11b652(0x149)]=_0x138b11;const _0x3628c5=_0x46e4fb,_0xf48f95={};_0xf48f95[_0x11b652(0x170)]=_0x4eb7bc,_0xf48f95[_0x11b652(0x196)]=null,_0xf48f95[_0x11b652(0x115)]=!![];const _0x45829e=Object[_0x11b652(0x108)](_0x3628c5,_0xf48f95);try{const _0x1dbd61=await bsSetupHelper[_0x11b652(0x12b)](_0x1750f6[_0x11b652(0x131)],_0x1750f6[_0x11b652(0x1b6)],_0x45829e,_0x520cb0,API_URL);if(_0x1dbd61['data'][_0x11b652(0x1a5)])throw new Error(_0x1750f6['imQKO'](_0x1750f6[_0x11b652(0x120)],_0x1dbd61[_0x11b652(0x137)][_0x11b652(0x1a5)]));else{logger[_0x11b652(0x16b)](_0x11b652(0x126)+new Date()[_0x11b652(0x17f)]());const _0xe32975={};return _0xe32975['status']=_0x1750f6['ukOcP'],_0xe32975[_0x11b652(0x1a4)]='',_0xe32975;}}catch(_0x333c9d){_0x333c9d[_0x11b652(0x1a2)]?logger[_0x11b652(0x1a5)](_0x11b652(0x1c3)+_0x333c9d[_0x11b652(0x1a2)][_0x11b652(0x12c)]+'\x20'+_0x333c9d[_0x11b652(0x1a2)][_0x11b652(0x169)]+'\x20'+JSON[_0x11b652(0x133)](_0x333c9d[_0x11b652(0x1a2)][_0x11b652(0x137)])):logger[_0x11b652(0x1a5)](_0x11b652(0x1c3)+(_0x333c9d[_0x11b652(0x1a4)]||util[_0x11b652(0x102)](_0x333c9d)));const _0xcc9902={};return _0xcc9902['status']=_0x1750f6[_0x11b652(0x1c1)],_0xcc9902[_0x11b652(0x1a4)]=_0x333c9d[_0x11b652(0x1a4)]||(_0x333c9d[_0x11b652(0x1a2)]?_0x333c9d[_0x11b652(0x1a2)][_0x11b652(0x12c)]+':'+_0x333c9d['response'][_0x11b652(0x169)]:_0x333c9d),_0xcc9902;}}),exports['performScan']=async(_0x146d35,_0x58d3c8=null)=>{const _0x44b6f7=a83_0x5050d3,_0x558f50={};_0x558f50[_0x44b6f7(0x187)]='isAccessibilityPlatform',_0x558f50[_0x44b6f7(0x111)]=_0x44b6f7(0x15c),_0x558f50[_0x44b6f7(0x147)]=_0x44b6f7(0x1a7);const _0x448044=_0x558f50;if(!this[_0x44b6f7(0x18b)]()||!globals[_0x44b6f7(0x16e)](_0x448044[_0x44b6f7(0x187)])||!globals[_0x44b6f7(0x16e)](_0x448044[_0x44b6f7(0x111)])){logger[_0x44b6f7(0x13b)](_0x448044[_0x44b6f7(0x147)]);return;}await PerformanceTester[_0x44b6f7(0x1bf)](PerformanceA11yEvents[_0x44b6f7(0x146)],async()=>{const _0x2e662b=_0x44b6f7,_0x5ebba9={};_0x5ebba9[_0x2e662b(0x11a)]=_0x58d3c8||global[_0x2e662b(0x145)],logger[_0x2e662b(0x119)](util['format'](await _0x146d35['executeAsyncScript'](scripts[_0x2e662b(0x10f)],_0x5ebba9)));},{'command':_0x58d3c8})();},exports['getAccessibilityResults']=async(_0x1de36e,_0x482516)=>{const _0x2bc1c6=a83_0x5050d3,_0x5a6b87={};_0x5a6b87['Tkuej']=_0x2bc1c6(0x155),_0x5a6b87[_0x2bc1c6(0x18a)]=_0x2bc1c6(0x160),_0x5a6b87[_0x2bc1c6(0x127)]=_0x2bc1c6(0x15c),_0x5a6b87[_0x2bc1c6(0x1c4)]=_0x2bc1c6(0x15a),_0x5a6b87[_0x2bc1c6(0x168)]=_0x2bc1c6(0x191),_0x5a6b87[_0x2bc1c6(0x184)]=_0x2bc1c6(0x163);const _0x29d71c=_0x5a6b87;if(!this[_0x2bc1c6(0x18b)]()||!globals[_0x2bc1c6(0x16e)](_0x29d71c[_0x2bc1c6(0x18a)])||!globals[_0x2bc1c6(0x16e)](_0x29d71c[_0x2bc1c6(0x127)]))return logger[_0x2bc1c6(0x13b)](_0x29d71c[_0x2bc1c6(0x1c4)]),[];try{return await PerformanceTester[_0x2bc1c6(0x1bf)](PerformanceA11yEvents[_0x2bc1c6(0x146)],async()=>{const _0x1e0e69=_0x2bc1c6;logger[_0x1e0e69(0x119)](_0x29d71c['Tkuej']);const _0x48dbc6={};_0x48dbc6['method']=_0x482516[_0x1e0e69(0x145)],logger[_0x1e0e69(0x119)](util[_0x1e0e69(0x102)](await _0x1de36e[_0x1e0e69(0x125)](scripts[_0x1e0e69(0x10f)],_0x48dbc6)));},{'command':_0x29d71c['CbxVw']})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0xfc7a2d=_0x2bc1c6,_0x5c149f=await _0x1de36e[_0xfc7a2d(0x125)](scripts[_0xfc7a2d(0x10a)]);return _0x5c149f;})();}catch{return logger['error'](_0x29d71c[_0x2bc1c6(0x184)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x6bd5fa,_0x21f6de)=>{const _0x230871=a83_0x5050d3,_0x1f359c={};_0x1f359c['RKKkA']=_0x230871(0x177),_0x1f359c['zkfqV']=_0x230871(0x160),_0x1f359c[_0x230871(0x1b3)]=_0x230871(0x15c),_0x1f359c[_0x230871(0x162)]=_0x230871(0x142),_0x1f359c['Prpwl']=_0x230871(0x10e),_0x1f359c[_0x230871(0x121)]=_0x230871(0x109);const _0x443e2e=_0x1f359c;if(!this[_0x230871(0x18b)]()||!globals['getGlobal'](_0x443e2e[_0x230871(0x12f)])||!globals['getGlobal'](_0x443e2e[_0x230871(0x1b3)]))return logger[_0x230871(0x13b)](_0x443e2e[_0x230871(0x162)]),{};try{return await PerformanceTester[_0x230871(0x1bf)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x553df1=_0x230871;logger[_0x553df1(0x119)](_0x443e2e['RKKkA']);const _0x51a474={};_0x51a474['method']=_0x21f6de[_0x553df1(0x145)],logger[_0x553df1(0x119)](util[_0x553df1(0x102)](await _0x6bd5fa[_0x553df1(0x125)](scripts[_0x553df1(0x10f)],_0x51a474)));},{'command':_0x443e2e['Prpwl']})(),await PerformanceTester[_0x230871(0x1bf)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x194c86=_0x230871,_0x20e34b=await _0x6bd5fa[_0x194c86(0x125)](scripts[_0x194c86(0x117)]);return _0x20e34b;})();}catch{return logger[_0x230871(0x1a5)](_0x443e2e[_0x230871(0x121)]),{};}},exports['isBrowserStackCommandExecutor']=_0x351cb1=>{const _0x433207=a83_0x5050d3,_0x3b7155={};_0x3b7155[_0x433207(0x10d)]=function(_0x4ee2ed,_0x417705){return _0x4ee2ed===_0x417705;},_0x3b7155[_0x433207(0x14d)]=_0x433207(0x15f),_0x3b7155[_0x433207(0x16d)]=_0x433207(0x124);const _0xceea29=_0x3b7155;if(_0x351cb1&&_0x351cb1[_0x433207(0x1a0)]&&_0xceea29['AUXsY'](typeof _0x351cb1['script'],_0xceea29[_0x433207(0x14d)]))return _0x351cb1['script'][_0x433207(0x13e)](_0xceea29['SqMoC']);return![];};
@@ -1 +1 @@
1
- const a84_0x8a85f5=a84_0x1bff;(function(_0x50631a,_0x30949e){const _0x5d2610=a84_0x1bff,_0x433897=_0x50631a();while(!![]){try{const _0x2c674d=parseInt(_0x5d2610(0x14e))/0x1+-parseInt(_0x5d2610(0x153))/0x2*(parseInt(_0x5d2610(0x168))/0x3)+parseInt(_0x5d2610(0x14a))/0x4+-parseInt(_0x5d2610(0x14d))/0x5+-parseInt(_0x5d2610(0x16d))/0x6+parseInt(_0x5d2610(0x173))/0x7*(parseInt(_0x5d2610(0x167))/0x8)+parseInt(_0x5d2610(0x15b))/0x9*(parseInt(_0x5d2610(0x157))/0xa);if(_0x2c674d===_0x30949e)break;else _0x433897['push'](_0x433897['shift']());}catch(_0x5a7ab2){_0x433897['push'](_0x433897['shift']());}}}(a84_0x5532,0x8e03a));function a84_0x1bff(_0x22023f,_0x45756c){const _0x553264=a84_0x5532();return a84_0x1bff=function(_0x1bffe2,_0xc109d1){_0x1bffe2=_0x1bffe2-0x141;let _0x291ee3=_0x553264[_0x1bffe2];return _0x291ee3;},a84_0x1bff(_0x22023f,_0x45756c);}function a84_0x5532(){const _0x194a18=['pkNzD','bvxce','2ZLIPOH','commands','join','toJson','605940GGWjoX','exports','zymRl','commands.json','117xXeVLx','writeFileSync','getResults','parseFromJson','getName','auAaM','existsSync','NVPiS','.browserstack','scan','getResultsSummary','uAQPQ','38856FDsPmT','3121113SXQyIt','performScan','browserstackFolderPath','name','EJzbI','1490442JfZfMA','AgCPM','length','getMethod','commandsToWrap','kBYAr','1113mbJsic','findIndex','saveResults','saveTestResults','ZjrLL','fromJson','QvZGu','getCommand','commandsPath','../helper','debug','stringify','scripts','777840MNSVvo','6|0|1|4|3|5|2','xWDuF','2772055aNWBUd','670434EutvYu','getClass','shouldWrapCommand'];a84_0x5532=function(){return _0x194a18;};return a84_0x5532();}const path=require('path'),fs=require('fs'),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a84_0x8a85f5(0x146));class Scripts{constructor(){const _0x16e040=a84_0x8a85f5,_0x3e146b={};_0x3e146b['JQAdr']=_0x16e040(0x14b),_0x3e146b[_0x16e040(0x172)]=_0x16e040(0x163),_0x3e146b['bvxce']=_0x16e040(0x15a);const _0x5d472f=_0x3e146b,_0x2acf1b=_0x5d472f['JQAdr']['split']('|');let _0x3c1d8a=0x0;while(!![]){switch(_0x2acf1b[_0x3c1d8a++]){case'0':this[_0x16e040(0x15d)]=null;continue;case'1':this[_0x16e040(0x165)]=null;continue;case'2':this[_0x16e040(0x142)]();continue;case'3':this[_0x16e040(0x16a)]=path[_0x16e040(0x155)](helper['homedir'](),_0x5d472f[_0x16e040(0x172)]);continue;case'4':this[_0x16e040(0x176)]=null;continue;case'5':this['commandsPath']=path[_0x16e040(0x155)](this[_0x16e040(0x16a)],_0x5d472f[_0x16e040(0x152)]);continue;case'6':this['performScan']=null;continue;}break;}}[a84_0x8a85f5(0x15e)](_0x31731e){const _0x2c4c65=a84_0x8a85f5;_0x31731e['scripts']&&(this[_0x2c4c65(0x169)]=_0x31731e[_0x2c4c65(0x149)][_0x2c4c65(0x164)],this['getResults']=_0x31731e[_0x2c4c65(0x149)][_0x2c4c65(0x15d)],this['getResultsSummary']=_0x31731e[_0x2c4c65(0x149)][_0x2c4c65(0x165)],this['saveTestResults']=_0x31731e[_0x2c4c65(0x149)]['saveResults']),this[_0x2c4c65(0x171)]=_0x31731e[_0x2c4c65(0x154)];}['parseFromProto'](_0x4aa522,_0x661bd0){const _0x1167bc=a84_0x8a85f5,_0x581df1={};_0x581df1[_0x1167bc(0x14c)]=function(_0x3020f1,_0x217752){return _0x3020f1>_0x217752;},_0x581df1[_0x1167bc(0x16c)]=function(_0x1e23c6,_0x5c6312){return _0x1e23c6===_0x5c6312;},_0x581df1['XhcDY']='scan',_0x581df1[_0x1167bc(0x16e)]=_0x1167bc(0x15d),_0x581df1[_0x1167bc(0x141)]=function(_0x282096,_0x52f70e){return _0x282096===_0x52f70e;},_0x581df1[_0x1167bc(0x160)]='getResultsSummary',_0x581df1[_0x1167bc(0x151)]=function(_0x157334,_0x1b4c3a){return _0x157334===_0x1b4c3a;},_0x581df1[_0x1167bc(0x162)]=_0x1167bc(0x175),_0x581df1[_0x1167bc(0x159)]=function(_0x18a284,_0x3cfa2a){return _0x18a284>_0x3cfa2a;};const _0x121d98=_0x581df1;if(_0x4aa522&&_0x121d98[_0x1167bc(0x14c)](_0x4aa522['length'],0x0))for(const _0xd372cb of _0x4aa522){if(_0x121d98[_0x1167bc(0x16c)](_0xd372cb[_0x1167bc(0x15f)](),_0x121d98['XhcDY']))this['performScan']=_0xd372cb[_0x1167bc(0x144)]();else{if(_0x121d98[_0x1167bc(0x16c)](_0xd372cb[_0x1167bc(0x15f)](),_0x121d98['AgCPM']))this[_0x1167bc(0x15d)]=_0xd372cb[_0x1167bc(0x144)]();else{if(_0x121d98[_0x1167bc(0x141)](_0xd372cb[_0x1167bc(0x15f)](),_0x121d98['auAaM']))this[_0x1167bc(0x165)]=_0xd372cb[_0x1167bc(0x144)]();else _0x121d98[_0x1167bc(0x151)](_0xd372cb[_0x1167bc(0x15f)](),_0x121d98[_0x1167bc(0x162)])&&(this[_0x1167bc(0x176)]=_0xd372cb[_0x1167bc(0x144)]());}}}_0x661bd0&&_0x121d98[_0x1167bc(0x159)](_0x661bd0[_0x1167bc(0x16f)],0x0)&&(this[_0x1167bc(0x171)]=_0x661bd0['map'](_0x25bbdc=>{const _0x214f32=_0x1167bc;return{'name':_0x25bbdc[_0x214f32(0x15f)](),'method':_0x25bbdc[_0x214f32(0x170)](),'library':_0x25bbdc['getLibrary'](),'module':_0x25bbdc['getModule'](),'class':_0x25bbdc[_0x214f32(0x14f)]()};}));}[a84_0x8a85f5(0x150)](_0x1daaed){const _0x3865ef=a84_0x8a85f5,_0x38f089={};_0x38f089['QvZGu']=function(_0x54951a,_0x268ca8){return _0x54951a!==_0x268ca8;};const _0xcdaceb=_0x38f089;try{return _0xcdaceb[_0x3865ef(0x143)](this[_0x3865ef(0x171)][_0x3865ef(0x174)](_0x1dc395=>_0x1dc395[_0x3865ef(0x16b)]['toLowerCase']()===_0x1daaed['toLowerCase']()),-0x1);}catch(_0x28c17b){logger[_0x3865ef(0x147)]('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0x28c17b);}return![];}[a84_0x8a85f5(0x156)](){const _0x5e931a=a84_0x8a85f5;!fs[_0x5e931a(0x161)](this[_0x5e931a(0x16a)])&&fs['mkdirSync'](this['browserstackFolderPath']),fs[_0x5e931a(0x15c)](this[_0x5e931a(0x145)],JSON[_0x5e931a(0x148)]({'scripts':{'scan':this['performScan'],'getResults':this[_0x5e931a(0x15d)],'getResultsSummary':this[_0x5e931a(0x165)],'saveResults':this[_0x5e931a(0x176)]},'commands':this[_0x5e931a(0x171)]}));}[a84_0x8a85f5(0x142)](){const _0x5bfd7e=a84_0x8a85f5,_0x21b234={'uAQPQ':function(_0x4df415,_0x3f35a2){return _0x4df415(_0x3f35a2);}};fs[_0x5bfd7e(0x161)](this[_0x5bfd7e(0x145)])&&this['parseFromJson'](_0x21b234[_0x5bfd7e(0x166)](require,this['commandsPath']));}}module[a84_0x8a85f5(0x158)]=new Scripts();
1
+ const a84_0x2690fd=a84_0x3f34;(function(_0x575371,_0x31ff47){const _0x2317d0=a84_0x3f34,_0x51b426=_0x575371();while(!![]){try{const _0x55bde3=-parseInt(_0x2317d0(0xab))/0x1*(-parseInt(_0x2317d0(0xa5))/0x2)+parseInt(_0x2317d0(0x91))/0x3+parseInt(_0x2317d0(0xb7))/0x4+parseInt(_0x2317d0(0xb6))/0x5+parseInt(_0x2317d0(0x8f))/0x6+parseInt(_0x2317d0(0xb1))/0x7+-parseInt(_0x2317d0(0x93))/0x8;if(_0x55bde3===_0x31ff47)break;else _0x51b426['push'](_0x51b426['shift']());}catch(_0x158d7e){_0x51b426['push'](_0x51b426['shift']());}}}(a84_0x2e13,0x8fc97));const path=require(a84_0x2690fd(0x8a)),fs=require('fs'),logger=require(a84_0x2690fd(0x83))['winstonLogger'],helper=require(a84_0x2690fd(0x9f));function a84_0x2e13(){const _0x577d81=['saveTestResults','ChromeExtension','commands.json','../../helpers/logger','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','commandsPath','XFIVs','mkdirSync','getLibrary','getResultsSummary','path','parseFromProto','parseFromJson','fromJson','getResults','5437962ryAAvi','performScan','1798917ubkvOW','shouldWrapCommand','26138248GOsuLi','FNVdE','getCommand','oktVT','scripts','findIndex','length','wFqDx','XwJMO','existsSync','exports','browserstackFolderPath','../helper','gTAay','saveResults','debug','stringify','getMethod','148IEWDMt','fVwld','join','split','toJson','uFvuy','4789kLYmzF','getModule','commandsToWrap','getName','AWGjg','lpOjb','6950664gxCHXe','nonBStackInfraA11yChromeOptions','toLowerCase','BhsFE','kZDuF','4581575EDSKbq','346452GUriEI','usALl','getClass','zPwHB'];a84_0x2e13=function(){return _0x577d81;};return a84_0x2e13();}class Scripts{constructor(){const _0x4b6122=a84_0x2690fd,_0x503961={};_0x503961[_0x4b6122(0x96)]='6|2|3|4|0|5|1',_0x503961[_0x4b6122(0xb4)]='.browserstack',_0x503961['usALl']=_0x4b6122(0x82);const _0x16b94e=_0x503961,_0x2dbd5b=_0x16b94e[_0x4b6122(0x96)][_0x4b6122(0xa8)]('|');let _0x197cf6=0x0;while(!![]){switch(_0x2dbd5b[_0x197cf6++]){case'0':this[_0x4b6122(0x9e)]=path[_0x4b6122(0xa7)](helper['homedir'](),_0x16b94e[_0x4b6122(0xb4)]);continue;case'1':this[_0x4b6122(0x8d)]();continue;case'2':this['getResults']=null;continue;case'3':this[_0x4b6122(0x89)]=null;continue;case'4':this[_0x4b6122(0x80)]=null;continue;case'5':this[_0x4b6122(0x85)]=path['join'](this[_0x4b6122(0x9e)],_0x16b94e[_0x4b6122(0xb8)]);continue;case'6':this[_0x4b6122(0x90)]=null;continue;}break;}}[a84_0x2690fd(0x8c)](_0x524320){const _0x4551a3=a84_0x2690fd;_0x524320[_0x4551a3(0x97)]&&(this[_0x4551a3(0x90)]=_0x524320[_0x4551a3(0x97)]['scan'],this[_0x4551a3(0x8e)]=_0x524320[_0x4551a3(0x97)][_0x4551a3(0x8e)],this['getResultsSummary']=_0x524320[_0x4551a3(0x97)][_0x4551a3(0x89)],this[_0x4551a3(0x80)]=_0x524320[_0x4551a3(0x97)]['saveResults']),this[_0x4551a3(0xad)]=_0x524320['commands'],this[_0x4551a3(0x81)]=_0x524320[_0x4551a3(0xb2)];}[a84_0x2690fd(0x8b)](_0x44c0e9,_0x4533bb){const _0x4c8338=a84_0x2690fd,_0x38c459={};_0x38c459[_0x4c8338(0x94)]=function(_0x4d1c43,_0x355fbb){return _0x4d1c43>_0x355fbb;},_0x38c459['fVwld']=function(_0x11f8a0,_0x15201c){return _0x11f8a0===_0x15201c;},_0x38c459['wFqDx']='scan',_0x38c459[_0x4c8338(0xb0)]=function(_0x5087fc,_0x4de88e){return _0x5087fc===_0x4de88e;},_0x38c459[_0x4c8338(0x9b)]=_0x4c8338(0x8e),_0x38c459['zOaVB']=function(_0x227883,_0x14781c){return _0x227883===_0x14781c;},_0x38c459['zPwHB']='getResultsSummary',_0x38c459[_0x4c8338(0xaf)]=function(_0x5cd702,_0x27c86b){return _0x5cd702===_0x27c86b;},_0x38c459[_0x4c8338(0xa0)]=_0x4c8338(0xa1),_0x38c459[_0x4c8338(0xaa)]=function(_0x58345a,_0x5b3d74){return _0x58345a>_0x5b3d74;};const _0x15ae72=_0x38c459;if(_0x44c0e9&&_0x15ae72[_0x4c8338(0x94)](_0x44c0e9[_0x4c8338(0x99)],0x0))for(const _0x133ecb of _0x44c0e9){if(_0x15ae72[_0x4c8338(0xa6)](_0x133ecb['getName'](),_0x15ae72[_0x4c8338(0x9a)]))this['performScan']=_0x133ecb[_0x4c8338(0x95)]();else{if(_0x15ae72[_0x4c8338(0xb0)](_0x133ecb['getName'](),_0x15ae72[_0x4c8338(0x9b)]))this[_0x4c8338(0x8e)]=_0x133ecb['getCommand']();else{if(_0x15ae72['zOaVB'](_0x133ecb[_0x4c8338(0xae)](),_0x15ae72[_0x4c8338(0xba)]))this['getResultsSummary']=_0x133ecb[_0x4c8338(0x95)]();else _0x15ae72[_0x4c8338(0xaf)](_0x133ecb[_0x4c8338(0xae)](),_0x15ae72['gTAay'])&&(this[_0x4c8338(0x80)]=_0x133ecb[_0x4c8338(0x95)]());}}}_0x4533bb&&_0x15ae72[_0x4c8338(0xaa)](_0x4533bb[_0x4c8338(0x99)],0x0)&&(this[_0x4c8338(0xad)]=_0x4533bb['map'](_0x9bd64=>{const _0x290cae=_0x4c8338;return{'name':_0x9bd64['getName'](),'method':_0x9bd64[_0x290cae(0xa4)](),'library':_0x9bd64[_0x290cae(0x88)](),'module':_0x9bd64[_0x290cae(0xac)](),'class':_0x9bd64[_0x290cae(0xb9)]()};}));}[a84_0x2690fd(0x92)](_0x25e1cb){const _0x16d19f=a84_0x2690fd,_0x5c19ff={};_0x5c19ff[_0x16d19f(0xb5)]=function(_0x5622dd,_0x21e947){return _0x5622dd!==_0x21e947;};const _0x4f9d5b=_0x5c19ff;try{return _0x4f9d5b['kZDuF'](this['commandsToWrap'][_0x16d19f(0x98)](_0x37005b=>_0x37005b['name'][_0x16d19f(0xb3)]()===_0x25e1cb[_0x16d19f(0xb3)]()),-0x1);}catch(_0x88cbe1){logger[_0x16d19f(0xa2)](_0x16d19f(0x84)+_0x88cbe1);}return![];}[a84_0x2690fd(0xa9)](){const _0x10129a=a84_0x2690fd;!fs[_0x10129a(0x9c)](this[_0x10129a(0x9e)])&&fs[_0x10129a(0x87)](this[_0x10129a(0x9e)]),fs['writeFileSync'](this[_0x10129a(0x85)],JSON[_0x10129a(0xa3)]({'scripts':{'scan':this[_0x10129a(0x90)],'getResults':this[_0x10129a(0x8e)],'getResultsSummary':this[_0x10129a(0x89)],'saveResults':this[_0x10129a(0x80)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}['fromJson'](){const _0x1e7114=a84_0x2690fd,_0x3fcfae={'XFIVs':function(_0x36069c,_0x2d6b7e){return _0x36069c(_0x2d6b7e);}};fs[_0x1e7114(0x9c)](this[_0x1e7114(0x85)])&&this[_0x1e7114(0x8c)](_0x3fcfae[_0x1e7114(0x86)](require,this['commandsPath']));}}function a84_0x3f34(_0x5d8f71,_0x236e94){const _0x2e13c5=a84_0x2e13();return a84_0x3f34=function(_0x3f34d2,_0x769443){_0x3f34d2=_0x3f34d2-0x80;let _0x23b92b=_0x2e13c5[_0x3f34d2];return _0x23b92b;},a84_0x3f34(_0x5d8f71,_0x236e94);}module[a84_0x2690fd(0x9d)]=new Scripts();
@@ -1 +1 @@
1
- const a85_0x211804=a85_0x6277;(function(_0x570d53,_0x177fda){const _0x3c58d6=a85_0x6277,_0x4affcf=_0x570d53();while(!![]){try{const _0x36cfc9=parseInt(_0x3c58d6(0xaa))/0x1*(parseInt(_0x3c58d6(0x91))/0x2)+parseInt(_0x3c58d6(0xd4))/0x3+-parseInt(_0x3c58d6(0xaf))/0x4*(-parseInt(_0x3c58d6(0x8b))/0x5)+-parseInt(_0x3c58d6(0xc7))/0x6*(-parseInt(_0x3c58d6(0xe8))/0x7)+parseInt(_0x3c58d6(0x77))/0x8+-parseInt(_0x3c58d6(0xe3))/0x9+parseInt(_0x3c58d6(0x79))/0xa*(-parseInt(_0x3c58d6(0xca))/0xb);if(_0x36cfc9===_0x177fda)break;else _0x4affcf['push'](_0x4affcf['shift']());}catch(_0x154595){_0x4affcf['push'](_0x4affcf['shift']());}}}(a85_0x4c20,0x3771f));function a85_0x4c20(){const _0x225780=['YqMtL','dYtsr','\x22,\x20\x22tcgUrls\x22:\x20{\x22','microsoftedge','yHAzo','parameters_','browserstackSessionName','BrowserstackHealing','BrowserstackHealing.logData\x20method\x20timed\x20out','config','../../bin/utils/constants','xXPmN','name_','error','OwkSv','message','\x22:\x20{\x22endpoint\x22:\x20\x22','NFJyV','../logger','\x22}}}','HEALING_LOG_DATA_TIMEOUT','firefoxOptions_','then','getSession','1OeFzrP','get','mPEUt','QWAKY','aiHealing','3660gfHNyn','wGJiJ','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','getProjectName','VUPaR','setTcgToken','BrowserstackHealingHealFailureFailed','locatorValue','aiHeal_userId','LPYMm','executeScript','getId','log','set','map_','aiHeal_sessionToken','SksYb','setToken','edge','split','NyXCJ','handleFailure','yHWxM','firefox','12nCJqWi','UQjLH','HEALING_FAILURE_TIMEOUT','9207836XYxzcM','JZuwh','winstonLogger','POLL_HEALING_RESULT_TIMEOUT','info','capabilities_','kijlN','forEach','edgeOptions_','fIjPy','240816EMzjlt','\x20command','getTestName','BrowserstackHealingPollResultFailed','initializeCapabilities','race','initializeHealingCapabilities','BrowserstackHealing.healFailure\x20method\x20timed\x20out','ctoAk','framework','sShIB','TCG_URL','join','kAvdh','GKYEZ','1570968fbHVHQ','BrowserstackHealing.setToken\x20method\x20timed\x20out','jBfUH','browserName','safari','560882tSWoQR','pollResult','Rwisc','cancel','string','getGlobal','fromEntries','UvlqE','TCG_REGION','ApPYS','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','aiSdkWrapper','locatorType','using','kQZnu','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','_handleEvent','../../ai-sdk-node/bundle','2513240VQsPOX','toLowerCase','10fRxXNW','../../helpers/timeoutPromise','debug','FdACZ','ATwZT','ieOptions_','EFFXA','./autoHealHelper','../globals','keys','chrome','replace','BrowserstackHealingLogDataFailed','yToqR','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','JCdMB','chromeOptions_','isSelfHealEnabled','2085xEQXBT','getCapabilities','yaGER','path','freeze','value','604994pJhsxv'];a85_0x4c20=function(){return _0x225780;};return a85_0x4c20();}const path=require(a85_0x211804(0x8e)),{commandRepository}=require(a85_0x211804(0x80)),constants=require(a85_0x211804(0x9c)),logger=require(a85_0x211804(0xa4))[a85_0x211804(0xcc)],globals=require(a85_0x211804(0x81)),timeoutPromise=require(a85_0x211804(0x7a)),isUndefinedOrNull=_0x47032a=>_0x47032a===undefined||_0x47032a===null||_0x47032a==='',isNotUndefinedOrNull=_0x1e8602=>!isUndefinedOrNull(_0x1e8602),isString=_0x4b66c2=>isNotUndefinedOrNull(_0x4b66c2)&&typeof _0x4b66c2===a85_0x211804(0x69);class AiSdkWrapper{constructor(){const _0x1311ab=a85_0x211804,_0xe56431={'NFJyV':function(_0x390be8,_0x5d8182){return _0x390be8(_0x5d8182);},'kQZnu':_0x1311ab(0x76)};this['BrowserstackHealing']=undefined;try{this[_0x1311ab(0x99)]=_0xe56431[_0x1311ab(0xa3)](require,path[_0x1311ab(0xe0)](__dirname,_0xe56431[_0x1311ab(0x73)]));}catch(_0x41177b){logger['error'](_0x1311ab(0xb1)+(_0x41177b&&_0x41177b[_0x1311ab(0xa1)]?_0x41177b['message']:''));}}[a85_0x211804(0xda)](_0x2d66d8){const _0x3fbaad=a85_0x211804,_0x2c3570={};_0x2c3570[_0x3fbaad(0xdc)]='newCapabilities',_0x2c3570['NyXCJ']=function(_0x2d86e6,_0x30e228){return _0x2d86e6===_0x30e228;},_0x2c3570[_0x3fbaad(0xc5)]=_0x3fbaad(0x83),_0x2c3570[_0x3fbaad(0xe1)]=function(_0x18e2a9,_0x3a37b7){return _0x18e2a9===_0x3a37b7;},_0x2c3570['Rwisc']=_0x3fbaad(0xc6),_0x2c3570[_0x3fbaad(0x96)]=function(_0x81f8ae,_0x50b71b){return _0x81f8ae===_0x50b71b;},_0x2c3570['eaXnl']=_0x3fbaad(0xe7),_0x2c3570[_0x3fbaad(0xac)]=function(_0x40daf7,_0x5b9395){return _0x40daf7===_0x5b9395;},_0x2c3570[_0x3fbaad(0x8d)]=_0x3fbaad(0xc1),_0x2c3570[_0x3fbaad(0x92)]=_0x3fbaad(0x95);const _0xc2dd81=_0x2c3570;try{const _0x428d1c=this[_0x3fbaad(0x99)][_0x3fbaad(0xd8)](Object[_0x3fbaad(0x6b)](_0x2d66d8[_0x3fbaad(0x8c)]()[_0x3fbaad(0xbd)]));console[_0x3fbaad(0xbb)](_0xc2dd81[_0x3fbaad(0xdc)],_0x428d1c);if(_0xc2dd81[_0x3fbaad(0xc3)](_0x428d1c?.[_0x3fbaad(0xe6)]?.['toLowerCase'](),_0xc2dd81[_0x3fbaad(0xc5)]))_0x2d66d8[_0x3fbaad(0x89)]=_0x428d1c;else{if(_0xc2dd81['kAvdh'](_0x428d1c?.[_0x3fbaad(0xe6)]?.[_0x3fbaad(0x78)](),_0xc2dd81[_0x3fbaad(0xea)]))_0x2d66d8[_0x3fbaad(0xa7)]=_0x428d1c;else{if(_0xc2dd81[_0x3fbaad(0x96)](_0x428d1c?.[_0x3fbaad(0xe6)]?.[_0x3fbaad(0x78)](),_0xc2dd81['eaXnl']))_0x2d66d8['safariOptions_']=_0x428d1c;else{if(_0xc2dd81[_0x3fbaad(0xac)](_0x428d1c?.[_0x3fbaad(0xe6)]?.[_0x3fbaad(0x78)](),_0xc2dd81[_0x3fbaad(0x8d)])||_0xc2dd81['NyXCJ'](_0x428d1c?.[_0x3fbaad(0xe6)]?.['toLowerCase'](),_0xc2dd81[_0x3fbaad(0x92)]))_0x2d66d8[_0x3fbaad(0xd2)]=_0x428d1c;else _0xc2dd81[_0x3fbaad(0xe1)](_0x428d1c?.['browserName']?.[_0x3fbaad(0x78)](),'ie')&&(_0x2d66d8[_0x3fbaad(0x7e)]=_0x428d1c);}}}Object[_0x3fbaad(0x82)](_0x428d1c)[_0x3fbaad(0xd1)](_0x203bf6=>{const _0xdf4a6c=_0x3fbaad,_0x33d81a=_0x2d66d8[_0xdf4a6c(0xcf)][_0xdf4a6c(0xab)](_0x203bf6);_0x2d66d8[_0xdf4a6c(0xcf)][_0xdf4a6c(0xbc)](_0x203bf6,_0x428d1c[_0x203bf6]);});}catch(_0x10167f){logger[_0x3fbaad(0x9f)](_0x3fbaad(0x74)+(_0x10167f&&_0x10167f[_0x3fbaad(0xa1)]?_0x10167f[_0x3fbaad(0xa1)]:''));}}async[a85_0x211804(0xb4)](_0x50593d){const _0x17608c=a85_0x211804,_0x58fef0={'FdWvO':function(_0x17bbf3,_0x344d7d,_0xa651a4,_0x37e16f,_0x412b3e,_0x3e7b94,_0x4557f9){return _0x17bbf3(_0x344d7d,_0xa651a4,_0x37e16f,_0x412b3e,_0x3e7b94,_0x4557f9);},'OwkSv':_0x17608c(0xe4),'EFFXA':'BrowserstackHealingSetTcgTokenFailed','jBfUH':_0x17608c(0xbe)},_0x1cf04d=new Date(),_0x28e08f=_0x58fef0['FdWvO'](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x58fef0[_0x17608c(0xa0)],_0x58fef0[_0x17608c(0x7f)],_0x1cf04d,this['config'],this[_0x17608c(0xdd)]);await Promise[_0x17608c(0xd9)]([this[_0x17608c(0x99)][_0x17608c(0xc0)](_0x50593d,globals[_0x17608c(0x6a)](_0x58fef0[_0x17608c(0xe5)]),constants[_0x17608c(0xdf)])['then'](()=>{_0x28e08f['cancel']();}),_0x28e08f]);}async['_handleEvent'](_0x1564a9,_0x41a059,_0x498abc,_0x175ef7){const _0x111984=a85_0x211804,_0x251918={'JCdMB':function(_0x596acd,_0x31127e){return _0x596acd===_0x31127e;},'yToqR':function(_0x80292c,_0x4124fd){return _0x80292c===_0x4124fd;},'VUPaR':function(_0x33efb1,_0x595359){return _0x33efb1(_0x595359);},'wGJiJ':function(_0x565ecd,_0x40f361){return _0x565ecd(_0x40f361);},'UvlqE':function(_0x1e2168,_0x1db624){return _0x1e2168(_0x1db624);},'xXPmN':function(_0x4cbc57,_0x3f0d65){return _0x4cbc57(_0x3f0d65);},'LPYMm':'s://','SksYb':function(_0x26672e,_0x2629bc){return _0x26672e(_0x2629bc);},'wyVMD':function(_0x8d04e2,_0x27cf00){return _0x8d04e2(_0x27cf00);},'JZuwh':_0x111984(0xb7),'kijlN':'aiHeal_groupId','ATwZT':'aiHeal_isGroupAIEnabled','QWAKY':function(_0xd5f9ba,_0x2473cd,_0x182560,_0x49755d,_0x5206ad,_0x925545,_0x5181c0){return _0xd5f9ba(_0x2473cd,_0x182560,_0x49755d,_0x5206ad,_0x925545,_0x5181c0);},'GKYEZ':_0x111984(0x9a),'SrlUV':_0x111984(0x85),'fIjPy':function(_0x3f06d6,_0x62afb,_0x4dd521,_0x338bc1,_0x17f04b,_0x2c164d,_0x52a4dc){return _0x3f06d6(_0x62afb,_0x4dd521,_0x338bc1,_0x17f04b,_0x2c164d,_0x52a4dc);},'UQjLH':_0x111984(0xdb),'FdACZ':_0x111984(0xb5)},_0x7edad9=(await _0x41a059[_0x111984(0xa9)]())['getId']();let _0x2b5621='';if(commandRepository[_0x111984(0x8a)]()&&_0x251918[_0x111984(0x88)](_0x175ef7,![])||_0x251918[_0x111984(0x86)](_0x175ef7,!![])){const _0x27dda9=_0x251918[_0x111984(0xb3)](isNotUndefinedOrNull,_0x498abc[_0x111984(0x97)][_0x111984(0x72)])&&_0x251918['VUPaR'](isString,_0x498abc['parameters_'][_0x111984(0x72)])?_0x498abc[_0x111984(0x97)]['using'][_0x111984(0x84)](/'/g,'\x5c\x27')[_0x111984(0x84)](/"/g,'\x5c\x22'):'',_0x58c948=_0x251918[_0x111984(0xb0)](isNotUndefinedOrNull,_0x498abc[_0x111984(0x97)][_0x111984(0x72)])&&_0x251918[_0x111984(0x6c)](isString,_0x498abc[_0x111984(0x97)][_0x111984(0x90)])?_0x498abc['parameters_'][_0x111984(0x90)][_0x111984(0x84)](/'/g,'\x5c\x27')[_0x111984(0x84)](/"/g,'\x5c\x22'):'',_0xbc3732=_0x251918[_0x111984(0x6c)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x251918['xXPmN'](isString,commandRepository[_0x111984(0xb2)]())?commandRepository[_0x111984(0xb2)]()[_0x111984(0x84)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x58860f=_0x251918[_0x111984(0x9d)](isNotUndefinedOrNull,global[_0x111984(0x98)])&&_0x251918[_0x111984(0x9d)](isString,global[_0x111984(0x98)])?global['browserstackSessionName']['replace'](/'/g,'\x5c\x27')[_0x111984(0x84)](/"/g,'\x5c\x22'):'';!_0x58860f&&(_0x58860f=_0x251918[_0x111984(0xb0)](isNotUndefinedOrNull,commandRepository[_0x111984(0xd6)]())&&_0x251918[_0x111984(0x9d)](isString,commandRepository[_0x111984(0xd6)]())?commandRepository[_0x111984(0xd6)]()['replace'](/'/g,'\x5c\x27')[_0x111984(0x84)](/"/g,'\x5c\x22'):'');let _0x5244f0='{\x22region\x22:\x20\x22'+constants[_0x111984(0x6d)]+_0x111984(0x94)+constants[_0x111984(0x6d)]+_0x111984(0xa2)+constants['TCG_URL'][_0x111984(0xc2)](_0x251918[_0x111984(0xb8)])[0x1]+_0x111984(0xa5);_0x5244f0=_0x251918[_0x111984(0xbf)](isNotUndefinedOrNull,_0x5244f0)&&_0x251918['wyVMD'](isString,_0x5244f0)?_0x5244f0[_0x111984(0x84)](/'/g,'\x5c\x27')[_0x111984(0x84)](/"/g,'\x5c\x22'):'';const _0x2e9055=commandRepository['getCommands'](_0x7edad9),_0xad5639=globals[_0x111984(0x6a)](_0x251918[_0x111984(0xcb)]),_0x584c7c=globals[_0x111984(0x6a)](_0x251918[_0x111984(0xd0)]),_0x11c419=globals[_0x111984(0x6a)](_0x251918[_0x111984(0x7d)]),_0x4ca36f=![],_0xf075a0=new Date();if(_0x175ef7){const _0xfb894a=_0x251918[_0x111984(0xad)](timeoutPromise,constants[_0x111984(0xa6)],_0x251918[_0x111984(0xe2)],_0x251918['SrlUV'],_0xf075a0,this[_0x111984(0x9b)],this[_0x111984(0xdd)]);_0x2b5621=await Promise[_0x111984(0xd9)]([this['BrowserstackHealing']['logData'](_0x27dda9,_0x58c948,_0xbc3732,_0x58860f,_0x584c7c,_0x7edad9,_0x2e9055,_0x5244f0)[_0x111984(0xa8)](_0x517077=>{const _0x99fab0=_0x111984;return _0xfb894a[_0x99fab0(0xeb)](),_0x517077;}),_0xfb894a]);}else{if(commandRepository[_0x111984(0x8a)]()){const _0x37255f=_0x251918[_0x111984(0xd3)](timeoutPromise,constants[_0x111984(0xc9)],_0x251918[_0x111984(0xc8)],_0x251918[_0x111984(0x7c)],_0xf075a0,this[_0x111984(0x9b)],this[_0x111984(0xdd)]);_0x2b5621=await Promise[_0x111984(0xd9)]([this[_0x111984(0x99)]['healFailure'](_0x27dda9,_0x58c948,_0xbc3732,_0x58860f,_0xad5639,_0x584c7c,_0x7edad9,_0x2e9055,_0x4ca36f,_0x11c419,_0x5244f0)[_0x111984(0xa8)](_0x21343c=>{const _0x4a6b31=_0x111984;return _0x37255f[_0x4a6b31(0xeb)](),_0x21343c;}),_0x37255f]);}}_0x2b5621&&await _0x41a059[_0x111984(0xb9)](_0x2b5621);}}async['handleSuccess'](_0x4b4905,_0x4c2930,_0x402f18){const _0x39ed41=a85_0x211804;try{await this[_0x39ed41(0x75)](_0x4b4905,_0x4c2930,_0x402f18,!![]);}catch(_0x4e4b04){return logger[_0x39ed41(0x9f)](_0x39ed41(0x6f)+(_0x4e4b04&&_0x4e4b04[_0x39ed41(0xa1)]?_0x4e4b04[_0x39ed41(0xa1)]:'')),![];}return!![];}async[a85_0x211804(0xc4)](_0x111890,_0x3750b6,_0x53ef25){const _0x3c2685=a85_0x211804,_0x3712c2={'ApPYS':function(_0x546e56,_0xcd8ee2,_0x270b7f,_0x56f5ac,_0x2981f3,_0x86bfca,_0x1046d5){return _0x546e56(_0xcd8ee2,_0x270b7f,_0x56f5ac,_0x2981f3,_0x86bfca,_0x1046d5);},'dYtsr':'BrowserstackHealing.pollResult\x20method\x20timed\x20out','sShIB':_0x3c2685(0xd7),'PXZHv':_0x3c2685(0xbe)};try{await this[_0x3c2685(0x75)](_0x111890,_0x3750b6,_0x53ef25,![]);const _0xb65c62=(await _0x3750b6['getSession']())[_0x3c2685(0xba)](),_0x1d3133=new Date(),_0x8f3ae6=_0x3712c2[_0x3c2685(0x6e)](timeoutPromise,constants[_0x3c2685(0xcd)],_0x3712c2[_0x3c2685(0x93)],_0x3712c2[_0x3c2685(0xde)],_0x1d3133,this['config'],this[_0x3c2685(0xdd)]),_0x18d6cf=await Promise['race']([this[_0x3c2685(0x99)][_0x3c2685(0xe9)](constants[_0x3c2685(0xdf)],_0xb65c62,globals[_0x3c2685(0x6a)](_0x3712c2['PXZHv']))[_0x3c2685(0xa8)](_0x54108a=>{const _0x1c3dc4=_0x3c2685;return _0x8f3ae6[_0x1c3dc4(0xeb)](),_0x54108a;}),_0x8f3ae6]);if(_0x18d6cf&&_0x18d6cf['selector']&&_0x18d6cf[_0x3c2685(0x90)]){const _0xf50848={};return _0xf50848[_0x3c2685(0x71)]=_0x18d6cf['selector'],_0xf50848['locatorValue']=_0x18d6cf[_0x3c2685(0x90)],_0xf50848[_0x3c2685(0xae)]=!![],_0xf50848;}const _0x28e683={};return _0x28e683['locatorType']=_0x53ef25[_0x3c2685(0x97)][_0x3c2685(0x72)],_0x28e683[_0x3c2685(0xb6)]=_0x18d6cf[_0x3c2685(0x90)],_0x28e683[_0x3c2685(0xae)]=!![],_0x28e683;}catch(_0x2ae683){return logger[_0x3c2685(0x7b)](_0x3c2685(0x87)+(_0x2ae683&&_0x2ae683['message']?_0x2ae683[_0x3c2685(0xa1)]:'')),logger[_0x3c2685(0xce)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x53ef25[_0x3c2685(0x9e)]+_0x3c2685(0xd5)),_0x53ef25;}}}function a85_0x6277(_0x381cbb,_0x5e2c49){const _0x4c2059=a85_0x4c20();return a85_0x6277=function(_0x62775c,_0x2f065d){_0x62775c=_0x62775c-0x69;let _0x41154b=_0x4c2059[_0x62775c];return _0x41154b;},a85_0x6277(_0x381cbb,_0x5e2c49);}exports[a85_0x211804(0x70)]=Object[a85_0x211804(0x8f)](new AiSdkWrapper());
1
+ const a85_0x406bb2=a85_0x3d1f;function a85_0x3d1f(_0xd103e1,_0x38f1c8){const _0x5100a8=a85_0x5100();return a85_0x3d1f=function(_0x3d1f45,_0x256063){_0x3d1f45=_0x3d1f45-0x1b4;let _0x4b0c37=_0x5100a8[_0x3d1f45];return _0x4b0c37;},a85_0x3d1f(_0xd103e1,_0x38f1c8);}(function(_0x3d4653,_0x4644e6){const _0x40f502=a85_0x3d1f,_0x2ab783=_0x3d4653();while(!![]){try{const _0x56c7a0=parseInt(_0x40f502(0x1c5))/0x1*(parseInt(_0x40f502(0x1f9))/0x2)+parseInt(_0x40f502(0x1c9))/0x3+parseInt(_0x40f502(0x20f))/0x4+-parseInt(_0x40f502(0x1d8))/0x5+-parseInt(_0x40f502(0x22c))/0x6+parseInt(_0x40f502(0x212))/0x7+parseInt(_0x40f502(0x213))/0x8*(-parseInt(_0x40f502(0x1e5))/0x9);if(_0x56c7a0===_0x4644e6)break;else _0x2ab783['push'](_0x2ab783['shift']());}catch(_0x5581a4){_0x2ab783['push'](_0x2ab783['shift']());}}}(a85_0x5100,0x680af));const path=require(a85_0x406bb2(0x231)),{commandRepository}=require(a85_0x406bb2(0x1cf)),constants=require(a85_0x406bb2(0x1c7)),logger=require(a85_0x406bb2(0x228))[a85_0x406bb2(0x1db)],globals=require('../globals'),timeoutPromise=require(a85_0x406bb2(0x218)),isUndefinedOrNull=_0x472e54=>_0x472e54===undefined||_0x472e54===null||_0x472e54==='',isNotUndefinedOrNull=_0x297281=>!isUndefinedOrNull(_0x297281),isString=_0x44d589=>isNotUndefinedOrNull(_0x44d589)&&typeof _0x44d589==='string';function a85_0x5100(){const _0x2e3b51=['864pwRZvF','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','framework','newCapabilities','using','TaaTx','replace','BrowserstackHealingHealFailureFailed','fromEntries','edgeOptions_','getId','aiHeal_userId','BrowserstackHealing','cancel','MMfGg','XGdGL','message','eOwCX','get','\x22:\x20{\x22endpoint\x22:\x20\x22','399086OBxbZT','getGlobal','forEach','getCapabilities','../../ai-sdk-node/bundle','\x22,\x20\x22tcgUrls\x22:\x20{\x22','aiHeal_isGroupAIEnabled','TCG_URL','aiSdkWrapper','safari','getSession','qeUoM','bXlBu','aiHeal_groupId','BrowserstackHealing.healFailure\x20method\x20timed\x20out','browserName','JMGtc','ieOptions_','getCommands','bMiLJ','aiHealing','qpGBg','2050772CqBdOI','BrowserstackHealingLogDataFailed','split','4734191ihMEmE','98992JDTKul','chromeOptions_','vviMO','IcRvY','SET_TCG_TOKEN_TIMEOUT','../../helpers/timeoutPromise','_handleEvent','BrowserstackHealing.logData\x20method\x20timed\x20out','browserstackSessionName','error','POLL_HEALING_RESULT_TIMEOUT','healFailure','getProjectName','HeIHQ','oTWNl','RHRcN','handleSuccess','join','pollResult','vplSJ','capabilities_','../logger','locatorType','firefoxOptions_','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','552258rbkruB','setToken','name_','initializeHealingCapabilities','value','path','log','{\x22region\x22:\x20\x22','toLowerCase','isSelfHealEnabled','yjEKq','keys','map_','lHTjS','s://','XbCRG','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','LEHhp','edge','TCG_REGION','setTcgToken','selector','CRAed','knqCJ','3ysSOWO','aiHeal_sessionToken','../../bin/utils/constants','qXMpC','2135667eLYbXH','parameters_','VOnYx','getTestName','bmcha','set','./autoHealHelper','race','microsoftedge','locatorValue','BxESJ','hzomZ','then','SXEMn','config','3967090WUTOVH','firefox','debug','winstonLogger','ZupWv','\x22}}}','handleFailure','BrowserstackHealingPollResultFailed','BMrEp','HEALING_LOG_DATA_TIMEOUT','sUwOv','safariOptions_','IodnR'];a85_0x5100=function(){return _0x2e3b51;};return a85_0x5100();}class AiSdkWrapper{constructor(){const _0x29b347=a85_0x406bb2,_0x4ed56b={'bMiLJ':function(_0x374628,_0xfcc946){return _0x374628(_0xfcc946);},'yjEKq':_0x29b347(0x1fd)};this['BrowserstackHealing']=undefined;try{this[_0x29b347(0x1f1)]=_0x4ed56b[_0x29b347(0x20c)](require,path[_0x29b347(0x224)](__dirname,_0x4ed56b[_0x29b347(0x1b7)]));}catch(_0x43f0b2){logger[_0x29b347(0x21c)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x43f0b2&&_0x43f0b2[_0x29b347(0x1f5)]?_0x43f0b2[_0x29b347(0x1f5)]:''));}}[a85_0x406bb2(0x22f)](_0x6d9761){const _0x5329a9=a85_0x406bb2,_0x570934={};_0x570934[_0x5329a9(0x1e0)]=_0x5329a9(0x1e8),_0x570934['CRAed']=function(_0x22ec07,_0x5317d2){return _0x22ec07===_0x5317d2;},_0x570934[_0x5329a9(0x1cb)]='chrome',_0x570934[_0x5329a9(0x204)]=function(_0x2bb29f,_0x8298df){return _0x2bb29f===_0x8298df;},_0x570934[_0x5329a9(0x226)]=_0x5329a9(0x1d9),_0x570934[_0x5329a9(0x1bc)]=_0x5329a9(0x202),_0x570934[_0x5329a9(0x1cd)]=function(_0x286c58,_0x434597){return _0x286c58===_0x434597;},_0x570934[_0x5329a9(0x1ea)]=_0x5329a9(0x1bf),_0x570934[_0x5329a9(0x222)]=_0x5329a9(0x1d1),_0x570934[_0x5329a9(0x1be)]=function(_0x41851f,_0x153395){return _0x41851f===_0x153395;};const _0x3d1421=_0x570934;try{const _0x57b40d=this[_0x5329a9(0x1f1)]['initializeCapabilities'](Object[_0x5329a9(0x1ed)](_0x6d9761[_0x5329a9(0x1fc)]()[_0x5329a9(0x1b9)]));console[_0x5329a9(0x232)](_0x3d1421[_0x5329a9(0x1e0)],_0x57b40d);if(_0x3d1421[_0x5329a9(0x1c3)](_0x57b40d?.['browserName']?.[_0x5329a9(0x1b5)](),_0x3d1421[_0x5329a9(0x1cb)]))_0x6d9761[_0x5329a9(0x214)]=_0x57b40d;else{if(_0x3d1421[_0x5329a9(0x204)](_0x57b40d?.[_0x5329a9(0x208)]?.[_0x5329a9(0x1b5)](),_0x3d1421[_0x5329a9(0x226)]))_0x6d9761[_0x5329a9(0x22a)]=_0x57b40d;else{if(_0x3d1421[_0x5329a9(0x204)](_0x57b40d?.['browserName']?.[_0x5329a9(0x1b5)](),_0x3d1421[_0x5329a9(0x1bc)]))_0x6d9761[_0x5329a9(0x1e3)]=_0x57b40d;else{if(_0x3d1421['bmcha'](_0x57b40d?.[_0x5329a9(0x208)]?.[_0x5329a9(0x1b5)](),_0x3d1421['TaaTx'])||_0x3d1421[_0x5329a9(0x204)](_0x57b40d?.[_0x5329a9(0x208)]?.[_0x5329a9(0x1b5)](),_0x3d1421[_0x5329a9(0x222)]))_0x6d9761[_0x5329a9(0x1ee)]=_0x57b40d;else _0x3d1421['LEHhp'](_0x57b40d?.[_0x5329a9(0x208)]?.['toLowerCase'](),'ie')&&(_0x6d9761[_0x5329a9(0x20a)]=_0x57b40d);}}}Object[_0x5329a9(0x1b8)](_0x57b40d)[_0x5329a9(0x1fb)](_0x284d73=>{const _0x5c9695=_0x5329a9,_0x3c7e64=_0x6d9761[_0x5c9695(0x227)][_0x5c9695(0x1f7)](_0x284d73);_0x6d9761[_0x5c9695(0x227)][_0x5c9695(0x1ce)](_0x284d73,_0x57b40d[_0x284d73]);});}catch(_0x265703){logger[_0x5329a9(0x21c)](_0x5329a9(0x1e6)+(_0x265703&&_0x265703[_0x5329a9(0x1f5)]?_0x265703[_0x5329a9(0x1f5)]:''));}}async[a85_0x406bb2(0x1c1)](_0x1553f3){const _0x23765e=a85_0x406bb2,_0x546a67={'eOwCX':function(_0x2d0884,_0x360659,_0x140068,_0x562b60,_0x467069,_0x1a78ec,_0x5613d0){return _0x2d0884(_0x360659,_0x140068,_0x562b60,_0x467069,_0x1a78ec,_0x5613d0);},'qpGBg':'BrowserstackHealing.setToken\x20method\x20timed\x20out','rXadU':'BrowserstackHealingSetTcgTokenFailed','vviMO':_0x23765e(0x1c6)},_0x5d92e2=new Date(),_0x290a30=_0x546a67[_0x23765e(0x1f6)](timeoutPromise,constants[_0x23765e(0x217)],_0x546a67[_0x23765e(0x20e)],_0x546a67['rXadU'],_0x5d92e2,this[_0x23765e(0x1d7)],this[_0x23765e(0x1e7)]);await Promise[_0x23765e(0x1d0)]([this[_0x23765e(0x1f1)][_0x23765e(0x22d)](_0x1553f3,globals[_0x23765e(0x1fa)](_0x546a67[_0x23765e(0x215)]),constants[_0x23765e(0x200)])['then'](()=>{const _0x3a79ed=_0x23765e;_0x290a30[_0x3a79ed(0x1f2)]();}),_0x290a30]);}async['_handleEvent'](_0x5401f3,_0x54d1c4,_0x20e970,_0xdc81c3){const _0x49679d=a85_0x406bb2,_0x5d4292={'ZupWv':function(_0x1bb83b,_0x3a1055){return _0x1bb83b===_0x3a1055;},'qXMpC':function(_0x3fafab,_0x1b3670){return _0x3fafab(_0x1b3670);},'lHTjS':function(_0xd5c016,_0x1a7139){return _0xd5c016(_0x1a7139);},'JMGtc':function(_0x39407e,_0x58e770){return _0x39407e(_0x58e770);},'BxESJ':function(_0xaadc09,_0x2b4b75){return _0xaadc09(_0x2b4b75);},'IcRvY':function(_0x331bcf,_0x40c443){return _0x331bcf(_0x40c443);},'HeIHQ':_0x49679d(0x1bb),'knqCJ':function(_0x2e42d8,_0x3b10da){return _0x2e42d8(_0x3b10da);},'XGdGL':_0x49679d(0x1f0),'BgSCc':_0x49679d(0x206),'FgbTS':_0x49679d(0x1ff),'oTWNl':function(_0x5d22f6,_0x48d38a,_0x5e000f,_0x31ad11,_0x5889c7,_0x450d0f,_0x47ad9b){return _0x5d22f6(_0x48d38a,_0x5e000f,_0x31ad11,_0x5889c7,_0x450d0f,_0x47ad9b);},'bXlBu':_0x49679d(0x21a),'hzomZ':_0x49679d(0x210),'sUwOv':_0x49679d(0x207),'SXEMn':_0x49679d(0x1ec)},_0x1424e6=(await _0x54d1c4[_0x49679d(0x203)]())[_0x49679d(0x1ef)]();let _0x31dcd7='';if(commandRepository[_0x49679d(0x1b6)]()&&_0x5d4292[_0x49679d(0x1dc)](_0xdc81c3,![])||_0x5d4292[_0x49679d(0x1dc)](_0xdc81c3,!![])){const _0x291eca=_0x5d4292[_0x49679d(0x1c8)](isNotUndefinedOrNull,_0x20e970[_0x49679d(0x1ca)][_0x49679d(0x1e9)])&&_0x5d4292[_0x49679d(0x1c8)](isString,_0x20e970[_0x49679d(0x1ca)][_0x49679d(0x1e9)])?_0x20e970[_0x49679d(0x1ca)][_0x49679d(0x1e9)][_0x49679d(0x1eb)](/'/g,'\x5c\x27')[_0x49679d(0x1eb)](/"/g,'\x5c\x22'):'',_0x5e01fe=_0x5d4292[_0x49679d(0x1c8)](isNotUndefinedOrNull,_0x20e970[_0x49679d(0x1ca)]['using'])&&_0x5d4292[_0x49679d(0x1c8)](isString,_0x20e970['parameters_'][_0x49679d(0x230)])?_0x20e970[_0x49679d(0x1ca)][_0x49679d(0x230)]['replace'](/'/g,'\x5c\x27')[_0x49679d(0x1eb)](/"/g,'\x5c\x22'):'',_0x3f83fa=_0x5d4292[_0x49679d(0x1ba)](isNotUndefinedOrNull,commandRepository[_0x49679d(0x21f)]())&&_0x5d4292[_0x49679d(0x209)](isString,commandRepository[_0x49679d(0x21f)]())?commandRepository[_0x49679d(0x21f)]()['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0xcb7400=_0x5d4292[_0x49679d(0x1ba)](isNotUndefinedOrNull,global[_0x49679d(0x21b)])&&_0x5d4292[_0x49679d(0x1d3)](isString,global[_0x49679d(0x21b)])?global[_0x49679d(0x21b)]['replace'](/'/g,'\x5c\x27')[_0x49679d(0x1eb)](/"/g,'\x5c\x22'):'';!_0xcb7400&&(_0xcb7400=_0x5d4292[_0x49679d(0x216)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x5d4292[_0x49679d(0x1d3)](isString,commandRepository[_0x49679d(0x1cc)]())?commandRepository[_0x49679d(0x1cc)]()[_0x49679d(0x1eb)](/'/g,'\x5c\x27')[_0x49679d(0x1eb)](/"/g,'\x5c\x22'):'');let _0x516f23=_0x49679d(0x1b4)+constants[_0x49679d(0x1c0)]+_0x49679d(0x1fe)+constants['TCG_REGION']+_0x49679d(0x1f8)+constants[_0x49679d(0x200)][_0x49679d(0x211)](_0x5d4292[_0x49679d(0x220)])[0x1]+_0x49679d(0x1dd);_0x516f23=_0x5d4292['BxESJ'](isNotUndefinedOrNull,_0x516f23)&&_0x5d4292[_0x49679d(0x1c4)](isString,_0x516f23)?_0x516f23[_0x49679d(0x1eb)](/'/g,'\x5c\x27')[_0x49679d(0x1eb)](/"/g,'\x5c\x22'):'';const _0xaa75b5=commandRepository[_0x49679d(0x20b)](_0x1424e6),_0x3dce9c=globals[_0x49679d(0x1fa)](_0x5d4292[_0x49679d(0x1f4)]),_0x3dc13b=globals[_0x49679d(0x1fa)](_0x5d4292['BgSCc']),_0xfa8854=globals[_0x49679d(0x1fa)](_0x5d4292['FgbTS']),_0x6421d0=![],_0x556b5b=new Date();if(_0xdc81c3){const _0x3de0e0=_0x5d4292['oTWNl'](timeoutPromise,constants[_0x49679d(0x1e1)],_0x5d4292[_0x49679d(0x205)],_0x5d4292[_0x49679d(0x1d4)],_0x556b5b,this[_0x49679d(0x1d7)],this[_0x49679d(0x1e7)]);_0x31dcd7=await Promise[_0x49679d(0x1d0)]([this[_0x49679d(0x1f1)]['logData'](_0x291eca,_0x5e01fe,_0x3f83fa,_0xcb7400,_0x3dc13b,_0x1424e6,_0xaa75b5,_0x516f23)[_0x49679d(0x1d5)](_0x24c200=>{const _0xb9868a=_0x49679d;return _0x3de0e0[_0xb9868a(0x1f2)](),_0x24c200;}),_0x3de0e0]);}else{if(commandRepository[_0x49679d(0x1b6)]()){const _0x2a9e44=_0x5d4292[_0x49679d(0x221)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x5d4292[_0x49679d(0x1e2)],_0x5d4292[_0x49679d(0x1d6)],_0x556b5b,this[_0x49679d(0x1d7)],this[_0x49679d(0x1e7)]);_0x31dcd7=await Promise['race']([this[_0x49679d(0x1f1)][_0x49679d(0x21e)](_0x291eca,_0x5e01fe,_0x3f83fa,_0xcb7400,_0x3dce9c,_0x3dc13b,_0x1424e6,_0xaa75b5,_0x6421d0,_0xfa8854,_0x516f23)[_0x49679d(0x1d5)](_0x5dc909=>{const _0x5c56e7=_0x49679d;return _0x2a9e44[_0x5c56e7(0x1f2)](),_0x5dc909;}),_0x2a9e44]);}}_0x31dcd7&&await _0x54d1c4['executeScript'](_0x31dcd7);}}async[a85_0x406bb2(0x223)](_0x39e354,_0x458cac,_0x1d9d4f){const _0x477e54=a85_0x406bb2;try{await this[_0x477e54(0x219)](_0x39e354,_0x458cac,_0x1d9d4f,!![]);}catch(_0x299fb5){return logger[_0x477e54(0x21c)](_0x477e54(0x1bd)+(_0x299fb5&&_0x299fb5['message']?_0x299fb5[_0x477e54(0x1f5)]:'')),![];}return!![];}async[a85_0x406bb2(0x1de)](_0x130ac6,_0x3f4344,_0x3aa01d){const _0x382f52=a85_0x406bb2,_0x215fba={'MMfGg':function(_0x2903fd,_0x77f3ae,_0xb51424,_0x42c373,_0x1e891d,_0x3c2779,_0x2ff121){return _0x2903fd(_0x77f3ae,_0xb51424,_0x42c373,_0x1e891d,_0x3c2779,_0x2ff121);},'afKhe':'BrowserstackHealing.pollResult\x20method\x20timed\x20out','PDgkC':_0x382f52(0x1df),'IodnR':_0x382f52(0x1c6)};try{await this[_0x382f52(0x219)](_0x130ac6,_0x3f4344,_0x3aa01d,![]);const _0xd469cc=(await _0x3f4344[_0x382f52(0x203)]())[_0x382f52(0x1ef)](),_0xb3f2ed=new Date(),_0xc9ec06=_0x215fba[_0x382f52(0x1f3)](timeoutPromise,constants[_0x382f52(0x21d)],_0x215fba['afKhe'],_0x215fba['PDgkC'],_0xb3f2ed,this['config'],this[_0x382f52(0x1e7)]),_0x1f4f06=await Promise[_0x382f52(0x1d0)]([this[_0x382f52(0x1f1)][_0x382f52(0x225)](constants[_0x382f52(0x200)],_0xd469cc,globals[_0x382f52(0x1fa)](_0x215fba[_0x382f52(0x1e4)]))[_0x382f52(0x1d5)](_0x27ff9a=>{const _0x3e02af=_0x382f52;return _0xc9ec06[_0x3e02af(0x1f2)](),_0x27ff9a;}),_0xc9ec06]);if(_0x1f4f06&&_0x1f4f06['selector']&&_0x1f4f06['value']){const _0x54328c={};return _0x54328c[_0x382f52(0x229)]=_0x1f4f06[_0x382f52(0x1c2)],_0x54328c[_0x382f52(0x1d2)]=_0x1f4f06['value'],_0x54328c['aiHealing']=!![],_0x54328c;}const _0x33442d={};return _0x33442d[_0x382f52(0x229)]=_0x3aa01d[_0x382f52(0x1ca)][_0x382f52(0x1e9)],_0x33442d['locatorValue']=_0x1f4f06[_0x382f52(0x230)],_0x33442d[_0x382f52(0x20d)]=!![],_0x33442d;}catch(_0x3aa716){return logger[_0x382f52(0x1da)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x3aa716&&_0x3aa716[_0x382f52(0x1f5)]?_0x3aa716[_0x382f52(0x1f5)]:'')),logger['info'](_0x382f52(0x22b)+_0x3aa01d[_0x382f52(0x22e)]+'\x20command'),_0x3aa01d;}}}exports[a85_0x406bb2(0x201)]=Object['freeze'](new AiSdkWrapper());
@@ -1 +1 @@
1
- function a86_0x2ec7(_0x396d47,_0x2bc794){const _0xe54036=a86_0xe540();return a86_0x2ec7=function(_0x2ec7fa,_0x33f282){_0x2ec7fa=_0x2ec7fa-0x8e;let _0x311369=_0xe54036[_0x2ec7fa];return _0x311369;},a86_0x2ec7(_0x396d47,_0x2bc794);}const a86_0x1f05c5=a86_0x2ec7;(function(_0x3653fb,_0x3cbaf9){const _0x5bb77b=a86_0x2ec7,_0x396b0d=_0x3653fb();while(!![]){try{const _0x3cb9b6=parseInt(_0x5bb77b(0xa1))/0x1*(-parseInt(_0x5bb77b(0x96))/0x2)+parseInt(_0x5bb77b(0x9b))/0x3*(parseInt(_0x5bb77b(0x9e))/0x4)+-parseInt(_0x5bb77b(0xab))/0x5*(-parseInt(_0x5bb77b(0xa7))/0x6)+-parseInt(_0x5bb77b(0xb8))/0x7+parseInt(_0x5bb77b(0xba))/0x8*(-parseInt(_0x5bb77b(0xa9))/0x9)+-parseInt(_0x5bb77b(0x95))/0xa+-parseInt(_0x5bb77b(0x98))/0xb*(-parseInt(_0x5bb77b(0xa6))/0xc);if(_0x3cb9b6===_0x3cbaf9)break;else _0x396b0d['push'](_0x396b0d['shift']());}catch(_0x95ae58){_0x396b0d['push'](_0x396b0d['shift']());}}}(a86_0xe540,0x60ea1));const calculateTimeDiff=_0x3501b5=>Date[a86_0x1f05c5(0xbc)]()-_0x3501b5,logger=require('../logger')[a86_0x1f05c5(0xc1)],globals=require(a86_0x1f05c5(0x99));function a86_0xe540(){const _0x34c837=['map','testName','xITvI','isSelfHealEnabled','2350330nTeqjA','2vlpUXB','aiHeal_isHealingEnabled','294349HSsaJT','../globals','setAiSessionTimeStamp','47667uoAXII','userName','commands','124TivSDQ','setFramework','getProjectName','390115nqyomR','setTcgTokenStatus','HXtiI','commandRepository','path','444ILxAQh','1396260fWxIfJ','getFramework','9nPDVwE','true','15Tblekx','config','Qaapk','setProjectNameForHealingContext','pushCommand','stzBM','accessKey','isTcgTokenSet','getAuthInfo','aiSessionTimeStamp','getGlobal','sKHeR','method','4605979BKcHgT','getConfig','4005328ByFRxO','BpfIZ','now','uCncH','selfHeal','vGTWQ','getCommands','winstonLogger','No\x20commands\x20found\x20for\x20session:\x20','split','projectName','yMeaE','setAuthInfo','3|2|4|1|5|0','authInfo','debug','join','_pushCommand','HoyFD','getTcgTokenStatus','framework'];a86_0xe540=function(){return _0x34c837;};return a86_0xe540();}class HealingCommandRepo{constructor(){const _0x28d0cf=a86_0x1f05c5,_0x2645a5={};_0x2645a5[_0x28d0cf(0xb6)]=_0x28d0cf(0xc7);const _0x28c80f=_0x2645a5,_0x1e7a6b=_0x28c80f[_0x28d0cf(0xb6)][_0x28d0cf(0xc3)]('|');let _0x38d9b4=0x0;while(!![]){switch(_0x1e7a6b[_0x38d9b4++]){case'0':this[_0x28d0cf(0xb2)]=![];continue;case'1':this[_0x28d0cf(0x92)]='';continue;case'2':this['aiSessionTimeStamp']={};continue;case'3':this[_0x28d0cf(0x9d)]={};continue;case'4':this[_0x28d0cf(0xc4)]='';continue;case'5':this['authInfo']={};continue;}break;}}[a86_0x1f05c5(0xcb)](_0x11e67e,_0x3f46de){const _0x509c12=a86_0x1f05c5,_0x5e3b37={};_0x5e3b37['HXtiI']=function(_0xf2295,_0x5b56c6){return _0xf2295 in _0x5b56c6;};const _0x224aa8=_0x5e3b37;!_0x224aa8[_0x509c12(0xa3)](_0x11e67e,this[_0x509c12(0x9d)])&&(this[_0x509c12(0x9d)][_0x11e67e]=[]),this[_0x509c12(0x9d)][_0x11e67e]['push'](_0x3f46de);}[a86_0x1f05c5(0xaf)](_0x59bfd7,_0x48621a){const _0x32c9f0=a86_0x1f05c5,_0x1942fa={'Qaapk':function(_0xc9b07e,_0x24bd93){return _0xc9b07e(_0x24bd93);}},_0x3a8c30=_0x48621a[_0x32c9f0(0xb7)],_0x4a9be3=_0x48621a[_0x32c9f0(0xa5)][_0x32c9f0(0xc3)](_0x59bfd7)[0x1],_0xb5193b=this['aiSessionTimeStamp'][_0x59bfd7],_0x42f67b={'k':_0x3a8c30+':'+_0x4a9be3,'t':_0x1942fa[_0x32c9f0(0xad)](calculateTimeDiff,_0xb5193b)};this[_0x32c9f0(0xcb)](_0x59bfd7,_0x42f67b);}[a86_0x1f05c5(0x9a)](_0x3dacef){const _0x485c41=a86_0x1f05c5;this[_0x485c41(0xb4)][_0x3dacef]=Date[_0x485c41(0xbc)]();}[a86_0x1f05c5(0xc6)](_0x50d447,_0xe28d0f){const _0x4a7711=a86_0x1f05c5;this[_0x4a7711(0xc8)][_0x4a7711(0x9c)]=_0x50d447,this[_0x4a7711(0xc8)][_0x4a7711(0xb1)]=_0xe28d0f;}[a86_0x1f05c5(0xb3)](){return this['authInfo'];}[a86_0x1f05c5(0xae)](_0x58f1e0){const _0x13175b=a86_0x1f05c5;this[_0x13175b(0xc4)]=_0x58f1e0;}['setTestNameForHealingContext'](_0x9a8f70){this['testName']=_0x9a8f70;}['setConfig'](_0x53bb95){const _0x501d8c=a86_0x1f05c5;this[_0x501d8c(0xac)]=_0x53bb95,this['setProjectNameForHealingContext'](_0x53bb95[_0x501d8c(0xc4)]),this['setAuthInfo'](_0x53bb95[_0x501d8c(0x9c)],_0x53bb95['accessKey']);}[a86_0x1f05c5(0x9f)](_0x54cd86){const _0x109d60=a86_0x1f05c5;this[_0x109d60(0x90)]=_0x54cd86;}[a86_0x1f05c5(0xa2)](_0x226ce8){this['isTcgTokenSet']=_0x226ce8;}[a86_0x1f05c5(0xb9)](){const _0xb048ee=a86_0x1f05c5;return this[_0xb048ee(0xac)];}[a86_0x1f05c5(0xa8)](){const _0x13502d=a86_0x1f05c5;return this[_0x13502d(0x90)];}[a86_0x1f05c5(0xa0)](){const _0x595022=a86_0x1f05c5;return this[_0x595022(0xc4)];}['getTestName'](){const _0x4ca180=a86_0x1f05c5;return this[_0x4ca180(0x92)];}[a86_0x1f05c5(0xc0)](_0x8bb92a){const _0x2a6be8=a86_0x1f05c5,_0xf2a273={};_0xf2a273['HoyFD']='aiHeal_isAuthenticated',_0xf2a273[_0x2a6be8(0x93)]=_0x2a6be8(0x97),_0xf2a273[_0x2a6be8(0xb0)]=function(_0x4a6d2d,_0x337820){return _0x4a6d2d===_0x337820;},_0xf2a273[_0x2a6be8(0xbd)]=function(_0xa5f50f,_0x5b95d6){return _0xa5f50f+_0x5b95d6;},_0xf2a273['oqTNo']=_0x2a6be8(0xc2);const _0x162f56=_0xf2a273,_0x45c7b8=this['commands'][_0x8bb92a];this['commands'][_0x8bb92a]=[];if(globals[_0x2a6be8(0xb5)](_0x162f56[_0x2a6be8(0x8e)])&&globals[_0x2a6be8(0xb5)](_0x162f56['xITvI'])&&!_0x45c7b8||_0x162f56[_0x2a6be8(0xb0)](_0x45c7b8['length'],0x0))return logger[_0x2a6be8(0xc9)](_0x162f56['uCncH'](_0x162f56['oqTNo'],_0x8bb92a)),'';return _0x45c7b8[_0x2a6be8(0x91)](_0x1fe31b=>JSON['stringify'](_0x1fe31b))[_0x2a6be8(0xca)](',');}[a86_0x1f05c5(0x94)](){const _0x2a0951=a86_0x1f05c5,_0x3f49cf={};_0x3f49cf[_0x2a0951(0xbb)]=function(_0x19e4f2,_0x4622e6){return _0x19e4f2===_0x4622e6;},_0x3f49cf[_0x2a0951(0xbf)]=function(_0x5353cb,_0x11260e){return _0x5353cb===_0x11260e;},_0x3f49cf[_0x2a0951(0xc5)]=_0x2a0951(0xaa);const _0x2d58df=_0x3f49cf;let _0x1d876f=![];return this[_0x2a0951(0xb9)]()&&(_0x2d58df['BpfIZ'](this[_0x2a0951(0xb9)]()['selfHeal'],!![])||_0x2d58df[_0x2a0951(0xbf)](this[_0x2a0951(0xb9)]()[_0x2a0951(0xbe)],_0x2d58df[_0x2a0951(0xc5)]))&&(_0x1d876f=!![]),_0x1d876f;}[a86_0x1f05c5(0x8f)](){const _0x161e86=a86_0x1f05c5;return this[_0x161e86(0xb2)];}}exports[a86_0x1f05c5(0xa4)]=new HealingCommandRepo();
1
+ function a86_0x8c99(){const _0x3b0b1f=['map','924600mSSRjA','push','MBHJI','112428ZcklPp','2|1|5|3|0|4','getAuthInfo','testName','now','aiHeal_isAuthenticated','No\x20commands\x20found\x20for\x20session:\x20','1023498VhbqaW','isTcgTokenSet','ukAjn','commands','setProjectNameForHealingContext','168764KTktaR','8ImniGK','projectName','commandRepository','XQcqI','framework','aiHeal_isHealingEnabled','3AjtHUV','640129QyrxCB','rIrwY','setTcgTokenStatus','1812730JMkeFD','XxtAc','path','authInfo','getGlobal','method','setAuthInfo','aiSessionTimeStamp','getProjectName','length','IllOU','setTestNameForHealingContext','split','../globals','accessKey','userName','PvIYF','676605MLakLA','isSelfHealEnabled','UqdDz','getConfig','18OhbUTO','_pushCommand','vQqxN','tyjyI','config','true','join','getFramework'];a86_0x8c99=function(){return _0x3b0b1f;};return a86_0x8c99();}const a86_0x199fbc=a86_0x1a60;(function(_0x112e30,_0x125155){const _0xac7fb2=a86_0x1a60,_0x3e3251=_0x112e30();while(!![]){try{const _0x19e2a8=parseInt(_0xac7fb2(0x121))/0x1+-parseInt(_0xac7fb2(0x12d))/0x2*(-parseInt(_0xac7fb2(0x134))/0x3)+parseInt(_0xac7fb2(0x11e))/0x4+parseInt(_0xac7fb2(0x111))/0x5+-parseInt(_0xac7fb2(0x128))/0x6+parseInt(_0xac7fb2(0x135))/0x7*(parseInt(_0xac7fb2(0x12e))/0x8)+parseInt(_0xac7fb2(0x115))/0x9*(-parseInt(_0xac7fb2(0x138))/0xa);if(_0x19e2a8===_0x125155)break;else _0x3e3251['push'](_0x3e3251['shift']());}catch(_0x315e43){_0x3e3251['push'](_0x3e3251['shift']());}}}(a86_0x8c99,0x1daff));function a86_0x1a60(_0x411fac,_0x5739c1){const _0x8c99bc=a86_0x8c99();return a86_0x1a60=function(_0x1a60fb,_0x54adec){_0x1a60fb=_0x1a60fb-0x103;let _0x2baccd=_0x8c99bc[_0x1a60fb];return _0x2baccd;},a86_0x1a60(_0x411fac,_0x5739c1);}const calculateTimeDiff=_0x3b89b1=>Date[a86_0x199fbc(0x125)]()-_0x3b89b1,logger=require('../logger')['winstonLogger'],globals=require(a86_0x199fbc(0x10d));class HealingCommandRepo{constructor(){const _0x253c0d=a86_0x199fbc,_0x360613={};_0x360613[_0x253c0d(0x113)]=_0x253c0d(0x122);const _0x40131c=_0x360613,_0x420ca7=_0x40131c[_0x253c0d(0x113)][_0x253c0d(0x10c)]('|');let _0x1225a9=0x0;while(!![]){switch(_0x420ca7[_0x1225a9++]){case'0':this[_0x253c0d(0x103)]={};continue;case'1':this[_0x253c0d(0x107)]={};continue;case'2':this['commands']={};continue;case'3':this[_0x253c0d(0x124)]='';continue;case'4':this['isTcgTokenSet']=![];continue;case'5':this[_0x253c0d(0x12f)]='';continue;}break;}}[a86_0x199fbc(0x116)](_0x2bbd40,_0x41dd5f){const _0x2de363=a86_0x199fbc,_0x494a3a={};_0x494a3a[_0x2de363(0x131)]=function(_0x293564,_0x2c6e2f){return _0x293564 in _0x2c6e2f;};const _0x2f2312=_0x494a3a;!_0x2f2312[_0x2de363(0x131)](_0x2bbd40,this['commands'])&&(this[_0x2de363(0x12b)][_0x2bbd40]=[]),this[_0x2de363(0x12b)][_0x2bbd40][_0x2de363(0x11f)](_0x41dd5f);}['pushCommand'](_0x329873,_0x468edc){const _0x3bbc91=a86_0x199fbc,_0x427a35={'rZQLp':function(_0xd9fc86,_0x2f605){return _0xd9fc86(_0x2f605);}},_0x279023=_0x468edc[_0x3bbc91(0x105)],_0x5690c3=_0x468edc[_0x3bbc91(0x13a)][_0x3bbc91(0x10c)](_0x329873)[0x1],_0x4048bb=this[_0x3bbc91(0x107)][_0x329873],_0x1a7f93={'k':_0x279023+':'+_0x5690c3,'t':_0x427a35['rZQLp'](calculateTimeDiff,_0x4048bb)};this[_0x3bbc91(0x116)](_0x329873,_0x1a7f93);}['setAiSessionTimeStamp'](_0x1d70ab){const _0x247858=a86_0x199fbc;this['aiSessionTimeStamp'][_0x1d70ab]=Date[_0x247858(0x125)]();}[a86_0x199fbc(0x106)](_0x40b03b,_0x42a5d1){const _0x14725c=a86_0x199fbc;this[_0x14725c(0x103)][_0x14725c(0x10f)]=_0x40b03b,this[_0x14725c(0x103)]['accessKey']=_0x42a5d1;}[a86_0x199fbc(0x123)](){const _0x2c58dc=a86_0x199fbc;return this[_0x2c58dc(0x103)];}['setProjectNameForHealingContext'](_0x5d4fac){const _0x5da504=a86_0x199fbc;this[_0x5da504(0x12f)]=_0x5d4fac;}[a86_0x199fbc(0x10b)](_0x1b5154){const _0x3d5b97=a86_0x199fbc;this[_0x3d5b97(0x124)]=_0x1b5154;}['setConfig'](_0x49a4b3){const _0x2be7cb=a86_0x199fbc;this[_0x2be7cb(0x119)]=_0x49a4b3,this[_0x2be7cb(0x12c)](_0x49a4b3[_0x2be7cb(0x12f)]),this['setAuthInfo'](_0x49a4b3['userName'],_0x49a4b3[_0x2be7cb(0x10e)]);}['setFramework'](_0x2d9544){const _0x54f59b=a86_0x199fbc;this[_0x54f59b(0x132)]=_0x2d9544;}[a86_0x199fbc(0x137)](_0x5a0219){const _0x34cafd=a86_0x199fbc;this[_0x34cafd(0x129)]=_0x5a0219;}['getConfig'](){const _0x50f2a4=a86_0x199fbc;return this[_0x50f2a4(0x119)];}[a86_0x199fbc(0x11c)](){const _0x5709fb=a86_0x199fbc;return this[_0x5709fb(0x132)];}[a86_0x199fbc(0x108)](){const _0x55a676=a86_0x199fbc;return this[_0x55a676(0x12f)];}['getTestName'](){return this['testName'];}['getCommands'](_0x1a328b){const _0x379041=a86_0x199fbc,_0x57709c={};_0x57709c[_0x379041(0x136)]=_0x379041(0x126),_0x57709c[_0x379041(0x12a)]=_0x379041(0x133),_0x57709c[_0x379041(0x110)]=function(_0x34fb66,_0x339c71){return _0x34fb66===_0x339c71;},_0x57709c[_0x379041(0x120)]=function(_0x5d4bee,_0x3e3faa){return _0x5d4bee+_0x3e3faa;},_0x57709c[_0x379041(0x118)]=_0x379041(0x127);const _0x4b22df=_0x57709c,_0x26cff8=this[_0x379041(0x12b)][_0x1a328b];this[_0x379041(0x12b)][_0x1a328b]=[];if(globals[_0x379041(0x104)](_0x4b22df[_0x379041(0x136)])&&globals[_0x379041(0x104)](_0x4b22df[_0x379041(0x12a)])&&!_0x26cff8||_0x4b22df['PvIYF'](_0x26cff8[_0x379041(0x109)],0x0))return logger['debug'](_0x4b22df[_0x379041(0x120)](_0x4b22df[_0x379041(0x118)],_0x1a328b)),'';return _0x26cff8[_0x379041(0x11d)](_0x2a3b34=>JSON['stringify'](_0x2a3b34))[_0x379041(0x11b)](',');}[a86_0x199fbc(0x112)](){const _0x530423=a86_0x199fbc,_0x5130e5={};_0x5130e5['IllOU']=function(_0x1d4f21,_0x34da07){return _0x1d4f21===_0x34da07;},_0x5130e5[_0x530423(0x117)]=function(_0x3388dc,_0x267e80){return _0x3388dc===_0x267e80;},_0x5130e5[_0x530423(0x139)]=_0x530423(0x11a);const _0x39c64a=_0x5130e5;let _0x31b31b=![];return this[_0x530423(0x114)]()&&(_0x39c64a[_0x530423(0x10a)](this[_0x530423(0x114)]()['selfHeal'],!![])||_0x39c64a['vQqxN'](this[_0x530423(0x114)]()['selfHeal'],_0x39c64a['XxtAc']))&&(_0x31b31b=!![]),_0x31b31b;}['getTcgTokenStatus'](){const _0x1b59d8=a86_0x199fbc;return this[_0x1b59d8(0x129)];}}exports[a86_0x199fbc(0x130)]=new HealingCommandRepo();
@@ -1 +1 @@
1
- const a87_0x6bf5f4=a87_0x288b;function a87_0x288b(_0x268b79,_0x44fc3f){const _0x4b5935=a87_0x4b59();return a87_0x288b=function(_0x288b16,_0x54ae45){_0x288b16=_0x288b16-0x16d;let _0x295591=_0x4b5935[_0x288b16];return _0x295591;},a87_0x288b(_0x268b79,_0x44fc3f);}(function(_0x48cefe,_0x1088dc){const _0x180a70=a87_0x288b,_0x55573f=_0x48cefe();while(!![]){try{const _0x31bf0f=-parseInt(_0x180a70(0x170))/0x1+-parseInt(_0x180a70(0x179))/0x2+-parseInt(_0x180a70(0x175))/0x3*(-parseInt(_0x180a70(0x17f))/0x4)+parseInt(_0x180a70(0x176))/0x5+-parseInt(_0x180a70(0x17b))/0x6+parseInt(_0x180a70(0x171))/0x7+parseInt(_0x180a70(0x174))/0x8*(parseInt(_0x180a70(0x177))/0x9);if(_0x31bf0f===_0x1088dc)break;else _0x55573f['push'](_0x55573f['shift']());}catch(_0x16bbe1){_0x55573f['push'](_0x55573f['shift']());}}}(a87_0x4b59,0xe4e87));const a87_0x4de803={};function a87_0x4b59(){const _0x1291b2=['BUILDS_DASHBOARD_URL','automate-turboscale/v1','1568185PydVfX','2997386ANGyLF','prod','https://grid-preprod.bsstag.com/dashboard/builds','10414216MQmrZg','1718727WmXEVp','9019260xCsLKn','9bnMvaG','toLowerCase','961924BxgkBt','env','10157346pPgrIL','API_ENDPOINT','stag','BROWSERSTACK_ENV','8SbzmeT','https://grid-devhst.bsstag.com/dashboard/builds','exports','preprod'];a87_0x4b59=function(){return _0x1291b2;};return a87_0x4b59();}a87_0x4de803[a87_0x6bf5f4(0x16e)]='https://grid.browserstack.com/dashboard/builds',a87_0x4de803[a87_0x6bf5f4(0x17c)]=a87_0x6bf5f4(0x16f),module[a87_0x6bf5f4(0x181)]=a87_0x4de803;const _env=(process[a87_0x6bf5f4(0x17a)][a87_0x6bf5f4(0x17e)]||a87_0x6bf5f4(0x172))[a87_0x6bf5f4(0x178)]();if(_env==='staging'||_env===a87_0x6bf5f4(0x17d))module['exports'][a87_0x6bf5f4(0x16e)]=a87_0x6bf5f4(0x180);else(_env===a87_0x6bf5f4(0x16d)||_env==='pre-prod')&&(module['exports']['BUILDS_DASHBOARD_URL']=a87_0x6bf5f4(0x173));
1
+ const a87_0x3015e1=a87_0x4720;(function(_0x3de237,_0x5389ab){const _0x3fed8b=a87_0x4720,_0x1eb5cf=_0x3de237();while(!![]){try{const _0x50827f=parseInt(_0x3fed8b(0x98))/0x1+parseInt(_0x3fed8b(0x9a))/0x2+parseInt(_0x3fed8b(0x89))/0x3*(parseInt(_0x3fed8b(0x8e))/0x4)+parseInt(_0x3fed8b(0x8c))/0x5+-parseInt(_0x3fed8b(0x9c))/0x6*(-parseInt(_0x3fed8b(0x95))/0x7)+parseInt(_0x3fed8b(0x88))/0x8+-parseInt(_0x3fed8b(0x93))/0x9;if(_0x50827f===_0x5389ab)break;else _0x1eb5cf['push'](_0x1eb5cf['shift']());}catch(_0x362c25){_0x1eb5cf['push'](_0x1eb5cf['shift']());}}}(a87_0x3896,0xb2238));function a87_0x3896(){const _0x4eb330=['prod','3852895hcyvpY','toLowerCase','4IiLHFD','https://grid-preprod.bsstag.com/dashboard/builds','API_ENDPOINT','https://grid-devhst.bsstag.com/dashboard/builds','pre-prod','23401881oSsXOx','stag','11431vsVpow','preprod','BUILDS_DASHBOARD_URL','1281305wYUqSv','https://grid.browserstack.com/dashboard/builds','244884wHZPwC','BROWSERSTACK_ENV','2532FrpfLp','1107056EdJMmn','984093UjPLYG','exports'];a87_0x3896=function(){return _0x4eb330;};return a87_0x3896();}const a87_0x28302d={};a87_0x28302d[a87_0x3015e1(0x97)]=a87_0x3015e1(0x99),a87_0x28302d[a87_0x3015e1(0x90)]='automate-turboscale/v1',module[a87_0x3015e1(0x8a)]=a87_0x28302d;function a87_0x4720(_0x10c171,_0x536f48){const _0x3896c7=a87_0x3896();return a87_0x4720=function(_0x4720c5,_0x10c3c4){_0x4720c5=_0x4720c5-0x88;let _0xe694f7=_0x3896c7[_0x4720c5];return _0xe694f7;},a87_0x4720(_0x10c171,_0x536f48);}const _env=(process['env'][a87_0x3015e1(0x9b)]||a87_0x3015e1(0x8b))[a87_0x3015e1(0x8d)]();if(_env==='staging'||_env===a87_0x3015e1(0x94))module['exports'][a87_0x3015e1(0x97)]=a87_0x3015e1(0x91);else(_env===a87_0x3015e1(0x96)||_env===a87_0x3015e1(0x92))&&(module[a87_0x3015e1(0x8a)]['BUILDS_DASHBOARD_URL']=a87_0x3015e1(0x8f));
@@ -1 +1 @@
1
- const a88_0x25372e=a88_0x5866;(function(_0x228d66,_0x2f1558){const _0x431f86=a88_0x5866,_0x51144d=_0x228d66();while(!![]){try{const _0xbb340c=-parseInt(_0x431f86(0x14a))/0x1+-parseInt(_0x431f86(0x139))/0x2*(-parseInt(_0x431f86(0x14c))/0x3)+-parseInt(_0x431f86(0x143))/0x4*(parseInt(_0x431f86(0x150))/0x5)+parseInt(_0x431f86(0x154))/0x6+-parseInt(_0x431f86(0x145))/0x7+parseInt(_0x431f86(0x13f))/0x8+parseInt(_0x431f86(0x14b))/0x9*(parseInt(_0x431f86(0x151))/0xa);if(_0xbb340c===_0x2f1558)break;else _0x51144d['push'](_0x51144d['shift']());}catch(_0x293aae){_0x51144d['push'](_0x51144d['shift']());}}}(a88_0x3d22,0xa0267));function a88_0x5866(_0x4fb845,_0x490b9e){const _0x3d22e7=a88_0x3d22();return a88_0x5866=function(_0x586608,_0x1c23c5){_0x586608=_0x586608-0x135;let _0x353b9a=_0x3d22e7[_0x586608];return _0x353b9a;},a88_0x5866(_0x4fb845,_0x490b9e);}function a88_0x3d22(){const _0x5418da=['20RASinY','env','true','2750268tVQOZq','options','gridName','hcJCx','BROWSERSTACK_TURBOSCALE_GRID_NAME','1537622CysJOC','iJLzr','BROWSERSTACK_BUILD_TAGS','buildPriority','toLowerCase','medium','7411512Usanlb','JfkYN','isArray','turboScale','4LmHuhT','getTurboScaleGridName','1645147ziLFPN','isTurboScaleSession','toString','TURBOSCALE_OPTIONS','xGqLE','819899gZQaVs','1962909UsncSF','3ZArFCI','buildTags','BROWSERSTACK_BUILD_PRIORITY','turboScaleOptions','4394675dLfQyc'];a88_0x3d22=function(){return _0x5418da;};return a88_0x3d22();}const constants=require('../../bin/utils/constants');exports['getTurboScaleOptions']=()=>{const _0x17b5ad=a88_0x5866;if(!constants['TURBOSCALE_OPTIONS'][_0x17b5ad(0x135)])return{};return constants[_0x17b5ad(0x148)][_0x17b5ad(0x135)];},exports[a88_0x25372e(0x144)]=_0x230c7d=>{const _0x2595f9=a88_0x25372e,_0x31bb21={};_0x31bb21[_0x2595f9(0x140)]='NO_GRID_NAME_PASSED';const _0xb55bcc=_0x31bb21;if(_0x230c7d[_0x2595f9(0x14f)]&&_0x230c7d[_0x2595f9(0x14f)][_0x2595f9(0x136)])return _0x230c7d[_0x2595f9(0x14f)][_0x2595f9(0x136)];if(process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x2595f9(0x152)][_0x2595f9(0x138)];return _0xb55bcc[_0x2595f9(0x140)];},exports[a88_0x25372e(0x146)]=_0x3d46f1=>{const _0x5a7e53=a88_0x25372e,_0x3ccc01={};_0x3ccc01[_0x5a7e53(0x137)]=function(_0xa8688,_0x1bacae){return _0xa8688===_0x1bacae;},_0x3ccc01[_0x5a7e53(0x149)]=_0x5a7e53(0x153);const _0x49aed2=_0x3ccc01;return _0x3d46f1&&_0x3d46f1['turboScale']&&_0x49aed2[_0x5a7e53(0x137)](_0x3d46f1[_0x5a7e53(0x142)][_0x5a7e53(0x147)]()[_0x5a7e53(0x13d)](),_0x49aed2['xGqLE']);},exports['getTurboScaleCaps']=(_0x24f2cc,_0x5f2a3f,_0x399a79)=>{const _0x4b9353=a88_0x25372e,_0x2df268={};_0x2df268[_0x4b9353(0x13a)]=_0x4b9353(0x13e);const _0xe9ae88=_0x2df268,_0x2cde1d={};_0x2cde1d[_0x4b9353(0x13c)]=_0xe9ae88[_0x4b9353(0x13a)];_0x24f2cc[_0x4b9353(0x14d)]&&(_0x2cde1d[_0x4b9353(0x14d)]=Array[_0x4b9353(0x141)](_0x24f2cc[_0x4b9353(0x14d)])?_0x24f2cc[_0x4b9353(0x14d)]:_0x24f2cc[_0x4b9353(0x14d)]['split'](','));if(process[_0x4b9353(0x152)][_0x4b9353(0x13b)])try{_0x2cde1d[_0x4b9353(0x14d)]=process[_0x4b9353(0x152)][_0x4b9353(0x13b)]['split'](',');}catch{_0x2cde1d[_0x4b9353(0x14d)]=process[_0x4b9353(0x152)][_0x4b9353(0x13b)];}return _0x24f2cc['buildPriority']&&(_0x2cde1d[_0x4b9353(0x13c)]=_0x24f2cc[_0x4b9353(0x13c)]),process[_0x4b9353(0x152)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x2cde1d['buildPriority']=process[_0x4b9353(0x152)][_0x4b9353(0x14e)]),_0x2cde1d;};
1
+ function a88_0x1cc1(_0x169f55,_0x3bf881){const _0x19a0c4=a88_0x19a0();return a88_0x1cc1=function(_0x1cc1a4,_0x2d505d){_0x1cc1a4=_0x1cc1a4-0xa1;let _0x5f587d=_0x19a0c4[_0x1cc1a4];return _0x5f587d;},a88_0x1cc1(_0x169f55,_0x3bf881);}const a88_0x54d4bf=a88_0x1cc1;(function(_0x9b3658,_0x172768){const _0xe46e98=a88_0x1cc1,_0x327a38=_0x9b3658();while(!![]){try{const _0x404475=-parseInt(_0xe46e98(0xb8))/0x1+parseInt(_0xe46e98(0xa2))/0x2*(parseInt(_0xe46e98(0xa8))/0x3)+-parseInt(_0xe46e98(0xa9))/0x4*(-parseInt(_0xe46e98(0xb5))/0x5)+parseInt(_0xe46e98(0xa1))/0x6+-parseInt(_0xe46e98(0xbb))/0x7+-parseInt(_0xe46e98(0xb4))/0x8*(parseInt(_0xe46e98(0xaf))/0x9)+parseInt(_0xe46e98(0xb6))/0xa;if(_0x404475===_0x172768)break;else _0x327a38['push'](_0x327a38['shift']());}catch(_0x4bc1ff){_0x327a38['push'](_0x327a38['shift']());}}}(a88_0x19a0,0x4adbf));function a88_0x19a0(){const _0x1b1d1b=['medium','3898328sVjqqs','turboScaleOptions','options','BROWSERSTACK_BUILD_TAGS','toString','oTpyl','krdek','BROWSERSTACK_TURBOSCALE_GRID_NAME','2623602BwnILI','67670tprUEI','buildPriority','TURBOSCALE_OPTIONS','getTurboScaleOptions','toLowerCase','split','27uDZCbj','36wcuRoE','BPUDY','gridName','buildTags','true','getTurboScaleGridName','3546SeWifi','isTurboScaleSession','kDlQn','env','BROWSERSTACK_BUILD_PRIORITY','4024McCBoS','251375FxZEBQ','4342830UmrcUF','getTurboScaleCaps','566831nAGUOl','turboScale'];a88_0x19a0=function(){return _0x1b1d1b;};return a88_0x19a0();}const constants=require('../../bin/utils/constants');exports[a88_0x54d4bf(0xa5)]=()=>{const _0x368ac9=a88_0x54d4bf;if(!constants[_0x368ac9(0xa4)][_0x368ac9(0xbd)])return{};return constants[_0x368ac9(0xa4)][_0x368ac9(0xbd)];},exports[a88_0x54d4bf(0xae)]=_0x5df5a6=>{const _0x112860=a88_0x54d4bf,_0x80a7f6={};_0x80a7f6[_0x112860(0xc0)]='NO_GRID_NAME_PASSED';const _0x1bebf=_0x80a7f6;if(_0x5df5a6[_0x112860(0xbc)]&&_0x5df5a6[_0x112860(0xbc)]['gridName'])return _0x5df5a6[_0x112860(0xbc)][_0x112860(0xab)];if(process[_0x112860(0xb2)][_0x112860(0xc2)])return process[_0x112860(0xb2)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x1bebf['oTpyl'];},exports[a88_0x54d4bf(0xb0)]=_0xa438da=>{const _0x56d821=a88_0x54d4bf,_0x5cbc8d={};_0x5cbc8d[_0x56d821(0xb1)]=function(_0x2115dd,_0xcbcd01){return _0x2115dd===_0xcbcd01;},_0x5cbc8d[_0x56d821(0xaa)]=_0x56d821(0xad);const _0x1861ca=_0x5cbc8d;return _0xa438da&&_0xa438da[_0x56d821(0xb9)]&&_0x1861ca[_0x56d821(0xb1)](_0xa438da[_0x56d821(0xb9)][_0x56d821(0xbf)]()[_0x56d821(0xa6)](),_0x1861ca[_0x56d821(0xaa)]);},exports[a88_0x54d4bf(0xb7)]=(_0x584eab,_0x52f348,_0x4c8dc1)=>{const _0x2293ff=a88_0x54d4bf,_0x380b99={};_0x380b99[_0x2293ff(0xc1)]=_0x2293ff(0xba);const _0x261808=_0x380b99,_0x21e3a2={};_0x21e3a2[_0x2293ff(0xa3)]=_0x261808[_0x2293ff(0xc1)];_0x584eab['buildTags']&&(_0x21e3a2[_0x2293ff(0xac)]=Array['isArray'](_0x584eab[_0x2293ff(0xac)])?_0x584eab['buildTags']:_0x584eab[_0x2293ff(0xac)][_0x2293ff(0xa7)](','));if(process[_0x2293ff(0xb2)]['BROWSERSTACK_BUILD_TAGS'])try{_0x21e3a2[_0x2293ff(0xac)]=process[_0x2293ff(0xb2)][_0x2293ff(0xbe)][_0x2293ff(0xa7)](',');}catch{_0x21e3a2[_0x2293ff(0xac)]=process[_0x2293ff(0xb2)]['BROWSERSTACK_BUILD_TAGS'];}return _0x584eab[_0x2293ff(0xa3)]&&(_0x21e3a2[_0x2293ff(0xa3)]=_0x584eab['buildPriority']),process[_0x2293ff(0xb2)][_0x2293ff(0xb3)]&&(_0x21e3a2['buildPriority']=process[_0x2293ff(0xb2)][_0x2293ff(0xb3)]),_0x21e3a2;};
@@ -1 +1 @@
1
- function a89_0x1fc3(_0x491783,_0x49feb0){var _0x4d7ba=a89_0x4d7b();return a89_0x1fc3=function(_0x1fc348,_0x4b55fb){_0x1fc348=_0x1fc348-0xc3;var _0x14b575=_0x4d7ba[_0x1fc348];return _0x14b575;},a89_0x1fc3(_0x491783,_0x49feb0);}function a89_0x4d7b(){var _0x15c9c0=['buildName','appWaitDuration','skipDeviceInitialization','orientation','enableAsyncExecuteFromHttps','bvbzi','buildToolsVersion','wdaConnectionTimeout','yqYBS','browserstack.local','browserstack.buildIdentifier','intentFlags','6SMcoVj','remoteAdbHost','VQOcq','logcatFormat','BROWSERSTACK_APP_ID','nativeWebScreenshot','BROWSERSTACK_RERUN_TESTS','ignoreHiddenApiPolicyError','105NAClbm','UaAWR','customSSLCert','webviewConnectRetries','recreateChromeDriverSessions','disableAndroidWatchers','updatedWDABundleId','usePrebuiltWDA','allowTestPackages','LFgLM','BROWSERSTACK_BUILD_NAME','useCarthageSsl','projectName','browserstack.rerunTests','imGuu','processArguments','YjjMC','androidDeviceReadyTimeout','browserstack.parallelsPerPlatform','keyAlias','dontStopAppOnReset','9hNShWK','sLExr','maxTypingFrequency','browserstack.logLevel','wdaLaunchTimeout','565481pitaJW','webkitDebugProxyPort','77SbQtPC','accessKey','fullReset','chromedriverExecutableDir','AppiumCaps','preventWDAAttachments','avdArgs','clearSystemFiles','appPackage','3905970gAYgJk','logcatFilterSpecs','autoDismissAlerts','keepKeyChains','autoAcceptAlerts','androidInstallPath','noSign','keyPassword','systemPort','unlockKey','chromedriverPorts','connectHardwareKeyboard','parallelsPerPlatform','browserstack.accessKey','locationServicesEnabled','2920efoNFn','iAwgu','autoWebview','browserstack.projectName','localeScript','userName','browserstack.automation','newCommandTimeout','NIOrF','BROWSERSTACK_AUTOMATION','BROWSERSTACK_OBSERVABILITY_DEBUG','startIWDP','spklB','commandTimeouts','YtWfL','179jnfEaY','chromedriverUseSystemExecutable','webviewDevtoolsPort','nativeWebTap','allowDelayAdb','locale','intentCategory','autoLaunch','keystorePassword','optionalIntentArguments','LgpYP','206460OmxsPH','browserstack.userName','browserstack.logDir','puvuC','yrPud','ABDur','ysWuh','lxoAy','avdReadyTimeout','bundleId','uninstallOtherPackages','platformVersion','5721032xlpAZz','appName','cuwrO','buildIdentifier','logLevel','hIMhJ','BROWSERSTACK_LOG_DIR','BROWSERSTACK_BUILD_IDENTIFIER','WQYkY','enableWebviewDetailsCollection','androidDeviceSocket','androidInstallTimeout','webkitResponseTimeout','185004nQFyMX','skipLogCapture','nativeInstrumentsLib','adbExecTimeout','localizableStringsDir','wdaStartupRetries','udid','XSypk','BROWSERSTACK_USER_NAME','skipUnlock','adbPort','localIdentifier','avd','browserstack.app','language','automationName','BROWSERSTACK_LOCAL_IDENTIFIER','xcodeOrgId','browserstackLocal','chromedriverPort','chromedriverChromeMappingFile','deviceName','safariInitialUrl','chromeOptions','browserstack.access_key','iosInstallPause','HnaOz','bodkj','unlockType','chromedriverDisableBuildCheck','resetOnSessionStartOnly','waitForAppScript','automation','eventTimings','androidNaturalOrientation','ouvXL','shouldUseSingletonTestManager','sendKeyStrategy','cuism','logDir','BROWSERSTACK_APP','simpleIsVisibleCheck','FTIbE','safariAllowPopups','ignoreUnimportantViews','showIOSLog','autoWebviewTimeout','androidCoverageEndIntent','unicodeKeyboard','locationServicesAuthorized','3214086WJlROZ','autoGrantPermissions','BROWSERSTACK_USERNAME','enablePerformanceLogging','wdaLocalPort','BROWSERSTACK_ACCESS_KEY','wdaStartupRetryInterval','gpsEnabled','safariOpenLinksInBackground','fmVMm','chromedriverExecutable','mockLocationApp','appActivity','rerunTests'];a89_0x4d7b=function(){return _0x15c9c0;};return a89_0x4d7b();}var a89_0x3a5c7e=a89_0x1fc3;(function(_0x519673,_0xec779b){var _0x384454=a89_0x1fc3,_0x1df631=_0x519673();while(!![]){try{var _0x460983=-parseInt(_0x384454(0xc7))/0x1*(-parseInt(_0x384454(0x173))/0x2)+parseInt(_0x384454(0x11d))/0x3+-parseInt(_0x384454(0xeb))/0x4*(parseInt(_0x384454(0x13f))/0x5)+parseInt(_0x384454(0x137))/0x6*(-parseInt(_0x384454(0x159))/0x7)+parseInt(_0x384454(0xde))/0x8+-parseInt(_0x384454(0x154))/0x9*(parseInt(_0x384454(0x164))/0xa)+-parseInt(_0x384454(0x15b))/0xb*(-parseInt(_0x384454(0xd2))/0xc);if(_0x460983===_0xec779b)break;else _0x1df631['push'](_0x1df631['shift']());}catch(_0x3cf506){_0x1df631['push'](_0x1df631['shift']());}}}(a89_0x4d7b,0xb126f),exports['CLICapsMapping']=()=>{var _0x51305f=a89_0x1fc3,_0xd1edb5={};_0xd1edb5[_0x51305f(0x130)]='browserstack.user_name',_0xd1edb5[_0x51305f(0xc6)]=_0x51305f(0xd3),_0xd1edb5['fmVMm']=_0x51305f(0x103),_0xd1edb5[_0x51305f(0x106)]=_0x51305f(0x171),_0xd1edb5['UaAWR']='browserstack.buildName',_0xd1edb5[_0x51305f(0x10e)]=_0x51305f(0x176),_0xd1edb5[_0x51305f(0x155)]=_0x51305f(0x135),_0xd1edb5['cuism']='browserstack.ppp',_0xd1edb5[_0x51305f(0xd6)]=_0x51305f(0x151),_0xd1edb5['hIMhJ']=_0x51305f(0x134),_0xd1edb5[_0x51305f(0xf2)]='browserstack.localIdentifier',_0xd1edb5[_0x51305f(0x139)]=_0x51305f(0x14c),_0xd1edb5[_0x51305f(0x14f)]=_0x51305f(0xf8),_0xd1edb5[_0x51305f(0x14d)]=_0x51305f(0x157),_0xd1edb5['XpXPs']=_0x51305f(0x179),_0xd1edb5[_0x51305f(0xc4)]=_0x51305f(0xd4);var _0x1fa6ed=_0xd1edb5,_0x1c8577={};return _0x1c8577[_0x51305f(0x178)]=[_0x1fa6ed[_0x51305f(0x130)],_0x1fa6ed[_0x51305f(0xc6)]],_0x1c8577[_0x51305f(0x15c)]=[_0x1fa6ed[_0x51305f(0x126)],_0x1fa6ed[_0x51305f(0x106)]],_0x1c8577[_0x51305f(0x12b)]=[_0x1fa6ed[_0x51305f(0x140)]],_0x1c8577['projectName']=[_0x1fa6ed[_0x51305f(0x10e)]],_0x1c8577[_0x51305f(0xe1)]=[_0x1fa6ed['sLExr']],_0x1c8577[_0x51305f(0x170)]=[_0x1fa6ed[_0x51305f(0x111)],_0x1fa6ed[_0x51305f(0xd6)]],_0x1c8577[_0x51305f(0xfd)]=[_0x1fa6ed[_0x51305f(0xe3)]],_0x1c8577[_0x51305f(0xf6)]=[_0x1fa6ed[_0x51305f(0xf2)]],_0x1c8577[_0x51305f(0x12a)]=[_0x1fa6ed[_0x51305f(0x139)]],_0x1c8577['app']=[_0x1fa6ed['YjjMC']],_0x1c8577[_0x51305f(0xe2)]=[_0x1fa6ed['imGuu']],_0x1c8577[_0x51305f(0x10b)]=[_0x1fa6ed['XpXPs']],_0x1c8577[_0x51305f(0x112)]=[_0x1fa6ed[_0x51305f(0xc4)]],_0x1c8577;},exports['EnvCapsMapping']=()=>{var _0x41a11e=a89_0x1fc3,_0x57bb2a={};_0x57bb2a[_0x41a11e(0x133)]=_0x41a11e(0x11f),_0x57bb2a['ABDur']=_0x41a11e(0xf3),_0x57bb2a[_0x41a11e(0xd1)]=_0x41a11e(0x122),_0x57bb2a[_0x41a11e(0xe0)]=_0x41a11e(0x149),_0x57bb2a[_0x41a11e(0xd8)]='BROWSERSTACK_PROJECT_NAME',_0x57bb2a[_0x41a11e(0xd5)]=_0x41a11e(0xe5),_0x57bb2a[_0x41a11e(0xe6)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x57bb2a[_0x41a11e(0x105)]='BROWSERSTACK_LOCAL',_0x57bb2a['JsHEr']=_0x41a11e(0xfb),_0x57bb2a['lxoAy']=_0x41a11e(0x13d),_0x57bb2a[_0x41a11e(0x115)]=_0x41a11e(0x13b),_0x57bb2a['jlVTG']=_0x41a11e(0x113),_0x57bb2a[_0x41a11e(0x17b)]=_0x41a11e(0x17d),_0x57bb2a['LFgLM']=_0x41a11e(0x17c),_0x57bb2a[_0x41a11e(0x174)]=_0x41a11e(0xe4);var _0x46a8d5=_0x57bb2a,_0x2e6136={};return _0x2e6136[_0x41a11e(0x178)]=[_0x46a8d5['yqYBS'],_0x46a8d5[_0x41a11e(0xd7)]],_0x2e6136[_0x41a11e(0x15c)]=[_0x46a8d5[_0x41a11e(0xd1)]],_0x2e6136['buildName']=[_0x46a8d5['cuwrO']],_0x2e6136[_0x41a11e(0x14b)]=[_0x46a8d5[_0x41a11e(0xd8)]],_0x2e6136[_0x41a11e(0xe1)]=[_0x46a8d5[_0x41a11e(0xd5)]],_0x2e6136[_0x41a11e(0x170)]=[_0x46a8d5[_0x41a11e(0xe6)]],_0x2e6136['browserstackLocal']=[_0x46a8d5[_0x41a11e(0x105)]],_0x2e6136[_0x41a11e(0xf6)]=[_0x46a8d5['JsHEr']],_0x2e6136['rerunTests']=[_0x46a8d5[_0x41a11e(0xd9)]],_0x2e6136['app']=[_0x46a8d5[_0x41a11e(0x115)],_0x46a8d5['jlVTG']],_0x2e6136[_0x41a11e(0xe2)]=[_0x46a8d5['NIOrF']],_0x2e6136[_0x41a11e(0x10b)]=[_0x46a8d5[_0x41a11e(0x148)]],_0x2e6136[_0x41a11e(0x112)]=[_0x46a8d5[_0x41a11e(0x174)]],_0x2e6136;},exports[a89_0x3a5c7e(0x15f)]=()=>[a89_0x3a5c7e(0xfa),a89_0x3a5c7e(0xdd),a89_0x3a5c7e(0x100),a89_0x3a5c7e(0x17a),'app',a89_0x3a5c7e(0xf1),a89_0x3a5c7e(0xf9),a89_0x3a5c7e(0xcc),a89_0x3a5c7e(0x12e),a89_0x3a5c7e(0x175),'noReset',a89_0x3a5c7e(0x15d),a89_0x3a5c7e(0x162),a89_0x3a5c7e(0x10c),a89_0x3a5c7e(0x120),'otherApps','printPageSourceOnFindFailure',a89_0x3a5c7e(0x129),a89_0x3a5c7e(0x163),'appWaitActivity','appWaitPackage',a89_0x3a5c7e(0x12c),'deviceReadyTimeout',a89_0x3a5c7e(0x147),'androidCoverage',a89_0x3a5c7e(0x11a),a89_0x3a5c7e(0x150),a89_0x3a5c7e(0xf5),a89_0x3a5c7e(0xe8),a89_0x3a5c7e(0xe9),a89_0x3a5c7e(0x169),a89_0x3a5c7e(0xf7),'avdLaunchTimeout',a89_0x3a5c7e(0xda),a89_0x3a5c7e(0x161),'useKeystore','keystorePath',a89_0x3a5c7e(0xcf),a89_0x3a5c7e(0x152),a89_0x3a5c7e(0x16b),a89_0x3a5c7e(0x127),'chromedriverArgs',a89_0x3a5c7e(0x15e),a89_0x3a5c7e(0xff),a89_0x3a5c7e(0xc8),a89_0x3a5c7e(0xfe),a89_0x3a5c7e(0x16e),a89_0x3a5c7e(0x108),a89_0x3a5c7e(0x119),'intentAction',a89_0x3a5c7e(0xcd),a89_0x3a5c7e(0x136),a89_0x3a5c7e(0xd0),a89_0x3a5c7e(0x153),a89_0x3a5c7e(0x11b),'resetKeyboard',a89_0x3a5c7e(0x16a),a89_0x3a5c7e(0x117),a89_0x3a5c7e(0x144),a89_0x3a5c7e(0x102),a89_0x3a5c7e(0x143),a89_0x3a5c7e(0x13c),'androidScreenshotPath','networkSpeed',a89_0x3a5c7e(0x124),'isHeadless',a89_0x3a5c7e(0xee),a89_0x3a5c7e(0x177),a89_0x3a5c7e(0x12d),a89_0x3a5c7e(0x11e),a89_0x3a5c7e(0x10d),a89_0x3a5c7e(0x16c),a89_0x3a5c7e(0x138),a89_0x3a5c7e(0xf4),a89_0x3a5c7e(0x107),a89_0x3a5c7e(0x16d),a89_0x3a5c7e(0xce),'skipLogcatCapture',a89_0x3a5c7e(0xdc),'disableWindowAnimation',a89_0x3a5c7e(0x131),'enforceAppInstall','ensureWebviewsHavePages',a89_0x3a5c7e(0xc9),a89_0x3a5c7e(0xe7),'remoteAppsCacheLimit','calendarFormat',a89_0x3a5c7e(0xdb),'launchTimeout',a89_0x3a5c7e(0x172),a89_0x3a5c7e(0x11c),a89_0x3a5c7e(0x168),a89_0x3a5c7e(0x166),a89_0x3a5c7e(0xed),a89_0x3a5c7e(0xca),a89_0x3a5c7e(0x101),a89_0x3a5c7e(0x116),'safariIgnoreFraudWarning',a89_0x3a5c7e(0x125),a89_0x3a5c7e(0x167),a89_0x3a5c7e(0xef),a89_0x3a5c7e(0x14e),'interKeyDelay',a89_0x3a5c7e(0x118),a89_0x3a5c7e(0x110),a89_0x3a5c7e(0xea),'screenshotWaitTimeout','remoteDebugProxy',a89_0x3a5c7e(0x12f),a89_0x3a5c7e(0xec),a89_0x3a5c7e(0x15a),'fullContextList',a89_0x3a5c7e(0x10a),a89_0x3a5c7e(0x142),a89_0x3a5c7e(0xdf),a89_0x3a5c7e(0x141),'tapWithShortPressDuration','scaleFactor',a89_0x3a5c7e(0x121),'showXcodeLog',a89_0x3a5c7e(0x104),'xcodeConfigFile','keychainPassword',a89_0x3a5c7e(0x146),a89_0x3a5c7e(0x160),'webDriverAgentUrl','keychainPath','useNewWDA',a89_0x3a5c7e(0x158),a89_0x3a5c7e(0x132),a89_0x3a5c7e(0xfc),'xcodeSigningId',a89_0x3a5c7e(0x145),a89_0x3a5c7e(0x109),a89_0x3a5c7e(0xc5),a89_0x3a5c7e(0xf0),a89_0x3a5c7e(0x123),a89_0x3a5c7e(0x16f),a89_0x3a5c7e(0x156),a89_0x3a5c7e(0x114),a89_0x3a5c7e(0x14a),a89_0x3a5c7e(0x10f),a89_0x3a5c7e(0xc3),'allowTouchIdEnroll',a89_0x3a5c7e(0x13e),a89_0x3a5c7e(0x128),a89_0x3a5c7e(0x13a),a89_0x3a5c7e(0x165),a89_0x3a5c7e(0xcb)]);
1
+ var a89_0x3a294f=a89_0xd61e;(function(_0x563fa0,_0x308395){var _0x3e96a0=a89_0xd61e,_0x236c20=_0x563fa0();while(!![]){try{var _0x4307c8=-parseInt(_0x3e96a0(0x1ea))/0x1+-parseInt(_0x3e96a0(0x1bd))/0x2*(parseInt(_0x3e96a0(0x243))/0x3)+parseInt(_0x3e96a0(0x260))/0x4*(parseInt(_0x3e96a0(0x212))/0x5)+-parseInt(_0x3e96a0(0x21e))/0x6+-parseInt(_0x3e96a0(0x1d5))/0x7*(parseInt(_0x3e96a0(0x1f8))/0x8)+-parseInt(_0x3e96a0(0x1db))/0x9*(-parseInt(_0x3e96a0(0x1e6))/0xa)+-parseInt(_0x3e96a0(0x1d0))/0xb*(-parseInt(_0x3e96a0(0x1f1))/0xc);if(_0x4307c8===_0x308395)break;else _0x236c20['push'](_0x236c20['shift']());}catch(_0x16710a){_0x236c20['push'](_0x236c20['shift']());}}}(a89_0x5b34,0x3ba61),exports['CLICapsMapping']=()=>{var _0xeb187c=a89_0xd61e,_0x144014={};_0x144014[_0xeb187c(0x1bc)]=_0xeb187c(0x219),_0x144014[_0xeb187c(0x1a6)]='browserstack.userName',_0x144014[_0xeb187c(0x215)]='browserstack.access_key',_0x144014[_0xeb187c(0x1a0)]='browserstack.accessKey',_0x144014[_0xeb187c(0x19b)]=_0xeb187c(0x22a),_0x144014[_0xeb187c(0x218)]=_0xeb187c(0x198),_0x144014[_0xeb187c(0x19d)]=_0xeb187c(0x1e0),_0x144014[_0xeb187c(0x1b7)]=_0xeb187c(0x204),_0x144014['Ruwjr']=_0xeb187c(0x21d),_0x144014[_0xeb187c(0x1fd)]=_0xeb187c(0x23d),_0x144014[_0xeb187c(0x269)]=_0xeb187c(0x20b),_0x144014[_0xeb187c(0x21a)]=_0xeb187c(0x1ae),_0x144014[_0xeb187c(0x1ce)]=_0xeb187c(0x252),_0x144014[_0xeb187c(0x25c)]='browserstack.logLevel',_0x144014[_0xeb187c(0x21b)]='browserstack.automation',_0x144014[_0xeb187c(0x235)]='browserstack.logDir',_0x144014[_0xeb187c(0x203)]=_0xeb187c(0x246),_0x144014[_0xeb187c(0x23f)]='browserstackConfigFile',_0x144014['zTTHi']=_0xeb187c(0x1b9),_0x144014['yEavv']=_0xeb187c(0x229),_0x144014[_0xeb187c(0x228)]=_0xeb187c(0x19c),_0x144014[_0xeb187c(0x1dd)]=_0xeb187c(0x1dc),_0x144014['YkkvJ']='browserstack.testOrchestration.skipFlakyandFailed';var _0x46909b=_0x144014,_0x226d6c={};return _0x226d6c[_0xeb187c(0x21f)]=[_0x46909b[_0xeb187c(0x1bc)],_0x46909b[_0xeb187c(0x1a6)]],_0x226d6c[_0xeb187c(0x237)]=[_0x46909b['IEbxq'],_0x46909b['ccCuT']],_0x226d6c[_0xeb187c(0x1fb)]=[_0x46909b['ecIYc']],_0x226d6c['projectName']=[_0x46909b['vsSOk']],_0x226d6c[_0xeb187c(0x1cc)]=[_0x46909b['ASypT']],_0x226d6c[_0xeb187c(0x1e5)]=[_0x46909b[_0xeb187c(0x1b7)],_0x46909b[_0xeb187c(0x1b4)]],_0x226d6c[_0xeb187c(0x1e8)]=[_0x46909b[_0xeb187c(0x1fd)]],_0x226d6c[_0xeb187c(0x265)]=[_0x46909b[_0xeb187c(0x269)]],_0x226d6c[_0xeb187c(0x254)]=[_0x46909b['TqrqS']],_0x226d6c[_0xeb187c(0x22b)]=[_0x46909b[_0xeb187c(0x1ce)]],_0x226d6c[_0xeb187c(0x1d9)]=[_0x46909b[_0xeb187c(0x25c)]],_0x226d6c[_0xeb187c(0x23c)]=[_0x46909b[_0xeb187c(0x21b)]],_0x226d6c[_0xeb187c(0x224)]=[_0x46909b[_0xeb187c(0x235)]],_0x226d6c[_0xeb187c(0x230)]=[_0x46909b[_0xeb187c(0x203)],_0x46909b[_0xeb187c(0x23f)]],_0x226d6c['retryTestsOnFailure']=[_0x46909b['zTTHi']],_0x226d6c[_0xeb187c(0x20e)]=[_0x46909b[_0xeb187c(0x20f)]],_0x226d6c[_0xeb187c(0x248)]=[_0x46909b[_0xeb187c(0x228)]],_0x226d6c[_0xeb187c(0x1bb)]=[_0x46909b['gwtxP']],_0x226d6c[_0xeb187c(0x1ac)]=[_0x46909b[_0xeb187c(0x22e)]],_0x226d6c;},exports['EnvCapsMapping']=()=>{var _0xee8573=a89_0xd61e,_0x5d2870={};_0x5d2870[_0xee8573(0x1aa)]=_0xee8573(0x24f),_0x5d2870[_0xee8573(0x200)]=_0xee8573(0x220),_0x5d2870[_0xee8573(0x25b)]=_0xee8573(0x1f7),_0x5d2870[_0xee8573(0x25d)]=_0xee8573(0x1c7),_0x5d2870[_0xee8573(0x208)]='BROWSERSTACK_PROJECT_NAME',_0x5d2870[_0xee8573(0x1b0)]=_0xee8573(0x1d8),_0x5d2870['QzLCz']=_0xee8573(0x1a7),_0x5d2870[_0xee8573(0x1f4)]=_0xee8573(0x263),_0x5d2870[_0xee8573(0x1c4)]=_0xee8573(0x1b8),_0x5d2870[_0xee8573(0x214)]=_0xee8573(0x236),_0x5d2870[_0xee8573(0x19e)]=_0xee8573(0x23b),_0x5d2870[_0xee8573(0x267)]=_0xee8573(0x24a),_0x5d2870[_0xee8573(0x1a4)]=_0xee8573(0x241),_0x5d2870[_0xee8573(0x1a5)]='BROWSERSTACK_AUTOMATION',_0x5d2870[_0xee8573(0x1a2)]='BROWSERSTACK_LOG_DIR';var _0x97e942=_0x5d2870,_0x1181a3={};return _0x1181a3[_0xee8573(0x21f)]=[_0x97e942[_0xee8573(0x1aa)],_0x97e942[_0xee8573(0x200)]],_0x1181a3[_0xee8573(0x237)]=[_0x97e942[_0xee8573(0x25b)]],_0x1181a3[_0xee8573(0x1fb)]=[_0x97e942[_0xee8573(0x25d)]],_0x1181a3[_0xee8573(0x244)]=[_0x97e942['sPjlq']],_0x1181a3[_0xee8573(0x1cc)]=[_0x97e942[_0xee8573(0x1b0)]],_0x1181a3[_0xee8573(0x1e5)]=[_0x97e942[_0xee8573(0x19a)]],_0x1181a3[_0xee8573(0x1e8)]=[_0x97e942[_0xee8573(0x1f4)]],_0x1181a3[_0xee8573(0x265)]=[_0x97e942[_0xee8573(0x1c4)]],_0x1181a3[_0xee8573(0x254)]=[_0x97e942[_0xee8573(0x214)]],_0x1181a3[_0xee8573(0x22b)]=[_0x97e942[_0xee8573(0x19e)],_0x97e942[_0xee8573(0x267)]],_0x1181a3[_0xee8573(0x1d9)]=[_0x97e942['jiqkL']],_0x1181a3[_0xee8573(0x23c)]=[_0x97e942[_0xee8573(0x1a5)]],_0x1181a3[_0xee8573(0x224)]=[_0x97e942['ycNit']],_0x1181a3;},exports[a89_0x3a294f(0x197)]=()=>['automationName','platformVersion','deviceName',a89_0x3a294f(0x262),'app',a89_0x3a294f(0x231),'language','locale',a89_0x3a294f(0x1c3),a89_0x3a294f(0x1cd),a89_0x3a294f(0x1f0),a89_0x3a294f(0x1d4),a89_0x3a294f(0x1eb),a89_0x3a294f(0x1d7),a89_0x3a294f(0x221),a89_0x3a294f(0x253),a89_0x3a294f(0x1d3),a89_0x3a294f(0x1d6),a89_0x3a294f(0x1f9),a89_0x3a294f(0x23a),a89_0x3a294f(0x266),'appWaitDuration',a89_0x3a294f(0x24c),a89_0x3a294f(0x25e),a89_0x3a294f(0x19f),a89_0x3a294f(0x20d),a89_0x3a294f(0x1bf),a89_0x3a294f(0x251),a89_0x3a294f(0x1de),a89_0x3a294f(0x217),'androidInstallPath',a89_0x3a294f(0x1e9),a89_0x3a294f(0x202),a89_0x3a294f(0x1ec),a89_0x3a294f(0x209),a89_0x3a294f(0x232),a89_0x3a294f(0x1ba),'keystorePassword',a89_0x3a294f(0x225),'keyPassword',a89_0x3a294f(0x211),a89_0x3a294f(0x1ad),a89_0x3a294f(0x1c6),a89_0x3a294f(0x205),a89_0x3a294f(0x1e7),a89_0x3a294f(0x257),a89_0x3a294f(0x1ff),a89_0x3a294f(0x1e4),'autoWebviewTimeout','intentAction',a89_0x3a294f(0x1f6),a89_0x3a294f(0x259),a89_0x3a294f(0x1e1),a89_0x3a294f(0x1c9),a89_0x3a294f(0x1b5),a89_0x3a294f(0x250),a89_0x3a294f(0x1e2),a89_0x3a294f(0x1f2),a89_0x3a294f(0x226),a89_0x3a294f(0x1da),a89_0x3a294f(0x210),'nativeWebScreenshot',a89_0x3a294f(0x258),'networkSpeed',a89_0x3a294f(0x264),a89_0x3a294f(0x242),a89_0x3a294f(0x1fe),a89_0x3a294f(0x216),a89_0x3a294f(0x25f),a89_0x3a294f(0x227),a89_0x3a294f(0x24e),a89_0x3a294f(0x1d2),'remoteAdbHost',a89_0x3a294f(0x1cf),a89_0x3a294f(0x234),a89_0x3a294f(0x24b),'autoLaunch',a89_0x3a294f(0x22d),a89_0x3a294f(0x238),a89_0x3a294f(0x1af),'buildToolsVersion','enforceAppInstall',a89_0x3a294f(0x1a1),a89_0x3a294f(0x207),a89_0x3a294f(0x1ee),'remoteAppsCacheLimit',a89_0x3a294f(0x1d1),a89_0x3a294f(0x1c8),a89_0x3a294f(0x23e),a89_0x3a294f(0x1b1),a89_0x3a294f(0x1c0),a89_0x3a294f(0x1ab),'autoDismissAlerts',a89_0x3a294f(0x20a),'nativeWebTap',a89_0x3a294f(0x206),'safariAllowPopups',a89_0x3a294f(0x240),a89_0x3a294f(0x239),a89_0x3a294f(0x1b3),a89_0x3a294f(0x1c5),a89_0x3a294f(0x1a3),a89_0x3a294f(0x1ed),a89_0x3a294f(0x1ca),a89_0x3a294f(0x22f),a89_0x3a294f(0x1a9),a89_0x3a294f(0x1fc),a89_0x3a294f(0x20c),'enableAsyncExecuteFromHttps',a89_0x3a294f(0x256),a89_0x3a294f(0x1c1),'fullContextList',a89_0x3a294f(0x21c),a89_0x3a294f(0x1c2),a89_0x3a294f(0x1fa),a89_0x3a294f(0x245),a89_0x3a294f(0x1cb),'scaleFactor',a89_0x3a294f(0x213),'showXcodeLog','iosInstallPause',a89_0x3a294f(0x223),a89_0x3a294f(0x24d),'usePrebuiltWDA',a89_0x3a294f(0x222),a89_0x3a294f(0x1f3),'keychainPath',a89_0x3a294f(0x201),'wdaLaunchTimeout',a89_0x3a294f(0x1b6),a89_0x3a294f(0x249),a89_0x3a294f(0x1b2),'updatedWDABundleId',a89_0x3a294f(0x233),a89_0x3a294f(0x1df),a89_0x3a294f(0x1f5),a89_0x3a294f(0x261),'connectHardwareKeyboard',a89_0x3a294f(0x25a),a89_0x3a294f(0x199),'useCarthageSsl',a89_0x3a294f(0x1a8),a89_0x3a294f(0x1e3),a89_0x3a294f(0x22c),a89_0x3a294f(0x268),a89_0x3a294f(0x247),a89_0x3a294f(0x1ef),a89_0x3a294f(0x255),a89_0x3a294f(0x1be)]);function a89_0xd61e(_0x3ad1a0,_0x2ea602){var _0x5b3404=a89_0x5b34();return a89_0xd61e=function(_0xd61ebf,_0x1cf8a1){_0xd61ebf=_0xd61ebf-0x197;var _0x4d74c7=_0x5b3404[_0xd61ebf];return _0x4d74c7;},a89_0xd61e(_0x3ad1a0,_0x2ea602);}function a89_0x5b34(){var _0x8ab1b2=['startIWDP','chromedriverDisableBuildCheck','parallelsPerPlatform','10lVXnOS','chromedriverUseSystemExecutable','browserstackLocal','avd','240709epGJvC','clearSystemFiles','avdReadyTimeout','interKeyDelay','enableWebviewDetailsCollection','logcatFormat','noReset','84lRieKt','ignoreUnimportantViews','webDriverAgentUrl','WLDbB','wdaStartupRetries','intentCategory','BROWSERSTACK_ACCESS_KEY','1190776lAcEOA','appPackage','appName','buildName','screenshotWaitTimeout','VupXs','adbExecTimeout','chromedriverPorts','nkQjF','useNewWDA','avdLaunchTimeout','qOXqi','browserstack.ppp','chromedriverChromeMappingFile','safariInitialUrl','webviewDevtoolsPort','sPjlq','avdArgs','nativeInstrumentsLib','browserstack.localIdentifier','remoteDebugProxy','androidCoverageEndIntent','abortBuildOnFailure','yEavv','recreateChromeDriverSessions','chromedriverExecutable','520295uYCPYu','wdaLocalPort','tXPZN','IEbxq','localeScript','androidInstallTimeout','vsSOk','browserstack.user_name','TqrqS','IQakP','waitForAppScript','browserstack.parallelsPerPlatform','1479834RLVshZ','userName','BROWSERSTACK_USER_NAME','enablePerformanceLogging','preventWDAAttachments','xcodeConfigFile','logDir','keyAlias','disableAndroidWatchers','autoGrantPermissions','VeuRM','browserstack.testOrchestration.abortBuildOnFailure','browserstack.buildName','app','allowTouchIdEnroll','skipLogcatCapture','YkkvJ','sendKeyStrategy','browserstackConfigFile','udid','useKeystore','resetOnSessionStartOnly','unlockType','uWLYn','BROWSERSTACK_RERUN_TESTS','accessKey','uninstallOtherPackages','safariOpenLinksInBackground','appWaitActivity','BROWSERSTACK_APP_ID','automation','browserstack.local','launchTimeout','sAlYe','safariIgnoreFraudWarning','BROWSERSTACK_OBSERVABILITY_DEBUG','isHeadless','179406awxLWG','projectName','customSSLCert','browserstack.config','mockLocationApp','runPreviouslyFailedFirst','xcodeOrgId','BROWSERSTACK_APP','unlockKey','deviceReadyTimeout','keychainPassword','androidNaturalOrientation','BROWSERSTACK_USERNAME','resetKeyboard','adbPort','browserstack.app','otherApps','rerunTests','logcatFilterSpecs','skipLogCapture','chromedriverPort','androidScreenshotPath','intentFlags','maxTypingFrequency','uyNRM','XBaUR','qvXiV','allowTestPackages','skipDeviceInitialization','4ESuRVT','wdaStartupRetryInterval','newCommandTimeout','BROWSERSTACK_LOCAL','gpsEnabled','localIdentifier','appWaitPackage','ThIEA','ignoreHiddenApiPolicyError','nUCTX','AppiumCaps','browserstack.projectName','simpleIsVisibleCheck','QzLCz','ecIYc','browserstack.testOrchestration.runPreviouslyFailedFirst','ASypT','gOGhr','androidCoverage','ccCuT','ensureWebviewsHavePages','ycNit','processArguments','jiqkL','NGGcn','foeEb','BROWSERSTACK_PARALLELS_PER_PLATFORM','shouldUseSingletonTestManager','webkitResponseTimeout','BWiHI','autoAcceptAlerts','skipFlakyandFailed','chromedriverArgs','browserstack.rerunTests','disableWindowAnimation','NrSZn','locationServicesEnabled','xcodeSigningId','keepKeyChains','Ruwjr','unicodeKeyboard','wdaConnectionTimeout','smNHX','BROWSERSTACK_LOCAL_IDENTIFIER','browserstack.testOrchestration.retryTestsOnFailure','keystorePath','rerunPreviouslyFailed','bqXyE','6JlhTmy','allowDelayAdb','androidDeviceReadyTimeout','locationServicesAuthorized','webkitDebugProxyPort','webviewConnectRetries','orientation','TbjUH','localizableStringsDir','chromedriverExecutableDir','BROWSERSTACK_BUILD_NAME','bundleId','dontStopAppOnReset','showIOSLog','tapWithShortPressDuration','buildIdentifier','autoWebview','TLqPB','skipUnlock','1823591BUKxzk','calendarFormat','systemPort','printPageSourceOnFindFailure','fullReset','21EadSaD','appActivity','eventTimings','BROWSERSTACK_BUILD_IDENTIFIER','logLevel','chromeOptions','837810VseROb','browserstack.testOrchestration.rerunPreviouslyFailed','gwtxP','androidDeviceSocket','commandTimeouts','browserstack.buildIdentifier','optionalIntentArguments','noSign'];a89_0x5b34=function(){return _0x8ab1b2;};return a89_0x5b34();}
@@ -1 +1 @@
1
- var a90_0x3aa218=a90_0x537c;function a90_0x537c(_0x28e13c,_0x3c4cca){var _0x462a36=a90_0x462a();return a90_0x537c=function(_0x537c93,_0x10c124){_0x537c93=_0x537c93-0x13c;var _0x22be66=_0x462a36[_0x537c93];return _0x22be66;},a90_0x537c(_0x28e13c,_0x3c4cca);}function a90_0x462a(){var _0x59cb01=['BROWSERSTACK_GRR_US_HUB_URL','28SeKPHd','1181524MGOvSv','13722bNVhOx','53vyibwp','6pHeSIg','1134368DrHvMs','10544754DpZxdf','12suzbun','https://hub-use-only.browserstack.com/wd/hub','757932JCqysk','684765vknecD','90ebvQfT','2338265sCmOvt'];a90_0x462a=function(){return _0x59cb01;};return a90_0x462a();}(function(_0x1a059c,_0x5515ac){var _0x584efb=a90_0x537c,_0x54eb1d=_0x1a059c();while(!![]){try{var _0x22b86a=parseInt(_0x584efb(0x13f))/0x1*(-parseInt(_0x584efb(0x13e))/0x2)+parseInt(_0x584efb(0x145))/0x3+parseInt(_0x584efb(0x13d))/0x4+parseInt(_0x584efb(0x148))/0x5*(parseInt(_0x584efb(0x140))/0x6)+-parseInt(_0x584efb(0x13c))/0x7*(parseInt(_0x584efb(0x141))/0x8)+parseInt(_0x584efb(0x146))/0x9*(-parseInt(_0x584efb(0x147))/0xa)+-parseInt(_0x584efb(0x142))/0xb*(-parseInt(_0x584efb(0x143))/0xc);if(_0x22b86a===_0x5515ac)break;else _0x54eb1d['push'](_0x54eb1d['shift']());}catch(_0x5e8646){_0x54eb1d['push'](_0x54eb1d['shift']());}}}(a90_0x462a,0x57936),exports[a90_0x3aa218(0x149)]=a90_0x3aa218(0x144));
1
+ function a90_0x58c4(_0x5d4867,_0x58f2ca){var _0x297ed8=a90_0x297e();return a90_0x58c4=function(_0x58c434,_0x4ecd78){_0x58c434=_0x58c434-0xf3;var _0x33b8b7=_0x297ed8[_0x58c434];return _0x33b8b7;},a90_0x58c4(_0x5d4867,_0x58f2ca);}var a90_0x3ee79d=a90_0x58c4;(function(_0x41969b,_0x4f302d){var _0x357317=a90_0x58c4,_0x6b4113=_0x41969b();while(!![]){try{var _0x31b6ee=parseInt(_0x357317(0xf6))/0x1*(parseInt(_0x357317(0xfc))/0x2)+-parseInt(_0x357317(0xfa))/0x3*(parseInt(_0x357317(0xf8))/0x4)+-parseInt(_0x357317(0x100))/0x5*(parseInt(_0x357317(0xf9))/0x6)+parseInt(_0x357317(0xfe))/0x7*(parseInt(_0x357317(0xfb))/0x8)+-parseInt(_0x357317(0xfd))/0x9*(-parseInt(_0x357317(0xf5))/0xa)+parseInt(_0x357317(0xf3))/0xb+parseInt(_0x357317(0xf7))/0xc*(parseInt(_0x357317(0xff))/0xd);if(_0x31b6ee===_0x4f302d)break;else _0x6b4113['push'](_0x6b4113['shift']());}catch(_0x57771f){_0x6b4113['push'](_0x6b4113['shift']());}}}(a90_0x297e,0x6c319),exports[a90_0x3ee79d(0xf4)]='https://hub-use-only.browserstack.com/wd/hub');function a90_0x297e(){var _0xcc379f=['15olAHCW','16bFNrjm','38598DeaQVR','1315413iCpvKH','767263kFuHYh','62088WAhhhA','10dqYjTj','3555805ASiwKW','BROWSERSTACK_GRR_US_HUB_URL','20TjkfJA','5SDBnyT','1104acPLvJ','477244htSjBy','992874BGHYEj'];a90_0x297e=function(){return _0xcc379f;};return a90_0x297e();}
@@ -1 +1 @@
1
- function a91_0x4198(){var _0x2069fd=['setCentralScannerData','A11Y_SCAN_RESULT','220972JMcCKm','central_scanner_log','53935ZRBwHr','174bCpTxL','30duRpTm','FqlBM','1120869fonOIV','75804JiUdre','2420eQPSDK','1085ZUPSCp','116bIODGu','a11y_scanner','1244283Nudzhw','env','209bIdHcW','15864TwJNbP','BROWSERSTACK_CENTRAL_SCANNER_JWT'];a91_0x4198=function(){return _0x2069fd;};return a91_0x4198();}var a91_0x31b767=a91_0x89dc;function a91_0x89dc(_0x3351ef,_0x28df5d){var _0x419855=a91_0x4198();return a91_0x89dc=function(_0x89dc3d,_0x2adcc5){_0x89dc3d=_0x89dc3d-0x11d;var _0x114dbe=_0x419855[_0x89dc3d];return _0x114dbe;},a91_0x89dc(_0x3351ef,_0x28df5d);}(function(_0x1ec529,_0x583119){var _0x4bba45=a91_0x89dc,_0x594886=_0x1ec529();while(!![]){try{var _0x57b186=parseInt(_0x4bba45(0x11e))/0x1*(-parseInt(_0x4bba45(0x12f))/0x2)+-parseInt(_0x4bba45(0x120))/0x3+parseInt(_0x4bba45(0x127))/0x4+-parseInt(_0x4bba45(0x129))/0x5*(-parseInt(_0x4bba45(0x12a))/0x6)+-parseInt(_0x4bba45(0x11d))/0x7*(-parseInt(_0x4bba45(0x123))/0x8)+parseInt(_0x4bba45(0x12d))/0x9*(parseInt(_0x4bba45(0x12b))/0xa)+-parseInt(_0x4bba45(0x122))/0xb*(parseInt(_0x4bba45(0x12e))/0xc);if(_0x57b186===_0x583119)break;else _0x594886['push'](_0x594886['shift']());}catch(_0x132dee){_0x594886['push'](_0x594886['shift']());}}}(a91_0x4198,0x5b496),exports[a91_0x31b767(0x125)]=(_0x17e0fb,_0x55380d,_0x2d8903)=>{var _0x5ee021=a91_0x31b767,_0x49439d={'nYfZD':function(_0x5a6ff6,_0x4647d5){return _0x5a6ff6(_0x4647d5);},'FqlBM':function(_0x3857a2,_0x41a6c5){return _0x3857a2||_0x41a6c5;}};_0x17e0fb['central_scanner_log']={'http_code':_0x49439d['nYfZD'](String,_0x55380d)||null,'redirect_url':_0x49439d[_0x5ee021(0x12c)](_0x2d8903,null),'token':process[_0x5ee021(0x121)][_0x5ee021(0x124)]||null},process['env'][_0x5ee021(0x126)]&&(_0x17e0fb[_0x5ee021(0x128)][_0x5ee021(0x11f)]=JSON['parse'](process[_0x5ee021(0x121)][_0x5ee021(0x126)])||null);});
1
+ function a91_0x40f5(){var _0x34f34c=['env','POKLl','central_scanner_log','603emeSxF','A11Y_SCAN_RESULT','5668299Jqlvsy','62082szkIKs','177PAtzHG','97168dxuFpP','284210SOrteH','parse','a11y_scanner','2632008HmuBhb','800XqLuvG','124696KuGLlJ','10oVQBVv','1435892xZUrlv','setCentralScannerData'];a91_0x40f5=function(){return _0x34f34c;};return a91_0x40f5();}function a91_0x4670(_0x4d2ea1,_0x1f62ad){var _0x40f5db=a91_0x40f5();return a91_0x4670=function(_0x46705d,_0x35b28c){_0x46705d=_0x46705d-0x8b;var _0x199cbf=_0x40f5db[_0x46705d];return _0x199cbf;},a91_0x4670(_0x4d2ea1,_0x1f62ad);}var a91_0x2e6aca=a91_0x4670;(function(_0x3498f8,_0x386793){var _0xa0bc0f=a91_0x4670,_0xd49cdb=_0x3498f8();while(!![]){try{var _0x1a35c1=parseInt(_0xa0bc0f(0x8b))/0x1+parseInt(_0xa0bc0f(0x9a))/0x2*(parseInt(_0xa0bc0f(0x9b))/0x3)+parseInt(_0xa0bc0f(0x92))/0x4*(-parseInt(_0xa0bc0f(0x91))/0x5)+parseInt(_0xa0bc0f(0x8e))/0x6+parseInt(_0xa0bc0f(0x99))/0x7+-parseInt(_0xa0bc0f(0x9c))/0x8*(parseInt(_0xa0bc0f(0x97))/0x9)+parseInt(_0xa0bc0f(0x8f))/0xa*(-parseInt(_0xa0bc0f(0x90))/0xb);if(_0x1a35c1===_0x386793)break;else _0xd49cdb['push'](_0xd49cdb['shift']());}catch(_0x275ac6){_0xd49cdb['push'](_0xd49cdb['shift']());}}}(a91_0x40f5,0xe1f06),exports[a91_0x2e6aca(0x93)]=(_0x249a3c,_0x407e94,_0x20263f)=>{var _0x2519c8=a91_0x2e6aca,_0x1b7052={'POKLl':function(_0x4de36f,_0x3b9857){return _0x4de36f(_0x3b9857);},'pfxiC':function(_0x8d4c34,_0x5d7b75){return _0x8d4c34||_0x5d7b75;}};_0x249a3c[_0x2519c8(0x96)]={'http_code':_0x1b7052[_0x2519c8(0x95)](String,_0x407e94)||null,'redirect_url':_0x1b7052['pfxiC'](_0x20263f,null),'token':process[_0x2519c8(0x94)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process[_0x2519c8(0x94)][_0x2519c8(0x98)]&&(_0x249a3c[_0x2519c8(0x96)][_0x2519c8(0x8d)]=JSON[_0x2519c8(0x8c)](process['env'][_0x2519c8(0x98)])||null);});
@@ -1 +1 @@
1
- const a92_0x5c5540=a92_0x2dc9;(function(_0x32f1fe,_0x335de3){const _0x164253=a92_0x2dc9,_0x1a51dc=_0x32f1fe();while(!![]){try{const _0x4ea9fa=parseInt(_0x164253(0xd6))/0x1*(parseInt(_0x164253(0xd7))/0x2)+parseInt(_0x164253(0xde))/0x3*(parseInt(_0x164253(0xd2))/0x4)+parseInt(_0x164253(0xda))/0x5+parseInt(_0x164253(0xdd))/0x6+parseInt(_0x164253(0xe1))/0x7+-parseInt(_0x164253(0xdf))/0x8*(-parseInt(_0x164253(0xd9))/0x9)+-parseInt(_0x164253(0xd8))/0xa;if(_0x4ea9fa===_0x335de3)break;else _0x1a51dc['push'](_0x1a51dc['shift']());}catch(_0x559c4c){_0x1a51dc['push'](_0x1a51dc['shift']());}}}(a92_0x108d,0x4bf72));const logger=require(a92_0x5c5540(0xd5))['winstonLogger'];function createClassLogger(_0x255d03){const _0x31ed70=a92_0x5c5540;return{'info':(_0xf4075a,..._0x5d3b8c)=>logger[_0x31ed70(0xdb)]('['+_0x255d03+']\x20'+_0xf4075a,..._0x5d3b8c),'debug':(_0x4573fd,..._0x596f08)=>logger[_0x31ed70(0xd1)]('['+_0x255d03+']\x20'+_0x4573fd,..._0x596f08),'warn':(_0x1088f7,..._0x3dc4dd)=>logger['warn']('['+_0x255d03+']\x20'+_0x1088f7,..._0x3dc4dd),'error':(_0x141ded,..._0x2088d9)=>logger[_0x31ed70(0xd4)]('['+_0x255d03+']\x20'+_0x141ded,..._0x2088d9),'verbose':(_0x44dfa4,..._0x961022)=>logger[_0x31ed70(0xe0)]('['+_0x255d03+']\x20'+_0x44dfa4,..._0x961022)};}function a92_0x2dc9(_0x31ff96,_0x28c2cd){const _0x108d2b=a92_0x108d();return a92_0x2dc9=function(_0x2dc9d5,_0x4157e2){_0x2dc9d5=_0x2dc9d5-0xd1;let _0x150198=_0x108d2b[_0x2dc9d5];return _0x150198;},a92_0x2dc9(_0x31ff96,_0x28c2cd);}const a92_0x5833ef={};function a92_0x108d(){const _0x1ae255=['13186800QiLCyN','1720206hsuYQA','1452945sYCVJu','info','exports','1601364UDPgAQ','2496kcElWw','8DqicuH','verbose','3328710WgtQJf','debug','1076tvuATX','createClassLogger','error','./logger.js','239wgdgyG','1522RmFXyc'];a92_0x108d=function(){return _0x1ae255;};return a92_0x108d();}a92_0x5833ef[a92_0x5c5540(0xd3)]=createClassLogger,module[a92_0x5c5540(0xdc)]=a92_0x5833ef;
1
+ const a92_0x1a8060=a92_0x20d0;(function(_0x3120db,_0x16b1bc){const _0x457456=a92_0x20d0,_0x61988a=_0x3120db();while(!![]){try{const _0x4b09b8=-parseInt(_0x457456(0xff))/0x1+parseInt(_0x457456(0x102))/0x2+parseInt(_0x457456(0x108))/0x3*(-parseInt(_0x457456(0x101))/0x4)+-parseInt(_0x457456(0xfe))/0x5+-parseInt(_0x457456(0x103))/0x6+parseInt(_0x457456(0x106))/0x7*(-parseInt(_0x457456(0x10a))/0x8)+parseInt(_0x457456(0x107))/0x9*(parseInt(_0x457456(0x109))/0xa);if(_0x4b09b8===_0x16b1bc)break;else _0x61988a['push'](_0x61988a['shift']());}catch(_0xac534f){_0x61988a['push'](_0x61988a['shift']());}}}(a92_0x1a3e,0xb6cdb));const logger=require(a92_0x1a8060(0x104))[a92_0x1a8060(0xfd)];function createClassLogger(_0x545e26){const _0x448c91=a92_0x1a8060;return{'info':(_0x362bf8,..._0x1d5f97)=>logger[_0x448c91(0x10b)]('['+_0x545e26+']\x20'+_0x362bf8,..._0x1d5f97),'debug':(_0x474da8,..._0x2f84e9)=>logger['debug']('['+_0x545e26+']\x20'+_0x474da8,..._0x2f84e9),'warn':(_0x56b217,..._0x2268c1)=>logger[_0x448c91(0x105)]('['+_0x545e26+']\x20'+_0x56b217,..._0x2268c1),'error':(_0x467e93,..._0x57a323)=>logger['error']('['+_0x545e26+']\x20'+_0x467e93,..._0x57a323),'verbose':(_0x5154e4,..._0x32b6a0)=>logger['verbose']('['+_0x545e26+']\x20'+_0x5154e4,..._0x32b6a0)};}function a92_0x1a3e(){const _0x4c088b=['info','winstonLogger','5266070fTDvZF','158707iviwvt','exports','36awqyZl','694084QSkrKa','1902048uPlEqA','./logger.js','warn','14315tcrTMo','18677286xmbXOM','289371PaQpwF','20Izajcr','5288bFdeug'];a92_0x1a3e=function(){return _0x4c088b;};return a92_0x1a3e();}const a92_0x201a3f={};function a92_0x20d0(_0x3755d3,_0xb0b10d){const _0x1a3e95=a92_0x1a3e();return a92_0x20d0=function(_0x20d05f,_0x261b52){_0x20d05f=_0x20d05f-0xfd;let _0x464130=_0x1a3e95[_0x20d05f];return _0x464130;},a92_0x20d0(_0x3755d3,_0xb0b10d);}a92_0x201a3f['createClassLogger']=createClassLogger,module[a92_0x1a8060(0x100)]=a92_0x201a3f;
@@ -1 +1 @@
1
- function a93_0x1fcd(){var _0x5007ae=['2898196sFSLrl','455754QiFDDe','4130649HpHLMI','__instance','249619cYOyAM','getGlobal','628966lEfnHj','6LBUNLE','8421000EfVfqY','browserStackGlobals','exports','35AYWUNP','4833255nzvVmI'];a93_0x1fcd=function(){return _0x5007ae;};return a93_0x1fcd();}function a93_0x4906(_0x371fef,_0x5d2e2f){var _0x1fcd6d=a93_0x1fcd();return a93_0x4906=function(_0x490661,_0x4de179){_0x490661=_0x490661-0x1bb;var _0x484261=_0x1fcd6d[_0x490661];return _0x484261;},a93_0x4906(_0x371fef,_0x5d2e2f);}var a93_0x5f1c71=a93_0x4906;(function(_0x2eac36,_0x237470){var _0x5eca8c=a93_0x4906,_0x50ba96=_0x2eac36();while(!![]){try{var _0x19bd4c=-parseInt(_0x5eca8c(0x1bf))/0x1+parseInt(_0x5eca8c(0x1c1))/0x2+parseInt(_0x5eca8c(0x1c2))/0x3*(parseInt(_0x5eca8c(0x1bb))/0x4)+-parseInt(_0x5eca8c(0x1c7))/0x5+parseInt(_0x5eca8c(0x1bc))/0x6*(-parseInt(_0x5eca8c(0x1c6))/0x7)+parseInt(_0x5eca8c(0x1c3))/0x8+-parseInt(_0x5eca8c(0x1bd))/0x9;if(_0x19bd4c===_0x237470)break;else _0x50ba96['push'](_0x50ba96['shift']());}catch(_0x3c8e66){_0x50ba96['push'](_0x50ba96['shift']());}}}(a93_0x1fcd,0xb9d5c));class Global{static ['__instance'];constructor(){var _0x554e43=a93_0x4906;if(Global[_0x554e43(0x1be)])return Global['__instance'];this[_0x554e43(0x1c4)]=global,Global[_0x554e43(0x1be)]=this;}['setGlobal'](_0x404034,_0x6b7b95){this['browserStackGlobals'][_0x404034]=_0x6b7b95;}[a93_0x5f1c71(0x1c0)](_0x45e61a){return this['browserStackGlobals'][_0x45e61a];}}module[a93_0x5f1c71(0x1c5)]=new Global();
1
+ function a93_0x3b7a(_0x4187c4,_0x492fd7){var _0x1660c5=a93_0x1660();return a93_0x3b7a=function(_0x3b7a6b,_0x4ebef3){_0x3b7a6b=_0x3b7a6b-0x1f1;var _0x4fabb1=_0x1660c5[_0x3b7a6b];return _0x4fabb1;},a93_0x3b7a(_0x4187c4,_0x492fd7);}var a93_0x51b042=a93_0x3b7a;(function(_0x53cf74,_0x591692){var _0xfa8861=a93_0x3b7a,_0x1bdc44=_0x53cf74();while(!![]){try{var _0x159d0e=-parseInt(_0xfa8861(0x1f6))/0x1*(parseInt(_0xfa8861(0x1fb))/0x2)+parseInt(_0xfa8861(0x1f9))/0x3*(parseInt(_0xfa8861(0x1fc))/0x4)+parseInt(_0xfa8861(0x200))/0x5+parseInt(_0xfa8861(0x1fa))/0x6*(parseInt(_0xfa8861(0x1fd))/0x7)+parseInt(_0xfa8861(0x1f1))/0x8*(parseInt(_0xfa8861(0x1f3))/0x9)+-parseInt(_0xfa8861(0x1f7))/0xa*(-parseInt(_0xfa8861(0x1f5))/0xb)+-parseInt(_0xfa8861(0x1f4))/0xc*(parseInt(_0xfa8861(0x1f2))/0xd);if(_0x159d0e===_0x591692)break;else _0x1bdc44['push'](_0x1bdc44['shift']());}catch(_0x5c726b){_0x1bdc44['push'](_0x1bdc44['shift']());}}}(a93_0x1660,0x6b226));class Global{static [a93_0x51b042(0x1f8)];constructor(){var _0x505715=a93_0x51b042;if(Global[_0x505715(0x1f8)])return Global[_0x505715(0x1f8)];this['browserStackGlobals']=global,Global[_0x505715(0x1f8)]=this;}[a93_0x51b042(0x1fe)](_0x84a90,_0x182548){var _0x11f617=a93_0x51b042;this[_0x11f617(0x201)][_0x84a90]=_0x182548;}['getGlobal'](_0x5d1bdb){var _0x1fa44e=a93_0x51b042;return this[_0x1fa44e(0x201)][_0x5d1bdb];}}function a93_0x1660(){var _0xf089e7=['11MdvEcU','15836PhmvSz','4416910JNbhGN','__instance','3RtVwre','5241918kAjVuH','58hbXQDe','2072684awIDLG','7ZuhGdR','setGlobal','exports','1480150dTlceK','browserStackGlobals','485096jSEVmO','5525sNxGNy','72vuHUVe','48468VjIDBF'];a93_0x1660=function(){return _0xf089e7;};return a93_0x1660();}module[a93_0x51b042(0x1ff)]=new Global();