browserstack-node-sdk 1.46.6 → 1.46.8

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 (183) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  114. package/src/bin/v2/framework/testFramework.js +1 -1
  115. package/src/bin/v2/grpcClient.js +1 -1
  116. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  117. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/trackedContext.js +1 -1
  119. package/src/bin/v2/instances/trackedInstance.js +1 -1
  120. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  121. package/src/bin/v2/modules/baseModule.js +1 -1
  122. package/src/bin/v2/modules/observabilityModule.js +1 -1
  123. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  124. package/src/bin/v2/modules/testhubModule.js +1 -1
  125. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  126. package/src/bin/v2/state/hookState.js +1 -1
  127. package/src/bin/v2/state/testFrameworkState.js +1 -1
  128. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  129. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  130. package/src/bin/vanilla-js/command.js +1 -1
  131. package/src/browserStackSdk.js +1 -1
  132. package/src/helpers/BrowserStackSetup.js +1 -1
  133. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  134. package/src/helpers/accessibility-automation/constants.js +1 -1
  135. package/src/helpers/accessibility-automation/helper.js +1 -1
  136. package/src/helpers/accessibility-automation/scripts.js +1 -1
  137. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  138. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  139. package/src/helpers/ats/constants.js +1 -1
  140. package/src/helpers/ats/helper.js +1 -1
  141. package/src/helpers/capsMapping.js +1 -1
  142. package/src/helpers/central-scanner/constants.js +1 -1
  143. package/src/helpers/central-scanner/helpers.js +1 -1
  144. package/src/helpers/classLogger.js +1 -1
  145. package/src/helpers/globals.js +1 -1
  146. package/src/helpers/helper.js +1 -1
  147. package/src/helpers/logger.js +1 -1
  148. package/src/helpers/metadata.js +1 -1
  149. package/src/helpers/patchHelper.js +1 -1
  150. package/src/helpers/patchHelpers.js +1 -1
  151. package/src/helpers/percy/Percy.js +1 -1
  152. package/src/helpers/percy/PercyBinary.js +1 -1
  153. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  154. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  155. package/src/helpers/percy/PercySDK.js +1 -1
  156. package/src/helpers/percy/index.js +1 -1
  157. package/src/helpers/percy/utils.js +1 -1
  158. package/src/helpers/performance/constants.js +1 -1
  159. package/src/helpers/performance/performance-tester.js +1 -1
  160. package/src/helpers/playwright-helper.js +1 -1
  161. package/src/helpers/processHelper.js +1 -1
  162. package/src/helpers/request-spy.js +1 -1
  163. package/src/helpers/setKeepAlive.js +1 -1
  164. package/src/helpers/test-observability/constants.js +1 -1
  165. package/src/helpers/test-observability/error-handler.js +1 -1
  166. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  167. package/src/helpers/test-observability/sessionHandler.js +1 -1
  168. package/src/helpers/test-observability/utils.js +1 -1
  169. package/src/helpers/test-orchestration/constants.js +1 -1
  170. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  171. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  172. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  173. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  174. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  175. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  176. package/src/helpers/testhub/constants.js +1 -1
  177. package/src/helpers/testhub/testhubHandler.js +1 -1
  178. package/src/helpers/testhub/utils.js +1 -1
  179. package/src/helpers/timeoutPromise.js +1 -1
  180. package/src/helpers/utilities.js +1 -1
  181. package/src/helpers/w3cMapping.js +1 -1
  182. package/src/hubAllocationMethods.js +1 -1
  183. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a92_0x334a(_0x3304a8,_0x3be2f8){const _0x228359=a92_0x2283();return a92_0x334a=function(_0x334ac4,_0x5c7ac5){_0x334ac4=_0x334ac4-0x153;let _0x3eb9c9=_0x228359[_0x334ac4];return _0x3eb9c9;},a92_0x334a(_0x3304a8,_0x3be2f8);}const a92_0x51fdb9=a92_0x334a;(function(_0x989178,_0x3fc462){const _0x19ebbe=a92_0x334a,_0x4bb5e2=_0x989178();while(!![]){try{const _0x30fb43=-parseInt(_0x19ebbe(0x16c))/0x1*(-parseInt(_0x19ebbe(0x219))/0x2)+-parseInt(_0x19ebbe(0x1ac))/0x3*(-parseInt(_0x19ebbe(0x1ea))/0x4)+-parseInt(_0x19ebbe(0x1a0))/0x5*(-parseInt(_0x19ebbe(0x1b0))/0x6)+parseInt(_0x19ebbe(0x1f6))/0x7*(-parseInt(_0x19ebbe(0x1d7))/0x8)+-parseInt(_0x19ebbe(0x165))/0x9+parseInt(_0x19ebbe(0x217))/0xa*(parseInt(_0x19ebbe(0x155))/0xb)+-parseInt(_0x19ebbe(0x204))/0xc;if(_0x30fb43===_0x3fc462)break;else _0x4bb5e2['push'](_0x4bb5e2['shift']());}catch(_0x420cb3){_0x4bb5e2['push'](_0x4bb5e2['shift']());}}}(a92_0x2283,0xb156e));const util=require(a92_0x51fdb9(0x177)),logger=require('../logger')[a92_0x51fdb9(0x1bc)],accessibilityHelper=require(a92_0x51fdb9(0x1c2)),globals=require(a92_0x51fdb9(0x1aa)),scripts=require(a92_0x51fdb9(0x16d)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a92_0x51fdb9(0x184));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a92_0x51fdb9(0x171));}catch(a92_0x19f719){logger[a92_0x51fdb9(0x1c5)](a92_0x51fdb9(0x21e));}const a92_0x144522={};a92_0x144522[a92_0x51fdb9(0x1d9)]=0x1,a92_0x144522[a92_0x51fdb9(0x161)]=0x7530,a92_0x144522['defaultTimeoutMs']=0x7530;function a92_0x2283(){const _0x16c01d=['debug','JsMTO','OLibL','\x20failed\x20for\x20method:\x20','defaultTimeoutMs','isSeleniumDriver','qYoci','getAccessibilityResultsWithRetry','RfZam','hqgeC','rjdVh','message','LnQWq','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','bszoP','setSeleniumScriptTimeout','bstackA11yShouldScan','VLXlV','27536FtwMbj','browserstackSessionName','maxRetries','scanSucceeded','unknown','EvAFA','setTimeouts','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','\x20for\x20method:\x20',')\x20with\x20error:\x20','jbrGe','JHSdm','status','performComprehensiveAccessibilityScanWithRetry',').\x20Last\x20error:\x20','type','aYlBU','timeouts','url','4MAfqpG',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','Skipping\x20timeout\x20setting\x20for\x20','accessibilityConfig','Unknown\x20driver/page\x20type:\x20','REGuP','info','WLpzE','ms\x20using\x20setScriptTimeout\x20API','page','getCapabilities','GUVSm','847QxrVDN','URqZM','error','GfFoM','adgOL','AKEYF','qjNeM','Accessibility\x20scan\x20attempt\x20','lzKYF',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','hzbRr','constructor','fSFei','16773972FlBHQA','race','currentTest','WebDriver','driverType','Playwright','setScriptTimeout','RokZs','performScanWithRetry','Accessibility\x20results\x20retrieval\x20attempt\x20','name','tXrKB','saveAccessibilityResultsWithRetry','updateRetryConfig','undefined','executeAsyncScript','SrapO','getCurrentUrl','Operation\x20timed\x20out\x20after\x20','11350520NJdxPY','wQLxn','1788196woDZzH','Unknown\x20error','__workerDetails','browserStackEvaluate','QPTIP','Playwright\x20accessibility\x20helper\x20not\x20available','Comprehensive\x20accessibility\x20scan\x20failed\x20(','xcWYj','DqEXt','getGlobal','results','11pctlcz','dgxVT','RRDDR','capabilitiesList','summary','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','fpcfa','lxVRp','isAccessibilityPlatform','YlIWx','scannerProcessingTimeout','):\x20','timeoutMs','getSession','playwright-codecept-driver','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','7718679ECDtBQ','manage','xcHxo','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','AKewy','rejected','getInstance','1nAFTGR','./scripts','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','FETgE','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','../../bin/playwright/accessibility-helper','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','exgNR','unknown_method','jlgqI','util','isRunning','VfyHN','PERFORM_SCAN','\x20completed\x20successfully.','sPGAL','goto','reason','isPlaywright','ksEuc','isiHD','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','fulfilled','../../bin/v2/browserstackCLI','env','isAccessibilityAutomationSession','HykMo','getAccessibilityResults','script','wPGYD','ms\x20using\x20setTimeouts\x20API','Accessibility\x20retry\x20configuration\x20updated:\x20','Page','performScan','function','MOVZU','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','xKbjn','getAccessibilityModule','\x20-\x20not\x20applicable','getRetryConfig','setPlaywrightScriptTimeout','ehIHz','VBrXF','\x20failed\x20(','RbUuq','saveTestResults','EYWpT','Qmpts','getAccessibilityResultsSummaryWithRetry','NwZTg','2220895dyXntR','gCUSR','ms\x20using\x20timeouts()\x20API','ihovn','RqEmn','ZPCQE','ACRlJ','fLIuI','getAccessibilityResultsSummary','ZuqOF','../globals','QMQfD','1442454yvvOFh','setDefaultTimeout','Accessibility\x20results\x20save\x20attempt\x20','Scan\x20attempt\x20','12jZIOyO','getId','value','accessibilityPlatform','FrOyT','warn',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','FOFvH','tpaPW',').\x20Error:\x20','AqDVN','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','winstonLogger','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','allSettled','zvGnI','selenium-webdriver','WJmLk','./helper','max','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'];a92_0x2283=function(){return _0x16c01d;};return a92_0x2283();}const RETRY_CONFIG=a92_0x144522,setConfigTimeout=(_0x2156b0,_0x2bd9dd=null)=>{const _0x3ec996=a92_0x51fdb9,_0x2eee5b={'hzbRr':function(_0x4ab56d,_0x49bcf0){return _0x4ab56d===_0x49bcf0;},'nyIRl':_0x3ec996(0x15f),'WLpzE':function(_0x46c1af,_0x408d71){return _0x46c1af===_0x408d71;},'AOSYe':function(_0x261fde,_0x4047c6){return _0x261fde*_0x4047c6;},'GUVSm':function(_0xf901f5,_0x19b7c){return _0xf901f5(_0x19b7c);}};if(BrowserstackCLI[_0x3ec996(0x16b)]()[_0x3ec996(0x178)]()&&BrowserstackCLI[_0x3ec996(0x16b)]()[_0x3ec996(0x193)]()){const _0x2d7c2d=BrowserstackCLI[_0x3ec996(0x16b)]()['getAccessibilityModule']()[_0x3ec996(0x1ed)],_0x1e96b7=_0x2d7c2d['options'][_0x3ec996(0x158)]||[];for(const _0x5256a1 of _0x1e96b7){_0x2eee5b[_0x3ec996(0x201)](_0x5256a1['name'],_0x2eee5b['nyIRl'])&&_0x2eee5b[_0x3ec996(0x1f1)](_0x2bd9dd,null)&&(_0x2156b0['timeoutMs']=_0x2eee5b['AOSYe'](_0x2eee5b[_0x3ec996(0x1f5)](parseInt,_0x5256a1[_0x3ec996(0x1b2)]),0x3e8));}}else process[_0x3ec996(0x185)][_0x3ec996(0x172)]&&(_0x2156b0[_0x3ec996(0x161)]=_0x2eee5b['AOSYe'](_0x2eee5b[_0x3ec996(0x1f5)](parseInt,process[_0x3ec996(0x185)][_0x3ec996(0x172)]),0x3e8));},detectDriverType=_0x1295a9=>{const _0x4d1260=a92_0x51fdb9,_0x287f00={};_0x287f00[_0x4d1260(0x169)]=_0x4d1260(0x1db),_0x287f00['ACRlJ']=function(_0x530e4f,_0x192a26){return _0x530e4f===_0x192a26;},_0x287f00[_0x4d1260(0x1fe)]=_0x4d1260(0x18f),_0x287f00[_0x4d1260(0x192)]=function(_0x35d29a,_0x68a552){return _0x35d29a===_0x68a552;},_0x287f00[_0x4d1260(0x1e2)]='playwright-page',_0x287f00['wdwMK']=function(_0x5a5192,_0x3453c0){return _0x5a5192===_0x3453c0;},_0x287f00['wPGYD']=function(_0x3b655a,_0x9afdbb){return _0x3b655a===_0x9afdbb;},_0x287f00[_0x4d1260(0x20f)]=_0x4d1260(0x1c0),_0x287f00[_0x4d1260(0x1a4)]=function(_0x2cd3de,_0x4b6f20){return _0x2cd3de===_0x4b6f20;},_0x287f00[_0x4d1260(0x1b7)]=_0x4d1260(0x18d),_0x287f00[_0x4d1260(0x218)]=_0x4d1260(0x207),_0x287f00[_0x4d1260(0x19c)]=function(_0x3a6cff,_0x76c0b2){return _0x3a6cff===_0x76c0b2;},_0x287f00[_0x4d1260(0x21d)]=_0x4d1260(0x209),_0x287f00[_0x4d1260(0x1d3)]=_0x4d1260(0x163),_0x287f00[_0x4d1260(0x156)]=function(_0x32db7c,_0x4780d4){return _0x32db7c||_0x4780d4;},_0x287f00[_0x4d1260(0x1a7)]=_0x4d1260(0x212);const _0x659517=_0x287f00;if(!_0x1295a9){const _0x35b539={};return _0x35b539[_0x4d1260(0x17f)]=![],_0x35b539[_0x4d1260(0x1e6)]=_0x659517[_0x4d1260(0x169)],_0x35b539;}if(_0x659517[_0x4d1260(0x1a6)](typeof _0x1295a9['evaluate'],_0x659517[_0x4d1260(0x1fe)])&&_0x659517[_0x4d1260(0x192)](typeof _0x1295a9['url'],_0x659517[_0x4d1260(0x1fe)])&&_0x659517[_0x4d1260(0x192)](typeof _0x1295a9[_0x4d1260(0x17d)],_0x659517[_0x4d1260(0x1fe)])){const _0x4a5bf8={};return _0x4a5bf8[_0x4d1260(0x17f)]=!![],_0x4a5bf8[_0x4d1260(0x1e6)]=_0x659517['JHSdm'],_0x4a5bf8;}if(_0x659517['wdwMK'](typeof _0x1295a9[_0x4d1260(0x213)],_0x659517[_0x4d1260(0x1fe)])&&_0x659517[_0x4d1260(0x18a)](typeof _0x1295a9[_0x4d1260(0x1f4)],_0x659517['lzKYF'])){const _0x456173={};return _0x456173[_0x4d1260(0x17f)]=![],_0x456173[_0x4d1260(0x1e6)]=_0x659517[_0x4d1260(0x20f)],_0x456173;}const _0x586af9=_0x1295a9[_0x4d1260(0x202)]?.[_0x4d1260(0x20e)];if(_0x659517[_0x4d1260(0x1a4)](_0x586af9,_0x659517['FOFvH'])){const _0x5812c4={};return _0x5812c4[_0x4d1260(0x17f)]=!![],_0x5812c4['type']=_0x659517[_0x4d1260(0x1e2)],_0x5812c4;}if(_0x659517[_0x4d1260(0x1a4)](_0x586af9,_0x659517['wQLxn'])){const _0x528d71={};return _0x528d71[_0x4d1260(0x17f)]=![],_0x528d71['type']=_0x659517['tXrKB'],_0x528d71;}if(_0x659517[_0x4d1260(0x19c)](_0x586af9,_0x659517[_0x4d1260(0x21d)])){const _0x170147={};return _0x170147[_0x4d1260(0x17f)]=!![],_0x170147['type']=_0x659517[_0x4d1260(0x1d3)],_0x170147;}logger['warn'](_0x4d1260(0x1ee)+_0x659517['dgxVT'](_0x586af9,_0x659517['fLIuI']));const _0x22ca49={};return _0x22ca49[_0x4d1260(0x17f)]=![],_0x22ca49[_0x4d1260(0x1e6)]=_0x659517[_0x4d1260(0x169)],_0x22ca49;},withTimeout=(_0x34fccb,_0xa3d33a)=>{const _0x586cc1=a92_0x51fdb9;return Promise[_0x586cc1(0x205)]([_0x34fccb,new Promise((_0x3d00fb,_0x2fdf01)=>setTimeout(()=>_0x2fdf01(new Error(_0x586cc1(0x216)+_0xa3d33a+'ms')),_0xa3d33a))]);};exports[a92_0x51fdb9(0x20c)]=async(_0x253ec1,_0x2db3d1=null,_0x25b36b=null)=>{const _0x65a4e5=a92_0x51fdb9,_0x233d2d={'YlIWx':function(_0x37fb64,_0xca19b0){return _0x37fb64&&_0xca19b0;},'fSFei':function(_0x28f7a1,_0x2b59c6,_0x11608b){return _0x28f7a1(_0x2b59c6,_0x11608b);},'REGuP':function(_0x34741e,_0x1b25d1){return _0x34741e===_0x1b25d1;},'fCJNA':_0x65a4e5(0x163),'TubaE':function(_0x558e48,_0x2ac864,_0x46ffc1){return _0x558e48(_0x2ac864,_0x46ffc1);},'HtUGU':function(_0x1e4225,_0x2e1695){return _0x1e4225(_0x2e1695);},'RfZam':_0x65a4e5(0x15d),'xcWYj':'bstackA11yShouldScan','gCUSR':_0x65a4e5(0x175),'FETgE':function(_0x169c9c,_0x1c81c8){return _0x169c9c===_0x1c81c8;},'adgOL':_0x65a4e5(0x18f),'ksEuc':function(_0x408054,_0x10239c){return _0x408054<=_0x10239c;},'tpaPW':function(_0x135d9d,_0x545362){return _0x135d9d+_0x545362;},'BjPxL':'Unknown\x20error'},{isPlaywright:_0xc73fc2,type:_0x161e9a}=_0x233d2d['HtUGU'](detectDriverType,_0x253ec1),_0x5eacb3=_0xc73fc2?global['accessibilityPlatform']:accessibilityHelper[_0x65a4e5(0x186)]()&&globals[_0x65a4e5(0x153)](_0x233d2d[_0x65a4e5(0x1cd)])&&globals[_0x65a4e5(0x153)](_0x233d2d[_0x65a4e5(0x220)]);if(!_0x5eacb3)return logger['warn'](_0x65a4e5(0x182)+_0x161e9a+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x2186ea=_0x2db3d1||global[_0x65a4e5(0x1d8)]||_0x233d2d[_0x65a4e5(0x1a1)];let _0x26ddf6=null;const _0x561412={'testhub_btcer_uuid':global[_0x65a4e5(0x21b)]?.[_0x65a4e5(0x206)]?.['id'],'url':_0x233d2d[_0x65a4e5(0x16f)](typeof _0x253ec1[_0x65a4e5(0x1e9)],_0x233d2d[_0x65a4e5(0x1fa)])?await _0x253ec1[_0x65a4e5(0x1e9)]():_0x233d2d[_0x65a4e5(0x1ef)](typeof _0x253ec1[_0x65a4e5(0x215)],_0x233d2d[_0x65a4e5(0x1fa)])?await _0x253ec1[_0x65a4e5(0x215)]():'','automate_session_id':_0x233d2d['REGuP'](typeof _0x253ec1[_0x65a4e5(0x162)],_0x233d2d['adgOL'])?(await _0x253ec1['getSession']())[_0x65a4e5(0x1b1)]():''};for(let _0x59bac2=0x1;_0x233d2d[_0x65a4e5(0x180)](_0x59bac2,_0x233d2d['tpaPW'](RETRY_CONFIG[_0x65a4e5(0x1d9)],0x1));_0x59bac2++){try{return logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0x59bac2+'/'+_0x233d2d[_0x65a4e5(0x1b8)](RETRY_CONFIG[_0x65a4e5(0x1d9)],0x1)+_0x65a4e5(0x1df)+_0x2186ea+'\x20('+_0x161e9a+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x65a4e5(0x17a)],async()=>{const _0x5b6726=_0x65a4e5;let _0x5f0844;if(_0x233d2d[_0x5b6726(0x15e)](_0xc73fc2,playwrightA11yHelper)){_0x233d2d[_0x5b6726(0x203)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5b6726(0x196)](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x161)]);let _0x3895d=_0x253ec1;_0x233d2d['REGuP'](_0x161e9a,_0x233d2d['fCJNA'])&&(_0x3895d=_0x253ec1[_0x5b6726(0x1f3)]),_0x5f0844=await _0x233d2d[_0x5b6726(0x203)](withTimeout,playwrightA11yHelper[_0x5b6726(0x18e)](_0x3895d,_0x2186ea),RETRY_CONFIG[_0x5b6726(0x161)]),await exports[_0x5b6726(0x196)](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x1c9)]);}else await exports['setSeleniumScriptTimeout'](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x161)]),_0x5f0844=await _0x233d2d['TubaE'](withTimeout,accessibilityHelper[_0x5b6726(0x18e)](_0x253ec1,_0x2186ea),RETRY_CONFIG[_0x5b6726(0x161)]),await exports[_0x5b6726(0x1d4)](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x1c9)]);logger[_0x5b6726(0x1c5)](_0x5b6726(0x1af)+_0x59bac2+_0x5b6726(0x17b));},{'command':_0x2186ea,..._0x561412})(),logger[_0x65a4e5(0x1f0)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x59bac2+'.'),!![];}catch(_0x123ec6){_0x26ddf6=_0x123ec6,logger[_0x65a4e5(0x1c5)](_0x65a4e5(0x1fd)+_0x59bac2+_0x65a4e5(0x1c8)+_0x2186ea+'\x20('+_0x161e9a+_0x65a4e5(0x1b9)+_0x123ec6[_0x65a4e5(0x1d0)]);}}return logger[_0x65a4e5(0x1f8)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x2186ea+'\x20('+_0x161e9a+_0x65a4e5(0x1e0)+(_0x26ddf6?.['message']||_0x233d2d['BjPxL'])),![];},exports[a92_0x51fdb9(0x1cc)]=async(_0x353d12,_0x18b93a)=>{const _0x505eeb=a92_0x51fdb9,_0x4d79ea={'DqEXt':function(_0x299e0a,_0x4788ab){return _0x299e0a(_0x4788ab);},'MOVZU':_0x505eeb(0x15d),'SrapO':_0x505eeb(0x1d5),'RbUuq':function(_0x3c8100,_0x2b4bb4){return _0x3c8100<=_0x2b4bb4;},'GfFoM':function(_0x138684,_0x2ca8ee){return _0x138684+_0x2ca8ee;},'ZuqOF':function(_0x336322,_0x644150){return _0x336322+_0x644150;},'LnQWq':function(_0x2fe6b5,_0xba1ab7){return _0x2fe6b5&&_0xba1ab7;},'VLXlV':function(_0x7078f2,_0x129d1e,_0xea5b8f){return _0x7078f2(_0x129d1e,_0xea5b8f);},'Qmpts':function(_0x47243d,_0x4dcb87,_0x1278ce){return _0x47243d(_0x4dcb87,_0x1278ce);},'hqgeC':_0x505eeb(0x21a)},{isPlaywright:_0x3517b8,type:_0x20da5e}=_0x4d79ea[_0x505eeb(0x221)](detectDriverType,_0x353d12),_0x409043=_0x3517b8?_0x18b93a['accessibilityPlatform']:accessibilityHelper[_0x505eeb(0x186)]()&&globals[_0x505eeb(0x153)](_0x4d79ea[_0x505eeb(0x190)])&&globals[_0x505eeb(0x153)](_0x4d79ea[_0x505eeb(0x214)]);if(!_0x409043)return logger['warn'](_0x505eeb(0x182)+_0x20da5e+_0x505eeb(0x1ff)),[];let _0x1a62b8=null;for(let _0x101626=0x1;_0x4d79ea[_0x505eeb(0x19a)](_0x101626,_0x4d79ea[_0x505eeb(0x1f9)](RETRY_CONFIG[_0x505eeb(0x1d9)],0x1));_0x101626++){try{logger[_0x505eeb(0x1c5)](_0x505eeb(0x20d)+_0x101626+'/'+_0x4d79ea[_0x505eeb(0x1a9)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x20da5e+')');let _0x3d5fdd;return _0x4d79ea[_0x505eeb(0x1d1)](_0x3517b8,playwrightA11yHelper)?(_0x4d79ea['VLXlV'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x505eeb(0x196)](_0x353d12,RETRY_CONFIG[_0x505eeb(0x161)]),_0x3d5fdd=await _0x4d79ea[_0x505eeb(0x1d6)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x353d12),RETRY_CONFIG[_0x505eeb(0x161)]),await exports[_0x505eeb(0x196)](_0x353d12,RETRY_CONFIG[_0x505eeb(0x1c9)])):(await exports['setSeleniumScriptTimeout'](_0x353d12,RETRY_CONFIG[_0x505eeb(0x161)]),_0x3d5fdd=await _0x4d79ea[_0x505eeb(0x19d)](withTimeout,accessibilityHelper[_0x505eeb(0x188)](_0x353d12,_0x18b93a),RETRY_CONFIG[_0x505eeb(0x161)]),await exports[_0x505eeb(0x1d4)](_0x353d12,RETRY_CONFIG[_0x505eeb(0x1c9)])),logger[_0x505eeb(0x1f0)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x101626+'\x20('+_0x20da5e+')'),_0x3d5fdd;}catch(_0x4f86db){_0x1a62b8=_0x4f86db,logger['warn']('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x101626+_0x505eeb(0x199)+_0x20da5e+').\x20Error:\x20'+_0x4f86db['message']);}}return logger[_0x505eeb(0x1f8)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x20da5e+_0x505eeb(0x1e5)+(_0x1a62b8?.[_0x505eeb(0x1d0)]||_0x4d79ea[_0x505eeb(0x1ce)])),[];},exports[a92_0x51fdb9(0x19e)]=async(_0x2db34c,_0x45604d)=>{const _0x5d087d=a92_0x51fdb9,_0x15432c={'xcHxo':function(_0xb4b1c0,_0x5d6a14){return _0xb4b1c0(_0x5d6a14);},'WJmLk':_0x5d087d(0x15d),'lxVRp':_0x5d087d(0x1d5),'exgNR':function(_0x69ced7,_0x34292b){return _0x69ced7<=_0x34292b;},'qYoci':function(_0x1ca4d1,_0x24951e){return _0x1ca4d1+_0x24951e;},'zvGnI':function(_0x58361e,_0x3de709){return _0x58361e&&_0x3de709;},'ncbBE':function(_0x46c7b2,_0x5e4a10,_0x52ae03){return _0x46c7b2(_0x5e4a10,_0x52ae03);},'RRDDR':function(_0x4b25c1,_0x16bce4,_0x18ab36){return _0x4b25c1(_0x16bce4,_0x18ab36);},'KcPwP':function(_0x2d87d9,_0x1a5239,_0x4c46c7){return _0x2d87d9(_0x1a5239,_0x4c46c7);},'HykMo':_0x5d087d(0x21a)},{isPlaywright:_0x5e27e2,type:_0x49600b}=_0x15432c[_0x5d087d(0x167)](detectDriverType,_0x2db34c),_0x24e592=_0x5e27e2?_0x45604d[_0x5d087d(0x1b3)]:accessibilityHelper[_0x5d087d(0x186)]()&&globals[_0x5d087d(0x153)](_0x15432c[_0x5d087d(0x1c1)])&&globals[_0x5d087d(0x153)](_0x15432c[_0x5d087d(0x15c)]);if(!_0x24e592)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x49600b+_0x5d087d(0x1eb)),{};let _0x61f600=null;for(let _0x206c88=0x1;_0x15432c[_0x5d087d(0x174)](_0x206c88,_0x15432c[_0x5d087d(0x1cb)](RETRY_CONFIG[_0x5d087d(0x1d9)],0x1));_0x206c88++){try{logger[_0x5d087d(0x1c5)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x206c88+'/'+_0x15432c[_0x5d087d(0x1cb)](RETRY_CONFIG[_0x5d087d(0x1d9)],0x1)+'\x20('+_0x49600b+')');let _0xdfe026;return _0x15432c[_0x5d087d(0x1bf)](_0x5e27e2,playwrightA11yHelper)?(_0x15432c['ncbBE'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5d087d(0x196)](_0x2db34c,RETRY_CONFIG[_0x5d087d(0x161)]),_0xdfe026=await _0x15432c[_0x5d087d(0x157)](withTimeout,playwrightA11yHelper[_0x5d087d(0x1a8)](_0x2db34c),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x2db34c,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x5d087d(0x1d4)](_0x2db34c,RETRY_CONFIG[_0x5d087d(0x161)]),_0xdfe026=await _0x15432c['KcPwP'](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x2db34c,_0x45604d),RETRY_CONFIG[_0x5d087d(0x161)]),await exports[_0x5d087d(0x1d4)](_0x2db34c,RETRY_CONFIG[_0x5d087d(0x1c9)])),logger['info'](_0x5d087d(0x173)+_0x206c88+'\x20('+_0x49600b+')'),_0xdfe026;}catch(_0x19b690){_0x61f600=_0x19b690,logger['warn'](_0x5d087d(0x1c4)+_0x206c88+_0x5d087d(0x199)+_0x49600b+').\x20Error:\x20'+_0x19b690[_0x5d087d(0x1d0)]);}}return logger[_0x5d087d(0x1f8)](_0x5d087d(0x16e)+_0x49600b+_0x5d087d(0x1e5)+(_0x61f600?.[_0x5d087d(0x1d0)]||_0x15432c[_0x5d087d(0x187)])),{};},exports[a92_0x51fdb9(0x1e4)]=async(_0x27a7f3,_0x3ad385,_0x272d7c=null)=>{const _0x9eb351=a92_0x51fdb9,_0xf3518={'IBChX':function(_0x5bc5de,_0x262186){return _0x5bc5de(_0x262186);},'ZPCQE':function(_0x4d69a1,_0x245ed4){return _0x4d69a1===_0x245ed4;},'RokZs':_0x9eb351(0x183),'isiHD':_0x9eb351(0x16a),'jbrGe':_0x9eb351(0x1de)},{isPlaywright:_0x1af9db,type:_0x4872f8}=_0xf3518['IBChX'](detectDriverType,_0x27a7f3),_0xc95670={};_0xc95670[_0x9eb351(0x1da)]=![],_0xc95670['results']=[],_0xc95670['summary']={},_0xc95670[_0x9eb351(0x1f8)]=null,_0xc95670[_0x9eb351(0x208)]=_0x4872f8;const _0x3aee39=_0xc95670;try{_0x3aee39[_0x9eb351(0x1da)]=await exports[_0x9eb351(0x20c)](_0x27a7f3,_0x272d7c);if(_0x3aee39['scanSucceeded']){const [_0x1c12b0,_0x291e9f]=await Promise[_0x9eb351(0x1be)]([exports['getAccessibilityResultsWithRetry'](_0x27a7f3,_0x3ad385),exports[_0x9eb351(0x19e)](_0x27a7f3,_0x3ad385)]);_0x3aee39[_0x9eb351(0x154)]=_0xf3518[_0x9eb351(0x1a5)](_0x1c12b0[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x20b)])?_0x1c12b0[_0x9eb351(0x1b2)]:[],_0x3aee39[_0x9eb351(0x159)]=_0xf3518[_0x9eb351(0x1a5)](_0x291e9f[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x20b)])?_0x291e9f[_0x9eb351(0x1b2)]:{},_0xf3518[_0x9eb351(0x1a5)](_0x1c12b0[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x181)])&&logger['warn']('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x4872f8+_0x9eb351(0x160)+_0x1c12b0[_0x9eb351(0x17e)]?.[_0x9eb351(0x1d0)]),_0xf3518['ZPCQE'](_0x291e9f[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x181)])&&logger[_0x9eb351(0x1b5)](_0x9eb351(0x1bb)+_0x4872f8+'):\x20'+_0x291e9f['reason']?.['message']);}}catch(_0x4203c4){_0x3aee39['error']=_0x4203c4[_0x9eb351(0x1d0)]||_0xf3518[_0x9eb351(0x1e1)],logger[_0x9eb351(0x1f8)](_0x9eb351(0x21f)+_0x4872f8+'):\x20'+_0x3aee39['error']);}return _0x3aee39;},exports[a92_0x51fdb9(0x211)]=_0x57f947=>{const _0x164623=a92_0x51fdb9,_0x16544d={};_0x16544d[_0x164623(0x1c6)]=function(_0x2c5f07,_0x567e89){return _0x2c5f07!==_0x567e89;};const _0x45c709=_0x16544d;_0x45c709['JsMTO'](_0x57f947[_0x164623(0x1d9)],undefined)&&(RETRY_CONFIG[_0x164623(0x1d9)]=Math[_0x164623(0x1c3)](0x0,_0x57f947['maxRetries'])),_0x45c709[_0x164623(0x1c6)](_0x57f947[_0x164623(0x161)],undefined)&&(RETRY_CONFIG[_0x164623(0x161)]=Math[_0x164623(0x1c3)](0x3e8,_0x57f947[_0x164623(0x161)])),logger[_0x164623(0x1c5)](_0x164623(0x18c)+JSON['stringify'](RETRY_CONFIG));},exports[a92_0x51fdb9(0x195)]=()=>{const _0x193d25={...RETRY_CONFIG};return _0x193d25;},exports['isPlaywrightPage']=_0x9c7bac=>{const _0x18bd0b=a92_0x51fdb9,_0x4f5089={'rjdVh':function(_0x1d5d4d,_0x2163e6){return _0x1d5d4d(_0x2163e6);}};return _0x4f5089[_0x18bd0b(0x1cf)](detectDriverType,_0x9c7bac)['isPlaywright'];},exports[a92_0x51fdb9(0x1ca)]=_0x1941b6=>{const _0x4fce48=a92_0x51fdb9,_0x1d10a6={'feeCr':function(_0x3c2214,_0x5b0f94){return _0x3c2214(_0x5b0f94);},'QMQfD':function(_0x3b8cec,_0xc35f2d){return _0x3b8cec===_0xc35f2d;},'qjNeM':_0x4fce48(0x1c0)},{isPlaywright:_0x253778,type:_0x539988}=_0x1d10a6['feeCr'](detectDriverType,_0x1941b6);return!_0x253778&&_0x1d10a6[_0x4fce48(0x1ab)](_0x539988,_0x1d10a6[_0x4fce48(0x1fc)]);},exports['setPlaywrightScriptTimeout']=async(_0x59579c,_0x4a5595=null)=>{const _0x5dde49=a92_0x51fdb9,_0x3d5d42={'ehIHz':function(_0x281c84,_0x11b58a){return _0x281c84(_0x11b58a);},'OLibL':function(_0x2f7174,_0x3d9f5a){return _0x2f7174===_0x3d9f5a;},'FrOyT':_0x5dde49(0x18f)},{isPlaywright:_0x267fa9,type:_0x2b5042}=_0x3d5d42[_0x5dde49(0x197)](detectDriverType,_0x59579c);if(!_0x267fa9)return logger[_0x5dde49(0x1c5)](_0x5dde49(0x1ec)+_0x2b5042+_0x5dde49(0x194)),!![];const _0x4d8490=_0x4a5595||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x59579c&&_0x3d5d42[_0x5dde49(0x1c7)](typeof _0x59579c[_0x5dde49(0x1ad)],_0x3d5d42[_0x5dde49(0x1b4)])&&(await _0x59579c[_0x5dde49(0x1ad)](_0x4d8490),logger[_0x5dde49(0x1c5)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x4d8490+'ms')),!![];}catch(_0xe3d4ba){return logger[_0x5dde49(0x1b5)](_0x5dde49(0x1d2)+_0xe3d4ba[_0x5dde49(0x1d0)]),![];}},exports[a92_0x51fdb9(0x1d4)]=async(_0x227786,_0x45ba38=null)=>{const _0x3fc360=a92_0x51fdb9,_0x21e395={};_0x21e395[_0x3fc360(0x1e7)]=_0x3fc360(0x164),_0x21e395[_0x3fc360(0x1fb)]=function(_0x535f6d,_0x4f657d){return _0x535f6d===_0x4f657d;},_0x21e395[_0x3fc360(0x17c)]=_0x3fc360(0x18f),_0x21e395['VfyHN']=function(_0x28a5ae,_0x35d260){return _0x28a5ae===_0x35d260;},_0x21e395[_0x3fc360(0x1ba)]=_0x3fc360(0x200),_0x21e395[_0x3fc360(0x198)]=_0x3fc360(0x168);const _0x4f56fd=_0x21e395;if(!exports[_0x3fc360(0x1ca)](_0x227786))return logger[_0x3fc360(0x1b5)](_0x4f56fd['aYlBU']),![];const _0x42a1ce=_0x45ba38||RETRY_CONFIG[_0x3fc360(0x1c9)];try{if(_0x227786&&_0x4f56fd[_0x3fc360(0x1fb)](typeof _0x227786[_0x3fc360(0x166)],_0x4f56fd[_0x3fc360(0x17c)])){const _0x1c647c=_0x227786[_0x3fc360(0x166)]();if(_0x1c647c&&_0x4f56fd[_0x3fc360(0x179)](typeof _0x1c647c[_0x3fc360(0x1e8)],_0x4f56fd['sPGAL']))await _0x1c647c[_0x3fc360(0x1e8)]()[_0x3fc360(0x20a)](_0x42a1ce),logger[_0x3fc360(0x1c5)](_0x3fc360(0x170)+_0x42a1ce+_0x3fc360(0x1a2));else{if(_0x1c647c&&_0x4f56fd['VfyHN'](typeof _0x1c647c[_0x3fc360(0x1dd)],_0x4f56fd['sPGAL'])){const _0x5595b3={};_0x5595b3[_0x3fc360(0x189)]=_0x42a1ce,await _0x1c647c[_0x3fc360(0x1dd)](_0x5595b3),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x42a1ce+_0x3fc360(0x18b));}else{if(_0x1c647c&&_0x4f56fd[_0x3fc360(0x179)](typeof _0x1c647c['setScriptTimeout'],_0x4f56fd['sPGAL']))await _0x1c647c['setScriptTimeout'](_0x42a1ce),logger['debug'](_0x3fc360(0x170)+_0x42a1ce+_0x3fc360(0x1f2));else return logger[_0x3fc360(0x1c5)](_0x4f56fd[_0x3fc360(0x1ba)]),!![];}}}else return logger[_0x3fc360(0x1c5)](_0x4f56fd[_0x3fc360(0x198)]),!![];return!![];}catch(_0x2a0fad){return logger[_0x3fc360(0x1b5)](_0x3fc360(0x1bd)+_0x2a0fad['message']),![];}},exports[a92_0x51fdb9(0x210)]=async(_0x4aeab8,_0x2c6abf)=>{const _0x1d0537=a92_0x51fdb9,_0x23aa29={'pvyMz':function(_0x1f9edb,_0x4d6b4c){return _0x1f9edb(_0x4d6b4c);},'nLbgt':_0x1d0537(0x15d),'EvAFA':'bstackA11yShouldScan','jlgqI':function(_0x1fc40b,_0x190e7){return _0x1fc40b<=_0x190e7;},'ihovn':function(_0x54451c,_0x151b8d){return _0x54451c+_0x151b8d;},'NwZTg':function(_0x3f7a52,_0x427302){return _0x3f7a52+_0x427302;},'dLWDW':function(_0x1aae9f,_0x43a980){return _0x1aae9f&&_0x43a980;},'URqZM':function(_0x148a61,_0x4d0a40,_0x5e2654){return _0x148a61(_0x4d0a40,_0x5e2654);},'fpcfa':_0x1d0537(0x21a)},{isPlaywright:_0x37e40b,type:_0x4cfc0f}=_0x23aa29['pvyMz'](detectDriverType,_0x4aeab8),_0x30729d=_0x37e40b?global[_0x1d0537(0x1b3)]:accessibilityHelper[_0x1d0537(0x186)]()&&globals[_0x1d0537(0x153)](_0x23aa29['nLbgt'])&&globals['getGlobal'](_0x23aa29[_0x1d0537(0x1dc)]);if(!_0x30729d)return logger['warn'](_0x1d0537(0x182)+_0x4cfc0f+_0x1d0537(0x1b6)),![];let _0xe20ee1=null;for(let _0x22a2de=0x1;_0x23aa29[_0x1d0537(0x176)](_0x22a2de,_0x23aa29[_0x1d0537(0x1a3)](RETRY_CONFIG[_0x1d0537(0x1d9)],0x1));_0x22a2de++){try{return logger[_0x1d0537(0x1c5)](_0x1d0537(0x1ae)+_0x22a2de+'/'+_0x23aa29[_0x1d0537(0x19f)](RETRY_CONFIG[_0x1d0537(0x1d9)],0x1)+'\x20('+_0x4cfc0f+')'),_0x23aa29['dLWDW'](_0x37e40b,playwrightA11yHelper)?(_0x23aa29['URqZM'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x4aeab8,RETRY_CONFIG[_0x1d0537(0x161)]),await _0x23aa29[_0x1d0537(0x1f7)](withTimeout,playwrightA11yHelper[_0x1d0537(0x21c)](_0x4aeab8,scripts['saveTestResults'],_0x2c6abf),RETRY_CONFIG[_0x1d0537(0x161)]),await exports['setPlaywrightScriptTimeout'](_0x4aeab8,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x1d0537(0x1d4)](_0x4aeab8,RETRY_CONFIG[_0x1d0537(0x161)]),await _0x23aa29[_0x1d0537(0x1f7)](withTimeout,_0x4aeab8[_0x1d0537(0x213)](scripts[_0x1d0537(0x19b)],_0x2c6abf),RETRY_CONFIG['timeoutMs']),await exports[_0x1d0537(0x1d4)](_0x4aeab8,RETRY_CONFIG[_0x1d0537(0x1c9)])),logger[_0x1d0537(0x1f0)](_0x1d0537(0x15a)+_0x22a2de+'\x20('+_0x4cfc0f+')'),!![];}catch(_0x59c069){_0xe20ee1=_0x59c069,logger[_0x1d0537(0x1b5)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x22a2de+_0x1d0537(0x199)+_0x4cfc0f+_0x1d0537(0x1b9)+_0x59c069['message']);}}return logger[_0x1d0537(0x1f8)](_0x1d0537(0x191)+_0x4cfc0f+_0x1d0537(0x1e5)+(_0xe20ee1?.[_0x1d0537(0x1d0)]||_0x23aa29[_0x1d0537(0x15b)])),![];};
1
+ const a92_0x261307=a92_0x3b05;(function(_0x1916b0,_0x147797){const _0x32ad3b=a92_0x3b05,_0x3fbfa3=_0x1916b0();while(!![]){try{const _0x329093=-parseInt(_0x32ad3b(0xcc))/0x1+parseInt(_0x32ad3b(0xcd))/0x2*(-parseInt(_0x32ad3b(0x136))/0x3)+parseInt(_0x32ad3b(0x121))/0x4+-parseInt(_0x32ad3b(0xf2))/0x5+-parseInt(_0x32ad3b(0xd6))/0x6+-parseInt(_0x32ad3b(0x131))/0x7+parseInt(_0x32ad3b(0x16e))/0x8*(parseInt(_0x32ad3b(0x173))/0x9);if(_0x329093===_0x147797)break;else _0x3fbfa3['push'](_0x3fbfa3['shift']());}catch(_0x5df5b6){_0x3fbfa3['push'](_0x3fbfa3['shift']());}}}(a92_0x1de1,0x8ec5b));function a92_0x3b05(_0x2c57fd,_0x2df6bf){const _0x1de1c0=a92_0x1de1();return a92_0x3b05=function(_0x3b0596,_0x34dad1){_0x3b0596=_0x3b0596-0xb7;let _0x7ebc14=_0x1de1c0[_0x3b0596];return _0x7ebc14;},a92_0x3b05(_0x2c57fd,_0x2df6bf);}const util=require(a92_0x261307(0xde)),logger=require(a92_0x261307(0x174))[a92_0x261307(0x13c)],accessibilityHelper=require('./helper'),globals=require('../globals'),scripts=require(a92_0x261307(0x168)),PerformanceTester=require(a92_0x261307(0x130)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a92_0x261307(0x14b)),BrowserstackCLI=require(a92_0x261307(0xd1));let playwrightA11yHelper=null;function a92_0x1de1(){const _0x34f524=['currentTest','niVgJ','LfwPN','setSeleniumScriptTimeout','Unknown\x20error','performScan','getSession','getAccessibilityResults','vVjdv','OJyEn','MBcFm','szOUw','Page','../performance/performance-tester','4480133CXQkrO','fCIFA','THAKS','fCMGM','\x20for\x20method:\x20','6GbInav','measureWrapper','setPlaywrightScriptTimeout','nCnPd','performComprehensiveAccessibilityScanWithRetry','pmIjy','winstonLogger','ms\x20using\x20setScriptTimeout\x20API','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','):\x20','ZQHWJ','QFVRV','defaultTimeoutMs','info','undefined','reason','lByiu','env','NtsBJ','playwright-page','accessibilityConfig','../performance/constants','wOVgX','getGlobal','accessibilityPlatform',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','nggoD','HJcMR','Playwright','getInstance','dCGjL','yimop','getAccessibilityResultsSummary','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','function','getCapabilities','WcIII','saveTestResults','executeAsyncScript','capabilitiesList','zCKvT','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','shViK','getCurrentUrl','message','Prgsm','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','error','isAccessibilityAutomationSession','options','./scripts','\x20failed\x20(','bKbpk','WebDriver','obAso','goto','160kyDRZX',')\x20with\x20error:\x20','maxRetries','isAccessibilityPlatform','XBVVv','1321146pCdLyD','../logger','VwSdK','value','mChuV','stringify','RjeMY','Dfmlu','name','setDefaultTimeout','OtiEW','utsRu',').\x20Last\x20error:\x20',').\x20Error:\x20','tvXph','evaluate','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','race','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','DkCZg','MdUvr','page','scanSucceeded','nyYet','zeujG','627166LINlLB','880212ZVmHSy','SgZIM','Accessibility\x20retry\x20configuration\x20updated:\x20','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','../../bin/v2/browserstackCLI','isPlaywright','max','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','results','4840680OXTgTI','isRunning','sSapm','CkvaJ','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','kMkKN','Accessibility\x20results\x20retrieval\x20attempt\x20','getAccessibilityResultsSummaryWithRetry','util',',\x20cannot\x20perform\x20scan\x20with\x20retry.','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','getAccessibilityResultsWithRetry','\x20failed\x20for\x20method:\x20','CCaId','XPuUg','EhlEr','getId','setScriptTimeout','isSeleniumDriver','cyfHz','YpXXV','Nuwby','fELpJ','MmbRV','ZyoiR','type','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','gMgAt','1903890ZDPMfu','HgpJM','browserStackEvaluate','Operation\x20timed\x20out\x20after\x20','unknown','getRetryConfig','fulfilled','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','isPlaywrightPage','\x20-\x20not\x20applicable','RSBmm','oSqGC','../../bin/playwright/accessibility-helper','\x20completed\x20successfully.','getAccessibilityModule','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','xJxiN','Accessibility\x20results\x20save\x20attempt\x20','debug','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','YeucA','QKxKp','Skipping\x20timeout\x20setting\x20for\x20','url','BPKmR','mPgbE','AmpEo','timeouts','XWcmA','timeoutMs','YHPwI','warn','xHlMS','ShUch','PMlCj','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','ZkmQA','PERFORM_SCAN','QJXHx','status','setTimeouts','summary','Accessibility\x20scan\x20attempt\x20','manage','ms\x20using\x20setTimeouts\x20API','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','avHik','3935480GpwfZP','bstackA11yShouldScan'];a92_0x1de1=function(){return _0x34f524;};return a92_0x1de1();}try{playwrightA11yHelper=require(a92_0x261307(0xfe));}catch(a92_0x41969e){logger[a92_0x261307(0x104)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a92_0x5962f4={};a92_0x5962f4[a92_0x261307(0x170)]=0x1,a92_0x5962f4[a92_0x261307(0x10f)]=0x7530,a92_0x5962f4[a92_0x261307(0x142)]=0x7530;const RETRY_CONFIG=a92_0x5962f4,setConfigTimeout=(_0x1bb8f7,_0x126236=null)=>{const _0x1579c0=a92_0x261307,_0xc7c0b9={'pKmqS':function(_0x4e912c,_0x5da676){return _0x4e912c===_0x5da676;},'Dfmlu':'scannerProcessingTimeout','XWcmA':function(_0x479da9,_0x2aed0b){return _0x479da9===_0x2aed0b;},'DkCZg':function(_0x416db1,_0x41a867){return _0x416db1*_0x41a867;},'OQudq':function(_0xa55852,_0x4ed545){return _0xa55852(_0x4ed545);},'xJxiN':function(_0x4c8821,_0x530432){return _0x4c8821(_0x530432);}};if(BrowserstackCLI['getInstance']()[_0x1579c0(0xd7)]()&&BrowserstackCLI[_0x1579c0(0x153)]()[_0x1579c0(0x100)]()){const _0x4754bb=BrowserstackCLI['getInstance']()[_0x1579c0(0x100)]()[_0x1579c0(0x14a)],_0x4caa54=_0x4754bb[_0x1579c0(0x167)][_0x1579c0(0x15d)]||[];for(const _0x2f1001 of _0x4caa54){_0xc7c0b9['pKmqS'](_0x2f1001[_0x1579c0(0xbb)],_0xc7c0b9[_0x1579c0(0xba)])&&_0xc7c0b9[_0x1579c0(0x10e)](_0x126236,null)&&(_0x1bb8f7[_0x1579c0(0x10f)]=_0xc7c0b9['DkCZg'](_0xc7c0b9['OQudq'](parseInt,_0x2f1001[_0x1579c0(0x176)]),0x3e8));}}else process['env'][_0x1579c0(0xc3)]&&(_0x1bb8f7['timeoutMs']=_0xc7c0b9[_0x1579c0(0xc6)](_0xc7c0b9[_0x1579c0(0x102)](parseInt,process[_0x1579c0(0x147)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0xab9fa1=>{const _0x4af22c=a92_0x261307,_0x1a7ccd={};_0x1a7ccd['YpXXV']=_0x4af22c(0xf6),_0x1a7ccd['ZyoiR']=function(_0x114c8f,_0x52d13c){return _0x114c8f===_0x52d13c;},_0x1a7ccd[_0x4af22c(0xb7)]=_0x4af22c(0x158),_0x1a7ccd[_0x4af22c(0x172)]=function(_0x3c45c0,_0xa1119c){return _0x3c45c0===_0xa1119c;},_0x1a7ccd[_0x4af22c(0x132)]=function(_0x102ce7,_0x2ef9cd){return _0x102ce7===_0x2ef9cd;},_0x1a7ccd[_0x4af22c(0x154)]=_0x4af22c(0x149),_0x1a7ccd[_0x4af22c(0x14c)]=function(_0x22ca60,_0xe23466){return _0x22ca60===_0xe23466;},_0x1a7ccd[_0x4af22c(0x148)]='selenium-webdriver',_0x1a7ccd[_0x4af22c(0x114)]=_0x4af22c(0x12f),_0x1a7ccd[_0x4af22c(0xfd)]=function(_0x1e63e9,_0x2fd87d){return _0x1e63e9===_0x2fd87d;},_0x1a7ccd[_0x4af22c(0xc1)]=_0x4af22c(0x16b),_0x1a7ccd[_0x4af22c(0x12b)]=_0x4af22c(0x152),_0x1a7ccd['lByiu']='playwright-codecept-driver',_0x1a7ccd[_0x4af22c(0x175)]=function(_0x4058f5,_0x125519){return _0x4058f5||_0x125519;},_0x1a7ccd[_0x4af22c(0xe5)]=_0x4af22c(0x144);const _0x5c06dc=_0x1a7ccd;if(!_0xab9fa1){const _0x59e0ed={};return _0x59e0ed[_0x4af22c(0xd2)]=![],_0x59e0ed[_0x4af22c(0xef)]=_0x5c06dc[_0x4af22c(0xea)],_0x59e0ed;}if(_0x5c06dc['ZyoiR'](typeof _0xab9fa1[_0x4af22c(0xc2)],_0x5c06dc[_0x4af22c(0xb7)])&&_0x5c06dc[_0x4af22c(0x172)](typeof _0xab9fa1[_0x4af22c(0x109)],_0x5c06dc['mChuV'])&&_0x5c06dc['fCIFA'](typeof _0xab9fa1[_0x4af22c(0x16d)],_0x5c06dc[_0x4af22c(0xb7)])){const _0x152f9e={};return _0x152f9e[_0x4af22c(0xd2)]=!![],_0x152f9e['type']=_0x5c06dc['dCGjL'],_0x152f9e;}if(_0x5c06dc[_0x4af22c(0xee)](typeof _0xab9fa1[_0x4af22c(0x15c)],_0x5c06dc[_0x4af22c(0xb7)])&&_0x5c06dc[_0x4af22c(0x14c)](typeof _0xab9fa1[_0x4af22c(0x159)],_0x5c06dc[_0x4af22c(0xb7)])){const _0xaa9c28={};return _0xaa9c28['isPlaywright']=![],_0xaa9c28[_0x4af22c(0xef)]=_0x5c06dc[_0x4af22c(0x148)],_0xaa9c28;}const _0x104d15=_0xab9fa1['constructor']?.[_0x4af22c(0xbb)];if(_0x5c06dc[_0x4af22c(0x172)](_0x104d15,_0x5c06dc[_0x4af22c(0x114)])){const _0x2d7b42={};return _0x2d7b42[_0x4af22c(0xd2)]=!![],_0x2d7b42[_0x4af22c(0xef)]=_0x5c06dc['dCGjL'],_0x2d7b42;}if(_0x5c06dc['oSqGC'](_0x104d15,_0x5c06dc[_0x4af22c(0xc1)])){const _0x36d31f={};return _0x36d31f[_0x4af22c(0xd2)]=![],_0x36d31f[_0x4af22c(0xef)]=_0x5c06dc['NtsBJ'],_0x36d31f;}if(_0x5c06dc['ZyoiR'](_0x104d15,_0x5c06dc[_0x4af22c(0x12b)])){const _0x68a480={};return _0x68a480[_0x4af22c(0xd2)]=!![],_0x68a480[_0x4af22c(0xef)]=_0x5c06dc[_0x4af22c(0x146)],_0x68a480;}logger[_0x4af22c(0x111)]('Unknown\x20driver/page\x20type:\x20'+_0x5c06dc[_0x4af22c(0x175)](_0x104d15,_0x5c06dc['EhlEr']));const _0x3ff10e={};return _0x3ff10e[_0x4af22c(0xd2)]=![],_0x3ff10e[_0x4af22c(0xef)]=_0x5c06dc[_0x4af22c(0xea)],_0x3ff10e;},withTimeout=(_0x58ab4d,_0x140f65)=>{const _0x1c55b9=a92_0x261307;return Promise[_0x1c55b9(0xc4)]([_0x58ab4d,new Promise((_0x25618d,_0x5c80c1)=>setTimeout(()=>_0x5c80c1(new Error(_0x1c55b9(0xf5)+_0x140f65+'ms')),_0x140f65))]);};exports['performScanWithRetry']=async(_0x44b3ea,_0xf889ed=null,_0x38289d=null)=>{const _0x255bae=a92_0x261307,_0x397f10={'QKxKp':function(_0x1fdc98,_0xca55e3){return _0x1fdc98&&_0xca55e3;},'DvJmW':function(_0x5d052b,_0x3fe01f,_0x149ee7){return _0x5d052b(_0x3fe01f,_0x149ee7);},'niVgJ':function(_0x3e20c4,_0x3582c7){return _0x3e20c4===_0x3582c7;},'shViK':'playwright-codecept-driver','zqcko':function(_0x5d1f43,_0x2c1ea5,_0x4ab3d1){return _0x5d1f43(_0x2c1ea5,_0x4ab3d1);},'ZkmQA':function(_0x49f283,_0x77e2a9,_0x21fe11){return _0x49f283(_0x77e2a9,_0x21fe11);},'fCMGM':function(_0x18b2f3,_0x4c4a2d){return _0x18b2f3(_0x4c4a2d);},'KTsZg':_0x255bae(0x171),'OtiEW':_0x255bae(0x122),'zeujG':'unknown_method','fELpJ':'function','JsHpY':function(_0xa90d48,_0x4c353b){return _0xa90d48<=_0x4c353b;},'RSBmm':function(_0x56f6eb,_0x4c09b3){return _0x56f6eb+_0x4c09b3;},'xShhF':function(_0x25b965,_0x479223){return _0x25b965+_0x479223;},'rlEcj':_0x255bae(0x127)},{isPlaywright:_0x43039d,type:_0x5f0342}=_0x397f10[_0x255bae(0x134)](detectDriverType,_0x44b3ea),_0x4e8046=_0x43039d?global[_0x255bae(0x14e)]:accessibilityHelper[_0x255bae(0x166)]()&&globals[_0x255bae(0x14d)](_0x397f10['KTsZg'])&&globals[_0x255bae(0x14d)](_0x397f10[_0x255bae(0xbd)]);if(!_0x4e8046)return logger[_0x255bae(0x111)](_0x255bae(0x105)+_0x5f0342+_0x255bae(0xdf)),![];const _0x4cbfb5=_0xf889ed||global['browserstackSessionName']||_0x397f10[_0x255bae(0xcb)];let _0x3fbdfa=null;const _0x1978bd={'testhub_btcer_uuid':global['__workerDetails']?.[_0x255bae(0x123)]?.['id'],'url':_0x397f10[_0x255bae(0x124)](typeof _0x44b3ea[_0x255bae(0x109)],_0x397f10[_0x255bae(0xec)])?await _0x44b3ea[_0x255bae(0x109)]():_0x397f10['niVgJ'](typeof _0x44b3ea[_0x255bae(0x161)],_0x397f10['fELpJ'])?await _0x44b3ea[_0x255bae(0x161)]():'','automate_session_id':_0x397f10['niVgJ'](typeof _0x44b3ea[_0x255bae(0x129)],_0x397f10['fELpJ'])?(await _0x44b3ea[_0x255bae(0x129)]())[_0x255bae(0xe6)]():''};for(let _0x1814d0=0x1;_0x397f10['JsHpY'](_0x1814d0,_0x397f10[_0x255bae(0xfc)](RETRY_CONFIG['maxRetries'],0x1));_0x1814d0++){try{return logger['debug'](_0x255bae(0x11c)+_0x1814d0+'/'+_0x397f10['xShhF'](RETRY_CONFIG['maxRetries'],0x1)+_0x255bae(0x135)+_0x4cbfb5+'\x20('+_0x5f0342+')'),await PerformanceTester[_0x255bae(0x137)](PerformanceA11yEvents[_0x255bae(0x117)],async()=>{const _0x2ced1b=_0x255bae;let _0x54a687;if(_0x397f10[_0x2ced1b(0x107)](_0x43039d,playwrightA11yHelper)){_0x397f10['DvJmW'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2ced1b(0x138)](_0x44b3ea,RETRY_CONFIG['timeoutMs']);let _0x3a06de=_0x44b3ea;_0x397f10[_0x2ced1b(0x124)](_0x5f0342,_0x397f10[_0x2ced1b(0x160)])&&(_0x3a06de=_0x44b3ea[_0x2ced1b(0xc8)]),_0x54a687=await _0x397f10['zqcko'](withTimeout,playwrightA11yHelper[_0x2ced1b(0x128)](_0x3a06de,_0x4cbfb5),RETRY_CONFIG[_0x2ced1b(0x10f)]),await exports[_0x2ced1b(0x138)](_0x44b3ea,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x2ced1b(0x126)](_0x44b3ea,RETRY_CONFIG[_0x2ced1b(0x10f)]),_0x54a687=await _0x397f10[_0x2ced1b(0x116)](withTimeout,accessibilityHelper[_0x2ced1b(0x128)](_0x44b3ea,_0x4cbfb5),RETRY_CONFIG[_0x2ced1b(0x10f)]),await exports[_0x2ced1b(0x126)](_0x44b3ea,RETRY_CONFIG[_0x2ced1b(0x142)]);logger['debug']('Scan\x20attempt\x20'+_0x1814d0+_0x2ced1b(0xff));},{'command':_0x4cbfb5,..._0x1978bd})(),logger[_0x255bae(0x143)](_0x255bae(0xd4)+_0x1814d0+'.'),!![];}catch(_0x284c2b){_0x3fbdfa=_0x284c2b,logger[_0x255bae(0x104)]('Accessibility\x20scan\x20attempt\x20'+_0x1814d0+_0x255bae(0xe2)+_0x4cbfb5+'\x20('+_0x5f0342+_0x255bae(0xc0)+_0x284c2b['message']);}}return logger['error']('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x4cbfb5+'\x20('+_0x5f0342+_0x255bae(0x16f)+(_0x3fbdfa?.[_0x255bae(0x162)]||_0x397f10['rlEcj'])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x340b0a,_0x2cad7b)=>{const _0x29b6f1=a92_0x261307,_0x10cc84={'sSapm':function(_0x39d50c,_0x31aaae){return _0x39d50c(_0x31aaae);},'SgZIM':'isAccessibilityPlatform','MBcFm':'bstackA11yShouldScan','xHlMS':function(_0x23596c,_0x6cc871){return _0x23596c<=_0x6cc871;},'HJcMR':function(_0x49c961,_0x5cee8f){return _0x49c961+_0x5cee8f;},'nyYet':function(_0x12f5e7,_0x47486e){return _0x12f5e7&&_0x47486e;},'nCnPd':function(_0xd0b4fd,_0x2e63c0,_0x431a75){return _0xd0b4fd(_0x2e63c0,_0x431a75);},'RJYxV':_0x29b6f1(0x127)},{isPlaywright:_0x3b6262,type:_0x103bf9}=_0x10cc84[_0x29b6f1(0xd8)](detectDriverType,_0x340b0a),_0x187058=_0x3b6262?_0x2cad7b['accessibilityPlatform']:accessibilityHelper[_0x29b6f1(0x166)]()&&globals[_0x29b6f1(0x14d)](_0x10cc84[_0x29b6f1(0xce)])&&globals[_0x29b6f1(0x14d)](_0x10cc84[_0x29b6f1(0x12d)]);if(!_0x187058)return logger[_0x29b6f1(0x111)](_0x29b6f1(0x105)+_0x103bf9+_0x29b6f1(0x14f)),[];let _0x178e80=null;for(let _0x46e0b7=0x1;_0x10cc84[_0x29b6f1(0x112)](_0x46e0b7,_0x10cc84[_0x29b6f1(0x151)](RETRY_CONFIG[_0x29b6f1(0x170)],0x1));_0x46e0b7++){try{logger['debug'](_0x29b6f1(0xdc)+_0x46e0b7+'/'+_0x10cc84[_0x29b6f1(0x151)](RETRY_CONFIG[_0x29b6f1(0x170)],0x1)+'\x20('+_0x103bf9+')');let _0x48b066;return _0x10cc84[_0x29b6f1(0xca)](_0x3b6262,playwrightA11yHelper)?(_0x10cc84['nCnPd'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x340b0a,RETRY_CONFIG[_0x29b6f1(0x10f)]),_0x48b066=await _0x10cc84[_0x29b6f1(0x139)](withTimeout,playwrightA11yHelper[_0x29b6f1(0x12a)](_0x340b0a),RETRY_CONFIG[_0x29b6f1(0x10f)]),await exports[_0x29b6f1(0x138)](_0x340b0a,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x29b6f1(0x126)](_0x340b0a,RETRY_CONFIG[_0x29b6f1(0x10f)]),_0x48b066=await _0x10cc84['nCnPd'](withTimeout,accessibilityHelper[_0x29b6f1(0x12a)](_0x340b0a,_0x2cad7b),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x340b0a,RETRY_CONFIG[_0x29b6f1(0x142)])),logger['info'](_0x29b6f1(0x115)+_0x46e0b7+'\x20('+_0x103bf9+')'),_0x48b066;}catch(_0x11fb8b){_0x178e80=_0x11fb8b,logger[_0x29b6f1(0x111)](_0x29b6f1(0xdc)+_0x46e0b7+_0x29b6f1(0x169)+_0x103bf9+').\x20Error:\x20'+_0x11fb8b[_0x29b6f1(0x162)]);}}return logger[_0x29b6f1(0x165)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x103bf9+').\x20Last\x20error:\x20'+(_0x178e80?.[_0x29b6f1(0x162)]||_0x10cc84['RJYxV'])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x491e32,_0x286999)=>{const _0x20be7b=a92_0x261307,_0x1b3639={'YeucA':function(_0xc00aa2,_0x967428){return _0xc00aa2(_0x967428);},'QJXHx':'isAccessibilityPlatform','nggoD':_0x20be7b(0x122),'StLqT':function(_0x148158,_0x365f14){return _0x148158<=_0x365f14;},'MmbRV':function(_0x272405,_0x1762b8){return _0x272405+_0x1762b8;},'mPgbE':function(_0x7aa0f5,_0x1d4476){return _0x7aa0f5&&_0x1d4476;},'gIzQO':function(_0x476be7,_0x22b421,_0x4b3271){return _0x476be7(_0x22b421,_0x4b3271);},'fDsIS':function(_0x3def06,_0x1ab867,_0x14b2d4){return _0x3def06(_0x1ab867,_0x14b2d4);},'MdUvr':function(_0x4c2ae3,_0x505309,_0x3d271e){return _0x4c2ae3(_0x505309,_0x3d271e);},'avHik':_0x20be7b(0x127)},{isPlaywright:_0x332a08,type:_0x1c1714}=_0x1b3639[_0x20be7b(0x106)](detectDriverType,_0x491e32),_0x2b1de9=_0x332a08?_0x286999['accessibilityPlatform']:accessibilityHelper[_0x20be7b(0x166)]()&&globals[_0x20be7b(0x14d)](_0x1b3639[_0x20be7b(0x118)])&&globals[_0x20be7b(0x14d)](_0x1b3639[_0x20be7b(0x150)]);if(!_0x2b1de9)return logger[_0x20be7b(0x111)](_0x20be7b(0x105)+_0x1c1714+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x40d6b1=null;for(let _0x578b2f=0x1;_0x1b3639['StLqT'](_0x578b2f,_0x1b3639['MmbRV'](RETRY_CONFIG[_0x20be7b(0x170)],0x1));_0x578b2f++){try{logger[_0x20be7b(0x104)](_0x20be7b(0x101)+_0x578b2f+'/'+_0x1b3639[_0x20be7b(0xed)](RETRY_CONFIG[_0x20be7b(0x170)],0x1)+'\x20('+_0x1c1714+')');let _0x493220;return _0x1b3639[_0x20be7b(0x10b)](_0x332a08,playwrightA11yHelper)?(_0x1b3639['gIzQO'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x20be7b(0x138)](_0x491e32,RETRY_CONFIG[_0x20be7b(0x10f)]),_0x493220=await _0x1b3639['fDsIS'](withTimeout,playwrightA11yHelper[_0x20be7b(0x156)](_0x491e32),RETRY_CONFIG['timeoutMs']),await exports[_0x20be7b(0x138)](_0x491e32,RETRY_CONFIG[_0x20be7b(0x142)])):(await exports['setSeleniumScriptTimeout'](_0x491e32,RETRY_CONFIG[_0x20be7b(0x10f)]),_0x493220=await _0x1b3639[_0x20be7b(0xc7)](withTimeout,accessibilityHelper[_0x20be7b(0x156)](_0x491e32,_0x286999),RETRY_CONFIG['timeoutMs']),await exports[_0x20be7b(0x126)](_0x491e32,RETRY_CONFIG[_0x20be7b(0x142)])),logger['info']('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x578b2f+'\x20('+_0x1c1714+')'),_0x493220;}catch(_0x1c36c4){_0x40d6b1=_0x1c36c4,logger[_0x20be7b(0x111)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x578b2f+'\x20failed\x20('+_0x1c1714+_0x20be7b(0xc0)+_0x1c36c4[_0x20be7b(0x162)]);}}return logger[_0x20be7b(0x165)](_0x20be7b(0xc5)+_0x1c1714+_0x20be7b(0xbf)+(_0x40d6b1?.['message']||_0x1b3639[_0x20be7b(0x120)])),{};},exports[a92_0x261307(0x13a)]=async(_0x1285a2,_0x1564d3,_0x413eb9=null)=>{const _0x55d583=a92_0x261307,_0x50b2c8={'ZQHWJ':function(_0xae81ba,_0x259034){return _0xae81ba(_0x259034);},'AmpEo':function(_0x9ba261,_0x1794f0){return _0x9ba261===_0x1794f0;},'ShUch':_0x55d583(0xf8),'RXMOF':function(_0xb69888,_0x4699b8){return _0xb69888===_0x4699b8;},'THAKS':'rejected','obAso':_0x55d583(0x15f)},{isPlaywright:_0x4b616e,type:_0x418fad}=_0x50b2c8[_0x55d583(0x140)](detectDriverType,_0x1285a2),_0x772acd={};_0x772acd[_0x55d583(0xc9)]=![],_0x772acd['results']=[],_0x772acd[_0x55d583(0x11b)]={},_0x772acd[_0x55d583(0x165)]=null,_0x772acd['driverType']=_0x418fad;const _0x25589d=_0x772acd;try{_0x25589d[_0x55d583(0xc9)]=await exports['performScanWithRetry'](_0x1285a2,_0x413eb9);if(_0x25589d[_0x55d583(0xc9)]){const [_0x4ed603,_0x378c48]=await Promise['allSettled']([exports[_0x55d583(0xe1)](_0x1285a2,_0x1564d3),exports[_0x55d583(0xdd)](_0x1285a2,_0x1564d3)]);_0x25589d[_0x55d583(0xd5)]=_0x50b2c8[_0x55d583(0x10c)](_0x4ed603[_0x55d583(0x119)],_0x50b2c8[_0x55d583(0x113)])?_0x4ed603['value']:[],_0x25589d[_0x55d583(0x11b)]=_0x50b2c8[_0x55d583(0x10c)](_0x378c48['status'],_0x50b2c8[_0x55d583(0x113)])?_0x378c48[_0x55d583(0x176)]:{},_0x50b2c8['RXMOF'](_0x4ed603[_0x55d583(0x119)],_0x50b2c8['THAKS'])&&logger[_0x55d583(0x111)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x418fad+'):\x20'+_0x4ed603[_0x55d583(0x145)]?.[_0x55d583(0x162)]),_0x50b2c8[_0x55d583(0x10c)](_0x378c48[_0x55d583(0x119)],_0x50b2c8[_0x55d583(0x133)])&&logger[_0x55d583(0x111)](_0x55d583(0xda)+_0x418fad+_0x55d583(0x13f)+_0x378c48[_0x55d583(0x145)]?.[_0x55d583(0x162)]);}}catch(_0x25e6d7){_0x25589d['error']=_0x25e6d7['message']||_0x50b2c8[_0x55d583(0x16c)],logger['error']('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x418fad+_0x55d583(0x13f)+_0x25589d[_0x55d583(0x165)]);}return _0x25589d;},exports['updateRetryConfig']=_0x253536=>{const _0x5ac5b4=a92_0x261307,_0x36bd57={};_0x36bd57[_0x5ac5b4(0xb9)]=function(_0x2d1699,_0x5cdec3){return _0x2d1699!==_0x5cdec3;},_0x36bd57[_0x5ac5b4(0xd9)]=function(_0x15165a,_0x3c88a4){return _0x15165a!==_0x3c88a4;};const _0x2867f8=_0x36bd57;_0x2867f8[_0x5ac5b4(0xb9)](_0x253536[_0x5ac5b4(0x170)],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0x5ac5b4(0xd3)](0x0,_0x253536[_0x5ac5b4(0x170)])),_0x2867f8['CkvaJ'](_0x253536[_0x5ac5b4(0x10f)],undefined)&&(RETRY_CONFIG[_0x5ac5b4(0x10f)]=Math['max'](0x3e8,_0x253536[_0x5ac5b4(0x10f)])),logger[_0x5ac5b4(0x104)](_0x5ac5b4(0xcf)+JSON[_0x5ac5b4(0xb8)](RETRY_CONFIG));},exports[a92_0x261307(0xf7)]=()=>{const _0x15f7e6={...RETRY_CONFIG};return _0x15f7e6;},exports[a92_0x261307(0xfa)]=_0x4d5630=>{const _0x3cdb9d=a92_0x261307,_0x38b941={'HgpJM':function(_0x3a4394,_0xbee25d){return _0x3a4394(_0xbee25d);}};return _0x38b941[_0x3cdb9d(0xf3)](detectDriverType,_0x4d5630)[_0x3cdb9d(0xd2)];},exports[a92_0x261307(0xe8)]=_0x1fdbd9=>{const _0x5210f0=a92_0x261307,_0x4bf1eb={'PdymD':function(_0x2672d5,_0x13fb8f){return _0x2672d5(_0x13fb8f);},'Prgsm':function(_0x392324,_0x158661){return _0x392324===_0x158661;},'WcIII':'selenium-webdriver'},{isPlaywright:_0x16e8e8,type:_0x2dba77}=_0x4bf1eb['PdymD'](detectDriverType,_0x1fdbd9);return!_0x16e8e8&&_0x4bf1eb[_0x5210f0(0x163)](_0x2dba77,_0x4bf1eb[_0x5210f0(0x15a)]);},exports['setPlaywrightScriptTimeout']=async(_0x2d5502,_0x22f11d=null)=>{const _0x4e3e26=a92_0x261307,_0x2adbbe={'CCaId':function(_0x2efe98,_0x3f75db){return _0x2efe98(_0x3f75db);},'yimop':function(_0x4835e0,_0x25cc16){return _0x4835e0===_0x25cc16;},'utsRu':_0x4e3e26(0x158)},{isPlaywright:_0x26df46,type:_0x49da24}=_0x2adbbe[_0x4e3e26(0xe3)](detectDriverType,_0x2d5502);if(!_0x26df46)return logger[_0x4e3e26(0x104)](_0x4e3e26(0x108)+_0x49da24+_0x4e3e26(0xfb)),!![];const _0xfec3c2=_0x22f11d||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x2d5502&&_0x2adbbe[_0x4e3e26(0x155)](typeof _0x2d5502['setDefaultTimeout'],_0x2adbbe[_0x4e3e26(0xbe)])&&(await _0x2d5502[_0x4e3e26(0xbc)](_0xfec3c2),logger[_0x4e3e26(0x104)](_0x4e3e26(0xf9)+_0xfec3c2+'ms')),!![];}catch(_0x39f589){return logger[_0x4e3e26(0x111)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x39f589[_0x4e3e26(0x162)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x4fb437,_0x2a7178=null)=>{const _0x51a443=a92_0x261307,_0x473cb7={};_0x473cb7['yoyya']=_0x51a443(0x11f),_0x473cb7[_0x51a443(0x13b)]=function(_0x25d0cf,_0xe8a6a9){return _0x25d0cf===_0xe8a6a9;},_0x473cb7['XPuUg']=_0x51a443(0x158),_0x473cb7[_0x51a443(0xdb)]=function(_0x48df80,_0x4d4945){return _0x48df80===_0x4d4945;},_0x473cb7[_0x51a443(0x110)]=function(_0x5d632a,_0x15cbad){return _0x5d632a===_0x15cbad;},_0x473cb7[_0x51a443(0xeb)]=_0x51a443(0x164),_0x473cb7['bKbpk']=_0x51a443(0xe0);const _0x4d722e=_0x473cb7;if(!exports['isSeleniumDriver'](_0x4fb437))return logger[_0x51a443(0x111)](_0x4d722e['yoyya']),![];const _0x22afa8=_0x2a7178||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0x4fb437&&_0x4d722e[_0x51a443(0x13b)](typeof _0x4fb437[_0x51a443(0x11d)],_0x4d722e['XPuUg'])){const _0x4ddbe5=_0x4fb437[_0x51a443(0x11d)]();if(_0x4ddbe5&&_0x4d722e[_0x51a443(0xdb)](typeof _0x4ddbe5[_0x51a443(0x10d)],_0x4d722e[_0x51a443(0xe4)]))await _0x4ddbe5['timeouts']()[_0x51a443(0xe7)](_0x22afa8),logger[_0x51a443(0x104)](_0x51a443(0xf0)+_0x22afa8+'ms\x20using\x20timeouts()\x20API');else{if(_0x4ddbe5&&_0x4d722e[_0x51a443(0x13b)](typeof _0x4ddbe5[_0x51a443(0x11a)],_0x4d722e[_0x51a443(0xe4)])){const _0x30c9a8={};_0x30c9a8['script']=_0x22afa8,await _0x4ddbe5[_0x51a443(0x11a)](_0x30c9a8),logger[_0x51a443(0x104)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x22afa8+_0x51a443(0x11e));}else{if(_0x4ddbe5&&_0x4d722e[_0x51a443(0x110)](typeof _0x4ddbe5[_0x51a443(0xe7)],_0x4d722e[_0x51a443(0xe4)]))await _0x4ddbe5[_0x51a443(0xe7)](_0x22afa8),logger[_0x51a443(0x104)](_0x51a443(0xf0)+_0x22afa8+_0x51a443(0x13d));else return logger[_0x51a443(0x104)](_0x4d722e['Nuwby']),!![];}}}else return logger[_0x51a443(0x104)](_0x4d722e[_0x51a443(0x16a)]),!![];return!![];}catch(_0x3f7c76){return logger[_0x51a443(0x111)](_0x51a443(0x157)+_0x3f7c76[_0x51a443(0x162)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x432d1d,_0x1a858e)=>{const _0x1dd7a2=a92_0x261307,_0x219ff9={'gMgAt':function(_0x203ac5,_0x973dd1){return _0x203ac5(_0x973dd1);},'DhDWd':_0x1dd7a2(0x171),'BPKmR':_0x1dd7a2(0x122),'QFVRV':function(_0x194a0c,_0x49e6ec){return _0x194a0c<=_0x49e6ec;},'zCKvT':function(_0x5c7387,_0x579537){return _0x5c7387+_0x579537;},'szOUw':function(_0x1649c2,_0x24474a){return _0x1649c2+_0x24474a;},'cyfHz':function(_0x1921fe,_0x2abbb6){return _0x1921fe&&_0x2abbb6;},'OJyEn':function(_0x433c56,_0x28885f,_0x2d7e0e){return _0x433c56(_0x28885f,_0x2d7e0e);},'xpHZD':function(_0x384b59,_0x40104f,_0x1e1e8e){return _0x384b59(_0x40104f,_0x1e1e8e);},'LfwPN':'Unknown\x20error'},{isPlaywright:_0x4a6a46,type:_0x1f9f9a}=_0x219ff9[_0x1dd7a2(0xf1)](detectDriverType,_0x432d1d),_0x454cd7=_0x4a6a46?global[_0x1dd7a2(0x14e)]:accessibilityHelper[_0x1dd7a2(0x166)]()&&globals['getGlobal'](_0x219ff9['DhDWd'])&&globals[_0x1dd7a2(0x14d)](_0x219ff9[_0x1dd7a2(0x10a)]);if(!_0x454cd7)return logger[_0x1dd7a2(0x111)](_0x1dd7a2(0x105)+_0x1f9f9a+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x5b80f2=null;for(let _0x2fb7f1=0x1;_0x219ff9[_0x1dd7a2(0x141)](_0x2fb7f1,_0x219ff9[_0x1dd7a2(0x15e)](RETRY_CONFIG[_0x1dd7a2(0x170)],0x1));_0x2fb7f1++){try{return logger['debug'](_0x1dd7a2(0x103)+_0x2fb7f1+'/'+_0x219ff9[_0x1dd7a2(0x12e)](RETRY_CONFIG[_0x1dd7a2(0x170)],0x1)+'\x20('+_0x1f9f9a+')'),_0x219ff9[_0x1dd7a2(0xe9)](_0x4a6a46,playwrightA11yHelper)?(_0x219ff9[_0x1dd7a2(0x12c)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1dd7a2(0x138)](_0x432d1d,RETRY_CONFIG[_0x1dd7a2(0x10f)]),await _0x219ff9[_0x1dd7a2(0x12c)](withTimeout,playwrightA11yHelper[_0x1dd7a2(0xf4)](_0x432d1d,scripts[_0x1dd7a2(0x15b)],_0x1a858e),RETRY_CONFIG[_0x1dd7a2(0x10f)]),await exports['setPlaywrightScriptTimeout'](_0x432d1d,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x1dd7a2(0x126)](_0x432d1d,RETRY_CONFIG[_0x1dd7a2(0x10f)]),await _0x219ff9['xpHZD'](withTimeout,_0x432d1d[_0x1dd7a2(0x15c)](scripts['saveTestResults'],_0x1a858e),RETRY_CONFIG[_0x1dd7a2(0x10f)]),await exports[_0x1dd7a2(0x126)](_0x432d1d,RETRY_CONFIG[_0x1dd7a2(0x142)])),logger['info'](_0x1dd7a2(0x13e)+_0x2fb7f1+'\x20('+_0x1f9f9a+')'),!![];}catch(_0x400566){_0x5b80f2=_0x400566,logger[_0x1dd7a2(0x111)](_0x1dd7a2(0x103)+_0x2fb7f1+_0x1dd7a2(0x169)+_0x1f9f9a+_0x1dd7a2(0xc0)+_0x400566['message']);}}return logger[_0x1dd7a2(0x165)](_0x1dd7a2(0xd0)+_0x1f9f9a+_0x1dd7a2(0xbf)+(_0x5b80f2?.[_0x1dd7a2(0x162)]||_0x219ff9[_0x1dd7a2(0x125)])),![];};
@@ -1 +1 @@
1
- function a93_0x1caf(){var _0x25a094=['267784aDLxoe','1511704UxFOuW','18lfkpuW','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','1864008aBLGSW','100','5886492wyCIIH','947090PGzqYH','4830670Tymbfo','API_URL','88ADeySJ','7hhmKHm','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','12674LLSCuC'];a93_0x1caf=function(){return _0x25a094;};return a93_0x1caf();}function a93_0x311f(_0x26509b,_0x30868e){var _0x1cafa6=a93_0x1caf();return a93_0x311f=function(_0x311f67,_0x4aad1f){_0x311f67=_0x311f67-0x1e7;var _0x1def95=_0x1cafa6[_0x311f67];return _0x1def95;},a93_0x311f(_0x26509b,_0x30868e);}var a93_0x146105=a93_0x311f;(function(_0x1bcad6,_0x59f548){var _0x3725f8=a93_0x311f,_0x540c23=_0x1bcad6();while(!![]){try{var _0x3567b8=-parseInt(_0x3725f8(0x1f1))/0x1*(parseInt(_0x3725f8(0x1f4))/0x2)+parseInt(_0x3725f8(0x1e9))/0x3*(-parseInt(_0x3725f8(0x1e7))/0x4)+parseInt(_0x3725f8(0x1ee))/0x5+parseInt(_0x3725f8(0x1ed))/0x6+-parseInt(_0x3725f8(0x1f2))/0x7*(-parseInt(_0x3725f8(0x1e8))/0x8)+-parseInt(_0x3725f8(0x1eb))/0x9+parseInt(_0x3725f8(0x1ef))/0xa;if(_0x3567b8===_0x59f548)break;else _0x540c23['push'](_0x540c23['shift']());}catch(_0x361eb6){_0x540c23['push'](_0x540c23['shift']());}}}(a93_0x1caf,0xa50f6),exports[a93_0x146105(0x1f0)]='https://accessibility.browserstack.com/api',exports[a93_0x146105(0x1f3)]='94',exports[a93_0x146105(0x1ea)]=a93_0x146105(0x1ec));
1
+ var a93_0x439573=a93_0x27d6;(function(_0x5e308f,_0x216d17){var _0x4e9604=a93_0x27d6,_0x55f90a=_0x5e308f();while(!![]){try{var _0x4df4a9=-parseInt(_0x4e9604(0x1b1))/0x1+parseInt(_0x4e9604(0x1ba))/0x2+parseInt(_0x4e9604(0x1bb))/0x3+parseInt(_0x4e9604(0x1b9))/0x4+-parseInt(_0x4e9604(0x1b4))/0x5*(parseInt(_0x4e9604(0x1bc))/0x6)+parseInt(_0x4e9604(0x1b5))/0x7*(parseInt(_0x4e9604(0x1b8))/0x8)+parseInt(_0x4e9604(0x1b7))/0x9*(-parseInt(_0x4e9604(0x1b3))/0xa);if(_0x4df4a9===_0x216d17)break;else _0x55f90a['push'](_0x55f90a['shift']());}catch(_0x57972e){_0x55f90a['push'](_0x55f90a['shift']());}}}(a93_0x405f,0xac865),exports[a93_0x439573(0x1b6)]=a93_0x439573(0x1be),exports[a93_0x439573(0x1bf)]='94',exports[a93_0x439573(0x1b2)]=a93_0x439573(0x1bd));function a93_0x27d6(_0x51967a,_0x2cf5f6){var _0x405f47=a93_0x405f();return a93_0x27d6=function(_0x27d6a1,_0x25bcda){_0x27d6a1=_0x27d6a1-0x1b1;var _0x2de8d9=_0x405f47[_0x27d6a1];return _0x2de8d9;},a93_0x27d6(_0x51967a,_0x2cf5f6);}function a93_0x405f(){var _0x24ed30=['100','https://accessibility.browserstack.com/api','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','1023966IGdsKG','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','30kySzEA','3619145fLXIjO','1035573GKCVNA','API_URL','387045cTbJxw','8murIDc','4135412krQFAs','1412336vJgoyU','2086533aZGSea','6feqYLJ'];a93_0x405f=function(){return _0x24ed30;};return a93_0x405f();}
@@ -1 +1 @@
1
- function a94_0x1f4f(_0x28509a,_0x14d5c6){const _0x3ffeaf=a94_0x3ffe();return a94_0x1f4f=function(_0x1f4fb6,_0x20ec4f){_0x1f4fb6=_0x1f4fb6-0xc9;let _0x22bc87=_0x3ffeaf[_0x1f4fb6];return _0x22bc87;},a94_0x1f4f(_0x28509a,_0x14d5c6);}function a94_0x3ffe(){const _0x5ac5f3=['SQMpc','sKxqg','xDfEm','createAccessibilityTestRun','headers','Ntovf','bstack:options','PUT','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','getGlobal','bstackA11yShouldScan','VrGeD','getBrowserVersion','9622140BRuoBd','Bearer\x20','message','aVnyM','tXrhn','getAccessKey','CeUoY','BS_A11Y_JWT','isArray','shouldScanTestForAccessibility','env','Content-Type','string','getAccessibilityResultsSummary','getGitMetaData','isAccessibilityPlatform','No\x20accessibility\x20results\x20were\x20found.','QJPrJ','includes','javascript','warn','getPlatform','parseFromJson','get','STuvs','checkAccessibilityPlatformConfig','AYFsv','toISOString','buildDescription','v2/test_runs','GET_RESULTS_SUMMARY','BROWSERSTACK_TURBOSCALE','ALpYD','device','tZDNI','5347728UjNsjk','application/json','../performance/performance-tester','tZWKy','./scripts','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','HVYab','VHVJt','iqBBw','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','497915DkGijx','LohQt','goog:chromeOptions','bCKVi','QDvMu','success','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','tzokg','body','rBQMh','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','fetchPlatformDetails','performScan','zphJs','user','uaAmQ','Qfbia','excludeTagsInTestingScope','auth','../performance/constants','isTrue','pRuqS','getCiInfo','join','length','PzyeU','stringify','1941231qwvusU','KbiXw','Performing\x20scan\x20before\x20getting\x20results','fyyKA','LTuFG','isBrowserstackInfra','__cloud_provider___','Ukjvs','WmMad','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chrome','selenium-webdriver','getBrowserName','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','oLUeD','getAccessibilityResults','Invalid\x20configuration\x20passed.','nestedKeyValue','toLowerCase','browserstack','isUndefined','Performing\x20scan\x20before\x20getting\x20results\x20summary','info','../globals','asdQb','idQvJ','json','capabilities_','winstonLogger','platforms','pass','ZseRP','some','stopAccessibilityTestRun','scannerVersion','sIJGw','assign','errors','parse','null','debug','gRlMs','executeAsyncScript','VvVIF','CpBpv','selenium-webdriver/chrome.js','tDobe','Authorization','browserstack_executor','XowWf','kXASa','hmwQO','resolve','format','data','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','playwright','ChromeExtension','YmjPM','getResultsSummary','qlPxP','19166371HkWXod','args','false','--headless','774560DMgBum','getUserName','mergeDeep','browserName','stack','TWEpr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','response','OUIoW','test_runs/stop','zLJbL','status','Options','getAgentVersion','a11y:stop','../helper','613586dOpVXX','basename','BdLvJ','includeTagsInTestingScope','measureWrapper','EyevH','../logger','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','KhNpT','getPackageVersion','jpnut','eOmMU','zUYhG','browserstackSessionName','pmNhH','dKanh','toJson','GET_RESULTS','a11y:start','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','No\x20accessibility\x20summary\x20was\x20found.','oxWvD','script','jmukr','chromeOptions','isAccessibilityAutomationSession','error','chromeOptions_','getResults','set','accessibility','jLWwE','BROWSERSTACK_TEST_ACCESSIBILITY_YML','LCKoh','IIUsa','lhsoR','ISfDK','getCapabilities','FTHBz','QRETo','nodeRequest','PTksc','method','getTestFrameworkDetails','PERFORM_SCAN','accessibilityToken','vxnFG'];a94_0x3ffe=function(){return _0x5ac5f3;};return a94_0x3ffe();}const a94_0x90079a=a94_0x1f4f;(function(_0x45b83a,_0x404667){const _0x349b3a=a94_0x1f4f,_0x1fab89=_0x45b83a();while(!![]){try{const _0x32cafa=-parseInt(_0x349b3a(0x15f))/0x1+parseInt(_0x349b3a(0xf6))/0x2+parseInt(_0x349b3a(0x17a))/0x3+parseInt(_0x349b3a(0x155))/0x4+parseInt(_0x349b3a(0xe6))/0x5+parseInt(_0x349b3a(0x132))/0x6+-parseInt(_0x349b3a(0xe2))/0x7;if(_0x32cafa===_0x404667)break;else _0x1fab89['push'](_0x1fab89['shift']());}catch(_0x51bf2b){_0x1fab89['push'](_0x1fab89['shift']());}}}(a94_0x3ffe,0xc697c));const path=require('path'),util=require('util'),bsSetupHelper=require(a94_0x90079a(0xf5)),logger=require(a94_0x90079a(0xfc))[a94_0x90079a(0x199)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('./constants'),PerformanceTester=require(a94_0x90079a(0x157)),scripts=require(a94_0x90079a(0x159)),globals=require(a94_0x90079a(0x194)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x90079a(0x172));exports[a94_0x90079a(0x16a)]=async _0x55ba46=>{const _0x5b3d29=a94_0x90079a,_0x4243e3={};_0x4243e3[_0x5b3d29(0xfb)]=function(_0x1d8c2e,_0x1ebf6a){return _0x1d8c2e===_0x1ebf6a;},_0x4243e3[_0x5b3d29(0x16f)]=_0x5b3d29(0x190);const _0x424ab8=_0x4243e3;let _0x508457={};try{const _0x482e3e=await _0x55ba46['getCapabilities']();_0x508457={'os_name':_0x482e3e[_0x5b3d29(0x147)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x424ab8[_0x5b3d29(0xfb)](global[_0x5b3d29(0x180)],_0x424ab8[_0x5b3d29(0x16f)])),'browser_name':_0x482e3e[_0x5b3d29(0x189)](),'browser_version':_0x482e3e[_0x5b3d29(0x131)]()};}catch(_0x2d3b5d){logger[_0x5b3d29(0xcd)](_0x5b3d29(0x15a)+_0x2d3b5d);}return _0x508457;},exports[a94_0x90079a(0x10f)]=()=>{const _0x5eadc2=a94_0x90079a,_0x3a28ca={};_0x3a28ca['apLGH']=function(_0x27b02f,_0x25f024){return _0x27b02f===_0x25f024;},_0x3a28ca[_0x5eadc2(0x10b)]=_0x5eadc2(0x13e),_0x3a28ca[_0x5eadc2(0x10d)]=function(_0x3e744a,_0x3704ab){return _0x3e744a>_0x3704ab;},_0x3a28ca[_0x5eadc2(0x160)]=function(_0x406940,_0x2b3a92){return _0x406940!==_0x2b3a92;},_0x3a28ca[_0x5eadc2(0x135)]=_0x5eadc2(0xcc),_0x3a28ca[_0x5eadc2(0x11a)]=function(_0x324bc2,_0x1d7453){return _0x324bc2&&_0x1d7453;};const _0x3fdfdd=_0x3a28ca;try{const _0x2190f4=bsSetupHelper['isTrue'](process[_0x5eadc2(0x13c)][_0x5eadc2(0x116)])||bsSetupHelper[_0x5eadc2(0x173)](process['env'][_0x5eadc2(0x12d)]),_0x124336=_0x3fdfdd['apLGH'](typeof process[_0x5eadc2(0x13c)][_0x5eadc2(0x139)],_0x3fdfdd[_0x5eadc2(0x10b)])&&_0x3fdfdd[_0x5eadc2(0x10d)](process[_0x5eadc2(0x13c)]['BS_A11Y_JWT'][_0x5eadc2(0x177)],0x0)&&_0x3fdfdd[_0x5eadc2(0x160)](process['env'][_0x5eadc2(0x139)],_0x3fdfdd[_0x5eadc2(0x135)]);return _0x3fdfdd['ISfDK'](_0x2190f4,_0x124336);}catch(_0x993148){logger[_0x5eadc2(0xcd)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x993148);}return![];},exports['nonBstackPlatformValidation']=(_0x16fc8a,_0x2ef341)=>{const _0xf93345=a94_0x90079a,_0x2fded2={'VHVJt':_0xf93345(0xe9),'AYFsv':function(_0x3d245b,_0x2c9973){return _0x3d245b(_0x2c9973);},'asdQb':'browserVersion','gRlMs':function(_0x3ad7b4,_0x4044cf){return _0x3ad7b4(_0x4044cf);},'mzfDp':'version','vxnFG':_0xf93345(0x12b),'oLUeD':function(_0x49c5a7,_0x4a76ca){return _0x49c5a7(_0x4a76ca);},'DNRTj':'deviceName','CpBpv':_0xf93345(0x153),'xDfEm':_0xf93345(0xec),'PTksc':_0xf93345(0xd2),'zUYhG':_0xf93345(0x188),'pmNhH':'options_','VrGeD':_0xf93345(0xe3),'zLJbL':_0xf93345(0x10e),'iqBBw':_0xf93345(0xe5),'QRETo':_0xf93345(0x185),'HVYab':_0xf93345(0x161),'STuvs':function(_0x10605f,_0x6b3711){return _0x10605f===_0x6b3711;},'zphJs':_0xf93345(0x187),'BdLvJ':function(_0x50cc4c,_0x234f27){return _0x50cc4c>=_0x234f27;}},_0x5c26eb=_0x16fc8a[_0xf93345(0x149)](_0x2fded2[_0xf93345(0x15c)]),_0x4f6049=_0x2fded2[_0xf93345(0x14c)](parseFloat,_0x16fc8a[_0xf93345(0x149)](_0x2fded2[_0xf93345(0x195)]))||_0x2fded2[_0xf93345(0xce)](parseFloat,_0x16fc8a[_0xf93345(0x149)](_0x2fded2['mzfDp'])),_0x13ba76=_0x16fc8a[_0xf93345(0x149)](_0x2fded2['vxnFG'])||{},_0x35cd45=_0x2fded2[_0xf93345(0x18b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3a71fd=_0x13ba76[_0x2fded2['DNRTj']]||_0x16fc8a[_0xf93345(0x149)](_0x2fded2[_0xf93345(0xd1)])||![];if(_0x3a71fd)return logger['warn'](_0x2fded2[_0xf93345(0x127)]),![];let _0x144e07;try{_0x144e07=bsSetupHelper['requireModule'](_0x2fded2[_0xf93345(0x11f)],_0x2fded2[_0xf93345(0x102)]);}catch(_0xa2e127){return![];}const _0x2fdc1f=new _0x144e07[(_0xf93345(0xf2))](_0x2ef341[_0xf93345(0x111)]),_0x40ae9d=bsSetupHelper[_0xf93345(0x18e)](_0x2fdc1f,[_0x2fded2[_0xf93345(0x104)],_0x2fded2[_0xf93345(0x130)]])||bsSetupHelper[_0xf93345(0x18e)](_0x2ef341[_0xf93345(0x198)],[_0x2fded2[_0xf93345(0x124)],_0x2fded2['zLJbL'],_0x2fded2[_0xf93345(0x130)]])||bsSetupHelper[_0xf93345(0x18e)](_0x2ef341[_0xf93345(0x198)],[_0x2fded2[_0xf93345(0xf0)],_0x2fded2[_0xf93345(0x130)]])||[];if(_0x40ae9d[_0xf93345(0x144)](_0x2fded2[_0xf93345(0x15d)]))return logger['warn'](_0x2fded2[_0xf93345(0x11d)]),![];const _0x25dc39=_0x2ef341['capabilities_']||{},_0x45ca38=bsSetupHelper[_0xf93345(0x18e)](_0x25dc39,[_0x2fded2[_0xf93345(0x15b)]])||{},_0x515015=bsSetupHelper[_0xf93345(0x18e)](_0x45ca38,[_0x2fded2[_0xf93345(0x130)]])||[];if(_0x515015[_0xf93345(0x144)](_0x2fded2[_0xf93345(0x15d)]))return logger[_0xf93345(0x146)](_0x2fded2[_0xf93345(0x11d)]),![];if(_0x2fded2[_0xf93345(0x14a)](_0x5c26eb[_0xf93345(0x18f)](),_0x2fded2[_0xf93345(0x16c)])&&_0x2fded2[_0xf93345(0xf8)](_0x4f6049,_0x35cd45))return!![];return logger[_0xf93345(0x146)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x636737=>{const _0xd657e3=a94_0x90079a,_0x4f9f4b={};_0x4f9f4b['KbiXw']=_0xd657e3(0x161),_0x4f9f4b[_0xd657e3(0x101)]=function(_0x1bd69d,_0x2e00f7){return _0x1bd69d||_0x2e00f7;},_0x4f9f4b[_0xd657e3(0x17d)]='Not\x20a\x20Accessibility\x20Session';const _0x4b5c2b=_0x4f9f4b,_0x2ab44a=scripts[_0xd657e3(0xde)];try{const _0x16d6ff=bsSetupHelper[_0xd657e3(0x173)](process[_0xd657e3(0x13c)][_0xd657e3(0x116)])||bsSetupHelper['isTrue'](process[_0xd657e3(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0xd657e3(0x17f)]()||process[_0xd657e3(0x13c)][_0xd657e3(0x151)])&&_0x16d6ff){const _0x25cc4b=_0x636737[_0xd657e3(0x11b)](),_0x54b3bf=_0x25cc4b[_0xd657e3(0x149)](_0x4b5c2b[_0xd657e3(0x17b)]),_0x14ddc6=_0x4b5c2b['eOmMU'](_0x54b3bf,{});bsSetupHelper[_0xd657e3(0xe8)](_0x14ddc6,_0x2ab44a),_0x636737[_0xd657e3(0x11b)]()[_0xd657e3(0x113)](_0x4b5c2b[_0xd657e3(0x17b)],_0x14ddc6);}else logger[_0xd657e3(0x146)](_0x4b5c2b[_0xd657e3(0x17d)]);}catch(_0x229d61){logger[_0xd657e3(0x110)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x229d61);}},exports[a94_0x90079a(0x13b)]=(_0x2163a5=null,_0x16844e=!![],_0x18b0ae=[])=>{const _0x2af0b9=a94_0x90079a,_0x296976={};_0x296976['bCKVi']=function(_0x323224,_0x1b1dea){return _0x323224==_0x1b1dea;},_0x296976['cYMFo']=function(_0x436e9c,_0x1e47d1){return _0x436e9c>_0x1e47d1;},_0x296976[_0x2af0b9(0x166)]=function(_0x191d0a,_0x3e9c06){return _0x191d0a===_0x3e9c06;},_0x296976['TWEpr']=function(_0x13e3ff,_0x44fdea){return _0x13e3ff&&_0x44fdea;};const _0x3d2971=_0x296976;if(_0x3d2971[_0x2af0b9(0x162)](process['env'][_0x2af0b9(0x186)],null))return!![];try{const _0x29161b=JSON[_0x2af0b9(0xcb)](process[_0x2af0b9(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x5b2657=Array[_0x2af0b9(0x13a)](_0x29161b[_0x2af0b9(0xf9)])?_0x29161b[_0x2af0b9(0xf9)]:[],_0x40760f=Array[_0x2af0b9(0x13a)](_0x29161b[_0x2af0b9(0x170)])?_0x29161b['excludeTagsInTestingScope']:[];if(bsSetupHelper[_0x2af0b9(0x191)](_0x2163a5)){if(_0x3d2971['cYMFo'](_0x18b0ae[_0x2af0b9(0x177)],0x0)){const _0x1f5d93=_0x40760f['some'](_0x32c3cd=>_0x18b0ae[_0x2af0b9(0x144)](_0x32c3cd)),_0x25e233=_0x3d2971['tzokg'](_0x5b2657[_0x2af0b9(0x177)],0x0)||_0x5b2657[_0x2af0b9(0x19d)](_0x2e6159=>_0x18b0ae[_0x2af0b9(0x144)](_0x2e6159));return _0x3d2971['TWEpr'](!_0x1f5d93,_0x25e233);}return!![];}let _0x17d32c;_0x16844e?_0x17d32c=_0x2163a5[_0x2af0b9(0x176)]('/'):_0x17d32c=_0x2163a5;const _0x1d82ba=_0x40760f[_0x2af0b9(0x19d)](_0x3f678c=>_0x17d32c[_0x2af0b9(0x144)](_0x3f678c)),_0x3d364a=_0x3d2971[_0x2af0b9(0x166)](_0x5b2657[_0x2af0b9(0x177)],0x0)||_0x5b2657[_0x2af0b9(0x19d)](_0x406ad3=>_0x17d32c[_0x2af0b9(0x144)](_0x406ad3));return _0x3d2971[_0x2af0b9(0xeb)](!_0x1d82ba,_0x3d364a);}catch(_0x720f08){logger[_0x2af0b9(0xcd)](_0x2af0b9(0x15e)+util[_0x2af0b9(0xda)](_0x720f08));}return![];},exports[a94_0x90079a(0x14b)]=_0x66258d=>{const _0x22b964=a94_0x90079a;let _0xfd8980=![];try{_0x66258d[_0x22b964(0x19a)]['forEach'](_0x1938c7=>{const _0x1284e6=_0x22b964;if(bsSetupHelper[_0x1284e6(0x173)](_0x1938c7[_0x1284e6(0x114)]))return _0xfd8980=!![],!![];});}catch(_0x1a978b){logger['debug'](_0x22b964(0x184)+_0x1a978b);}return _0xfd8980||bsSetupHelper[_0x22b964(0x173)](_0x66258d[_0x22b964(0x114)]);},exports[a94_0x90079a(0x128)]=PerformanceTester[a94_0x90079a(0xfa)](a94_0x90079a(0x108),async function(_0x5bbde5,_0x598da3){const _0x2c007c=a94_0x90079a,_0x3b9fd5={};_0x3b9fd5[_0x2c007c(0xd3)]=_0x2c007c(0x18a),_0x3b9fd5['sIJGw']=_0x2c007c(0xdd),_0x3b9fd5[_0x2c007c(0x115)]=_0x2c007c(0x145),_0x3b9fd5['ZseRP']='application/json',_0x3b9fd5['pRuqS']='POST',_0x3b9fd5[_0x2c007c(0x152)]=_0x2c007c(0x14f),_0x3b9fd5['Ntovf']=function(_0x5829fc,_0x4e9ed){return _0x5829fc===_0x4e9ed;},_0x3b9fd5['LCKoh']=_0x2c007c(0x18d),_0x3b9fd5[_0x2c007c(0x119)]=_0x2c007c(0xe4);const _0x32ebb2=_0x3b9fd5,_0x3c01e7=bsSetupHelper[_0x2c007c(0xe7)](_0x5bbde5),_0xc8b466=bsSetupHelper[_0x2c007c(0x137)](_0x5bbde5);if(bsSetupHelper[_0x2c007c(0x191)](_0x3c01e7)||bsSetupHelper[_0x2c007c(0x191)](_0xc8b466))return logger['error'](_0x32ebb2['tDobe']),[null,null];try{let _0x540d13;bsSetupHelper['isUndefined'](process[_0x2c007c(0x13c)][_0x2c007c(0x186)])?_0x540d13={}:_0x540d13=JSON['parse'](process['env'][_0x2c007c(0x186)]);const {name:_0x5388a4,version:_0xb8c256}=bsSetupHelper[_0x2c007c(0x121)](_0x5bbde5,_0x598da3),_0x342687={'projectName':_0x5bbde5['projectName'],'buildName':_0x5bbde5['buildName']||path[_0x2c007c(0xf7)](path[_0x2c007c(0xd9)](process['cwd']())),'startTime':new Date()[_0x2c007c(0x14d)](),'description':_0x5bbde5[_0x2c007c(0x14e)]||'','source':{'frameworkName':_0x598da3[_0x2c007c(0x144)](_0x32ebb2[_0x2c007c(0x1a0)])?_0x32ebb2[_0x2c007c(0x1a0)]:_0x598da3,'frameworkVersion':bsSetupHelper[_0x2c007c(0xff)](_0x598da3),'sdkVersion':bsSetupHelper[_0x2c007c(0xf3)](),'language':_0x32ebb2[_0x2c007c(0x115)],'testFramework':_0x5388a4,'testFrameworkVersion':_0xb8c256},'settings':_0x540d13,'versionControl':await bsSetupHelper[_0x2c007c(0x140)](),'ciInfo':bsSetupHelper[_0x2c007c(0x175)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x2c007c(0x17f)]()},_0x266a65={};_0x266a65[_0x2c007c(0x16d)]=_0x3c01e7,_0x266a65[_0x2c007c(0x19b)]=_0xc8b466;const _0x1f9048={};_0x1f9048['Content-Type']=_0x32ebb2[_0x2c007c(0x19c)];const _0x949840={};_0x949840[_0x2c007c(0x171)]=_0x266a65,_0x949840[_0x2c007c(0x129)]=_0x1f9048;const _0xad8087=_0x949840,_0x348e40={};_0x348e40[_0x2c007c(0x167)]=_0x342687,_0x348e40[_0x2c007c(0x197)]=!![];const _0x295401=Object[_0x2c007c(0xc9)](_0xad8087,_0x348e40),_0x49ee75=await bsSetupHelper['nodeRequest'](_0x32ebb2[_0x2c007c(0x174)],_0x32ebb2[_0x2c007c(0x152)],_0x295401,_0x5bbde5,API_URL);let _0x42f659=process['env'][_0x2c007c(0x186)];return _0x42f659?_0x42f659=JSON[_0x2c007c(0xcb)](process[_0x2c007c(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x42f659={},scripts[_0x2c007c(0x148)](_0x49ee75['data'][_0x2c007c(0xdb)]),scripts[_0x2c007c(0x106)](),_0x42f659[_0x2c007c(0x19f)]=_0x49ee75['data'][_0x2c007c(0xdb)][_0x2c007c(0x19f)],process[_0x2c007c(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2c007c(0x179)](_0x42f659),[_0x49ee75[_0x2c007c(0xdb)][_0x2c007c(0xdb)][_0x2c007c(0x123)],_0x49ee75[_0x2c007c(0xdb)][_0x2c007c(0xdb)]['id']];}catch(_0x156bc4){if(_0x156bc4['response'])logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x156bc4[_0x2c007c(0xed)][_0x2c007c(0xf1)]+'\x20'+_0x156bc4[_0x2c007c(0xed)]['statusText']+'\x20'+JSON[_0x2c007c(0x179)](_0x156bc4[_0x2c007c(0xed)][_0x2c007c(0xdb)]));else{if(_0x32ebb2[_0x2c007c(0x12a)](_0x156bc4['message'],_0x32ebb2[_0x2c007c(0x117)])){logger[_0x2c007c(0x110)](_0x2c007c(0x169)+(_0x156bc4[_0x2c007c(0x134)]||_0x156bc4[_0x2c007c(0xea)]));for(const _0x1b80ed of _0x156bc4[_0x2c007c(0xca)]){logger['error'](_0x1b80ed['message']);}process[_0x2c007c(0x13c)][_0x2c007c(0x116)]=_0x32ebb2[_0x2c007c(0x119)],process[_0x2c007c(0x13c)][_0x2c007c(0x12d)]=_0x32ebb2[_0x2c007c(0x119)];}else logger[_0x2c007c(0x110)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x156bc4[_0x2c007c(0x134)]||_0x156bc4['stack']));}return[null,null];}}),exports[a94_0x90079a(0x19e)]=PerformanceTester['measureWrapper'](a94_0x90079a(0xf4),async function(_0x10f1d2){const _0x143141=a94_0x90079a,_0x2a670c={};_0x2a670c['rBQMh']=function(_0x37c99c,_0xc76e63){return _0x37c99c!==_0xc76e63;},_0x2a670c[_0x143141(0x158)]=_0x143141(0x13e),_0x2a670c[_0x143141(0x105)]=_0x143141(0x110),_0x2a670c['sKxqg']='Build\x20creation\x20had\x20failed.',_0x2a670c['IIUsa']=_0x143141(0x156),_0x2a670c[_0x143141(0x182)]=_0x143141(0x12c),_0x2a670c[_0x143141(0x154)]=_0x143141(0xef),_0x2a670c[_0x143141(0x143)]=function(_0x152b06,_0x470623){return _0x152b06+_0x470623;},_0x2a670c['QDvMu']='Invalid\x20request:\x20',_0x2a670c['FTHBz']=_0x143141(0x164);const _0x27561d=_0x2a670c;if(bsSetupHelper['isUndefined'](process[_0x143141(0x13c)][_0x143141(0x139)])||_0x27561d[_0x143141(0x168)](typeof process[_0x143141(0x13c)][_0x143141(0x139)],_0x27561d['tZWKy'])){const _0x48e7b7={};return _0x48e7b7['status']=_0x27561d[_0x143141(0x105)],_0x48e7b7[_0x143141(0x134)]=_0x27561d[_0x143141(0x126)],_0x48e7b7;}const _0x321dba={'endTime':new Date()[_0x143141(0x14d)]()},_0x1c2524={};_0x1c2524[_0x143141(0xd4)]=_0x143141(0x133)+process[_0x143141(0x13c)][_0x143141(0x139)],_0x1c2524[_0x143141(0x13d)]=_0x27561d[_0x143141(0x118)];const _0x1bf42d={};_0x1bf42d[_0x143141(0x129)]=_0x1c2524;const _0x488bcc=_0x1bf42d,_0x29cc30={};_0x29cc30[_0x143141(0x167)]=_0x321dba,_0x29cc30[_0x143141(0x171)]=null,_0x29cc30[_0x143141(0x197)]=!![];const _0x5be422=Object[_0x143141(0xc9)](_0x488bcc,_0x29cc30);try{const _0x11306f=await bsSetupHelper[_0x143141(0x11e)](_0x27561d[_0x143141(0x182)],_0x27561d[_0x143141(0x154)],_0x5be422,_0x10f1d2,API_URL);if(_0x11306f[_0x143141(0xdb)][_0x143141(0x110)])throw new Error(_0x27561d['QJPrJ'](_0x27561d[_0x143141(0x163)],_0x11306f[_0x143141(0xdb)][_0x143141(0x110)]));else{logger[_0x143141(0x193)](_0x143141(0x109)+new Date()[_0x143141(0x14d)]());const _0xe3c3c5={};return _0xe3c3c5[_0x143141(0xf1)]=_0x27561d[_0x143141(0x11c)],_0xe3c3c5[_0x143141(0x134)]='',_0xe3c3c5;}}catch(_0x40254e){_0x40254e[_0x143141(0xed)]?logger[_0x143141(0x110)](_0x143141(0xfd)+_0x40254e[_0x143141(0xed)][_0x143141(0xf1)]+'\x20'+_0x40254e[_0x143141(0xed)]['statusText']+'\x20'+JSON[_0x143141(0x179)](_0x40254e['response']['data'])):logger[_0x143141(0x110)](_0x143141(0xfd)+(_0x40254e['message']||util[_0x143141(0xda)](_0x40254e)));const _0x5f372e={};return _0x5f372e[_0x143141(0xf1)]=_0x27561d[_0x143141(0x105)],_0x5f372e[_0x143141(0x134)]=_0x40254e[_0x143141(0x134)]||(_0x40254e[_0x143141(0xed)]?_0x40254e[_0x143141(0xed)][_0x143141(0xf1)]+':'+_0x40254e[_0x143141(0xed)]['statusText']:_0x40254e),_0x5f372e;}}),exports[a94_0x90079a(0x16b)]=async(_0x211be2,_0x180842=null)=>{const _0x16a63e=a94_0x90079a,_0x4358d2={};_0x4358d2['uaAmQ']='isAccessibilityPlatform',_0x4358d2[_0x16a63e(0xd6)]=_0x16a63e(0x12f),_0x4358d2[_0x16a63e(0x136)]=_0x16a63e(0x165);const _0x17f7b8=_0x4358d2;if(!this['isAccessibilityAutomationSession']()||!globals[_0x16a63e(0x12e)](_0x17f7b8[_0x16a63e(0x16e)])||!globals[_0x16a63e(0x12e)](_0x17f7b8[_0x16a63e(0xd6)])){logger[_0x16a63e(0x146)](_0x17f7b8[_0x16a63e(0x136)]);return;}return await PerformanceTester[_0x16a63e(0xfa)](PerformanceA11yEvents[_0x16a63e(0x122)],async()=>{const _0x5e5ee4=_0x16a63e,_0x9c999={};_0x9c999[_0x5e5ee4(0x120)]=_0x180842||global[_0x5e5ee4(0x103)];const _0x4cb444=util[_0x5e5ee4(0xda)](await _0x211be2[_0x5e5ee4(0xcf)](scripts[_0x5e5ee4(0x16b)],_0x9c999));return logger[_0x5e5ee4(0xcd)]('Performed\x20scan\x20with\x20result:\x20'+_0x4cb444),_0x4cb444;},{'command':_0x180842})();},exports[a94_0x90079a(0x18c)]=async(_0x50f94c,_0x5bc2a6)=>{const _0x1f0cb0=a94_0x90079a,_0xcb598a={};_0xcb598a[_0x1f0cb0(0x100)]=_0x1f0cb0(0x17c),_0xcb598a[_0x1f0cb0(0x17e)]='isAccessibilityPlatform',_0xcb598a[_0x1f0cb0(0xd0)]=_0x1f0cb0(0x12f),_0xcb598a['kXASa']=_0x1f0cb0(0x183),_0xcb598a[_0x1f0cb0(0x178)]='getAccessibilityResults',_0xcb598a[_0x1f0cb0(0xe1)]=_0x1f0cb0(0x142);const _0x2eaead=_0xcb598a;if(!this[_0x1f0cb0(0x10f)]()||!globals[_0x1f0cb0(0x12e)](_0x2eaead[_0x1f0cb0(0x17e)])||!globals[_0x1f0cb0(0x12e)](_0x2eaead[_0x1f0cb0(0xd0)]))return logger['warn'](_0x2eaead[_0x1f0cb0(0xd7)]),[];try{return await PerformanceTester[_0x1f0cb0(0xfa)](PerformanceA11yEvents[_0x1f0cb0(0x122)],async()=>{const _0x28070d=_0x1f0cb0;logger[_0x28070d(0xcd)](_0x2eaead[_0x28070d(0x100)]);const _0x48c5e8={};_0x48c5e8[_0x28070d(0x120)]=_0x5bc2a6['browserstackSessionName'],logger['debug'](util[_0x28070d(0xda)](await _0x50f94c['executeAsyncScript'](scripts['performScan'],_0x48c5e8)));},{'command':_0x2eaead['PzyeU']})(),await PerformanceTester[_0x1f0cb0(0xfa)](PerformanceA11yEvents[_0x1f0cb0(0x107)],async()=>{const _0x20d03f=_0x1f0cb0,_0x3ec42d=await _0x50f94c['executeAsyncScript'](scripts[_0x20d03f(0x112)]);return _0x3ec42d;})();}catch{return logger[_0x1f0cb0(0x110)](_0x2eaead[_0x1f0cb0(0xe1)]),[];}},exports[a94_0x90079a(0x13f)]=async(_0x26afcd,_0x218dd2)=>{const _0x18566d=a94_0x90079a,_0x572c3a={};_0x572c3a[_0x18566d(0xd8)]=_0x18566d(0x192),_0x572c3a[_0x18566d(0xdf)]=_0x18566d(0x141),_0x572c3a[_0x18566d(0xfe)]='bstackA11yShouldScan',_0x572c3a['DTKcY']=_0x18566d(0xdc),_0x572c3a['Ukjvs']=_0x18566d(0x13f),_0x572c3a[_0x18566d(0xee)]=_0x18566d(0x10a);const _0x51c91d=_0x572c3a;if(!this[_0x18566d(0x10f)]()||!globals[_0x18566d(0x12e)](_0x51c91d['YmjPM'])||!globals[_0x18566d(0x12e)](_0x51c91d['KhNpT']))return logger[_0x18566d(0x146)](_0x51c91d['DTKcY']),{};try{return await PerformanceTester[_0x18566d(0xfa)](PerformanceA11yEvents[_0x18566d(0x122)],async()=>{const _0x3a9246=_0x18566d;logger[_0x3a9246(0xcd)](_0x51c91d[_0x3a9246(0xd8)]);const _0x5ded5b={};_0x5ded5b[_0x3a9246(0x120)]=_0x218dd2[_0x3a9246(0x103)],logger[_0x3a9246(0xcd)](util[_0x3a9246(0xda)](await _0x26afcd[_0x3a9246(0xcf)](scripts[_0x3a9246(0x16b)],_0x5ded5b)));},{'command':_0x51c91d[_0x18566d(0x181)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x18566d(0x150)],async()=>{const _0x3bac1d=_0x18566d,_0x2d1073=await _0x26afcd[_0x3bac1d(0xcf)](scripts[_0x3bac1d(0xe0)]);return _0x2d1073;})();}catch{return logger[_0x18566d(0x110)](_0x51c91d[_0x18566d(0xee)]),{};}},exports['isBrowserStackCommandExecutor']=_0x36dcb5=>{const _0x43b9a9=a94_0x90079a,_0x40a48e={};_0x40a48e['SQMpc']=function(_0x1c4824,_0x59933b){return _0x1c4824===_0x59933b;},_0x40a48e[_0x43b9a9(0x196)]='string',_0x40a48e[_0x43b9a9(0x138)]=_0x43b9a9(0xd5);const _0x1b7d28=_0x40a48e;if(_0x36dcb5&&_0x36dcb5['script']&&_0x1b7d28[_0x43b9a9(0x125)](typeof _0x36dcb5['script'],_0x1b7d28['idQvJ']))return _0x36dcb5[_0x43b9a9(0x10c)][_0x43b9a9(0x144)](_0x1b7d28[_0x43b9a9(0x138)]);return![];};
1
+ const a94_0x5c4aee=a94_0x1717;(function(_0x5c8a32,_0x5b804e){const _0xe5384c=a94_0x1717,_0x704d28=_0x5c8a32();while(!![]){try{const _0x7839e=-parseInt(_0xe5384c(0x114))/0x1*(parseInt(_0xe5384c(0x157))/0x2)+-parseInt(_0xe5384c(0x140))/0x3+parseInt(_0xe5384c(0xf2))/0x4*(-parseInt(_0xe5384c(0x138))/0x5)+parseInt(_0xe5384c(0x14f))/0x6*(-parseInt(_0xe5384c(0x11e))/0x7)+-parseInt(_0xe5384c(0x119))/0x8*(-parseInt(_0xe5384c(0xff))/0x9)+parseInt(_0xe5384c(0x158))/0xa*(parseInt(_0xe5384c(0x12b))/0xb)+-parseInt(_0xe5384c(0x8b))/0xc*(-parseInt(_0xe5384c(0xd4))/0xd);if(_0x7839e===_0x5b804e)break;else _0x704d28['push'](_0x704d28['shift']());}catch(_0x234773){_0x704d28['push'](_0x704d28['shift']());}}}(a94_0x467e,0x6a5f4));const path=require(a94_0x5c4aee(0xc9)),util=require(a94_0x5c4aee(0x12a)),bsSetupHelper=require(a94_0x5c4aee(0x87)),logger=require('../logger')[a94_0x5c4aee(0x137)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a94_0x5c4aee(0xcb)),PerformanceTester=require(a94_0x5c4aee(0x113)),scripts=require('./scripts'),globals=require(a94_0x5c4aee(0x10f)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x5c4aee(0xf7));function a94_0x467e(){const _0x575979=['measureWrapper','ibvDT','adrHB','../globals','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','warn','nodeRequest','../performance/performance-tester','28631yNDkEt','application/json','script','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','8WZutwY','JlULF','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','CpyqM','getAccessibilityResultsSummary','14ZIyDLr','status','dAOdY','hUSQY','sCvfh','yWjVI','error','platforms','cTyEz','oeqUi','a11y:stop','Performing\x20scan\x20before\x20getting\x20results','util','7254302fmvxmB','auth','No\x20accessibility\x20results\x20were\x20found.','format','BgQUH','HulzL','getHostInfo','mergeDeep','Performing\x20scan\x20before\x20getting\x20results\x20summary','string','gPtBN','toISOString','winstonLogger','5tiRalW','assign','ChromeExtension','fetchPlatformDetails','getResults','OsZsv','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','chrome','2215107JAYdav','AYLcq','bstackA11yShouldScan','xeQYv','kopNu','data','shouldScanTestForAccessibility','cyaCh','isAccessibilityAutomationSession','--headless','nTWdC','EiWNL','bstack:options','browserVersion','jdCDg','929052yzdAuI','buildName','jyNuV','cXKPP','vaAzg','KPJxQ','PDqBU','tsMUW','48FTwEVz','10JOmIIm','Evqxa','setNonBstackInfraCapabilities','user','getUserName','buildDescription','isTrue','accessibility','cwd','../helper','excludeTagsInTestingScope','XMwGm','playwright','9122268PXwvGD','getGitMetaData','performScan','json','response','tOMyy','args','PUT','Invalid\x20configuration\x20passed.','false','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','scannerVersion','BROWSERSTACK_TURBOSCALE','message','some','body','kCbuP','zBgnM','inXqU','selenium-webdriver','MEPZD','method','getAgentVersion','debug','Not\x20a\x20Accessibility\x20Session','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','Content-Type','statusText','nonBstackPlatformValidation','Uvmnp','Options','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','getBrowserVersion','getAccessibilityResults','browserstackSessionName','getBrowserName','stringify','iTjnc','success','cXLdr','capabilities_','qPUyD','chromeOptions','executeAsyncScript','mzpSJ','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','cmRpK','nxGFU','zfwME','set','chromeOptions_','ehpXN','getAccessKey','Invalid\x20request:\x20','NUhXA','length','PERFORM_SCAN','BROWSERSTACK_TEST_ACCESSIBILITY_YML','get','isAccessibilityPlatform','tQPBo','createAccessibilityTestRun','path','qRluB','./constants','device','includeTagsInTestingScope','null','stopAccessibilityTestRun','BS_A11Y_JWT','getGlobal','a11y:start','POST','39WsyCfB','browserstack','browserstack_executor','getCapabilities','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','aWwBn','uZyoe','env','eQaDo','BvlVT','stack','browserName','AYFGQ','getPackageVersion','getPlatform','isArray','KuQkf','isBrowserstackInfra','kYfUf','xNcXo','includes','CfwrA','QnrlW','lNPTo','JhOBo','No\x20accessibility\x20summary\x20was\x20found.','Authorization','isUndefined','CQnSt','RHPcN','3260692hRQwsu','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','info','v2/test_runs','Performed\x20scan\x20with\x20result:\x20','../performance/constants','join','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','iPETP','pass','noiRY','nestedKeyValue','__cloud_provider___','414189vqoPOE','QaQTa','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','jNCVX','errors','pVAHP','aaczC','javascript','parse','Build\x20creation\x20had\x20failed.','OCnJw','checkAccessibilityPlatformConfig','headers'];a94_0x467e=function(){return _0x575979;};return a94_0x467e();}function a94_0x1717(_0x3f82ef,_0x223e65){const _0x467eda=a94_0x467e();return a94_0x1717=function(_0x17174b,_0x17c4a5){_0x17174b=_0x17174b-0x87;let _0x2ec65c=_0x467eda[_0x17174b];return _0x2ec65c;},a94_0x1717(_0x3f82ef,_0x223e65);}exports[a94_0x5c4aee(0x13b)]=async _0xbc2a3d=>{const _0x4d95d5=a94_0x5c4aee,_0x38b16d={};_0x38b16d[_0x4d95d5(0x9b)]=function(_0x2ca4db,_0x50628a){return _0x2ca4db===_0x50628a;},_0x38b16d[_0x4d95d5(0x141)]=_0x4d95d5(0xd5);const _0x109fcd=_0x38b16d;let _0x470f2f={};try{const _0x4ac8e0=await _0xbc2a3d['getCapabilities']();_0x470f2f={'os_name':_0x4ac8e0[_0x4d95d5(0xe2)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x109fcd[_0x4d95d5(0x9b)](global[_0x4d95d5(0xfe)],_0x109fcd[_0x4d95d5(0x141)])),'browser_name':_0x4ac8e0[_0x4d95d5(0xae)](),'browser_version':_0x4ac8e0[_0x4d95d5(0xab)]()};}catch(_0x16469a){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x16469a);}return _0x470f2f;},exports[a94_0x5c4aee(0x148)]=()=>{const _0x242f87=a94_0x5c4aee,_0x5892fe={};_0x5892fe[_0x242f87(0x123)]=function(_0x50df3f,_0x49a8c3){return _0x50df3f===_0x49a8c3;},_0x5892fe[_0x242f87(0x122)]=_0x242f87(0x134),_0x5892fe[_0x242f87(0xbe)]=function(_0x32fbab,_0x5a5265){return _0x32fbab>_0x5a5265;},_0x5892fe['eQaDo']=function(_0x12c149,_0x215f30){return _0x12c149!==_0x215f30;},_0x5892fe[_0x242f87(0xb2)]=_0x242f87(0xce),_0x5892fe[_0x242f87(0xf0)]=function(_0x1a81e1,_0x4d5890){return _0x1a81e1&&_0x4d5890;};const _0x4dcb18=_0x5892fe;try{const _0x1bb544=bsSetupHelper[_0x242f87(0x15e)](process['env'][_0x242f87(0xc4)])||bsSetupHelper[_0x242f87(0x15e)](process[_0x242f87(0xdb)][_0x242f87(0x110)]),_0x1dee3d=_0x4dcb18[_0x242f87(0x123)](typeof process[_0x242f87(0xdb)][_0x242f87(0xd0)],_0x4dcb18[_0x242f87(0x122)])&&_0x4dcb18[_0x242f87(0xbe)](process[_0x242f87(0xdb)][_0x242f87(0xd0)]['length'],0x0)&&_0x4dcb18[_0x242f87(0xdc)](process[_0x242f87(0xdb)][_0x242f87(0xd0)],_0x4dcb18[_0x242f87(0xb2)]);return _0x4dcb18[_0x242f87(0xf0)](_0x1bb544,_0x1dee3d);}catch(_0x2484c9){logger[_0x242f87(0xa2)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x2484c9);}return![];},exports[a94_0x5c4aee(0xa7)]=(_0x5c3718,_0x443cea)=>{const _0x303463=a94_0x5c4aee,_0x238221={'zSNoc':_0x303463(0xdf),'iPETP':function(_0x1ca38a,_0x3e5e49){return _0x1ca38a(_0x3e5e49);},'CpyqM':_0x303463(0x14d),'OsZsv':function(_0x4099b5,_0x55f676){return _0x4099b5(_0x55f676);},'OCnJw':'version','vaAzg':_0x303463(0x14c),'PDqBU':function(_0x30b44d,_0x30d678){return _0x30b44d(_0x30d678);},'xNcXo':'deviceName','JlULF':_0x303463(0xcc),'JhOBo':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','adrHB':'selenium-webdriver/chrome.js','HBdih':_0x303463(0x9e),'jyNuV':'options_','lNPTo':_0x303463(0x91),'iTjnc':_0x303463(0xb5),'QaQTa':_0x303463(0x149),'MEPZD':_0x303463(0x11b),'qPUyD':'goog:chromeOptions','uZyoe':function(_0x23d244,_0x342a5d){return _0x23d244===_0x342a5d;},'KPJxQ':_0x303463(0x13f),'NUhXA':function(_0xbf6ff7,_0x539042){return _0xbf6ff7>=_0x539042;}},_0x2813f5=_0x5c3718[_0x303463(0xc5)](_0x238221['zSNoc']),_0x5db1f5=_0x238221[_0x303463(0xfa)](parseFloat,_0x5c3718[_0x303463(0xc5)](_0x238221[_0x303463(0x11c)]))||_0x238221[_0x303463(0x13d)](parseFloat,_0x5c3718[_0x303463(0xc5)](_0x238221[_0x303463(0x109)])),_0x1597a5=_0x5c3718[_0x303463(0xc5)](_0x238221['vaAzg'])||{},_0x1f17ae=_0x238221[_0x303463(0x155)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x134a51=_0x1597a5[_0x238221[_0x303463(0xe7)]]||_0x5c3718['get'](_0x238221[_0x303463(0x11a)])||![];if(_0x134a51)return logger['warn'](_0x238221[_0x303463(0xec)]),![];let _0x372a45;try{_0x372a45=bsSetupHelper['requireModule'](_0x238221[_0x303463(0x10e)],_0x238221['HBdih']);}catch(_0x532b91){return![];}const _0x9e333c=new _0x372a45[(_0x303463(0xa9))](_0x443cea[_0x303463(0xbd)]),_0x1fc2f2=bsSetupHelper['nestedKeyValue'](_0x9e333c,[_0x238221[_0x303463(0x151)],_0x238221['lNPTo']])||bsSetupHelper['nestedKeyValue'](_0x443cea[_0x303463(0xb3)],[_0x238221[_0x303463(0x153)],_0x238221[_0x303463(0xb0)],_0x238221[_0x303463(0xeb)]])||bsSetupHelper[_0x303463(0xfd)](_0x443cea[_0x303463(0xb3)],[_0x238221[_0x303463(0xb0)],_0x238221[_0x303463(0xeb)]])||[];if(_0x1fc2f2['includes'](_0x238221['QaQTa']))return logger[_0x303463(0x111)](_0x238221[_0x303463(0x9f)]),![];const _0x5879d0=_0x443cea['capabilities_']||{},_0xc877d4=bsSetupHelper['nestedKeyValue'](_0x5879d0,[_0x238221[_0x303463(0xb4)]])||{},_0x244237=bsSetupHelper['nestedKeyValue'](_0xc877d4,[_0x238221[_0x303463(0xeb)]])||[];if(_0x244237[_0x303463(0xe8)](_0x238221[_0x303463(0x100)]))return logger[_0x303463(0x111)](_0x238221[_0x303463(0x9f)]),![];if(_0x238221[_0x303463(0xda)](_0x2813f5['toLowerCase'](),_0x238221[_0x303463(0x154)])&&_0x238221[_0x303463(0xc1)](_0x5db1f5,_0x1f17ae))return!![];return logger[_0x303463(0x111)](_0x303463(0x117)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a94_0x5c4aee(0x15a)]=_0x2efa47=>{const _0x59fde2=a94_0x5c4aee,_0x3218a8={};_0x3218a8['CfwrA']='goog:chromeOptions',_0x3218a8[_0x59fde2(0xf1)]=function(_0xf66722,_0x1b20b5){return _0xf66722||_0x1b20b5;},_0x3218a8['BvlVT']=_0x59fde2(0xa3);const _0x121eab=_0x3218a8,_0x2b3bdb=scripts[_0x59fde2(0x13a)];try{const _0x2b40af=bsSetupHelper['isTrue'](process[_0x59fde2(0xdb)][_0x59fde2(0xc4)])||bsSetupHelper['isTrue'](process[_0x59fde2(0xdb)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x59fde2(0xe5)]()||process['env'][_0x59fde2(0x97)])&&_0x2b40af){const _0xb31f16=_0x2efa47[_0x59fde2(0xd7)](),_0x5e98ef=_0xb31f16[_0x59fde2(0xc5)](_0x121eab[_0x59fde2(0xe9)]),_0x58c797=_0x121eab[_0x59fde2(0xf1)](_0x5e98ef,{});bsSetupHelper[_0x59fde2(0x132)](_0x58c797,_0x2b3bdb),_0x2efa47[_0x59fde2(0xd7)]()[_0x59fde2(0xbc)](_0x121eab[_0x59fde2(0xe9)],_0x58c797);}else logger[_0x59fde2(0x111)](_0x121eab[_0x59fde2(0xdd)]);}catch(_0x2a9d2f){logger[_0x59fde2(0x124)](_0x59fde2(0xa4)+_0x2a9d2f);}},exports[a94_0x5c4aee(0x146)]=(_0x5e73ec=null,_0x37120f=!![],_0x173b3c=[])=>{const _0x1fc1a3=a94_0x5c4aee,_0x4382cf={};_0x4382cf[_0x1fc1a3(0xe0)]=function(_0x48ae69,_0x52068f){return _0x48ae69==_0x52068f;},_0x4382cf[_0x1fc1a3(0x127)]=function(_0x56a361,_0xd7c4d3){return _0x56a361>_0xd7c4d3;},_0x4382cf[_0x1fc1a3(0x14a)]=function(_0x220e79,_0x9b6bc0){return _0x220e79===_0x9b6bc0;},_0x4382cf[_0x1fc1a3(0x12f)]=function(_0x3b88a6,_0x5c0ab0){return _0x3b88a6&&_0x5c0ab0;},_0x4382cf[_0x1fc1a3(0xe4)]=function(_0x136c88,_0x328e02){return _0x136c88===_0x328e02;},_0x4382cf[_0x1fc1a3(0xfc)]=function(_0x1e5be8,_0x410aef){return _0x1e5be8&&_0x410aef;};const _0x58883a=_0x4382cf;if(_0x58883a[_0x1fc1a3(0xe0)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x46a0d2=JSON[_0x1fc1a3(0x107)](process[_0x1fc1a3(0xdb)][_0x1fc1a3(0x95)]),_0x18530a=Array['isArray'](_0x46a0d2[_0x1fc1a3(0xcd)])?_0x46a0d2['includeTagsInTestingScope']:[],_0x3ce721=Array[_0x1fc1a3(0xe3)](_0x46a0d2[_0x1fc1a3(0x88)])?_0x46a0d2[_0x1fc1a3(0x88)]:[];if(bsSetupHelper['isUndefined'](_0x5e73ec)){if(_0x58883a[_0x1fc1a3(0x127)](_0x173b3c[_0x1fc1a3(0xc2)],0x0)){const _0x27aba0=_0x3ce721[_0x1fc1a3(0x99)](_0x4d815d=>_0x173b3c[_0x1fc1a3(0xe8)](_0x4d815d)),_0x5aaeeb=_0x58883a[_0x1fc1a3(0x14a)](_0x18530a[_0x1fc1a3(0xc2)],0x0)||_0x18530a['some'](_0x398e91=>_0x173b3c[_0x1fc1a3(0xe8)](_0x398e91));return _0x58883a[_0x1fc1a3(0x12f)](!_0x27aba0,_0x5aaeeb);}return!![];}let _0x96dad;_0x37120f?_0x96dad=_0x5e73ec[_0x1fc1a3(0xf8)]('/'):_0x96dad=_0x5e73ec;const _0x14e01e=_0x3ce721[_0x1fc1a3(0x99)](_0x49266f=>_0x96dad['includes'](_0x49266f)),_0x219e46=_0x58883a[_0x1fc1a3(0xe4)](_0x18530a[_0x1fc1a3(0xc2)],0x0)||_0x18530a[_0x1fc1a3(0x99)](_0x23297d=>_0x96dad[_0x1fc1a3(0xe8)](_0x23297d));return _0x58883a['noiRY'](!_0x14e01e,_0x219e46);}catch(_0x586dc8){logger['debug'](_0x1fc1a3(0xb8)+util[_0x1fc1a3(0x12e)](_0x586dc8));}return![];},exports[a94_0x5c4aee(0x10a)]=_0x1a448a=>{const _0x1c517c=a94_0x5c4aee;let _0x35db63=![];try{_0x1a448a[_0x1c517c(0x125)]['forEach'](_0x334c1c=>{const _0x59293c=_0x1c517c;if(bsSetupHelper[_0x59293c(0x15e)](_0x334c1c[_0x59293c(0x15f)]))return _0x35db63=!![],!![];});}catch(_0x5d5e33){logger[_0x1c517c(0xa2)](_0x1c517c(0xd8)+_0x5d5e33);}return _0x35db63||bsSetupHelper[_0x1c517c(0x15e)](_0x1a448a['accessibility']);},exports[a94_0x5c4aee(0xc8)]=PerformanceTester[a94_0x5c4aee(0x10c)](a94_0x5c4aee(0xd2),async function(_0x533904,_0x33285c){const _0x27e655=a94_0x5c4aee,_0x4faf9f={};_0x4faf9f['mzpSJ']=_0x27e655(0x101),_0x4faf9f[_0x27e655(0x90)]=_0x27e655(0x8a),_0x4faf9f['tsMUW']=_0x27e655(0x106),_0x4faf9f[_0x27e655(0x14e)]=_0x27e655(0x115),_0x4faf9f[_0x27e655(0xbb)]=_0x27e655(0xd3),_0x4faf9f[_0x27e655(0x89)]=_0x27e655(0xf5),_0x4faf9f['tQPBo']=function(_0x4bb592,_0x21b380){return _0x4bb592===_0x21b380;},_0x4faf9f[_0x27e655(0x120)]=_0x27e655(0x93),_0x4faf9f['pVAHP']=_0x27e655(0x94);const _0x335e08=_0x4faf9f,_0x1b784e=bsSetupHelper[_0x27e655(0x15c)](_0x533904),_0x161031=bsSetupHelper[_0x27e655(0xbf)](_0x533904);if(bsSetupHelper[_0x27e655(0xef)](_0x1b784e)||bsSetupHelper['isUndefined'](_0x161031))return logger[_0x27e655(0x124)](_0x335e08[_0x27e655(0xb7)]),[null,null];try{let _0x5bc3ea;bsSetupHelper[_0x27e655(0xef)](process[_0x27e655(0xdb)][_0x27e655(0x95)])?_0x5bc3ea={}:_0x5bc3ea=JSON['parse'](process[_0x27e655(0xdb)][_0x27e655(0x95)]);const {name:_0x48bc29,version:_0x4c8b18}=bsSetupHelper['getTestFrameworkDetails'](_0x533904,_0x33285c),_0x474775={'projectName':_0x533904['projectName'],'buildName':_0x533904[_0x27e655(0x150)]||path['basename'](path['resolve'](process[_0x27e655(0x160)]())),'startTime':new Date()[_0x27e655(0x136)](),'description':_0x533904[_0x27e655(0x15d)]||'','source':{'frameworkName':_0x33285c[_0x27e655(0xe8)](_0x335e08['tOMyy'])?_0x335e08['tOMyy']:_0x33285c,'frameworkVersion':bsSetupHelper[_0x27e655(0xe1)](_0x33285c),'sdkVersion':bsSetupHelper[_0x27e655(0xa1)](),'language':_0x335e08[_0x27e655(0x156)],'testFramework':_0x48bc29,'testFrameworkVersion':_0x4c8b18},'settings':_0x5bc3ea,'versionControl':await bsSetupHelper[_0x27e655(0x8c)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x27e655(0x131)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x35c6f0={};_0x35c6f0[_0x27e655(0x15b)]=_0x1b784e,_0x35c6f0[_0x27e655(0xfb)]=_0x161031;const _0x916f8d={};_0x916f8d[_0x27e655(0xa5)]=_0x335e08[_0x27e655(0x14e)];const _0x22339b={};_0x22339b[_0x27e655(0x12c)]=_0x35c6f0,_0x22339b[_0x27e655(0x10b)]=_0x916f8d;const _0x1b1db3=_0x22339b,_0x4ad422={};_0x4ad422[_0x27e655(0x9a)]=_0x474775,_0x4ad422[_0x27e655(0x8e)]=!![];const _0xeb99bf=Object[_0x27e655(0x139)](_0x1b1db3,_0x4ad422),_0x3a722f=await bsSetupHelper['nodeRequest'](_0x335e08['zfwME'],_0x335e08[_0x27e655(0x89)],_0xeb99bf,_0x533904,API_URL);let _0x39c863=process[_0x27e655(0xdb)][_0x27e655(0x95)];return _0x39c863?_0x39c863=JSON[_0x27e655(0x107)](process['env'][_0x27e655(0x95)]):_0x39c863={},scripts['parseFromJson'](_0x3a722f['data'][_0x27e655(0x145)]),scripts['toJson'](),_0x39c863[_0x27e655(0x96)]=_0x3a722f[_0x27e655(0x145)][_0x27e655(0x145)][_0x27e655(0x96)],process[_0x27e655(0xdb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x39c863),[_0x3a722f['data']['data']['accessibilityToken'],_0x3a722f['data'][_0x27e655(0x145)]['id']];}catch(_0x5119cd){if(_0x5119cd[_0x27e655(0x8f)])logger[_0x27e655(0x124)](_0x27e655(0x13e)+_0x5119cd[_0x27e655(0x8f)]['status']+'\x20'+_0x5119cd['response'][_0x27e655(0xa6)]+'\x20'+JSON[_0x27e655(0xaf)](_0x5119cd[_0x27e655(0x8f)][_0x27e655(0x145)]));else{if(_0x335e08[_0x27e655(0xc7)](_0x5119cd['message'],_0x335e08[_0x27e655(0x120)])){logger[_0x27e655(0x124)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5119cd[_0x27e655(0x98)]||_0x5119cd[_0x27e655(0xde)]));for(const _0x49ae35 of _0x5119cd[_0x27e655(0x103)]){logger['error'](_0x49ae35[_0x27e655(0x98)]);}process[_0x27e655(0xdb)][_0x27e655(0xc4)]=_0x335e08[_0x27e655(0x104)],process[_0x27e655(0xdb)][_0x27e655(0x110)]=_0x335e08['pVAHP'];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5119cd[_0x27e655(0x98)]||_0x5119cd[_0x27e655(0xde)]));}return[null,null];}}),exports[a94_0x5c4aee(0xcf)]=PerformanceTester['measureWrapper'](a94_0x5c4aee(0x128),async function(_0x4f5054){const _0x5079e2=a94_0x5c4aee,_0x332006={};_0x332006[_0x5079e2(0x14b)]=function(_0x5b7cdb,_0x3a4e5f){return _0x5b7cdb!==_0x3a4e5f;},_0x332006[_0x5079e2(0x10d)]=_0x5079e2(0x134),_0x332006[_0x5079e2(0xea)]='error',_0x332006[_0x5079e2(0x102)]=_0x5079e2(0x108),_0x332006[_0x5079e2(0x105)]='application/json',_0x332006[_0x5079e2(0x9d)]=_0x5079e2(0x92),_0x332006['oMYwT']='test_runs/stop',_0x332006['TRlmc']=function(_0x2f2f37,_0x5e0bf5){return _0x2f2f37+_0x5e0bf5;},_0x332006[_0x5079e2(0xca)]=_0x5079e2(0xc0),_0x332006['owXSd']=_0x5079e2(0xb1);const _0x4ec8b3=_0x332006;if(bsSetupHelper[_0x5079e2(0xef)](process['env'][_0x5079e2(0xd0)])||_0x4ec8b3[_0x5079e2(0x14b)](typeof process[_0x5079e2(0xdb)][_0x5079e2(0xd0)],_0x4ec8b3[_0x5079e2(0x10d)])){const _0x562ea9={};return _0x562ea9[_0x5079e2(0x11f)]=_0x4ec8b3['QnrlW'],_0x562ea9[_0x5079e2(0x98)]=_0x4ec8b3[_0x5079e2(0x102)],_0x562ea9;}const _0x2742f7={'endTime':new Date()[_0x5079e2(0x136)]()},_0x2fb33b={};_0x2fb33b[_0x5079e2(0xee)]='Bearer\x20'+process[_0x5079e2(0xdb)][_0x5079e2(0xd0)],_0x2fb33b[_0x5079e2(0xa5)]=_0x4ec8b3[_0x5079e2(0x105)];const _0x4cc3bb={};_0x4cc3bb['headers']=_0x2fb33b;const _0x5c4b68=_0x4cc3bb,_0x53d403={};_0x53d403[_0x5079e2(0x9a)]=_0x2742f7,_0x53d403[_0x5079e2(0x12c)]=null,_0x53d403[_0x5079e2(0x8e)]=!![];const _0x22bf33=Object[_0x5079e2(0x139)](_0x5c4b68,_0x53d403);try{const _0x2a3b2b=await bsSetupHelper[_0x5079e2(0x112)](_0x4ec8b3['inXqU'],_0x4ec8b3['oMYwT'],_0x22bf33,_0x4f5054,API_URL);if(_0x2a3b2b[_0x5079e2(0x145)]['error'])throw new Error(_0x4ec8b3['TRlmc'](_0x4ec8b3[_0x5079e2(0xca)],_0x2a3b2b[_0x5079e2(0x145)]['error']));else{logger[_0x5079e2(0xf4)](_0x5079e2(0xaa)+new Date()[_0x5079e2(0x136)]());const _0x2f4e9a={};return _0x2f4e9a[_0x5079e2(0x11f)]=_0x4ec8b3['owXSd'],_0x2f4e9a[_0x5079e2(0x98)]='',_0x2f4e9a;}}catch(_0x56ace8){_0x56ace8[_0x5079e2(0x8f)]?logger['error'](_0x5079e2(0xf9)+_0x56ace8[_0x5079e2(0x8f)]['status']+'\x20'+_0x56ace8['response'][_0x5079e2(0xa6)]+'\x20'+JSON[_0x5079e2(0xaf)](_0x56ace8[_0x5079e2(0x8f)][_0x5079e2(0x145)])):logger[_0x5079e2(0x124)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x56ace8[_0x5079e2(0x98)]||util[_0x5079e2(0x12e)](_0x56ace8)));const _0x2b7074={};return _0x2b7074[_0x5079e2(0x11f)]=_0x4ec8b3[_0x5079e2(0xea)],_0x2b7074[_0x5079e2(0x98)]=_0x56ace8[_0x5079e2(0x98)]||(_0x56ace8['response']?_0x56ace8[_0x5079e2(0x8f)][_0x5079e2(0x11f)]+':'+_0x56ace8[_0x5079e2(0x8f)]['statusText']:_0x56ace8),_0x2b7074;}}),exports[a94_0x5c4aee(0x8d)]=async(_0x4a151a,_0x2f27e4=null)=>{const _0x4d5619=a94_0x5c4aee,_0xc2c7e7={};_0xc2c7e7['kYfUf']='isAccessibilityPlatform',_0xc2c7e7['JRuTI']=_0x4d5619(0x142),_0xc2c7e7[_0x4d5619(0x147)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.';const _0x3c266f=_0xc2c7e7;if(!this['isAccessibilityAutomationSession']()||!globals[_0x4d5619(0xd1)](_0x3c266f[_0x4d5619(0xe6)])||!globals[_0x4d5619(0xd1)](_0x3c266f['JRuTI'])){logger[_0x4d5619(0x111)](_0x3c266f['cyaCh']);return;}return await PerformanceTester[_0x4d5619(0x10c)](PerformanceA11yEvents[_0x4d5619(0xc3)],async()=>{const _0x4f6935=_0x4d5619,_0x2c26fb={};_0x2c26fb[_0x4f6935(0xa0)]=_0x2f27e4||global[_0x4f6935(0xad)];const _0x17f146=util['format'](await _0x4a151a[_0x4f6935(0xb6)](scripts['performScan'],_0x2c26fb));return logger[_0x4f6935(0xa2)](_0x4f6935(0xf6)+_0x17f146),_0x17f146;},{'command':_0x2f27e4})();},exports[a94_0x5c4aee(0xac)]=async(_0x5cc0d1,_0x1df947)=>{const _0x119484=a94_0x5c4aee,_0x4ca629={};_0x4ca629['TQgAO']=_0x119484(0x129),_0x4ca629['gPtBN']=_0x119484(0xc6),_0x4ca629[_0x119484(0xa8)]=_0x119484(0x142),_0x4ca629[_0x119484(0x144)]=_0x119484(0xf3),_0x4ca629[_0x119484(0x9c)]=_0x119484(0xac),_0x4ca629[_0x119484(0x143)]=_0x119484(0x12d);const _0x4adfa5=_0x4ca629;if(!this['isAccessibilityAutomationSession']()||!globals[_0x119484(0xd1)](_0x4adfa5[_0x119484(0x135)])||!globals['getGlobal'](_0x4adfa5[_0x119484(0xa8)]))return logger[_0x119484(0x111)](_0x4adfa5[_0x119484(0x144)]),[];try{return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x119484(0xc3)],async()=>{const _0x508c8e=_0x119484;logger[_0x508c8e(0xa2)](_0x4adfa5['TQgAO']);const _0x5d1707={};_0x5d1707[_0x508c8e(0xa0)]=_0x1df947[_0x508c8e(0xad)],logger[_0x508c8e(0xa2)](util['format'](await _0x5cc0d1[_0x508c8e(0xb6)](scripts[_0x508c8e(0x8d)],_0x5d1707)));},{'command':_0x4adfa5['zBgnM']})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x396120=_0x119484,_0x506c95=await _0x5cc0d1[_0x396120(0xb6)](scripts[_0x396120(0x13c)]);return _0x506c95;})();}catch{return logger[_0x119484(0x124)](_0x4adfa5[_0x119484(0x143)]),[];}},exports[a94_0x5c4aee(0x11d)]=async(_0x5ee931,_0x1c65de)=>{const _0x512457=a94_0x5c4aee,_0x262278={};_0x262278[_0x512457(0x152)]=_0x512457(0x133),_0x262278[_0x512457(0x121)]=_0x512457(0xc6),_0x262278[_0x512457(0xd9)]=_0x512457(0x142),_0x262278[_0x512457(0x159)]=_0x512457(0x118),_0x262278['DwCai']=_0x512457(0x11d),_0x262278[_0x512457(0xb9)]=_0x512457(0xed);const _0x525af7=_0x262278;if(!this[_0x512457(0x148)]()||!globals[_0x512457(0xd1)](_0x525af7[_0x512457(0x121)])||!globals['getGlobal'](_0x525af7[_0x512457(0xd9)]))return logger[_0x512457(0x111)](_0x525af7[_0x512457(0x159)]),{};try{return await PerformanceTester[_0x512457(0x10c)](PerformanceA11yEvents[_0x512457(0xc3)],async()=>{const _0x2cbfe5=_0x512457;logger[_0x2cbfe5(0xa2)](_0x525af7[_0x2cbfe5(0x152)]);const _0x4bf3e6={};_0x4bf3e6['method']=_0x1c65de[_0x2cbfe5(0xad)],logger[_0x2cbfe5(0xa2)](util[_0x2cbfe5(0x12e)](await _0x5ee931['executeAsyncScript'](scripts['performScan'],_0x4bf3e6)));},{'command':_0x525af7['DwCai']})(),await PerformanceTester[_0x512457(0x10c)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x533c67=_0x512457,_0x158e21=await _0x5ee931[_0x533c67(0xb6)](scripts['getResultsSummary']);return _0x158e21;})();}catch{return logger['error'](_0x525af7[_0x512457(0xb9)]),{};}},exports['isBrowserStackCommandExecutor']=_0x1460ac=>{const _0x375db9=a94_0x5c4aee,_0x513251={};_0x513251[_0x375db9(0xba)]=function(_0x35b61d,_0x2895d6){return _0x35b61d===_0x2895d6;},_0x513251['cTyEz']=_0x375db9(0x134),_0x513251[_0x375db9(0x130)]=_0x375db9(0xd6);const _0x183e16=_0x513251;if(_0x1460ac&&_0x1460ac['script']&&_0x183e16[_0x375db9(0xba)](typeof _0x1460ac[_0x375db9(0x116)],_0x183e16[_0x375db9(0x126)]))return _0x1460ac[_0x375db9(0x116)][_0x375db9(0xe8)](_0x183e16[_0x375db9(0x130)]);return![];};
@@ -1 +1 @@
1
- const a95_0x24509e=a95_0xd571;(function(_0x4c2d3b,_0x1b0e78){const _0x1aa898=a95_0xd571,_0x3f8d57=_0x4c2d3b();while(!![]){try{const _0x558389=-parseInt(_0x1aa898(0x127))/0x1+parseInt(_0x1aa898(0x10b))/0x2*(-parseInt(_0x1aa898(0x118))/0x3)+parseInt(_0x1aa898(0x12a))/0x4*(-parseInt(_0x1aa898(0x129))/0x5)+-parseInt(_0x1aa898(0x136))/0x6*(parseInt(_0x1aa898(0x12d))/0x7)+-parseInt(_0x1aa898(0x142))/0x8*(-parseInt(_0x1aa898(0x113))/0x9)+parseInt(_0x1aa898(0x10a))/0xa+parseInt(_0x1aa898(0x131))/0xb*(parseInt(_0x1aa898(0x10d))/0xc);if(_0x558389===_0x1b0e78)break;else _0x3f8d57['push'](_0x3f8d57['shift']());}catch(_0x3bf973){_0x3f8d57['push'](_0x3f8d57['shift']());}}}(a95_0x4274,0xebdf0));function a95_0x4274(){const _0x57a7c3=['stringify','Ljxnb','getModule','1279400WEtiig','48340IktxiP','parseFromProto','12hptlWG','debug','commandsPath','getMethod','getCommand','homedir','423bvzbhO','getResults','getResultsSummary','aKORd','vNXTh','237NNWkcR','.browserstack','writeFileSync','DoFtm','existsSync','winstonLogger','commands','ciNPI','fromJson','parseFromJson','lveUV','exports','length','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','ZMtcz','1208525pgKirs','performScan','27910LuOKqK','248EibYfC','findIndex','getName','3099187HVomQv','scripts','../helper','wSCnG','47166317vAcLpp','ChromeExtension','name','tBJWn','browserstackFolderPath','12ViSjbp','../../helpers/logger','commands.json','shouldWrapCommand','QWIOO','saveTestResults','scan','PJWpD','toJson','DjoJW','map','MhiFe','153168DiXfES','CvuCo','commandsToWrap','getLibrary','toLowerCase'];a95_0x4274=function(){return _0x57a7c3;};return a95_0x4274();}const path=require('path'),fs=require('fs'),logger=require(a95_0x24509e(0x137))[a95_0x24509e(0x11d)],helper=require(a95_0x24509e(0x12f));function a95_0xd571(_0x416663,_0x20791b){const _0x427419=a95_0x4274();return a95_0xd571=function(_0xd57185,_0x250a4d){_0xd57185=_0xd57185-0x104;let _0x25789b=_0x427419[_0xd57185];return _0x25789b;},a95_0xd571(_0x416663,_0x20791b);}class Scripts{constructor(){const _0x1d9bbd=a95_0x24509e,_0xf1149f={};_0xf1149f[_0x1d9bbd(0x141)]='0|4|1|2|6|3|5',_0xf1149f[_0x1d9bbd(0x134)]=_0x1d9bbd(0x138),_0xf1149f['vNXTh']=_0x1d9bbd(0x119);const _0x4909ee=_0xf1149f,_0x3bbd2c=_0x4909ee[_0x1d9bbd(0x141)]['split']('|');let _0x4995eb=0x0;while(!![]){switch(_0x3bbd2c[_0x4995eb++]){case'0':this[_0x1d9bbd(0x128)]=null;continue;case'1':this[_0x1d9bbd(0x115)]=null;continue;case'2':this['saveTestResults']=null;continue;case'3':this[_0x1d9bbd(0x10f)]=path['join'](this[_0x1d9bbd(0x135)],_0x4909ee['tBJWn']);continue;case'4':this[_0x1d9bbd(0x114)]=null;continue;case'5':this['fromJson']();continue;case'6':this[_0x1d9bbd(0x135)]=path['join'](helper[_0x1d9bbd(0x112)](),_0x4909ee[_0x1d9bbd(0x117)]);continue;}break;}}[a95_0x24509e(0x121)](_0x4899fb){const _0x4319d8=a95_0x24509e;_0x4899fb[_0x4319d8(0x12e)]&&(this[_0x4319d8(0x128)]=_0x4899fb[_0x4319d8(0x12e)]['scan'],this[_0x4319d8(0x114)]=_0x4899fb[_0x4319d8(0x12e)][_0x4319d8(0x114)],this[_0x4319d8(0x115)]=_0x4899fb[_0x4319d8(0x12e)][_0x4319d8(0x115)],this[_0x4319d8(0x13b)]=_0x4899fb[_0x4319d8(0x12e)]['saveResults']),this[_0x4319d8(0x104)]=_0x4899fb[_0x4319d8(0x11e)],this[_0x4319d8(0x132)]=_0x4899fb['nonBStackInfraA11yChromeOptions'];}[a95_0x24509e(0x10c)](_0x11d363,_0x1784ac){const _0x43ceec=a95_0x24509e,_0x590897={};_0x590897[_0x43ceec(0x126)]=function(_0x5cf158,_0x17f1b6){return _0x5cf158>_0x17f1b6;},_0x590897[_0x43ceec(0x11f)]=function(_0x3c91a2,_0x427306){return _0x3c91a2===_0x427306;},_0x590897[_0x43ceec(0x143)]=_0x43ceec(0x13c),_0x590897[_0x43ceec(0x108)]=function(_0x42b5c6,_0x5018f6){return _0x42b5c6===_0x5018f6;},_0x590897[_0x43ceec(0x13f)]=_0x43ceec(0x114),_0x590897[_0x43ceec(0x130)]=function(_0x5376e4,_0x3dca0b){return _0x5376e4===_0x3dca0b;},_0x590897['DoFtm']=_0x43ceec(0x115),_0x590897[_0x43ceec(0x116)]=function(_0x301619,_0x2d7b43){return _0x301619===_0x2d7b43;},_0x590897[_0x43ceec(0x13a)]='saveResults';const _0x2e7619=_0x590897;if(_0x11d363&&_0x2e7619['ZMtcz'](_0x11d363[_0x43ceec(0x124)],0x0))for(const _0x54c4f4 of _0x11d363){if(_0x2e7619[_0x43ceec(0x11f)](_0x54c4f4[_0x43ceec(0x12c)](),_0x2e7619[_0x43ceec(0x143)]))this[_0x43ceec(0x128)]=_0x54c4f4[_0x43ceec(0x111)]();else{if(_0x2e7619[_0x43ceec(0x108)](_0x54c4f4['getName'](),_0x2e7619['DjoJW']))this[_0x43ceec(0x114)]=_0x54c4f4[_0x43ceec(0x111)]();else{if(_0x2e7619[_0x43ceec(0x130)](_0x54c4f4[_0x43ceec(0x12c)](),_0x2e7619[_0x43ceec(0x11b)]))this[_0x43ceec(0x115)]=_0x54c4f4['getCommand']();else _0x2e7619[_0x43ceec(0x116)](_0x54c4f4[_0x43ceec(0x12c)](),_0x2e7619[_0x43ceec(0x13a)])&&(this[_0x43ceec(0x13b)]=_0x54c4f4[_0x43ceec(0x111)]());}}}_0x1784ac&&_0x2e7619['ZMtcz'](_0x1784ac[_0x43ceec(0x124)],0x0)&&(this[_0x43ceec(0x104)]=_0x1784ac[_0x43ceec(0x140)](_0x384d42=>{const _0x50b2eb=_0x43ceec;return{'name':_0x384d42[_0x50b2eb(0x12c)](),'method':_0x384d42[_0x50b2eb(0x110)](),'library':_0x384d42[_0x50b2eb(0x105)](),'module':_0x384d42[_0x50b2eb(0x109)](),'class':_0x384d42['getClass']()};}));}[a95_0x24509e(0x139)](_0x37ef81){const _0x54c2d5=a95_0x24509e,_0x2cffa8={};_0x2cffa8['PJWpD']=function(_0x2e2090,_0x349fd4){return _0x2e2090!==_0x349fd4;};const _0xdb3e71=_0x2cffa8;try{return _0xdb3e71[_0x54c2d5(0x13d)](this[_0x54c2d5(0x104)][_0x54c2d5(0x12b)](_0x33f4bd=>_0x33f4bd[_0x54c2d5(0x133)][_0x54c2d5(0x106)]()===_0x37ef81[_0x54c2d5(0x106)]()),-0x1);}catch(_0x521281){logger[_0x54c2d5(0x10e)](_0x54c2d5(0x125)+_0x521281);}return![];}[a95_0x24509e(0x13e)](){const _0x11e308=a95_0x24509e;!fs[_0x11e308(0x11c)](this[_0x11e308(0x135)])&&fs['mkdirSync'](this['browserstackFolderPath']),fs[_0x11e308(0x11a)](this[_0x11e308(0x10f)],JSON[_0x11e308(0x107)]({'scripts':{'scan':this[_0x11e308(0x128)],'getResults':this[_0x11e308(0x114)],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x11e308(0x13b)]},'commands':this[_0x11e308(0x104)],'nonBStackInfraA11yChromeOptions':this[_0x11e308(0x132)]}));}[a95_0x24509e(0x120)](){const _0x80832b=a95_0x24509e,_0x44554c={'lveUV':function(_0x23f0a7,_0x8fcf73){return _0x23f0a7(_0x8fcf73);}};fs[_0x80832b(0x11c)](this[_0x80832b(0x10f)])&&this[_0x80832b(0x121)](_0x44554c[_0x80832b(0x122)](require,this['commandsPath']));}}module[a95_0x24509e(0x123)]=new Scripts();
1
+ const a95_0x1b1918=a95_0x5a83;(function(_0x478f72,_0x587bd0){const _0x18f9d0=a95_0x5a83,_0x131351=_0x478f72();while(!![]){try{const _0x17b6f8=parseInt(_0x18f9d0(0x1ea))/0x1+parseInt(_0x18f9d0(0x1b6))/0x2+parseInt(_0x18f9d0(0x1d2))/0x3*(-parseInt(_0x18f9d0(0x1df))/0x4)+-parseInt(_0x18f9d0(0x1b1))/0x5*(parseInt(_0x18f9d0(0x1e5))/0x6)+parseInt(_0x18f9d0(0x1e1))/0x7*(-parseInt(_0x18f9d0(0x1d5))/0x8)+parseInt(_0x18f9d0(0x1e9))/0x9+parseInt(_0x18f9d0(0x1d3))/0xa*(parseInt(_0x18f9d0(0x1d8))/0xb);if(_0x17b6f8===_0x587bd0)break;else _0x131351['push'](_0x131351['shift']());}catch(_0x19e7b5){_0x131351['push'](_0x131351['shift']());}}}(a95_0x5916,0xdbbfd));function a95_0x5916(){const _0x21785b=['commandsToWrap','getCommand','fromJson','15ktxRzX','21460970yYFUcS','xszrx','12982184fruSXZ','getMethod','getName','11xcYjRt','winstonLogger','existsSync','RwpzM','getModule','saveResults','3|5|2|1|0|4|6','573644htXLVQ','getClass','7BeGfSi','.browserstack','jAZOT','vupPF','138raOrIG','gSNxs','toJson','exports','15295509iNOAwo','901022PXjJKv','name','browserstackFolderPath','split','toLowerCase','ChromeExtension','386235nfOwvv','findIndex','performScan','parseFromProto','parseFromJson','539964sYnbwK','npLEH','mkdirSync','GfGoZ','commands','commandsPath','getLibrary','path','../helper','nonBStackInfraA11yChromeOptions','homedir','TIQEU','scan','saveTestResults','QpNcf','getResults','map','join','length','writeFileSync','XlnRn','getResultsSummary','../../helpers/logger','scripts','ugCFm'];a95_0x5916=function(){return _0x21785b;};return a95_0x5916();}const path=require(a95_0x1b1918(0x1bd)),fs=require('fs'),logger=require(a95_0x1b1918(0x1cc))[a95_0x1b1918(0x1d9)],helper=require(a95_0x1b1918(0x1be));function a95_0x5a83(_0xbe930e,_0x4ac01a){const _0x591651=a95_0x5916();return a95_0x5a83=function(_0x5a8312,_0x10170a){_0x5a8312=_0x5a8312-0x1af;let _0x482efb=_0x591651[_0x5a8312];return _0x482efb;},a95_0x5a83(_0xbe930e,_0x4ac01a);}class Scripts{constructor(){const _0x20ab16=a95_0x1b1918,_0x5df4f3={};_0x5df4f3[_0x20ab16(0x1d4)]=_0x20ab16(0x1de),_0x5df4f3[_0x20ab16(0x1ce)]=_0x20ab16(0x1e2),_0x5df4f3['ivpeK']='commands.json';const _0x562e02=_0x5df4f3,_0x174db7=_0x562e02[_0x20ab16(0x1d4)][_0x20ab16(0x1ed)]('|');let _0x532a1e=0x0;while(!![]){switch(_0x174db7[_0x532a1e++]){case'0':this['browserstackFolderPath']=path['join'](helper[_0x20ab16(0x1c0)](),_0x562e02[_0x20ab16(0x1ce)]);continue;case'1':this[_0x20ab16(0x1c3)]=null;continue;case'2':this[_0x20ab16(0x1cb)]=null;continue;case'3':this[_0x20ab16(0x1b3)]=null;continue;case'4':this[_0x20ab16(0x1bb)]=path[_0x20ab16(0x1c7)](this['browserstackFolderPath'],_0x562e02['ivpeK']);continue;case'5':this[_0x20ab16(0x1c5)]=null;continue;case'6':this[_0x20ab16(0x1d1)]();continue;}break;}}[a95_0x1b1918(0x1b5)](_0x439ba7){const _0x594007=a95_0x1b1918;_0x439ba7['scripts']&&(this[_0x594007(0x1b3)]=_0x439ba7[_0x594007(0x1cd)][_0x594007(0x1c2)],this[_0x594007(0x1c5)]=_0x439ba7[_0x594007(0x1cd)][_0x594007(0x1c5)],this[_0x594007(0x1cb)]=_0x439ba7[_0x594007(0x1cd)][_0x594007(0x1cb)],this[_0x594007(0x1c3)]=_0x439ba7[_0x594007(0x1cd)]['saveResults']),this[_0x594007(0x1cf)]=_0x439ba7[_0x594007(0x1ba)],this[_0x594007(0x1b0)]=_0x439ba7[_0x594007(0x1bf)];}[a95_0x1b1918(0x1b4)](_0x27c544,_0x162386){const _0x50e3b5=a95_0x1b1918,_0x5c03fe={};_0x5c03fe[_0x50e3b5(0x1b9)]=function(_0x407d75,_0x428ff3){return _0x407d75>_0x428ff3;},_0x5c03fe[_0x50e3b5(0x1e4)]=function(_0x47cca5,_0x47fce0){return _0x47cca5===_0x47fce0;},_0x5c03fe[_0x50e3b5(0x1e3)]='scan',_0x5c03fe[_0x50e3b5(0x1db)]=_0x50e3b5(0x1c5),_0x5c03fe[_0x50e3b5(0x1c4)]=function(_0x285b6f,_0x46ed93){return _0x285b6f===_0x46ed93;},_0x5c03fe[_0x50e3b5(0x1b7)]=_0x50e3b5(0x1cb),_0x5c03fe[_0x50e3b5(0x1c1)]=_0x50e3b5(0x1dd),_0x5c03fe[_0x50e3b5(0x1ca)]=function(_0x1355a5,_0x513740){return _0x1355a5>_0x513740;};const _0x1d4126=_0x5c03fe;if(_0x27c544&&_0x1d4126[_0x50e3b5(0x1b9)](_0x27c544[_0x50e3b5(0x1c8)],0x0))for(const _0x46ca07 of _0x27c544){if(_0x1d4126['vupPF'](_0x46ca07[_0x50e3b5(0x1d7)](),_0x1d4126['jAZOT']))this[_0x50e3b5(0x1b3)]=_0x46ca07[_0x50e3b5(0x1d0)]();else{if(_0x1d4126['vupPF'](_0x46ca07[_0x50e3b5(0x1d7)](),_0x1d4126['RwpzM']))this['getResults']=_0x46ca07[_0x50e3b5(0x1d0)]();else{if(_0x1d4126[_0x50e3b5(0x1c4)](_0x46ca07[_0x50e3b5(0x1d7)](),_0x1d4126[_0x50e3b5(0x1b7)]))this['getResultsSummary']=_0x46ca07[_0x50e3b5(0x1d0)]();else _0x1d4126['QpNcf'](_0x46ca07[_0x50e3b5(0x1d7)](),_0x1d4126[_0x50e3b5(0x1c1)])&&(this[_0x50e3b5(0x1c3)]=_0x46ca07[_0x50e3b5(0x1d0)]());}}}_0x162386&&_0x1d4126[_0x50e3b5(0x1ca)](_0x162386[_0x50e3b5(0x1c8)],0x0)&&(this[_0x50e3b5(0x1cf)]=_0x162386[_0x50e3b5(0x1c6)](_0x3ba9b3=>{const _0x136fc0=_0x50e3b5;return{'name':_0x3ba9b3['getName'](),'method':_0x3ba9b3[_0x136fc0(0x1d6)](),'library':_0x3ba9b3[_0x136fc0(0x1bc)](),'module':_0x3ba9b3[_0x136fc0(0x1dc)](),'class':_0x3ba9b3[_0x136fc0(0x1e0)]()};}));}['shouldWrapCommand'](_0x1e8841){const _0x5d9e43=a95_0x1b1918,_0x20b27d={};_0x20b27d['gSNxs']=function(_0x51e88c,_0x488f63){return _0x51e88c!==_0x488f63;};const _0x1e684a=_0x20b27d;try{return _0x1e684a[_0x5d9e43(0x1e6)](this['commandsToWrap'][_0x5d9e43(0x1b2)](_0x15ca3e=>_0x15ca3e[_0x5d9e43(0x1eb)][_0x5d9e43(0x1af)]()===_0x1e8841[_0x5d9e43(0x1af)]()),-0x1);}catch(_0x326c88){logger['debug']('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0x326c88);}return![];}[a95_0x1b1918(0x1e7)](){const _0x3ff67d=a95_0x1b1918;!fs[_0x3ff67d(0x1da)](this[_0x3ff67d(0x1ec)])&&fs[_0x3ff67d(0x1b8)](this[_0x3ff67d(0x1ec)]),fs[_0x3ff67d(0x1c9)](this[_0x3ff67d(0x1bb)],JSON['stringify']({'scripts':{'scan':this[_0x3ff67d(0x1b3)],'getResults':this['getResults'],'getResultsSummary':this[_0x3ff67d(0x1cb)],'saveResults':this[_0x3ff67d(0x1c3)]},'commands':this[_0x3ff67d(0x1cf)],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a95_0x1b1918(0x1d1)](){const _0x26aadc=a95_0x1b1918,_0xe86b76={'iaYGw':function(_0x3e9fa8,_0x6456a6){return _0x3e9fa8(_0x6456a6);}};fs[_0x26aadc(0x1da)](this[_0x26aadc(0x1bb)])&&this[_0x26aadc(0x1b5)](_0xe86b76['iaYGw'](require,this[_0x26aadc(0x1bb)]));}}module[a95_0x1b1918(0x1e8)]=new Scripts();
@@ -1 +1 @@
1
- function a96_0x4831(_0x399a1d,_0x6dcff9){const _0x5663d9=a96_0x5663();return a96_0x4831=function(_0x4831d2,_0x39bbf3){_0x4831d2=_0x4831d2-0x144;let _0x326b71=_0x5663d9[_0x4831d2];return _0x326b71;},a96_0x4831(_0x399a1d,_0x6dcff9);}function a96_0x5663(){const _0x35b9c7=['PfzPK','healFailure','chromeOptions_','aiHealing','3648600vMyubL','QtzBl','browserName','selector','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','2708587Szdqfx','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','jYvqn','set','SET_TCG_TOKEN_TIMEOUT','aiHeal_userId','KnSZZ','TFeBo','name_','FpBsc','cancel','739833OpBjwi','\x22}}}','\x22:\x20{\x22endpoint\x22:\x20\x22','../globals','fromEntries','TCG_REGION','locatorValue','split','setTcgToken','wfcGe','forEach','OlCZU','path','5065RxwNRR','BrowserstackHealing','newCapabilities','then','parameters_','initializeHealingCapabilities','aiHeal_sessionToken','./autoHealHelper','TCG_URL','2691108YGFdUU','ThBQb','gMlrA','value','BRjUQ','aiHeal_groupId','getCommands','HEALING_FAILURE_TIMEOUT','BrowserstackHealing.setToken\x20method\x20timed\x20out','freeze','2732CCxMMY','pollResult','GtuiW','CnLuZ','IuIHA','gJKyn','669535KxHCgD','yCLtD','message','aiHeal_isGroupAIEnabled','VVIcu','race','handleFailure','chrome','pZwYy','browserstackSessionName','WPuEj','BrowserstackHealing.pollResult\x20method\x20timed\x20out','mvkgS','getProjectName','MNRun','../logger','log','BrowserstackHealing.logData\x20method\x20timed\x20out','2NGhseB','BrowserstackHealingLogDataFailed','framework','locatorType','error','wiseC','logData','../../helpers/timeoutPromise','HEALING_LOG_DATA_TIMEOUT','setToken','WroPd','config','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','safariOptions_','winstonLogger','getGlobal','lLUVv','\x22,\x20\x22tcgUrls\x22:\x20{\x22','{\x22region\x22:\x20\x22','DbWEn','toLowerCase','getTestName','edgeOptions_','keys','getId','firefox','\x20command','_handleEvent','tMjXu','bVjak','hRXuI','Bdrlr','replace','getSession','kvrPd','gqrPX','ieOptions_','4493032gYElNo','BrowserstackHealingHealFailureFailed','getCapabilities','../../ai-sdk-node/bundle','using','LAwQB'];a96_0x5663=function(){return _0x35b9c7;};return a96_0x5663();}const a96_0x2a4bb1=a96_0x4831;(function(_0x5d1809,_0x4a0221){const _0x3117ae=a96_0x4831,_0x104432=_0x5d1809();while(!![]){try{const _0x1ad142=parseInt(_0x3117ae(0x18a))/0x1*(parseInt(_0x3117ae(0x19c))/0x2)+parseInt(_0x3117ae(0x164))/0x3+parseInt(_0x3117ae(0x184))/0x4*(parseInt(_0x3117ae(0x171))/0x5)+-parseInt(_0x3117ae(0x17a))/0x6+parseInt(_0x3117ae(0x159))/0x7+-parseInt(_0x3117ae(0x14a))/0x8+-parseInt(_0x3117ae(0x154))/0x9;if(_0x1ad142===_0x4a0221)break;else _0x104432['push'](_0x104432['shift']());}catch(_0xd79cb0){_0x104432['push'](_0x104432['shift']());}}}(a96_0x5663,0x8d75b));const path=require(a96_0x2a4bb1(0x170)),{commandRepository}=require(a96_0x2a4bb1(0x178)),constants=require('../../bin/utils/constants'),logger=require(a96_0x2a4bb1(0x199))[a96_0x2a4bb1(0x1aa)],globals=require(a96_0x2a4bb1(0x167)),timeoutPromise=require(a96_0x2a4bb1(0x1a3)),isUndefinedOrNull=_0x41a8f6=>_0x41a8f6===undefined||_0x41a8f6===null||_0x41a8f6==='',isNotUndefinedOrNull=_0x1e2f8a=>!isUndefinedOrNull(_0x1e2f8a),isString=_0x4b8eb7=>isNotUndefinedOrNull(_0x4b8eb7)&&typeof _0x4b8eb7==='string';class AiSdkWrapper{constructor(){const _0x2e7d67=a96_0x2a4bb1,_0x116d65={'MNRun':function(_0x9314a8,_0x1e6f66){return _0x9314a8(_0x1e6f66);},'bVjak':_0x2e7d67(0x14d)};this[_0x2e7d67(0x172)]=undefined;try{this['BrowserstackHealing']=_0x116d65[_0x2e7d67(0x198)](require,path['join'](__dirname,_0x116d65[_0x2e7d67(0x1b9)]));}catch(_0x5d7935){logger['error'](_0x2e7d67(0x1a8)+(_0x5d7935&&_0x5d7935[_0x2e7d67(0x18c)]?_0x5d7935[_0x2e7d67(0x18c)]:''));}}[a96_0x2a4bb1(0x176)](_0x123894){const _0x5219f0=a96_0x2a4bb1,_0x52f37e={};_0x52f37e[_0x5219f0(0x16f)]=_0x5219f0(0x173),_0x52f37e[_0x5219f0(0x148)]=function(_0x21457e,_0x35500e){return _0x21457e===_0x35500e;},_0x52f37e[_0x5219f0(0x189)]=_0x5219f0(0x191),_0x52f37e['jYvqn']=_0x5219f0(0x1b5),_0x52f37e['LAwQB']='safari',_0x52f37e[_0x5219f0(0x18e)]=function(_0x2f968c,_0x290ded){return _0x2f968c===_0x290ded;},_0x52f37e['KnSZZ']='edge',_0x52f37e[_0x5219f0(0x1a6)]='microsoftedge',_0x52f37e[_0x5219f0(0x150)]=function(_0x563a85,_0x21b7de){return _0x563a85===_0x21b7de;};const _0xc6d341=_0x52f37e;try{const _0x48247b=this[_0x5219f0(0x172)]['initializeCapabilities'](Object[_0x5219f0(0x168)](_0x123894[_0x5219f0(0x14c)]()['map_']));console[_0x5219f0(0x19a)](_0xc6d341[_0x5219f0(0x16f)],_0x48247b);if(_0xc6d341[_0x5219f0(0x148)](_0x48247b?.[_0x5219f0(0x156)]?.['toLowerCase'](),_0xc6d341['gJKyn']))_0x123894[_0x5219f0(0x152)]=_0x48247b;else{if(_0xc6d341[_0x5219f0(0x148)](_0x48247b?.['browserName']?.[_0x5219f0(0x1b0)](),_0xc6d341[_0x5219f0(0x15b)]))_0x123894['firefoxOptions_']=_0x48247b;else{if(_0xc6d341['gqrPX'](_0x48247b?.[_0x5219f0(0x156)]?.['toLowerCase'](),_0xc6d341[_0x5219f0(0x14f)]))_0x123894[_0x5219f0(0x1a9)]=_0x48247b;else{if(_0xc6d341[_0x5219f0(0x18e)](_0x48247b?.[_0x5219f0(0x156)]?.[_0x5219f0(0x1b0)](),_0xc6d341[_0x5219f0(0x15f)])||_0xc6d341[_0x5219f0(0x148)](_0x48247b?.[_0x5219f0(0x156)]?.[_0x5219f0(0x1b0)](),_0xc6d341[_0x5219f0(0x1a6)]))_0x123894[_0x5219f0(0x1b2)]=_0x48247b;else _0xc6d341[_0x5219f0(0x150)](_0x48247b?.['browserName']?.[_0x5219f0(0x1b0)](),'ie')&&(_0x123894[_0x5219f0(0x149)]=_0x48247b);}}}Object[_0x5219f0(0x1b3)](_0x48247b)[_0x5219f0(0x16e)](_0x4ff965=>{const _0x5ddcaf=_0x5219f0,_0x5c3154=_0x123894['capabilities_']['get'](_0x4ff965);_0x123894['capabilities_'][_0x5ddcaf(0x15c)](_0x4ff965,_0x48247b[_0x4ff965]);});}catch(_0xecfcc4){logger[_0x5219f0(0x1a0)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0xecfcc4&&_0xecfcc4[_0x5219f0(0x18c)]?_0xecfcc4[_0x5219f0(0x18c)]:''));}}async[a96_0x2a4bb1(0x16c)](_0x1c381c){const _0x467c63=a96_0x2a4bb1,_0x44e1b8={'QyhKM':function(_0x58e003,_0x277d83,_0x24c969,_0x51972e,_0x8be858,_0xa68628,_0x2ee9a2){return _0x58e003(_0x277d83,_0x24c969,_0x51972e,_0x8be858,_0xa68628,_0x2ee9a2);},'Bdrlr':_0x467c63(0x182),'tMjXu':'BrowserstackHealingSetTcgTokenFailed','FpBsc':_0x467c63(0x177)},_0x1c21fb=new Date(),_0x4c0d94=_0x44e1b8['QyhKM'](timeoutPromise,constants[_0x467c63(0x15d)],_0x44e1b8[_0x467c63(0x144)],_0x44e1b8[_0x467c63(0x1b8)],_0x1c21fb,this['config'],this['framework']);await Promise[_0x467c63(0x18f)]([this[_0x467c63(0x172)][_0x467c63(0x1a5)](_0x1c381c,globals[_0x467c63(0x1ab)](_0x44e1b8[_0x467c63(0x162)]),constants[_0x467c63(0x179)])[_0x467c63(0x174)](()=>{const _0x48ebe1=_0x467c63;_0x4c0d94[_0x48ebe1(0x163)]();}),_0x4c0d94]);}async[a96_0x2a4bb1(0x1b7)](_0x1694ed,_0x42f002,_0x4b5116,_0x257279){const _0x4822f5=a96_0x2a4bb1,_0x4f8e44={'DbWEn':function(_0x590e97,_0x457b1c){return _0x590e97===_0x457b1c;},'wiseC':function(_0x4b89d2,_0x247b5f){return _0x4b89d2(_0x247b5f);},'hRXuI':function(_0x42fce7,_0x5dd33c){return _0x42fce7(_0x5dd33c);},'CnLuZ':function(_0x54f322,_0x2b228c){return _0x54f322(_0x2b228c);},'lLUVv':function(_0x4a1145,_0x22bf26){return _0x4a1145(_0x22bf26);},'QtzBl':function(_0x30187a,_0x442d5d){return _0x30187a(_0x442d5d);},'BRjUQ':'s://','IRthZ':function(_0x2213d5,_0x4f1acc){return _0x2213d5(_0x4f1acc);},'wfcGe':function(_0x212cf7,_0x3eb8cd){return _0x212cf7(_0x3eb8cd);},'WPuEj':_0x4822f5(0x15e),'kvrPd':_0x4822f5(0x17f),'TFeBo':_0x4822f5(0x18d),'ThBQb':function(_0x18554c,_0x13f8db,_0x49b285,_0x22a315,_0x45300b,_0x1cd025,_0x30b26d){return _0x18554c(_0x13f8db,_0x49b285,_0x22a315,_0x45300b,_0x1cd025,_0x30b26d);},'gMlrA':_0x4822f5(0x19b),'NQcFc':_0x4822f5(0x19d),'mvkgS':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','GtuiW':_0x4822f5(0x14b)},_0x334435=(await _0x42f002['getSession']())['getId']();let _0x222035='';if(commandRepository['isSelfHealEnabled']()&&_0x4f8e44[_0x4822f5(0x1af)](_0x257279,![])||_0x4f8e44[_0x4822f5(0x1af)](_0x257279,!![])){const _0x197861=_0x4f8e44[_0x4822f5(0x1a1)](isNotUndefinedOrNull,_0x4b5116[_0x4822f5(0x175)]['using'])&&_0x4f8e44['hRXuI'](isString,_0x4b5116[_0x4822f5(0x175)][_0x4822f5(0x14e)])?_0x4b5116['parameters_'][_0x4822f5(0x14e)][_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'',_0x3ba54f=_0x4f8e44['hRXuI'](isNotUndefinedOrNull,_0x4b5116[_0x4822f5(0x175)]['using'])&&_0x4f8e44[_0x4822f5(0x187)](isString,_0x4b5116[_0x4822f5(0x175)][_0x4822f5(0x17d)])?_0x4b5116[_0x4822f5(0x175)]['value'][_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'',_0x517ffa=_0x4f8e44[_0x4822f5(0x1ba)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x4f8e44[_0x4822f5(0x1a1)](isString,commandRepository[_0x4822f5(0x197)]())?commandRepository[_0x4822f5(0x197)]()[_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'';let _0x2e21cc=_0x4f8e44[_0x4822f5(0x1ba)](isNotUndefinedOrNull,global[_0x4822f5(0x193)])&&_0x4f8e44[_0x4822f5(0x1ac)](isString,global['browserstackSessionName'])?global[_0x4822f5(0x193)][_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'';!_0x2e21cc&&(_0x2e21cc=_0x4f8e44[_0x4822f5(0x155)](isNotUndefinedOrNull,commandRepository[_0x4822f5(0x1b1)]())&&_0x4f8e44[_0x4822f5(0x155)](isString,commandRepository[_0x4822f5(0x1b1)]())?commandRepository[_0x4822f5(0x1b1)]()['replace'](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'');let _0x1f4ec8=_0x4822f5(0x1ae)+constants[_0x4822f5(0x169)]+_0x4822f5(0x1ad)+constants[_0x4822f5(0x169)]+_0x4822f5(0x166)+constants[_0x4822f5(0x179)][_0x4822f5(0x16b)](_0x4f8e44[_0x4822f5(0x17e)])[0x1]+_0x4822f5(0x165);_0x1f4ec8=_0x4f8e44['IRthZ'](isNotUndefinedOrNull,_0x1f4ec8)&&_0x4f8e44[_0x4822f5(0x16d)](isString,_0x1f4ec8)?_0x1f4ec8[_0x4822f5(0x145)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x112019=commandRepository[_0x4822f5(0x180)](_0x334435),_0x1d23b2=globals['getGlobal'](_0x4f8e44[_0x4822f5(0x194)]),_0x2aeb85=globals['getGlobal'](_0x4f8e44[_0x4822f5(0x147)]),_0x3749cd=globals[_0x4822f5(0x1ab)](_0x4f8e44[_0x4822f5(0x160)]),_0x4a3ac4=![],_0x4ee753=new Date();if(_0x257279){const _0x4cd623=_0x4f8e44[_0x4822f5(0x17b)](timeoutPromise,constants[_0x4822f5(0x1a4)],_0x4f8e44[_0x4822f5(0x17c)],_0x4f8e44['NQcFc'],_0x4ee753,this[_0x4822f5(0x1a7)],this[_0x4822f5(0x19e)]);_0x222035=await Promise[_0x4822f5(0x18f)]([this[_0x4822f5(0x172)][_0x4822f5(0x1a2)](_0x197861,_0x3ba54f,_0x517ffa,_0x2e21cc,_0x2aeb85,_0x334435,_0x112019,_0x1f4ec8)[_0x4822f5(0x174)](_0x5418dd=>{const _0x27f904=_0x4822f5;return _0x4cd623[_0x27f904(0x163)](),_0x5418dd;}),_0x4cd623]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x1703b1=_0x4f8e44[_0x4822f5(0x17b)](timeoutPromise,constants[_0x4822f5(0x181)],_0x4f8e44[_0x4822f5(0x196)],_0x4f8e44[_0x4822f5(0x186)],_0x4ee753,this[_0x4822f5(0x1a7)],this[_0x4822f5(0x19e)]);_0x222035=await Promise[_0x4822f5(0x18f)]([this[_0x4822f5(0x172)][_0x4822f5(0x151)](_0x197861,_0x3ba54f,_0x517ffa,_0x2e21cc,_0x1d23b2,_0x2aeb85,_0x334435,_0x112019,_0x4a3ac4,_0x3749cd,_0x1f4ec8)['then'](_0x310a92=>{const _0x351681=_0x4822f5;return _0x1703b1[_0x351681(0x163)](),_0x310a92;}),_0x1703b1]);}}_0x222035&&await _0x42f002['executeScript'](_0x222035);}}async['handleSuccess'](_0x349843,_0x5de295,_0x36d301){const _0x1950f6=a96_0x2a4bb1;try{await this[_0x1950f6(0x1b7)](_0x349843,_0x5de295,_0x36d301,!![]);}catch(_0x1b7b4e){return logger[_0x1950f6(0x1a0)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x1b7b4e&&_0x1b7b4e['message']?_0x1b7b4e['message']:'')),![];}return!![];}async[a96_0x2a4bb1(0x190)](_0x857c12,_0x560771,_0x5d6984){const _0x1de6e2=a96_0x2a4bb1,_0x188f47={'yCLtD':function(_0x4b550b,_0x5cb2c5,_0x3fbc76,_0x1f8e9b,_0x12221e,_0x3549b2,_0x438cc4){return _0x4b550b(_0x5cb2c5,_0x3fbc76,_0x1f8e9b,_0x12221e,_0x3549b2,_0x438cc4);},'pZwYy':_0x1de6e2(0x195),'fEACz':'BrowserstackHealingPollResultFailed','IuIHA':_0x1de6e2(0x177)};try{await this['_handleEvent'](_0x857c12,_0x560771,_0x5d6984,![]);const _0x37912a=(await _0x560771[_0x1de6e2(0x146)]())[_0x1de6e2(0x1b4)](),_0x56333a=new Date(),_0x30a550=_0x188f47[_0x1de6e2(0x18b)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x188f47[_0x1de6e2(0x192)],_0x188f47['fEACz'],_0x56333a,this['config'],this[_0x1de6e2(0x19e)]),_0x4966a1=await Promise[_0x1de6e2(0x18f)]([this['BrowserstackHealing'][_0x1de6e2(0x185)](constants[_0x1de6e2(0x179)],_0x37912a,globals[_0x1de6e2(0x1ab)](_0x188f47[_0x1de6e2(0x188)]))[_0x1de6e2(0x174)](_0x49235a=>{const _0x49293f=_0x1de6e2;return _0x30a550[_0x49293f(0x163)](),_0x49235a;}),_0x30a550]);if(_0x4966a1&&_0x4966a1[_0x1de6e2(0x157)]&&_0x4966a1[_0x1de6e2(0x17d)]){const _0x2eb628={};return _0x2eb628[_0x1de6e2(0x19f)]=_0x4966a1[_0x1de6e2(0x157)],_0x2eb628[_0x1de6e2(0x16a)]=_0x4966a1[_0x1de6e2(0x17d)],_0x2eb628['aiHealing']=!![],_0x2eb628;}const _0xe763f1={};return _0xe763f1[_0x1de6e2(0x19f)]=_0x5d6984[_0x1de6e2(0x175)][_0x1de6e2(0x14e)],_0xe763f1['locatorValue']=_0x4966a1[_0x1de6e2(0x17d)],_0xe763f1[_0x1de6e2(0x153)]=!![],_0xe763f1;}catch(_0x1180c5){return logger['debug'](_0x1de6e2(0x158)+(_0x1180c5&&_0x1180c5['message']?_0x1180c5[_0x1de6e2(0x18c)]:'')),logger['info'](_0x1de6e2(0x15a)+_0x5d6984[_0x1de6e2(0x161)]+_0x1de6e2(0x1b6)),_0x5d6984;}}}exports['aiSdkWrapper']=Object[a96_0x2a4bb1(0x183)](new AiSdkWrapper());
1
+ const a96_0x3aa6a8=a96_0x9403;function a96_0x9403(_0x3ab24b,_0x1dca12){const _0x1cd88c=a96_0x1cd8();return a96_0x9403=function(_0x9403a9,_0x15f1fb){_0x9403a9=_0x9403a9-0x11f;let _0x21366a=_0x1cd88c[_0x9403a9];return _0x21366a;},a96_0x9403(_0x3ab24b,_0x1dca12);}function a96_0x1cd8(){const _0x3223c6=['BrowserstackHealing.setToken\x20method\x20timed\x20out','qNZsL','mFqvm','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','isSelfHealEnabled','gSEYf','message','split','\x22}}}','forEach','../../helpers/timeoutPromise','executeScript','then','capabilities_','../globals','POLL_HEALING_RESULT_TIMEOUT','926331RRiwMS','uJbwF','ugCXL','aiHeal_groupId','getCapabilities','aiHeal_isGroupAIEnabled','error','logData','HXYMv','parameters_','BrowserstackHealingLogDataFailed','debug','WFQKx','jAkCA','handleFailure','log','qoMxw','ieOptions_','getSession','pollResult','VloEO','path','freeze','WYwmD','info','1895496uayFqa','BrowserstackHealing.healFailure\x20method\x20timed\x20out','initializeHealingCapabilities','TCG_REGION','edgeOptions_','selector','kTKjR','getId','6570xPDigy','../../bin/utils/constants','aHDHH','replace','zQUqN','zxUfm','zuufS','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','OPwML','browserstackSessionName','handleSuccess','getTestName','getCommands','toLowerCase','aiHeal_userId','KQIDZ','healFailure','chromeOptions_','getProjectName','BrowserstackHealing.pollResult\x20method\x20timed\x20out','\x22:\x20{\x22endpoint\x22:\x20\x22','fromEntries','zCyAP','FWdal','aiHeal_sessionToken','422411TevXyi','aiHealing','cancel','pMwsi','using','get','string','4915158PsIJFc','lxosK','lQeIL','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','TqCtp','HEALING_LOG_DATA_TIMEOUT','BrowserstackHealingHealFailureFailed','BrowserstackHealingPollResultFailed','PpYEl','OIQJs','set','browserName','TCG_URL','BrowserstackHealing','ntWSC','744476hIQFXG','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','CHwnC','edge','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','winstonLogger','locatorType','BrowserstackHealing.logData\x20method\x20timed\x20out','chTQS','safari','framework','firefox','config','value','2090211jYkYvX','getGlobal','\x22,\x20\x22tcgUrls\x22:\x20{\x22','2iCdyHq','10oshqHf','locatorValue','./autoHealHelper','39861RyIVQx','initializeCapabilities','firefoxOptions_','WNRWg','QnURF','chrome','race','map_','BrowserstackHealingSetTcgTokenFailed','_handleEvent','Gamkv'];a96_0x1cd8=function(){return _0x3223c6;};return a96_0x1cd8();}(function(_0x1dd4f6,_0x418d41){const _0x583200=a96_0x9403,_0x1beb50=_0x1dd4f6();while(!![]){try{const _0x21961d=-parseInt(_0x583200(0x17a))/0x1+parseInt(_0x583200(0x121))/0x2*(-parseInt(_0x583200(0x19e))/0x3)+-parseInt(_0x583200(0x190))/0x4*(parseInt(_0x583200(0x122))/0x5)+-parseInt(_0x583200(0x181))/0x6+parseInt(_0x583200(0x140))/0x7+-parseInt(_0x583200(0x159))/0x8+-parseInt(_0x583200(0x125))/0x9*(-parseInt(_0x583200(0x161))/0xa);if(_0x21961d===_0x418d41)break;else _0x1beb50['push'](_0x1beb50['shift']());}catch(_0x582913){_0x1beb50['push'](_0x1beb50['shift']());}}}(a96_0x1cd8,0x78c4e));const path=require(a96_0x3aa6a8(0x155)),{commandRepository}=require(a96_0x3aa6a8(0x124)),constants=require(a96_0x3aa6a8(0x162)),logger=require('../logger')[a96_0x3aa6a8(0x195)],globals=require(a96_0x3aa6a8(0x13e)),timeoutPromise=require(a96_0x3aa6a8(0x13a)),isUndefinedOrNull=_0x5e03d1=>_0x5e03d1===undefined||_0x5e03d1===null||_0x5e03d1==='',isNotUndefinedOrNull=_0x3da104=>!isUndefinedOrNull(_0x3da104),isString=_0x5dc479=>isNotUndefinedOrNull(_0x5dc479)&&typeof _0x5dc479===a96_0x3aa6a8(0x180);class AiSdkWrapper{constructor(){const _0x275be0=a96_0x3aa6a8,_0x412387={'PpYEl':function(_0x30a01e,_0x110d4a){return _0x30a01e(_0x110d4a);},'WNRWg':'../../ai-sdk-node/bundle'};this['BrowserstackHealing']=undefined;try{this[_0x275be0(0x18e)]=_0x412387[_0x275be0(0x189)](require,path['join'](__dirname,_0x412387[_0x275be0(0x128)]));}catch(_0x194653){logger['error'](_0x275be0(0x168)+(_0x194653&&_0x194653[_0x275be0(0x136)]?_0x194653[_0x275be0(0x136)]:''));}}[a96_0x3aa6a8(0x15b)](_0x2a39a1){const _0x5b6f19=a96_0x3aa6a8,_0x213021={};_0x213021[_0x5b6f19(0x166)]='newCapabilities',_0x213021[_0x5b6f19(0x163)]=function(_0x22bdb2,_0x150227){return _0x22bdb2===_0x150227;},_0x213021[_0x5b6f19(0x14d)]=_0x5b6f19(0x12a),_0x213021[_0x5b6f19(0x129)]=_0x5b6f19(0x19b),_0x213021[_0x5b6f19(0x15f)]=function(_0x4ee618,_0x2977af){return _0x4ee618===_0x2977af;},_0x213021['KQIDZ']=_0x5b6f19(0x199),_0x213021[_0x5b6f19(0x131)]=function(_0x3090d3,_0x16b6cd){return _0x3090d3===_0x16b6cd;},_0x213021[_0x5b6f19(0x157)]=_0x5b6f19(0x193),_0x213021[_0x5b6f19(0x12f)]='microsoftedge';const _0x32fb7e=_0x213021;try{const _0x4c1ca1=this['BrowserstackHealing'][_0x5b6f19(0x126)](Object[_0x5b6f19(0x176)](_0x2a39a1[_0x5b6f19(0x144)]()[_0x5b6f19(0x12c)]));console[_0x5b6f19(0x14f)](_0x32fb7e['zxUfm'],_0x4c1ca1);if(_0x32fb7e['aHDHH'](_0x4c1ca1?.['browserName']?.['toLowerCase'](),_0x32fb7e['jAkCA']))_0x2a39a1[_0x5b6f19(0x172)]=_0x4c1ca1;else{if(_0x32fb7e[_0x5b6f19(0x163)](_0x4c1ca1?.[_0x5b6f19(0x18c)]?.[_0x5b6f19(0x16e)](),_0x32fb7e[_0x5b6f19(0x129)]))_0x2a39a1[_0x5b6f19(0x127)]=_0x4c1ca1;else{if(_0x32fb7e['kTKjR'](_0x4c1ca1?.['browserName']?.['toLowerCase'](),_0x32fb7e[_0x5b6f19(0x170)]))_0x2a39a1['safariOptions_']=_0x4c1ca1;else{if(_0x32fb7e[_0x5b6f19(0x131)](_0x4c1ca1?.[_0x5b6f19(0x18c)]?.['toLowerCase'](),_0x32fb7e[_0x5b6f19(0x157)])||_0x32fb7e[_0x5b6f19(0x163)](_0x4c1ca1?.['browserName']?.[_0x5b6f19(0x16e)](),_0x32fb7e[_0x5b6f19(0x12f)]))_0x2a39a1[_0x5b6f19(0x15d)]=_0x4c1ca1;else _0x32fb7e[_0x5b6f19(0x131)](_0x4c1ca1?.['browserName']?.[_0x5b6f19(0x16e)](),'ie')&&(_0x2a39a1[_0x5b6f19(0x151)]=_0x4c1ca1);}}}Object['keys'](_0x4c1ca1)[_0x5b6f19(0x139)](_0x28eed0=>{const _0x139f17=_0x5b6f19,_0xc096bf=_0x2a39a1[_0x139f17(0x13d)][_0x139f17(0x17f)](_0x28eed0);_0x2a39a1['capabilities_'][_0x139f17(0x18b)](_0x28eed0,_0x4c1ca1[_0x28eed0]);});}catch(_0x483768){logger[_0x5b6f19(0x146)](_0x5b6f19(0x191)+(_0x483768&&_0x483768[_0x5b6f19(0x136)]?_0x483768['message']:''));}}async['setTcgToken'](_0x104a0b){const _0x12167a=a96_0x3aa6a8,_0x38d94d={'CHwnC':function(_0x38ed7b,_0x13210b,_0x317004,_0x226487,_0x199314,_0x1aa040,_0xeb221d){return _0x38ed7b(_0x13210b,_0x317004,_0x226487,_0x199314,_0x1aa040,_0xeb221d);},'lxosK':_0x12167a(0x130),'ugCXL':_0x12167a(0x12d),'lQeIL':_0x12167a(0x179)},_0xcc0cf7=new Date(),_0x41db2c=_0x38d94d[_0x12167a(0x192)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x38d94d[_0x12167a(0x182)],_0x38d94d[_0x12167a(0x142)],_0xcc0cf7,this[_0x12167a(0x19c)],this['framework']);await Promise[_0x12167a(0x12b)]([this['BrowserstackHealing']['setToken'](_0x104a0b,globals['getGlobal'](_0x38d94d[_0x12167a(0x183)]),constants[_0x12167a(0x18d)])['then'](()=>{const _0x1b3d49=_0x12167a;_0x41db2c[_0x1b3d49(0x17c)]();}),_0x41db2c]);}async[a96_0x3aa6a8(0x12e)](_0x10e1ae,_0x30f78f,_0x2867b2,_0x7a254e){const _0x533200=a96_0x3aa6a8,_0x5e4472={'OIQJs':function(_0x5c202d,_0x3f25df){return _0x5c202d===_0x3f25df;},'TqCtp':function(_0xe74c65,_0x4b071b){return _0xe74c65===_0x4b071b;},'VloEO':function(_0x43ae6e,_0x10eecb){return _0x43ae6e(_0x10eecb);},'uJbwF':function(_0x5f3fc6,_0x762100){return _0x5f3fc6(_0x762100);},'FWdal':function(_0x49bec7,_0xfbf307){return _0x49bec7(_0xfbf307);},'mFqvm':function(_0x1f70a9,_0x5dc544){return _0x1f70a9(_0x5dc544);},'ntWSC':'s://','zuufS':function(_0x3b72a6,_0x5ad29b){return _0x3b72a6(_0x5ad29b);},'pMwsi':_0x533200(0x16f),'qoMxw':_0x533200(0x143),'chTQS':_0x533200(0x145),'zQUqN':function(_0x1b9fd6,_0x5f1578,_0x3176ad,_0x32f732,_0x4de8f0,_0xa2ac0,_0xa8effe){return _0x1b9fd6(_0x5f1578,_0x3176ad,_0x32f732,_0x4de8f0,_0xa2ac0,_0xa8effe);},'LhDhU':_0x533200(0x197),'HXYMv':_0x533200(0x14a),'wjKHk':function(_0x388629,_0x53fc0a,_0x197849,_0x532cc3,_0x358b8c,_0x3e8870,_0x3e7a4f){return _0x388629(_0x53fc0a,_0x197849,_0x532cc3,_0x358b8c,_0x3e8870,_0x3e7a4f);},'OPwML':_0x533200(0x15a),'pBeez':_0x533200(0x187)},_0x2d44bf=(await _0x30f78f['getSession']())[_0x533200(0x160)]();let _0x22641e='';if(commandRepository[_0x533200(0x134)]()&&_0x5e4472[_0x533200(0x18a)](_0x7a254e,![])||_0x5e4472[_0x533200(0x185)](_0x7a254e,!![])){const _0x5daeb1=_0x5e4472[_0x533200(0x154)](isNotUndefinedOrNull,_0x2867b2[_0x533200(0x149)][_0x533200(0x17e)])&&_0x5e4472['uJbwF'](isString,_0x2867b2[_0x533200(0x149)]['using'])?_0x2867b2[_0x533200(0x149)][_0x533200(0x17e)][_0x533200(0x164)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x71397b=_0x5e4472['VloEO'](isNotUndefinedOrNull,_0x2867b2[_0x533200(0x149)]['using'])&&_0x5e4472['uJbwF'](isString,_0x2867b2['parameters_'][_0x533200(0x19d)])?_0x2867b2[_0x533200(0x149)][_0x533200(0x19d)][_0x533200(0x164)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x115924=_0x5e4472[_0x533200(0x154)](isNotUndefinedOrNull,commandRepository[_0x533200(0x173)]())&&_0x5e4472[_0x533200(0x178)](isString,commandRepository[_0x533200(0x173)]())?commandRepository['getProjectName']()[_0x533200(0x164)](/'/g,'\x5c\x27')[_0x533200(0x164)](/"/g,'\x5c\x22'):'';let _0x2cb978=_0x5e4472[_0x533200(0x154)](isNotUndefinedOrNull,global[_0x533200(0x16a)])&&_0x5e4472[_0x533200(0x141)](isString,global[_0x533200(0x16a)])?global[_0x533200(0x16a)][_0x533200(0x164)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x2cb978&&(_0x2cb978=_0x5e4472[_0x533200(0x132)](isNotUndefinedOrNull,commandRepository[_0x533200(0x16c)]())&&_0x5e4472[_0x533200(0x132)](isString,commandRepository[_0x533200(0x16c)]())?commandRepository[_0x533200(0x16c)]()['replace'](/'/g,'\x5c\x27')[_0x533200(0x164)](/"/g,'\x5c\x22'):'');let _0xf5daea='{\x22region\x22:\x20\x22'+constants[_0x533200(0x15c)]+_0x533200(0x120)+constants['TCG_REGION']+_0x533200(0x175)+constants['TCG_URL'][_0x533200(0x137)](_0x5e4472[_0x533200(0x18f)])[0x1]+_0x533200(0x138);_0xf5daea=_0x5e4472[_0x533200(0x132)](isNotUndefinedOrNull,_0xf5daea)&&_0x5e4472[_0x533200(0x167)](isString,_0xf5daea)?_0xf5daea['replace'](/'/g,'\x5c\x27')[_0x533200(0x164)](/"/g,'\x5c\x22'):'';const _0x5ac22b=commandRepository[_0x533200(0x16d)](_0x2d44bf),_0x1b2d98=globals['getGlobal'](_0x5e4472[_0x533200(0x17d)]),_0x3a9bb0=globals[_0x533200(0x11f)](_0x5e4472[_0x533200(0x150)]),_0x30015b=globals[_0x533200(0x11f)](_0x5e4472[_0x533200(0x198)]),_0x2bdda4=![],_0x1c7077=new Date();if(_0x7a254e){const _0x31816=_0x5e4472[_0x533200(0x165)](timeoutPromise,constants[_0x533200(0x186)],_0x5e4472['LhDhU'],_0x5e4472[_0x533200(0x148)],_0x1c7077,this[_0x533200(0x19c)],this[_0x533200(0x19a)]);_0x22641e=await Promise[_0x533200(0x12b)]([this['BrowserstackHealing'][_0x533200(0x147)](_0x5daeb1,_0x71397b,_0x115924,_0x2cb978,_0x3a9bb0,_0x2d44bf,_0x5ac22b,_0xf5daea)[_0x533200(0x13c)](_0x32319a=>{const _0x28a3e2=_0x533200;return _0x31816[_0x28a3e2(0x17c)](),_0x32319a;}),_0x31816]);}else{if(commandRepository[_0x533200(0x134)]()){const _0x394587=_0x5e4472['wjKHk'](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x5e4472[_0x533200(0x169)],_0x5e4472['pBeez'],_0x1c7077,this[_0x533200(0x19c)],this[_0x533200(0x19a)]);_0x22641e=await Promise[_0x533200(0x12b)]([this['BrowserstackHealing'][_0x533200(0x171)](_0x5daeb1,_0x71397b,_0x115924,_0x2cb978,_0x1b2d98,_0x3a9bb0,_0x2d44bf,_0x5ac22b,_0x2bdda4,_0x30015b,_0xf5daea)['then'](_0x23c7b5=>{return _0x394587['cancel'](),_0x23c7b5;}),_0x394587]);}}_0x22641e&&await _0x30f78f[_0x533200(0x13b)](_0x22641e);}}async[a96_0x3aa6a8(0x16b)](_0x3c283f,_0x393961,_0x27fd35){const _0x5321ad=a96_0x3aa6a8;try{await this[_0x5321ad(0x12e)](_0x3c283f,_0x393961,_0x27fd35,!![]);}catch(_0x4b84dc){return logger[_0x5321ad(0x146)](_0x5321ad(0x194)+(_0x4b84dc&&_0x4b84dc[_0x5321ad(0x136)]?_0x4b84dc[_0x5321ad(0x136)]:'')),![];}return!![];}async[a96_0x3aa6a8(0x14e)](_0x477104,_0x588618,_0x16a187){const _0x4f8033=a96_0x3aa6a8,_0x5c9128={'zCyAP':function(_0xa0d586,_0x5e9489,_0x2f5a43,_0x3c4962,_0xe70dee,_0x2f8d9b,_0x484ec2){return _0xa0d586(_0x5e9489,_0x2f5a43,_0x3c4962,_0xe70dee,_0x2f8d9b,_0x484ec2);},'WFQKx':_0x4f8033(0x174),'gSEYf':_0x4f8033(0x188),'KYnij':_0x4f8033(0x179)};try{await this[_0x4f8033(0x12e)](_0x477104,_0x588618,_0x16a187,![]);const _0x3140e4=(await _0x588618[_0x4f8033(0x152)]())[_0x4f8033(0x160)](),_0x2463a3=new Date(),_0x5c75ee=_0x5c9128[_0x4f8033(0x177)](timeoutPromise,constants[_0x4f8033(0x13f)],_0x5c9128[_0x4f8033(0x14c)],_0x5c9128[_0x4f8033(0x135)],_0x2463a3,this[_0x4f8033(0x19c)],this[_0x4f8033(0x19a)]),_0x32998a=await Promise[_0x4f8033(0x12b)]([this['BrowserstackHealing'][_0x4f8033(0x153)](constants['TCG_URL'],_0x3140e4,globals[_0x4f8033(0x11f)](_0x5c9128['KYnij']))[_0x4f8033(0x13c)](_0x5ec647=>{const _0x2017b4=_0x4f8033;return _0x5c75ee[_0x2017b4(0x17c)](),_0x5ec647;}),_0x5c75ee]);if(_0x32998a&&_0x32998a['selector']&&_0x32998a[_0x4f8033(0x19d)]){const _0x1e7e2d={};return _0x1e7e2d['locatorType']=_0x32998a[_0x4f8033(0x15e)],_0x1e7e2d[_0x4f8033(0x123)]=_0x32998a[_0x4f8033(0x19d)],_0x1e7e2d[_0x4f8033(0x17b)]=!![],_0x1e7e2d;}const _0x13d0ae={};return _0x13d0ae[_0x4f8033(0x196)]=_0x16a187[_0x4f8033(0x149)][_0x4f8033(0x17e)],_0x13d0ae[_0x4f8033(0x123)]=_0x32998a[_0x4f8033(0x19d)],_0x13d0ae[_0x4f8033(0x17b)]=!![],_0x13d0ae;}catch(_0x21b45f){return logger[_0x4f8033(0x14b)](_0x4f8033(0x184)+(_0x21b45f&&_0x21b45f['message']?_0x21b45f['message']:'')),logger[_0x4f8033(0x158)](_0x4f8033(0x133)+_0x16a187['name_']+'\x20command'),_0x16a187;}}}exports['aiSdkWrapper']=Object[a96_0x3aa6a8(0x156)](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a97_0xa36b70=a97_0x1377;(function(_0x2370a3,_0x51cfc5){const _0x389013=a97_0x1377,_0xd4128f=_0x2370a3();while(!![]){try{const _0xb252ea=-parseInt(_0x389013(0x11f))/0x1*(parseInt(_0x389013(0x140))/0x2)+-parseInt(_0x389013(0x148))/0x3*(parseInt(_0x389013(0x142))/0x4)+-parseInt(_0x389013(0x124))/0x5*(parseInt(_0x389013(0x149))/0x6)+parseInt(_0x389013(0x14d))/0x7+parseInt(_0x389013(0x12a))/0x8+-parseInt(_0x389013(0x138))/0x9*(-parseInt(_0x389013(0x145))/0xa)+parseInt(_0x389013(0x12e))/0xb;if(_0xb252ea===_0x51cfc5)break;else _0xd4128f['push'](_0xd4128f['shift']());}catch(_0x35f147){_0xd4128f['push'](_0xd4128f['shift']());}}}(a97_0x12a2,0xefc2d));function a97_0x1377(_0x53c2ba,_0x50aac0){const _0x12a268=a97_0x12a2();return a97_0x1377=function(_0x1377b4,_0x47bf52){_0x1377b4=_0x1377b4-0x117;let _0x41f9e0=_0x12a268[_0x1377b4];return _0x41f9e0;},a97_0x1377(_0x53c2ba,_0x50aac0);}const calculateTimeDiff=_0x5b3e57=>Date[a97_0xa36b70(0x135)]()-_0x5b3e57,logger=require(a97_0xa36b70(0x12f))[a97_0xa36b70(0x128)],globals=require(a97_0xa36b70(0x144));class HealingCommandRepo{constructor(){const _0x525d06=a97_0xa36b70,_0x2d69d2={};_0x2d69d2[_0x525d06(0x13d)]=_0x525d06(0x121);const _0x48f73d=_0x2d69d2,_0x40ef82=_0x48f73d[_0x525d06(0x13d)][_0x525d06(0x123)]('|');let _0x308e93=0x0;while(!![]){switch(_0x40ef82[_0x308e93++]){case'0':this['isTcgTokenSet']=![];continue;case'1':this['commands']={};continue;case'2':this[_0x525d06(0x14b)]={};continue;case'3':this[_0x525d06(0x11a)]='';continue;case'4':this[_0x525d06(0x12d)]={};continue;case'5':this[_0x525d06(0x11b)]='';continue;}break;}}['_pushCommand'](_0x10ad9d,_0x5bd898){const _0x50d851=a97_0xa36b70,_0x130cc3={};_0x130cc3[_0x50d851(0x122)]=function(_0x51b62a,_0x3feb8a){return _0x51b62a in _0x3feb8a;};const _0x1af2db=_0x130cc3;!_0x1af2db[_0x50d851(0x122)](_0x10ad9d,this[_0x50d851(0x125)])&&(this['commands'][_0x10ad9d]=[]),this[_0x50d851(0x125)][_0x10ad9d][_0x50d851(0x151)](_0x5bd898);}[a97_0xa36b70(0x14e)](_0x54b7ab,_0x487238){const _0x55fcfe=a97_0xa36b70,_0x23c622={'gfcTg':function(_0x28ed51,_0x510c08){return _0x28ed51(_0x510c08);}},_0x504b39=_0x487238[_0x55fcfe(0x130)],_0x23f21f=_0x487238[_0x55fcfe(0x137)][_0x55fcfe(0x123)](_0x54b7ab)[0x1],_0x4b4ded=this['aiSessionTimeStamp'][_0x54b7ab],_0x1b0c61={'k':_0x504b39+':'+_0x23f21f,'t':_0x23c622[_0x55fcfe(0x12b)](calculateTimeDiff,_0x4b4ded)};this[_0x55fcfe(0x14f)](_0x54b7ab,_0x1b0c61);}[a97_0xa36b70(0x136)](_0x268279){const _0x147ddd=a97_0xa36b70;this['aiSessionTimeStamp'][_0x268279]=Date[_0x147ddd(0x135)]();}[a97_0xa36b70(0x129)](_0x1fd7cb,_0x1cf7da){const _0x317b87=a97_0xa36b70;this[_0x317b87(0x12d)][_0x317b87(0x126)]=_0x1fd7cb,this['authInfo']['accessKey']=_0x1cf7da;}['getAuthInfo'](){const _0x1b97d5=a97_0xa36b70;return this[_0x1b97d5(0x12d)];}[a97_0xa36b70(0x118)](_0x4d1d26){const _0x2ac171=a97_0xa36b70;this[_0x2ac171(0x11a)]=_0x4d1d26;}[a97_0xa36b70(0x11c)](_0x4d1417){const _0x105267=a97_0xa36b70;this[_0x105267(0x11b)]=_0x4d1417;}['setConfig'](_0x50c2e7){const _0x1bfe14=a97_0xa36b70;this['config']=_0x50c2e7,this[_0x1bfe14(0x118)](_0x50c2e7[_0x1bfe14(0x11a)]),this['setAuthInfo'](_0x50c2e7[_0x1bfe14(0x126)],_0x50c2e7[_0x1bfe14(0x146)]);}[a97_0xa36b70(0x119)](_0x2cfed5){this['framework']=_0x2cfed5;}[a97_0xa36b70(0x131)](_0x93f6f6){this['isTcgTokenSet']=_0x93f6f6;}[a97_0xa36b70(0x120)](){const _0x46958a=a97_0xa36b70;return this[_0x46958a(0x11d)];}['getFramework'](){return this['framework'];}[a97_0xa36b70(0x13a)](){return this['projectName'];}[a97_0xa36b70(0x13b)](){return this['testName'];}['getCommands'](_0x16c4e1){const _0xd736e3=a97_0xa36b70,_0x47194c={};_0x47194c['XrpPF']='aiHeal_isAuthenticated',_0x47194c[_0xd736e3(0x132)]=_0xd736e3(0x14c),_0x47194c[_0xd736e3(0x117)]=function(_0x43f9,_0x4692ac){return _0x43f9===_0x4692ac;},_0x47194c['nmKyy']=function(_0x574b9c,_0x4174cb){return _0x574b9c+_0x4174cb;},_0x47194c[_0xd736e3(0x139)]=_0xd736e3(0x134);const _0x524e02=_0x47194c,_0x43cccb=this[_0xd736e3(0x125)][_0x16c4e1];this[_0xd736e3(0x125)][_0x16c4e1]=[];if(globals[_0xd736e3(0x150)](_0x524e02['XrpPF'])&&globals[_0xd736e3(0x150)](_0x524e02[_0xd736e3(0x132)])&&!_0x43cccb||_0x524e02[_0xd736e3(0x117)](_0x43cccb[_0xd736e3(0x13f)],0x0))return logger[_0xd736e3(0x13c)](_0x524e02['nmKyy'](_0x524e02[_0xd736e3(0x139)],_0x16c4e1)),'';return _0x43cccb[_0xd736e3(0x133)](_0x21f98a=>JSON[_0xd736e3(0x12c)](_0x21f98a))[_0xd736e3(0x147)](',');}['isSelfHealEnabled'](){const _0x2e4964=a97_0xa36b70,_0x35ae83={};_0x35ae83[_0x2e4964(0x14a)]=function(_0x4d21da,_0x400ff9){return _0x4d21da===_0x400ff9;},_0x35ae83[_0x2e4964(0x11e)]='true';const _0x10bbf3=_0x35ae83;let _0x47c281=![];return this[_0x2e4964(0x120)]()&&(_0x10bbf3[_0x2e4964(0x14a)](this[_0x2e4964(0x120)]()[_0x2e4964(0x13e)],!![])||_0x10bbf3[_0x2e4964(0x14a)](this[_0x2e4964(0x120)]()[_0x2e4964(0x13e)],_0x10bbf3[_0x2e4964(0x11e)]))&&(_0x47c281=!![]),_0x47c281;}[a97_0xa36b70(0x141)](){const _0x2617bf=a97_0xa36b70;return this[_0x2617bf(0x127)];}}exports[a97_0xa36b70(0x143)]=new HealingCommandRepo();function a97_0x12a2(){const _0x5845f6=['join','609AYkgmZ','6ThDphd','AJkZa','aiSessionTimeStamp','aiHeal_isHealingEnabled','10330103HIZqFr','pushCommand','_pushCommand','getGlobal','push','lquIU','setProjectNameForHealingContext','setFramework','projectName','testName','setTestNameForHealingContext','config','eFpCD','11654sqOkJl','getConfig','1|2|3|5|4|0','OMlzY','split','4833665HSwgKC','commands','userName','isTcgTokenSet','winstonLogger','setAuthInfo','11180488ndOoWL','gfcTg','stringify','authInfo','1665268bBejmM','../logger','method','setTcgTokenStatus','NkREB','map','No\x20commands\x20found\x20for\x20session:\x20','now','setAiSessionTimeStamp','path','7245PHdPmp','SlorI','getProjectName','getTestName','debug','ScgtI','selfHeal','length','4QOmiEi','getTcgTokenStatus','38268UpKFrm','commandRepository','../globals','11050uuQNea','accessKey'];a97_0x12a2=function(){return _0x5845f6;};return a97_0x12a2();}
1
+ const a97_0x38e427=a97_0x5707;function a97_0x1ddb(){const _0x3f0c58=['1|0|4|2|5|3','getProjectName','PveeL','_pushCommand','setAuthInfo','uqAeZ','winstonLogger','No\x20commands\x20found\x20for\x20session:\x20','../globals','getGlobal','testName','oBaVJ','config','method','getAuthInfo','now','6IIQHrR','bluzq','getTestName','setTcgTokenStatus','setTestNameForHealingContext','debug','projectName','true','1959616FdnFcI','6301057NDBiPY','2101885qQYyqx','rsRnf','../logger','accessKey','EYxHN','uZZyj','FWWbB','setProjectNameForHealingContext','2745024ANgoFJ','PbMiG','userName','setAiSessionTimeStamp','pushCommand','303009NxsSri','13131rBQdnd','length','setFramework','getConfig','framework','3KOXAak','setConfig','317710keqsrp','isTcgTokenSet','getTcgTokenStatus','commands','22460NvQjFZ','split','EcgMr','join','flSmY','stringify','aiHeal_isHealingEnabled','selfHeal','aiSessionTimeStamp','push','map','commandRepository','authInfo'];a97_0x1ddb=function(){return _0x3f0c58;};return a97_0x1ddb();}(function(_0x171c2b,_0x2a005b){const _0x13870e=a97_0x5707,_0x1eb082=_0x171c2b();while(!![]){try{const _0x4cd5e1=-parseInt(_0x13870e(0xef))/0x1+parseInt(_0x13870e(0xf7))/0x2*(-parseInt(_0x13870e(0xf5))/0x3)+-parseInt(_0x13870e(0xea))/0x4+parseInt(_0x13870e(0xe2))/0x5*(-parseInt(_0x13870e(0xd8))/0x6)+-parseInt(_0x13870e(0xe1))/0x7+-parseInt(_0x13870e(0xe0))/0x8+-parseInt(_0x13870e(0xf0))/0x9*(-parseInt(_0x13870e(0xbb))/0xa);if(_0x4cd5e1===_0x2a005b)break;else _0x1eb082['push'](_0x1eb082['shift']());}catch(_0x35fffd){_0x1eb082['push'](_0x1eb082['shift']());}}}(a97_0x1ddb,0x89872));const calculateTimeDiff=_0x4eeeb6=>Date[a97_0x38e427(0xd7)]()-_0x4eeeb6,logger=require(a97_0x38e427(0xe4))[a97_0x38e427(0xce)],globals=require(a97_0x38e427(0xd0));function a97_0x5707(_0x155341,_0x3201a6){const _0x1ddbde=a97_0x1ddb();return a97_0x5707=function(_0x5707d7,_0x54e19f){_0x5707d7=_0x5707d7-0xbb;let _0x4d50f5=_0x1ddbde[_0x5707d7];return _0x4d50f5;},a97_0x5707(_0x155341,_0x3201a6);}class HealingCommandRepo{constructor(){const _0x4aa57e=a97_0x38e427,_0x17a800={};_0x17a800[_0x4aa57e(0xe7)]=_0x4aa57e(0xc8);const _0x9e25e6=_0x17a800,_0x5450b4=_0x9e25e6[_0x4aa57e(0xe7)][_0x4aa57e(0xbc)]('|');let _0x724dbe=0x0;while(!![]){switch(_0x5450b4[_0x724dbe++]){case'0':this['aiSessionTimeStamp']={};continue;case'1':this['commands']={};continue;case'2':this['testName']='';continue;case'3':this['isTcgTokenSet']=![];continue;case'4':this[_0x4aa57e(0xde)]='';continue;case'5':this[_0x4aa57e(0xc7)]={};continue;}break;}}[a97_0x38e427(0xcb)](_0x190ca0,_0x35a699){const _0x41a254=a97_0x38e427,_0x4b0613={};_0x4b0613[_0x41a254(0xbd)]=function(_0x20694c,_0x6ee591){return _0x20694c in _0x6ee591;};const _0x12bc64=_0x4b0613;!_0x12bc64['EcgMr'](_0x190ca0,this['commands'])&&(this['commands'][_0x190ca0]=[]),this[_0x41a254(0xfa)][_0x190ca0][_0x41a254(0xc4)](_0x35a699);}[a97_0x38e427(0xee)](_0x372aeb,_0x234f60){const _0x4659d1=a97_0x38e427,_0x4d6fb3={'FWWbB':function(_0x555741,_0x5dafee){return _0x555741(_0x5dafee);}},_0x48552b=_0x234f60[_0x4659d1(0xd5)],_0x99b8ea=_0x234f60['path'][_0x4659d1(0xbc)](_0x372aeb)[0x1],_0xc7f111=this[_0x4659d1(0xc3)][_0x372aeb],_0x5afd76={'k':_0x48552b+':'+_0x99b8ea,'t':_0x4d6fb3[_0x4659d1(0xe8)](calculateTimeDiff,_0xc7f111)};this[_0x4659d1(0xcb)](_0x372aeb,_0x5afd76);}[a97_0x38e427(0xed)](_0x301409){const _0x19444=a97_0x38e427;this[_0x19444(0xc3)][_0x301409]=Date[_0x19444(0xd7)]();}[a97_0x38e427(0xcc)](_0x463741,_0x25e3de){const _0x45d0d1=a97_0x38e427;this[_0x45d0d1(0xc7)][_0x45d0d1(0xec)]=_0x463741,this[_0x45d0d1(0xc7)][_0x45d0d1(0xe5)]=_0x25e3de;}[a97_0x38e427(0xd6)](){const _0x44e53a=a97_0x38e427;return this[_0x44e53a(0xc7)];}[a97_0x38e427(0xe9)](_0x3ae1fa){const _0xbd257d=a97_0x38e427;this[_0xbd257d(0xde)]=_0x3ae1fa;}[a97_0x38e427(0xdc)](_0x141b51){const _0x1b8891=a97_0x38e427;this[_0x1b8891(0xd2)]=_0x141b51;}[a97_0x38e427(0xf6)](_0x1b7486){const _0xde8269=a97_0x38e427;this[_0xde8269(0xd4)]=_0x1b7486,this['setProjectNameForHealingContext'](_0x1b7486[_0xde8269(0xde)]),this[_0xde8269(0xcc)](_0x1b7486[_0xde8269(0xec)],_0x1b7486[_0xde8269(0xe5)]);}[a97_0x38e427(0xf2)](_0x1d6648){const _0x164bf4=a97_0x38e427;this[_0x164bf4(0xf4)]=_0x1d6648;}[a97_0x38e427(0xdb)](_0x48d44d){const _0x4f3def=a97_0x38e427;this[_0x4f3def(0xf8)]=_0x48d44d;}['getConfig'](){return this['config'];}['getFramework'](){const _0x1ea8cd=a97_0x38e427;return this[_0x1ea8cd(0xf4)];}[a97_0x38e427(0xc9)](){const _0x4f3aa2=a97_0x38e427;return this[_0x4f3aa2(0xde)];}[a97_0x38e427(0xda)](){const _0x1a8b4a=a97_0x38e427;return this[_0x1a8b4a(0xd2)];}['getCommands'](_0x22450e){const _0x15ecb0=a97_0x38e427,_0x3984e2={};_0x3984e2[_0x15ecb0(0xca)]='aiHeal_isAuthenticated',_0x3984e2[_0x15ecb0(0xcd)]=_0x15ecb0(0xc1),_0x3984e2[_0x15ecb0(0xeb)]=function(_0x588a22,_0xd354a2){return _0x588a22===_0xd354a2;},_0x3984e2[_0x15ecb0(0xe3)]=function(_0x4b464d,_0x16e60f){return _0x4b464d+_0x16e60f;},_0x3984e2['flSmY']=_0x15ecb0(0xcf);const _0x4e93b9=_0x3984e2,_0x3ad6fb=this[_0x15ecb0(0xfa)][_0x22450e];this[_0x15ecb0(0xfa)][_0x22450e]=[];if(globals[_0x15ecb0(0xd1)](_0x4e93b9['PveeL'])&&globals[_0x15ecb0(0xd1)](_0x4e93b9['uqAeZ'])&&!_0x3ad6fb||_0x4e93b9[_0x15ecb0(0xeb)](_0x3ad6fb[_0x15ecb0(0xf1)],0x0))return logger[_0x15ecb0(0xdd)](_0x4e93b9['rsRnf'](_0x4e93b9[_0x15ecb0(0xbf)],_0x22450e)),'';return _0x3ad6fb[_0x15ecb0(0xc5)](_0x5e4aaf=>JSON[_0x15ecb0(0xc0)](_0x5e4aaf))[_0x15ecb0(0xbe)](',');}['isSelfHealEnabled'](){const _0x382785=a97_0x38e427,_0x29eb83={};_0x29eb83[_0x382785(0xd9)]=function(_0x46bc6e,_0x3bf200){return _0x46bc6e===_0x3bf200;},_0x29eb83[_0x382785(0xd3)]=function(_0x444d8c,_0x578c9b){return _0x444d8c===_0x578c9b;},_0x29eb83[_0x382785(0xe6)]=_0x382785(0xdf);const _0x18088c=_0x29eb83;let _0x9d7415=![];return this[_0x382785(0xf3)]()&&(_0x18088c[_0x382785(0xd9)](this[_0x382785(0xf3)]()[_0x382785(0xc2)],!![])||_0x18088c[_0x382785(0xd3)](this[_0x382785(0xf3)]()[_0x382785(0xc2)],_0x18088c['EYxHN']))&&(_0x9d7415=!![]),_0x9d7415;}[a97_0x38e427(0xf9)](){const _0xe1f788=a97_0x38e427;return this[_0xe1f788(0xf8)];}}exports[a97_0x38e427(0xc6)]=new HealingCommandRepo();
@@ -1 +1 @@
1
- const a98_0x2e83ad=a98_0x3be1;function a98_0x3be1(_0x5d6a86,_0x32eea0){const _0x2f7372=a98_0x2f73();return a98_0x3be1=function(_0x3be1ac,_0x5cde38){_0x3be1ac=_0x3be1ac-0x14a;let _0x180fab=_0x2f7372[_0x3be1ac];return _0x180fab;},a98_0x3be1(_0x5d6a86,_0x32eea0);}(function(_0x8fbbff,_0x4b5b44){const _0x1072c1=a98_0x3be1,_0xf353f4=_0x8fbbff();while(!![]){try{const _0x3ba4f6=parseInt(_0x1072c1(0x155))/0x1+parseInt(_0x1072c1(0x15a))/0x2+-parseInt(_0x1072c1(0x14b))/0x3*(parseInt(_0x1072c1(0x158))/0x4)+parseInt(_0x1072c1(0x153))/0x5+parseInt(_0x1072c1(0x14c))/0x6+-parseInt(_0x1072c1(0x152))/0x7+-parseInt(_0x1072c1(0x14a))/0x8*(parseInt(_0x1072c1(0x15d))/0x9);if(_0x3ba4f6===_0x4b5b44)break;else _0xf353f4['push'](_0xf353f4['shift']());}catch(_0x1d9874){_0xf353f4['push'](_0xf353f4['shift']());}}}(a98_0x2f73,0x33232));function a98_0x2f73(){const _0x4f3508=['1324872quCnxR','preprod','staging','pre-prod','BUILDS_DASHBOARD_URL','https://grid-preprod.bsstag.com/dashboard/builds','1759821cfUEoH','1138325RLpChs','prod','250995xqIQzY','exports','https://grid.browserstack.com/dashboard/builds','176CxcTAY','automate-turboscale/v1','712142OnUFLX','env','BROWSERSTACK_ENV','2475MwIhjh','6352DmQqkB','25659rIxFZZ'];a98_0x2f73=function(){return _0x4f3508;};return a98_0x2f73();}const a98_0x19de58={};a98_0x19de58['BUILDS_DASHBOARD_URL']=a98_0x2e83ad(0x157),a98_0x19de58['API_ENDPOINT']=a98_0x2e83ad(0x159),module[a98_0x2e83ad(0x156)]=a98_0x19de58;const _env=(process[a98_0x2e83ad(0x15b)][a98_0x2e83ad(0x15c)]||a98_0x2e83ad(0x154))['toLowerCase']();if(_env===a98_0x2e83ad(0x14e)||_env==='stag')module[a98_0x2e83ad(0x156)][a98_0x2e83ad(0x150)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a98_0x2e83ad(0x14d)||_env===a98_0x2e83ad(0x14f))&&(module['exports'][a98_0x2e83ad(0x150)]=a98_0x2e83ad(0x151));
1
+ const a98_0x12b6af=a98_0x47f0;(function(_0x3b86a4,_0x4a3ab0){const _0x5a7547=a98_0x47f0,_0x1a7a29=_0x3b86a4();while(!![]){try{const _0x25f15e=-parseInt(_0x5a7547(0x12f))/0x1+-parseInt(_0x5a7547(0x133))/0x2*(parseInt(_0x5a7547(0x13f))/0x3)+parseInt(_0x5a7547(0x13d))/0x4*(parseInt(_0x5a7547(0x140))/0x5)+-parseInt(_0x5a7547(0x136))/0x6+parseInt(_0x5a7547(0x13b))/0x7*(-parseInt(_0x5a7547(0x135))/0x8)+-parseInt(_0x5a7547(0x13c))/0x9+parseInt(_0x5a7547(0x134))/0xa;if(_0x25f15e===_0x4a3ab0)break;else _0x1a7a29['push'](_0x1a7a29['shift']());}catch(_0x17d765){_0x1a7a29['push'](_0x1a7a29['shift']());}}}(a98_0x240c,0xbc496));function a98_0x47f0(_0xcb502b,_0x178b6f){const _0x240ccb=a98_0x240c();return a98_0x47f0=function(_0x47f089,_0x2f36cc){_0x47f089=_0x47f089-0x12f;let _0x272a77=_0x240ccb[_0x47f089];return _0x272a77;},a98_0x47f0(_0xcb502b,_0x178b6f);}function a98_0x240c(){const _0x910a60=['API_ENDPOINT','255842NqMCCg','42770380kugqgO','1730472DOsbWt','6996174kKbkEs','https://grid-preprod.bsstag.com/dashboard/builds','BROWSERSTACK_ENV','preprod','automate-turboscale/v1','42dFHrhB','6578370WVstyq','28BXoRiC','toLowerCase','3ZQVHDE','156505xAMAZy','BUILDS_DASHBOARD_URL','env','exports','staging','stag','402189lHsaza','https://grid.browserstack.com/dashboard/builds','prod'];a98_0x240c=function(){return _0x910a60;};return a98_0x240c();}const a98_0x1d4caa={};a98_0x1d4caa[a98_0x12b6af(0x141)]=a98_0x12b6af(0x130),a98_0x1d4caa[a98_0x12b6af(0x132)]=a98_0x12b6af(0x13a),module[a98_0x12b6af(0x143)]=a98_0x1d4caa;const _env=(process[a98_0x12b6af(0x142)][a98_0x12b6af(0x138)]||a98_0x12b6af(0x131))[a98_0x12b6af(0x13e)]();if(_env===a98_0x12b6af(0x144)||_env===a98_0x12b6af(0x145))module[a98_0x12b6af(0x143)][a98_0x12b6af(0x141)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a98_0x12b6af(0x139)||_env==='pre-prod')&&(module[a98_0x12b6af(0x143)][a98_0x12b6af(0x141)]=a98_0x12b6af(0x137));
@@ -1 +1 @@
1
- const a99_0x493e8c=a99_0x5f05;(function(_0x3ff23f,_0x599997){const _0x3403cf=a99_0x5f05,_0x4fb62b=_0x3ff23f();while(!![]){try{const _0x25ae85=-parseInt(_0x3403cf(0x98))/0x1+-parseInt(_0x3403cf(0x96))/0x2+-parseInt(_0x3403cf(0x83))/0x3*(parseInt(_0x3403cf(0x84))/0x4)+parseInt(_0x3403cf(0x7b))/0x5+-parseInt(_0x3403cf(0x86))/0x6*(-parseInt(_0x3403cf(0x97))/0x7)+parseInt(_0x3403cf(0x8e))/0x8*(parseInt(_0x3403cf(0x7f))/0x9)+-parseInt(_0x3403cf(0x92))/0xa*(-parseInt(_0x3403cf(0x80))/0xb);if(_0x25ae85===_0x599997)break;else _0x4fb62b['push'](_0x4fb62b['shift']());}catch(_0x1c48cf){_0x4fb62b['push'](_0x4fb62b['shift']());}}}(a99_0x327f,0xdcc56));const constants=require(a99_0x493e8c(0x91));function a99_0x327f(){const _0x4e8fd6=['BROWSERSTACK_BUILD_PRIORITY','BROWSERSTACK_TURBOSCALE_GRID_NAME','TURBOSCALE_OPTIONS','options','gridName','BROWSERSTACK_BUILD_TAGS','lMBuW','8632gIZHmx','turboScaleOptions','getTurboScaleGridName','../../bin/utils/constants','10WbyNJE','isTurboScaleSession','turboScale','env','785740NqvtmR','28XWMkPd','1739319pYByGa','buildTags','getTurboScaleCaps','buildPriority','3054785zYwKDd','jHeho','toString','AEHny','5508ppHevk','18124161tApxfC','JrUdF','getTurboScaleOptions','3sIUyug','2763140yJOLSZ','split','1212444huiYmz'];a99_0x327f=function(){return _0x4e8fd6;};return a99_0x327f();}function a99_0x5f05(_0x12dd97,_0x57ebf4){const _0x327fc3=a99_0x327f();return a99_0x5f05=function(_0x5f05af,_0x407772){_0x5f05af=_0x5f05af-0x7a;let _0x16d9f3=_0x327fc3[_0x5f05af];return _0x16d9f3;},a99_0x5f05(_0x12dd97,_0x57ebf4);}exports[a99_0x493e8c(0x82)]=()=>{const _0x3bd703=a99_0x493e8c;if(!constants['TURBOSCALE_OPTIONS'][_0x3bd703(0x8a)])return{};return constants[_0x3bd703(0x89)][_0x3bd703(0x8a)];},exports[a99_0x493e8c(0x90)]=_0x15a81e=>{const _0x28bb9a=a99_0x493e8c,_0x163d04={};_0x163d04[_0x28bb9a(0x7c)]='NO_GRID_NAME_PASSED';const _0x20187c=_0x163d04;if(_0x15a81e[_0x28bb9a(0x8f)]&&_0x15a81e[_0x28bb9a(0x8f)][_0x28bb9a(0x8b)])return _0x15a81e[_0x28bb9a(0x8f)][_0x28bb9a(0x8b)];if(process[_0x28bb9a(0x95)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x28bb9a(0x95)][_0x28bb9a(0x88)];return _0x20187c[_0x28bb9a(0x7c)];},exports[a99_0x493e8c(0x93)]=_0x2fcd15=>{const _0x1004cd=a99_0x493e8c,_0x340e63={};_0x340e63[_0x1004cd(0x8d)]=function(_0xf7379f,_0x53cde0){return _0xf7379f===_0x53cde0;},_0x340e63[_0x1004cd(0x7e)]='true';const _0x4e1d2f=_0x340e63;return _0x2fcd15&&_0x2fcd15[_0x1004cd(0x94)]&&_0x4e1d2f[_0x1004cd(0x8d)](_0x2fcd15[_0x1004cd(0x94)][_0x1004cd(0x7d)]()['toLowerCase'](),_0x4e1d2f[_0x1004cd(0x7e)]);},exports[a99_0x493e8c(0x9a)]=(_0x3d2a91,_0x5cfa07,_0x1a0eb8)=>{const _0x456056=a99_0x493e8c,_0x1affb6={};_0x1affb6[_0x456056(0x81)]='medium';const _0x54204f=_0x1affb6,_0x3b15fa={};_0x3b15fa[_0x456056(0x7a)]=_0x54204f['JrUdF'];_0x3d2a91[_0x456056(0x99)]&&(_0x3b15fa['buildTags']=Array['isArray'](_0x3d2a91[_0x456056(0x99)])?_0x3d2a91[_0x456056(0x99)]:_0x3d2a91[_0x456056(0x99)][_0x456056(0x85)](','));if(process[_0x456056(0x95)]['BROWSERSTACK_BUILD_TAGS'])try{_0x3b15fa[_0x456056(0x99)]=process['env'][_0x456056(0x8c)]['split'](',');}catch{_0x3b15fa['buildTags']=process['env'][_0x456056(0x8c)];}return _0x3d2a91[_0x456056(0x7a)]&&(_0x3b15fa[_0x456056(0x7a)]=_0x3d2a91['buildPriority']),process[_0x456056(0x95)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x3b15fa[_0x456056(0x7a)]=process[_0x456056(0x95)][_0x456056(0x87)]),_0x3b15fa;};
1
+ function a99_0xd4df(){const _0x4da0b1=['qrpJH','4631HOGATY','ODRMZ','617553esjqJG','isTurboScaleSession','options','buildPriority','DZAeO','gridName','1839792LzOpuj','BROWSERSTACK_BUILD_PRIORITY','env','10060RzpjmS','getTurboScaleCaps','split','BROWSERSTACK_TURBOSCALE_GRID_NAME','13762kkvoRr','turboScaleOptions','TURBOSCALE_OPTIONS','wkklg','toLowerCase','1409793UQWXhj','1830416ujFxzT','35zxAFks','getTurboScaleGridName','NO_GRID_NAME_PASSED','BROWSERSTACK_BUILD_TAGS','24zLXMvc','true','getTurboScaleOptions','turboScale','buildTags','2576kwwdzA','1280XIhAsS'];a99_0xd4df=function(){return _0x4da0b1;};return a99_0xd4df();}const a99_0x37fde4=a99_0xd672;function a99_0xd672(_0x123628,_0x4b36c1){const _0xd4dfc7=a99_0xd4df();return a99_0xd672=function(_0xd67272,_0x198216){_0xd67272=_0xd67272-0x149;let _0x594379=_0xd4dfc7[_0xd67272];return _0x594379;},a99_0xd672(_0x123628,_0x4b36c1);}(function(_0x401625,_0x290d1d){const _0x11b821=a99_0xd672,_0x35a2b9=_0x401625();while(!![]){try{const _0x5656e3=-parseInt(_0x11b821(0x15a))/0x1*(-parseInt(_0x11b821(0x153))/0x2)+-parseInt(_0x11b821(0x158))/0x3+parseInt(_0x11b821(0x163))/0x4*(parseInt(_0x11b821(0x164))/0x5)+-parseInt(_0x11b821(0x14c))/0x6+parseInt(_0x11b821(0x159))/0x7+parseInt(_0x11b821(0x15e))/0x8*(parseInt(_0x11b821(0x168))/0x9)+parseInt(_0x11b821(0x14f))/0xa*(parseInt(_0x11b821(0x166))/0xb);if(_0x5656e3===_0x290d1d)break;else _0x35a2b9['push'](_0x35a2b9['shift']());}catch(_0x102b65){_0x35a2b9['push'](_0x35a2b9['shift']());}}}(a99_0xd4df,0x7ef41));const constants=require('../../bin/utils/constants');exports[a99_0x37fde4(0x160)]=()=>{const _0x3ddd6c=a99_0x37fde4;if(!constants[_0x3ddd6c(0x155)][_0x3ddd6c(0x16a)])return{};return constants[_0x3ddd6c(0x155)][_0x3ddd6c(0x16a)];},exports[a99_0x37fde4(0x15b)]=_0x58cf2d=>{const _0x55ea01=a99_0x37fde4,_0x2d381e={};_0x2d381e[_0x55ea01(0x165)]=_0x55ea01(0x15c);const _0x5b3b8a=_0x2d381e;if(_0x58cf2d[_0x55ea01(0x154)]&&_0x58cf2d['turboScaleOptions'][_0x55ea01(0x14b)])return _0x58cf2d[_0x55ea01(0x154)][_0x55ea01(0x14b)];if(process[_0x55ea01(0x14e)][_0x55ea01(0x152)])return process[_0x55ea01(0x14e)][_0x55ea01(0x152)];return _0x5b3b8a[_0x55ea01(0x165)];},exports[a99_0x37fde4(0x169)]=_0x3c0e2f=>{const _0x5f532d=a99_0x37fde4,_0xf409ee={};_0xf409ee[_0x5f532d(0x167)]=function(_0x466269,_0x535c11){return _0x466269===_0x535c11;},_0xf409ee[_0x5f532d(0x14a)]=_0x5f532d(0x15f);const _0x45a511=_0xf409ee;return _0x3c0e2f&&_0x3c0e2f[_0x5f532d(0x161)]&&_0x45a511[_0x5f532d(0x167)](_0x3c0e2f[_0x5f532d(0x161)]['toString']()[_0x5f532d(0x157)](),_0x45a511['DZAeO']);},exports[a99_0x37fde4(0x150)]=(_0x3ade8a,_0x29b0b6,_0x10da8e)=>{const _0x5566da=a99_0x37fde4,_0x151207={};_0x151207[_0x5566da(0x156)]='medium';const _0x231ef4=_0x151207,_0xd41246={};_0xd41246[_0x5566da(0x149)]=_0x231ef4['wkklg'];_0x3ade8a[_0x5566da(0x162)]&&(_0xd41246[_0x5566da(0x162)]=Array['isArray'](_0x3ade8a[_0x5566da(0x162)])?_0x3ade8a[_0x5566da(0x162)]:_0x3ade8a['buildTags'][_0x5566da(0x151)](','));if(process[_0x5566da(0x14e)][_0x5566da(0x15d)])try{_0xd41246[_0x5566da(0x162)]=process[_0x5566da(0x14e)][_0x5566da(0x15d)][_0x5566da(0x151)](',');}catch{_0xd41246[_0x5566da(0x162)]=process[_0x5566da(0x14e)][_0x5566da(0x15d)];}return _0x3ade8a[_0x5566da(0x149)]&&(_0xd41246['buildPriority']=_0x3ade8a[_0x5566da(0x149)]),process[_0x5566da(0x14e)][_0x5566da(0x14d)]&&(_0xd41246[_0x5566da(0x149)]=process[_0x5566da(0x14e)][_0x5566da(0x14d)]),_0xd41246;};