browserstack-node-sdk 1.46.6 → 1.46.7

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_0x1a97b2=a92_0x13a9;(function(_0x515711,_0x295aa4){const _0x53e139=a92_0x13a9,_0x3d7094=_0x515711();while(!![]){try{const _0x308555=parseInt(_0x53e139(0x11a))/0x1+-parseInt(_0x53e139(0xc7))/0x2*(-parseInt(_0x53e139(0x126))/0x3)+-parseInt(_0x53e139(0x166))/0x4*(-parseInt(_0x53e139(0xc5))/0x5)+parseInt(_0x53e139(0x100))/0x6+parseInt(_0x53e139(0x147))/0x7+-parseInt(_0x53e139(0x119))/0x8+parseInt(_0x53e139(0x11d))/0x9*(-parseInt(_0x53e139(0xd9))/0xa);if(_0x308555===_0x295aa4)break;else _0x3d7094['push'](_0x3d7094['shift']());}catch(_0x494a73){_0x3d7094['push'](_0x3d7094['shift']());}}}(a92_0x334f,0xb697d));const util=require(a92_0x1a97b2(0x141)),logger=require(a92_0x1a97b2(0x150))[a92_0x1a97b2(0x131)],accessibilityHelper=require('./helper'),globals=require(a92_0x1a97b2(0x13d)),scripts=require(a92_0x1a97b2(0xdb)),PerformanceTester=require(a92_0x1a97b2(0x117)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a92_0x1a97b2(0xe1)),BrowserstackCLI=require(a92_0x1a97b2(0x10c));function a92_0x334f(){const _0x34d7a0=['Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','SGneq','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','STVxd','debug','zGxWJ','zGKFI','getAccessibilityResults','error','KOalu','setSeleniumScriptTimeout','OiFdG','SkutV','SBLbU','5290kzhKnf','getGlobal','./scripts','Skipping\x20timeout\x20setting\x20for\x20','KMcoX','evaluate','allSettled','selenium-webdriver','../performance/constants','function','Uzmgc','HRpCc','Scan\x20attempt\x20','hSldL','status','yFjxT','performComprehensiveAccessibilityScanWithRetry','scanSucceeded','gdUkF','ckljO','SpyAs','performScan','\x20failed\x20(','name','rEZwL','PaGLX','fulfilled','Operation\x20timed\x20out\x20after\x20','gCZpM','getAccessibilityResultsSummary','IpObu','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','getSession','executeAsyncScript','ZzIrX','FQGpR','Zzdwn','timeouts','1233156qIVMqN','defaultTimeoutMs','VBvcL','Accessibility\x20results\x20save\x20attempt\x20','\x20-\x20not\x20applicable','isSeleniumDriver','../../bin/playwright/accessibility-helper','driverType','NxDdM','WebDriver','ZQlqp','getCurrentUrl','../../bin/v2/browserstackCLI','RwwWA','setDefaultTimeout','ZbzlZ','maxRetries','browserstackSessionName','NpARZ','UXtdz','PKKgk','getRetryConfig','summary','../performance/performance-tester','manage','4570640aZkjNC','1334981CekkNO','KgyVG','dJtcW','62397DUXlof','ieHEQ','isAccessibilityPlatform','mmSnv','hVcOa','xVxis',').\x20Last\x20error:\x20','zFhOc','isAccessibilityAutomationSession','40254UVSkwb','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','info','updateRetryConfig','NOpjK','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','BkOaV','rejected','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','results','winstonLogger','HTdmI','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','EhEar','Comprehensive\x20accessibility\x20scan\x20failed\x20(','isPlaywright','accessibilityPlatform','url','bstackA11yShouldScan','getId','getAccessibilityResultsWithRetry','ms\x20using\x20setTimeouts\x20API','../globals',',\x20cannot\x20perform\x20scan\x20with\x20retry.',')\x20with\x20error:\x20','Page','util','getCapabilities','mjiFQ','accessibilityConfig','message','unknown_method','7050001ZHSDRY','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','dDgmZ','VqOhe','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','\x20failed\x20for\x20method:\x20','):\x20','COzXP','../logger','lnrby','options','timeoutMs','env','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','qATWe','playwright-page','amCwN',').\x20Error:\x20','capabilitiesList','browserStackEvaluate','isRunning','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','gYCln','race','xhQtN','warn','ucNQZ','ISWjf','getAccessibilityResultsSummaryWithRetry','swXBp','16qqLMsb','YpAxC','GauqZ','Accessibility\x20results\x20retrieval\x20attempt\x20','XyFRC','Ualmn','NJBNH','getAccessibilityModule','Accessibility\x20scan\x20attempt\x20','ms\x20using\x20setScriptTimeout\x20API','Unknown\x20error','reason','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','EKHmL','setTimeouts','MDFrE','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','value','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','Playwright\x20accessibility\x20helper\x20not\x20available','saveTestResults','playwright-codecept-driver','undefined','eaWqi','measureWrapper','unCGM','qbsMc','WMEvI','script','Unknown\x20driver/page\x20type:\x20','getInstance','goto','setScriptTimeout','Playwright','1254265CWTQDg','type','214EYiJrQ','saveAccessibilityResultsWithRetry','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','setPlaywrightScriptTimeout'];a92_0x334f=function(){return _0x34d7a0;};return a92_0x334f();}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a92_0x1a97b2(0x106));}catch(a92_0x5ab41c){logger['debug'](a92_0x1a97b2(0xb6));}function a92_0x13a9(_0x3d22d0,_0x4540a4){const _0x334fa2=a92_0x334f();return a92_0x13a9=function(_0x13a9f2,_0x8e60e2){_0x13a9f2=_0x13a9f2-0xb2;let _0x4a1734=_0x334fa2[_0x13a9f2];return _0x4a1734;},a92_0x13a9(_0x3d22d0,_0x4540a4);}const a92_0x2dadf1={};a92_0x2dadf1[a92_0x1a97b2(0x110)]=0x1,a92_0x2dadf1[a92_0x1a97b2(0x153)]=0x7530,a92_0x2dadf1[a92_0x1a97b2(0x101)]=0x7530;const RETRY_CONFIG=a92_0x2dadf1,setConfigTimeout=(_0x30edd2,_0x2338f0=null)=>{const _0x517a71=a92_0x1a97b2,_0x481e4f={'ZbzlZ':function(_0x3fd552,_0x281939){return _0x3fd552===_0x281939;},'VBvcL':'scannerProcessingTimeout','gdUkF':function(_0x18cf78,_0x1f3b8c){return _0x18cf78*_0x1f3b8c;},'rJtBu':function(_0x266f83,_0x39d01a){return _0x266f83(_0x39d01a);},'MDFrE':function(_0x51783e,_0x32dea2){return _0x51783e*_0x32dea2;},'dJtcW':function(_0x52a31b,_0xdbddef){return _0x52a31b(_0xdbddef);}};if(BrowserstackCLI[_0x517a71(0xc1)]()[_0x517a71(0x15c)]()&&BrowserstackCLI[_0x517a71(0xc1)]()[_0x517a71(0x16d)]()){const _0x58cf96=BrowserstackCLI[_0x517a71(0xc1)]()[_0x517a71(0x16d)]()[_0x517a71(0x144)],_0x3b44a9=_0x58cf96[_0x517a71(0x152)][_0x517a71(0x15a)]||[];for(const _0x5a1cff of _0x3b44a9){_0x481e4f[_0x517a71(0x10f)](_0x5a1cff['name'],_0x481e4f[_0x517a71(0x102)])&&_0x481e4f[_0x517a71(0x10f)](_0x2338f0,null)&&(_0x30edd2[_0x517a71(0x153)]=_0x481e4f[_0x517a71(0xeb)](_0x481e4f['rJtBu'](parseInt,_0x5a1cff[_0x517a71(0xb4)]),0x3e8));}}else process[_0x517a71(0x154)][_0x517a71(0x155)]&&(_0x30edd2[_0x517a71(0x153)]=_0x481e4f[_0x517a71(0xb2)](_0x481e4f[_0x517a71(0x11c)](parseInt,process['env'][_0x517a71(0x155)]),0x3e8));},detectDriverType=_0xdb7838=>{const _0x52cfda=a92_0x1a97b2,_0x15f867={};_0x15f867[_0x52cfda(0x15e)]='unknown',_0x15f867[_0x52cfda(0x16c)]=function(_0x109a07,_0x24bf4d){return _0x109a07===_0x24bf4d;},_0x15f867[_0x52cfda(0x167)]=_0x52cfda(0xe2),_0x15f867[_0x52cfda(0x173)]=_0x52cfda(0x157),_0x15f867[_0x52cfda(0xfc)]=_0x52cfda(0xe0),_0x15f867[_0x52cfda(0xd7)]=_0x52cfda(0x140),_0x15f867[_0x52cfda(0x14f)]=function(_0xe235c2,_0x217eeb){return _0xe235c2===_0x217eeb;},_0x15f867[_0x52cfda(0xd8)]=_0x52cfda(0x109),_0x15f867[_0x52cfda(0x12c)]=_0x52cfda(0xc4),_0x15f867[_0x52cfda(0xe3)]=_0x52cfda(0xb8),_0x15f867[_0x52cfda(0xdd)]=function(_0x49158d,_0x348119){return _0x49158d||_0x348119;},_0x15f867['swXBp']=_0x52cfda(0xb9);const _0x98e39f=_0x15f867;if(!_0xdb7838){const _0xb74c32={};return _0xb74c32['isPlaywright']=![],_0xb74c32[_0x52cfda(0xc6)]=_0x98e39f[_0x52cfda(0x15e)],_0xb74c32;}if(_0x98e39f[_0x52cfda(0x16c)](typeof _0xdb7838[_0x52cfda(0xde)],_0x98e39f[_0x52cfda(0x167)])&&_0x98e39f[_0x52cfda(0x16c)](typeof _0xdb7838['url'],_0x98e39f[_0x52cfda(0x167)])&&_0x98e39f[_0x52cfda(0x16c)](typeof _0xdb7838[_0x52cfda(0xc2)],_0x98e39f[_0x52cfda(0x167)])){const _0x44d133={};return _0x44d133['isPlaywright']=!![],_0x44d133['type']=_0x98e39f[_0x52cfda(0x173)],_0x44d133;}if(_0x98e39f[_0x52cfda(0x16c)](typeof _0xdb7838['executeAsyncScript'],_0x98e39f[_0x52cfda(0x167)])&&_0x98e39f[_0x52cfda(0x16c)](typeof _0xdb7838[_0x52cfda(0x142)],_0x98e39f[_0x52cfda(0x167)])){const _0x2d6275={};return _0x2d6275[_0x52cfda(0x136)]=![],_0x2d6275['type']=_0x98e39f['ZzIrX'],_0x2d6275;}const _0x2f23b0=_0xdb7838['constructor']?.[_0x52cfda(0xf0)];if(_0x98e39f[_0x52cfda(0x16c)](_0x2f23b0,_0x98e39f['SkutV'])){const _0x1a25a1={};return _0x1a25a1[_0x52cfda(0x136)]=!![],_0x1a25a1['type']=_0x98e39f[_0x52cfda(0x173)],_0x1a25a1;}if(_0x98e39f[_0x52cfda(0x14f)](_0x2f23b0,_0x98e39f[_0x52cfda(0xd8)])){const _0x4d80cd={};return _0x4d80cd[_0x52cfda(0x136)]=![],_0x4d80cd[_0x52cfda(0xc6)]=_0x98e39f['ZzIrX'],_0x4d80cd;}if(_0x98e39f[_0x52cfda(0x14f)](_0x2f23b0,_0x98e39f[_0x52cfda(0x12c)])){const _0x1e4a14={};return _0x1e4a14[_0x52cfda(0x136)]=!![],_0x1e4a14[_0x52cfda(0xc6)]=_0x98e39f['Uzmgc'],_0x1e4a14;}logger[_0x52cfda(0x161)](_0x52cfda(0xc0)+_0x98e39f[_0x52cfda(0xdd)](_0x2f23b0,_0x98e39f[_0x52cfda(0x165)]));const _0x3287ed={};return _0x3287ed[_0x52cfda(0x136)]=![],_0x3287ed[_0x52cfda(0xc6)]=_0x98e39f[_0x52cfda(0x15e)],_0x3287ed;},withTimeout=(_0x4b8848,_0x5e6e6c)=>{const _0x2abf6a=a92_0x1a97b2;return Promise[_0x2abf6a(0x15f)]([_0x4b8848,new Promise((_0x58da7f,_0x2fcf1d)=>setTimeout(()=>_0x2fcf1d(new Error(_0x2abf6a(0xf4)+_0x5e6e6c+'ms')),_0x5e6e6c))]);};exports['performScanWithRetry']=async(_0x4547fc,_0x4c8cb9=null,_0x115afd=null)=>{const _0xc9949f=a92_0x1a97b2,_0x259338={'OqZYm':function(_0x109a90,_0x1ce360){return _0x109a90&&_0x1ce360;},'EhEar':function(_0x4c1aa2,_0x324ee7,_0x2596ab){return _0x4c1aa2(_0x324ee7,_0x2596ab);},'Ualmn':function(_0x1fad58,_0x1a6cc8){return _0x1fad58===_0x1a6cc8;},'gCZpM':_0xc9949f(0xb8),'FQGpR':function(_0x22ea8c,_0x2d907b,_0x1c1170){return _0x22ea8c(_0x2d907b,_0x1c1170);},'msckp':function(_0x16b102,_0x230478,_0x3fd037){return _0x16b102(_0x230478,_0x3fd037);},'unCGM':function(_0x5c8ffc,_0x139d72){return _0x5c8ffc(_0x139d72);},'mjiFQ':_0xc9949f(0x11f),'fyoEC':_0xc9949f(0x139),'HpTwY':_0xc9949f(0x146),'UXtdz':_0xc9949f(0xe2),'NOpjK':function(_0x538046,_0x362faa){return _0x538046===_0x362faa;},'rmFsc':function(_0x51af43,_0x35aebb){return _0x51af43<=_0x35aebb;},'OiFdG':function(_0x1eaaf6,_0x396488){return _0x1eaaf6+_0x396488;},'SGneq':_0xc9949f(0x170)},{isPlaywright:_0x6cd4de,type:_0x11479f}=_0x259338[_0xc9949f(0xbc)](detectDriverType,_0x4547fc),_0x388918=_0x6cd4de?global['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0xc9949f(0xda)](_0x259338[_0xc9949f(0x143)])&&globals[_0xc9949f(0xda)](_0x259338['fyoEC']);if(!_0x388918)return logger[_0xc9949f(0x161)](_0xc9949f(0x12f)+_0x11479f+_0xc9949f(0x13e)),![];const _0x3bfa2b=_0x4c8cb9||global[_0xc9949f(0x111)]||_0x259338['HpTwY'];let _0x329a3d=null;const _0x110b0b={'testhub_btcer_uuid':global['__workerDetails']?.['currentTest']?.['id'],'url':_0x259338[_0xc9949f(0x16b)](typeof _0x4547fc[_0xc9949f(0x138)],_0x259338['UXtdz'])?await _0x4547fc[_0xc9949f(0x138)]():_0x259338[_0xc9949f(0x12a)](typeof _0x4547fc[_0xc9949f(0x10b)],_0x259338[_0xc9949f(0x113)])?await _0x4547fc[_0xc9949f(0x10b)]():'','automate_session_id':_0x259338[_0xc9949f(0x16b)](typeof _0x4547fc[_0xc9949f(0xfa)],_0x259338[_0xc9949f(0x113)])?(await _0x4547fc[_0xc9949f(0xfa)]())[_0xc9949f(0x13a)]():''};for(let _0x124bdb=0x1;_0x259338['rmFsc'](_0x124bdb,_0x259338[_0xc9949f(0xd6)](RETRY_CONFIG[_0xc9949f(0x110)],0x1));_0x124bdb++){try{return logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0x124bdb+'/'+_0x259338[_0xc9949f(0xd6)](RETRY_CONFIG[_0xc9949f(0x110)],0x1)+'\x20for\x20method:\x20'+_0x3bfa2b+'\x20('+_0x11479f+')'),await PerformanceTester[_0xc9949f(0xbb)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x56196d=_0xc9949f;let _0x11896f;if(_0x259338['OqZYm'](_0x6cd4de,playwrightA11yHelper)){_0x259338[_0x56196d(0x134)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x4547fc,RETRY_CONFIG['timeoutMs']);let _0x43393f=_0x4547fc;_0x259338[_0x56196d(0x16b)](_0x11479f,_0x259338[_0x56196d(0xf5)])&&(_0x43393f=_0x4547fc['page']),_0x11896f=await _0x259338[_0x56196d(0xfd)](withTimeout,playwrightA11yHelper['performScan'](_0x43393f,_0x3bfa2b),RETRY_CONFIG['timeoutMs']),await exports[_0x56196d(0xca)](_0x4547fc,RETRY_CONFIG[_0x56196d(0x101)]);}else await exports[_0x56196d(0xd5)](_0x4547fc,RETRY_CONFIG['timeoutMs']),_0x11896f=await _0x259338['msckp'](withTimeout,accessibilityHelper[_0x56196d(0xee)](_0x4547fc,_0x3bfa2b),RETRY_CONFIG[_0x56196d(0x153)]),await exports[_0x56196d(0xd5)](_0x4547fc,RETRY_CONFIG[_0x56196d(0x101)]);logger[_0x56196d(0xcf)](_0x56196d(0xe5)+_0x124bdb+'\x20completed\x20successfully.');},{'command':_0x3bfa2b,..._0x110b0b})(),logger['info'](_0xc9949f(0x148)+_0x124bdb+'.'),!![];}catch(_0x3bd51f){_0x329a3d=_0x3bd51f,logger['debug'](_0xc9949f(0x16e)+_0x124bdb+_0xc9949f(0x14d)+_0x3bfa2b+'\x20('+_0x11479f+_0xc9949f(0x159)+_0x3bd51f[_0xc9949f(0x145)]);}}return logger[_0xc9949f(0xd3)](_0xc9949f(0xcd)+_0x3bfa2b+'\x20('+_0x11479f+_0xc9949f(0x13f)+(_0x329a3d?.[_0xc9949f(0x145)]||_0x259338[_0xc9949f(0xcc)])),![];},exports[a92_0x1a97b2(0x13b)]=async(_0x3716c1,_0x476b96)=>{const _0x13354b=a92_0x1a97b2,_0x1e09b2={'KOalu':function(_0x5b8f15,_0x563a4a){return _0x5b8f15(_0x563a4a);},'ieHEQ':_0x13354b(0x11f),'cQQFa':_0x13354b(0x139),'RnGHq':function(_0x5dfed8,_0x4a4e9c){return _0x5dfed8<=_0x4a4e9c;},'SpyAs':function(_0x5de63d,_0x118688){return _0x5de63d+_0x118688;},'ZQlqp':function(_0x5ac084,_0x5af0f0){return _0x5ac084&&_0x5af0f0;},'xhQtN':function(_0x2ac390,_0x4b9293,_0x24d48b){return _0x2ac390(_0x4b9293,_0x24d48b);},'PaGLX':function(_0x482dff,_0x1e9870,_0x225cca){return _0x482dff(_0x1e9870,_0x225cca);},'DVKIm':_0x13354b(0x170)},{isPlaywright:_0x1773df,type:_0xf348a0}=_0x1e09b2[_0x13354b(0xd4)](detectDriverType,_0x3716c1),_0x4e7d6a=_0x1773df?_0x476b96['accessibilityPlatform']:accessibilityHelper[_0x13354b(0x125)]()&&globals[_0x13354b(0xda)](_0x1e09b2[_0x13354b(0x11e)])&&globals[_0x13354b(0xda)](_0x1e09b2['cQQFa']);if(!_0x4e7d6a)return logger[_0x13354b(0x161)](_0x13354b(0x12f)+_0xf348a0+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x1b6a24=null;for(let _0x2e6316=0x1;_0x1e09b2['RnGHq'](_0x2e6316,_0x1e09b2[_0x13354b(0xed)](RETRY_CONFIG[_0x13354b(0x110)],0x1));_0x2e6316++){try{logger[_0x13354b(0xcf)](_0x13354b(0x169)+_0x2e6316+'/'+_0x1e09b2[_0x13354b(0xed)](RETRY_CONFIG[_0x13354b(0x110)],0x1)+'\x20('+_0xf348a0+')');let _0x52b388;return _0x1e09b2[_0x13354b(0x10a)](_0x1773df,playwrightA11yHelper)?(_0x1e09b2[_0x13354b(0x160)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x13354b(0xca)](_0x3716c1,RETRY_CONFIG[_0x13354b(0x153)]),_0x52b388=await _0x1e09b2[_0x13354b(0x160)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x3716c1),RETRY_CONFIG[_0x13354b(0x153)]),await exports[_0x13354b(0xca)](_0x3716c1,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x13354b(0xd5)](_0x3716c1,RETRY_CONFIG[_0x13354b(0x153)]),_0x52b388=await _0x1e09b2[_0x13354b(0xf2)](withTimeout,accessibilityHelper[_0x13354b(0xd2)](_0x3716c1,_0x476b96),RETRY_CONFIG[_0x13354b(0x153)]),await exports[_0x13354b(0xd5)](_0x3716c1,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x13354b(0x128)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x2e6316+'\x20('+_0xf348a0+')'),_0x52b388;}catch(_0x3d687c){_0x1b6a24=_0x3d687c,logger[_0x13354b(0x161)](_0x13354b(0x169)+_0x2e6316+_0x13354b(0xef)+_0xf348a0+_0x13354b(0x159)+_0x3d687c[_0x13354b(0x145)]);}}return logger['error'](_0x13354b(0x149)+_0xf348a0+_0x13354b(0x123)+(_0x1b6a24?.[_0x13354b(0x145)]||_0x1e09b2['DVKIm'])),[];},exports[a92_0x1a97b2(0x164)]=async(_0xc1a36f,_0x8efc1a)=>{const _0x575c08=a92_0x1a97b2,_0x1fc8cb={'HRpCc':function(_0x16b9ed,_0x24b527){return _0x16b9ed(_0x24b527);},'dDgmZ':_0x575c08(0x11f),'xctim':_0x575c08(0x139),'lnrby':function(_0x5ef30a,_0x472715){return _0x5ef30a<=_0x472715;},'mmSnv':function(_0x526c2a,_0x389fb2){return _0x526c2a+_0x389fb2;},'YyIAt':function(_0x2d71cb,_0x8b4e9){return _0x2d71cb&&_0x8b4e9;},'PKKgk':function(_0x469157,_0x58544d,_0x1cb4ce){return _0x469157(_0x58544d,_0x1cb4ce);},'STVxd':_0x575c08(0x170)},{isPlaywright:_0x241c35,type:_0x1228b3}=_0x1fc8cb[_0x575c08(0xe4)](detectDriverType,_0xc1a36f),_0x5dd4c9=_0x241c35?_0x8efc1a['accessibilityPlatform']:accessibilityHelper[_0x575c08(0x125)]()&&globals[_0x575c08(0xda)](_0x1fc8cb[_0x575c08(0x14a)])&&globals[_0x575c08(0xda)](_0x1fc8cb['xctim']);if(!_0x5dd4c9)return logger['warn'](_0x575c08(0x12f)+_0x1228b3+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x2ae3f2=null;for(let _0x200025=0x1;_0x1fc8cb[_0x575c08(0x151)](_0x200025,_0x1fc8cb[_0x575c08(0x120)](RETRY_CONFIG[_0x575c08(0x110)],0x1));_0x200025++){try{logger[_0x575c08(0xcf)](_0x575c08(0x172)+_0x200025+'/'+_0x1fc8cb['mmSnv'](RETRY_CONFIG[_0x575c08(0x110)],0x1)+'\x20('+_0x1228b3+')');let _0xab449b;return _0x1fc8cb['YyIAt'](_0x241c35,playwrightA11yHelper)?(_0x1fc8cb[_0x575c08(0x114)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x575c08(0xca)](_0xc1a36f,RETRY_CONFIG[_0x575c08(0x153)]),_0xab449b=await _0x1fc8cb[_0x575c08(0x114)](withTimeout,playwrightA11yHelper[_0x575c08(0xf6)](_0xc1a36f),RETRY_CONFIG[_0x575c08(0x153)]),await exports[_0x575c08(0xca)](_0xc1a36f,RETRY_CONFIG[_0x575c08(0x101)])):(await exports[_0x575c08(0xd5)](_0xc1a36f,RETRY_CONFIG['timeoutMs']),_0xab449b=await _0x1fc8cb[_0x575c08(0x114)](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0xc1a36f,_0x8efc1a),RETRY_CONFIG[_0x575c08(0x153)]),await exports['setSeleniumScriptTimeout'](_0xc1a36f,RETRY_CONFIG[_0x575c08(0x101)])),logger[_0x575c08(0x128)](_0x575c08(0xb3)+_0x200025+'\x20('+_0x1228b3+')'),_0xab449b;}catch(_0x1b5ce6){_0x2ae3f2=_0x1b5ce6,logger[_0x575c08(0x161)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x200025+_0x575c08(0xef)+_0x1228b3+_0x575c08(0x159)+_0x1b5ce6[_0x575c08(0x145)]);}}return logger['error'](_0x575c08(0x14c)+_0x1228b3+').\x20Last\x20error:\x20'+(_0x2ae3f2?.[_0x575c08(0x145)]||_0x1fc8cb[_0x575c08(0xce)])),{};},exports[a92_0x1a97b2(0xe9)]=async(_0x55b326,_0xdfc3fb,_0x5b1b2d=null)=>{const _0x1e3e4e=a92_0x1a97b2,_0x42a846={'GauqZ':function(_0x2b2718,_0x3439f3){return _0x2b2718(_0x3439f3);},'Zzdwn':function(_0x59c942,_0x38b187){return _0x59c942===_0x38b187;},'ckljO':_0x1e3e4e(0xf3),'VqOhe':function(_0x373efa,_0xf28c52){return _0x373efa===_0xf28c52;},'zFhOc':_0x1e3e4e(0x12d),'okFlB':function(_0x5bc0e1,_0x5da74d){return _0x5bc0e1===_0x5da74d;},'rEZwL':_0x1e3e4e(0xc9)},{isPlaywright:_0x5d487b,type:_0x816cc}=_0x42a846[_0x1e3e4e(0x168)](detectDriverType,_0x55b326),_0x6117d4={};_0x6117d4[_0x1e3e4e(0xea)]=![],_0x6117d4[_0x1e3e4e(0x130)]=[],_0x6117d4[_0x1e3e4e(0x116)]={},_0x6117d4['error']=null,_0x6117d4[_0x1e3e4e(0x107)]=_0x816cc;const _0x5e9c50=_0x6117d4;try{_0x5e9c50[_0x1e3e4e(0xea)]=await exports['performScanWithRetry'](_0x55b326,_0x5b1b2d);if(_0x5e9c50[_0x1e3e4e(0xea)]){const [_0x3e21f6,_0x55598f]=await Promise[_0x1e3e4e(0xdf)]([exports[_0x1e3e4e(0x13b)](_0x55b326,_0xdfc3fb),exports[_0x1e3e4e(0x164)](_0x55b326,_0xdfc3fb)]);_0x5e9c50[_0x1e3e4e(0x130)]=_0x42a846[_0x1e3e4e(0xfe)](_0x3e21f6['status'],_0x42a846['ckljO'])?_0x3e21f6[_0x1e3e4e(0xb4)]:[],_0x5e9c50[_0x1e3e4e(0x116)]=_0x42a846[_0x1e3e4e(0x14b)](_0x55598f[_0x1e3e4e(0xe7)],_0x42a846[_0x1e3e4e(0xec)])?_0x55598f[_0x1e3e4e(0xb4)]:{},_0x42a846[_0x1e3e4e(0xfe)](_0x3e21f6[_0x1e3e4e(0xe7)],_0x42a846[_0x1e3e4e(0x124)])&&logger[_0x1e3e4e(0x161)](_0x1e3e4e(0x12e)+_0x816cc+_0x1e3e4e(0x14e)+_0x3e21f6[_0x1e3e4e(0x171)]?.[_0x1e3e4e(0x145)]),_0x42a846['okFlB'](_0x55598f[_0x1e3e4e(0xe7)],_0x42a846[_0x1e3e4e(0x124)])&&logger[_0x1e3e4e(0x161)](_0x1e3e4e(0x133)+_0x816cc+_0x1e3e4e(0x14e)+_0x55598f['reason']?.[_0x1e3e4e(0x145)]);}}catch(_0x39f724){_0x5e9c50[_0x1e3e4e(0xd3)]=_0x39f724['message']||_0x42a846[_0x1e3e4e(0xf1)],logger['error'](_0x1e3e4e(0x135)+_0x816cc+_0x1e3e4e(0x14e)+_0x5e9c50['error']);}return _0x5e9c50;},exports[a92_0x1a97b2(0x129)]=_0x4383cf=>{const _0x75f10f=a92_0x1a97b2,_0x56e51f={};_0x56e51f[_0x75f10f(0x108)]=function(_0x23ff5d,_0x598fda){return _0x23ff5d!==_0x598fda;},_0x56e51f[_0x75f10f(0x16a)]=function(_0x12e8cc,_0x4e8f76){return _0x12e8cc!==_0x4e8f76;};const _0x5e4f3f=_0x56e51f;_0x5e4f3f['NxDdM'](_0x4383cf['maxRetries'],undefined)&&(RETRY_CONFIG[_0x75f10f(0x110)]=Math['max'](0x0,_0x4383cf['maxRetries'])),_0x5e4f3f['XyFRC'](_0x4383cf['timeoutMs'],undefined)&&(RETRY_CONFIG[_0x75f10f(0x153)]=Math['max'](0x3e8,_0x4383cf['timeoutMs'])),logger[_0x75f10f(0xcf)]('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON['stringify'](RETRY_CONFIG));},exports[a92_0x1a97b2(0x115)]=()=>{const _0x563776={...RETRY_CONFIG};return _0x563776;},exports['isPlaywrightPage']=_0x502e62=>{const _0x151235=a92_0x1a97b2,_0x20dcfb={'yFjxT':function(_0x3063db,_0x44b1b2){return _0x3063db(_0x44b1b2);}};return _0x20dcfb[_0x151235(0xe8)](detectDriverType,_0x502e62)[_0x151235(0x136)];},exports['isSeleniumDriver']=_0x4e61ba=>{const _0x3123f2=a92_0x1a97b2,_0x151598={'WMEvI':function(_0x162aac,_0x46d538){return _0x162aac(_0x46d538);},'iIitI':function(_0x1f39cd,_0x39dfa4){return _0x1f39cd===_0x39dfa4;},'hSldL':_0x3123f2(0xe0)},{isPlaywright:_0x294ffd,type:_0x2fa088}=_0x151598[_0x3123f2(0xbe)](detectDriverType,_0x4e61ba);return!_0x294ffd&&_0x151598['iIitI'](_0x2fa088,_0x151598[_0x3123f2(0xe6)]);},exports[a92_0x1a97b2(0xca)]=async(_0x1dd0b7,_0x1c86b5=null)=>{const _0x568bc7=a92_0x1a97b2,_0x1c2342={'zGKFI':function(_0x11cd27,_0x1702e0){return _0x11cd27(_0x1702e0);},'HTdmI':function(_0x5ece73,_0x1bb1ea){return _0x5ece73===_0x1bb1ea;},'ucNQZ':_0x568bc7(0xe2)},{isPlaywright:_0x37bab4,type:_0x3f8979}=_0x1c2342[_0x568bc7(0xd1)](detectDriverType,_0x1dd0b7);if(!_0x37bab4)return logger[_0x568bc7(0xcf)](_0x568bc7(0xdc)+_0x3f8979+_0x568bc7(0x104)),!![];const _0x1eea82=_0x1c86b5||RETRY_CONFIG[_0x568bc7(0x101)];try{return _0x1dd0b7&&_0x1c2342[_0x568bc7(0x132)](typeof _0x1dd0b7[_0x568bc7(0x10e)],_0x1c2342[_0x568bc7(0x162)])&&(await _0x1dd0b7[_0x568bc7(0x10e)](_0x1eea82),logger['debug'](_0x568bc7(0xf8)+_0x1eea82+'ms')),!![];}catch(_0x257b96){return logger[_0x568bc7(0x161)](_0x568bc7(0xb5)+_0x257b96['message']),![];}},exports[a92_0x1a97b2(0xd5)]=async(_0x31a251,_0x451a17=null)=>{const _0x27e4c8=a92_0x1a97b2,_0x279634={};_0x279634['zGxWJ']=_0x27e4c8(0x127),_0x279634['ISWjf']=function(_0x5cbbba,_0x174d98){return _0x5cbbba===_0x174d98;},_0x279634[_0x27e4c8(0x10d)]=_0x27e4c8(0xe2),_0x279634[_0x27e4c8(0x122)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x279634[_0x27e4c8(0x156)]=_0x27e4c8(0x12b);const _0x18efea=_0x279634;if(!exports[_0x27e4c8(0x105)](_0x31a251))return logger[_0x27e4c8(0x161)](_0x18efea[_0x27e4c8(0xd0)]),![];const _0x19ee27=_0x451a17||RETRY_CONFIG[_0x27e4c8(0x101)];try{if(_0x31a251&&_0x18efea[_0x27e4c8(0x163)](typeof _0x31a251[_0x27e4c8(0x118)],_0x18efea['RwwWA'])){const _0x50ea08=_0x31a251[_0x27e4c8(0x118)]();if(_0x50ea08&&_0x18efea['ISWjf'](typeof _0x50ea08['timeouts'],_0x18efea[_0x27e4c8(0x10d)]))await _0x50ea08[_0x27e4c8(0xff)]()[_0x27e4c8(0xc3)](_0x19ee27),logger[_0x27e4c8(0xcf)](_0x27e4c8(0xcb)+_0x19ee27+'ms\x20using\x20timeouts()\x20API');else{if(_0x50ea08&&_0x18efea[_0x27e4c8(0x163)](typeof _0x50ea08['setTimeouts'],_0x18efea[_0x27e4c8(0x10d)])){const _0x15ee43={};_0x15ee43[_0x27e4c8(0xbf)]=_0x19ee27,await _0x50ea08[_0x27e4c8(0x174)](_0x15ee43),logger['debug'](_0x27e4c8(0xcb)+_0x19ee27+_0x27e4c8(0x13c));}else{if(_0x50ea08&&_0x18efea['ISWjf'](typeof _0x50ea08[_0x27e4c8(0xc3)],_0x18efea[_0x27e4c8(0x10d)]))await _0x50ea08[_0x27e4c8(0xc3)](_0x19ee27),logger[_0x27e4c8(0xcf)](_0x27e4c8(0xcb)+_0x19ee27+_0x27e4c8(0x16f));else return logger['debug'](_0x18efea[_0x27e4c8(0x122)]),!![];}}}else return logger[_0x27e4c8(0xcf)](_0x18efea[_0x27e4c8(0x156)]),!![];return!![];}catch(_0x2c019a){return logger[_0x27e4c8(0x161)](_0x27e4c8(0x15d)+_0x2c019a[_0x27e4c8(0x145)]),![];}},exports[a92_0x1a97b2(0xc8)]=async(_0x5d6383,_0xbf4259)=>{const _0x7acf07=a92_0x1a97b2,_0x1f1d46={'hVcOa':function(_0x3c2a74,_0x1fd320){return _0x3c2a74(_0x1fd320);},'NpARZ':_0x7acf07(0x11f),'IpObu':_0x7acf07(0x139),'qeyPB':function(_0x3d1198,_0x2dc875){return _0x3d1198<=_0x2dc875;},'KgyVG':function(_0x4aba45,_0x17f647){return _0x4aba45+_0x17f647;},'qbsMc':function(_0x34b960,_0x31bc20){return _0x34b960&&_0x31bc20;},'amCwN':function(_0x3f14f0,_0x33cbb2,_0x3e8990){return _0x3f14f0(_0x33cbb2,_0x3e8990);},'eaWqi':_0x7acf07(0x170)},{isPlaywright:_0x5b8ff0,type:_0x3204d4}=_0x1f1d46[_0x7acf07(0x121)](detectDriverType,_0x5d6383),_0x6e1b2=_0x5b8ff0?global[_0x7acf07(0x137)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x7acf07(0xda)](_0x1f1d46[_0x7acf07(0x112)])&&globals['getGlobal'](_0x1f1d46[_0x7acf07(0xf7)]);if(!_0x6e1b2)return logger[_0x7acf07(0x161)](_0x7acf07(0x12f)+_0x3204d4+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x5e8919=null;for(let _0x24892c=0x1;_0x1f1d46['qeyPB'](_0x24892c,_0x1f1d46['KgyVG'](RETRY_CONFIG['maxRetries'],0x1));_0x24892c++){try{return logger[_0x7acf07(0xcf)](_0x7acf07(0x103)+_0x24892c+'/'+_0x1f1d46[_0x7acf07(0x11b)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x3204d4+')'),_0x1f1d46[_0x7acf07(0xbd)](_0x5b8ff0,playwrightA11yHelper)?(_0x1f1d46[_0x7acf07(0x158)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x7acf07(0xca)](_0x5d6383,RETRY_CONFIG[_0x7acf07(0x153)]),await _0x1f1d46[_0x7acf07(0x158)](withTimeout,playwrightA11yHelper[_0x7acf07(0x15b)](_0x5d6383,scripts[_0x7acf07(0xb7)],_0xbf4259),RETRY_CONFIG['timeoutMs']),await exports[_0x7acf07(0xca)](_0x5d6383,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x7acf07(0xd5)](_0x5d6383,RETRY_CONFIG[_0x7acf07(0x153)]),await _0x1f1d46[_0x7acf07(0x158)](withTimeout,_0x5d6383[_0x7acf07(0xfb)](scripts[_0x7acf07(0xb7)],_0xbf4259),RETRY_CONFIG[_0x7acf07(0x153)]),await exports['setSeleniumScriptTimeout'](_0x5d6383,RETRY_CONFIG[_0x7acf07(0x101)])),logger[_0x7acf07(0x128)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x24892c+'\x20('+_0x3204d4+')'),!![];}catch(_0x451c00){_0x5e8919=_0x451c00,logger[_0x7acf07(0x161)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x24892c+_0x7acf07(0xef)+_0x3204d4+').\x20Error:\x20'+_0x451c00[_0x7acf07(0x145)]);}}return logger[_0x7acf07(0xd3)](_0x7acf07(0xf9)+_0x3204d4+_0x7acf07(0x123)+(_0x5e8919?.[_0x7acf07(0x145)]||_0x1f1d46[_0x7acf07(0xba)])),![];};
@@ -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_0xb64733=a93_0x4d4d;function a93_0x2ad6(){var _0x3dcb02=['API_URL','864672cVwTQS','464CtPrjE','2920DVdiAn','1285272kpvYAI','100','1wadiAT','https://accessibility.browserstack.com/api','9FkCiQU','1878414bZRBAP','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','8xVIlOy','21569141ZfeKIO','1352029mqnuMj','21180wkJRSQ','MINIMUM_BROWSER_VERSION_ACCESSIBILITY'];a93_0x2ad6=function(){return _0x3dcb02;};return a93_0x2ad6();}function a93_0x4d4d(_0x388e18,_0x168f14){var _0x2ad63a=a93_0x2ad6();return a93_0x4d4d=function(_0x4d4db1,_0x5984b6){_0x4d4db1=_0x4d4db1-0x1bd;var _0x1458ce=_0x2ad63a[_0x4d4db1];return _0x1458ce;},a93_0x4d4d(_0x388e18,_0x168f14);}(function(_0x4050ef,_0x57807b){var _0x122db9=a93_0x4d4d,_0x223a9c=_0x4050ef();while(!![]){try{var _0x518517=-parseInt(_0x122db9(0x1c2))/0x1*(parseInt(_0x122db9(0x1bd))/0x2)+-parseInt(_0x122db9(0x1c5))/0x3+parseInt(_0x122db9(0x1be))/0x4*(-parseInt(_0x122db9(0x1ca))/0x5)+-parseInt(_0x122db9(0x1c0))/0x6+-parseInt(_0x122db9(0x1c9))/0x7*(-parseInt(_0x122db9(0x1c7))/0x8)+parseInt(_0x122db9(0x1c4))/0x9*(parseInt(_0x122db9(0x1bf))/0xa)+parseInt(_0x122db9(0x1c8))/0xb;if(_0x518517===_0x57807b)break;else _0x223a9c['push'](_0x223a9c['shift']());}catch(_0x32a97c){_0x223a9c['push'](_0x223a9c['shift']());}}}(a93_0x2ad6,0x5f440),exports[a93_0xb64733(0x1cc)]=a93_0xb64733(0x1c3),exports[a93_0xb64733(0x1cb)]='94',exports[a93_0xb64733(0x1c6)]=a93_0xb64733(0x1c1));
@@ -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_0xbaa5f1=a94_0x3387;(function(_0x3c131a,_0xc4e51b){const _0x26180a=a94_0x3387,_0x58bb6d=_0x3c131a();while(!![]){try{const _0x188cc8=-parseInt(_0x26180a(0xac))/0x1+parseInt(_0x26180a(0xf6))/0x2*(parseInt(_0x26180a(0xdd))/0x3)+-parseInt(_0x26180a(0xee))/0x4*(parseInt(_0x26180a(0x6c))/0x5)+-parseInt(_0x26180a(0x11e))/0x6+-parseInt(_0x26180a(0x74))/0x7+-parseInt(_0x26180a(0x8e))/0x8*(-parseInt(_0x26180a(0xb8))/0x9)+parseInt(_0x26180a(0xb4))/0xa;if(_0x188cc8===_0xc4e51b)break;else _0x58bb6d['push'](_0x58bb6d['shift']());}catch(_0x53f672){_0x58bb6d['push'](_0x58bb6d['shift']());}}}(a94_0x594b,0x390f1));function a94_0x3387(_0x2a7d43,_0x222c42){const _0x594bc4=a94_0x594b();return a94_0x3387=function(_0x338795,_0x333cf6){_0x338795=_0x338795-0x6a;let _0x3747a0=_0x594bc4[_0x338795];return _0x3747a0;},a94_0x3387(_0x2a7d43,_0x222c42);}const path=require('path'),util=require(a94_0xbaa5f1(0x108)),bsSetupHelper=require(a94_0xbaa5f1(0xc8)),logger=require(a94_0xbaa5f1(0x85))[a94_0xbaa5f1(0xe3)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a94_0xbaa5f1(0xd9)),PerformanceTester=require(a94_0xbaa5f1(0x112)),scripts=require(a94_0xbaa5f1(0xaf)),globals=require(a94_0xbaa5f1(0x123)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0xbaa5f1(0xf2));exports[a94_0xbaa5f1(0x106)]=async _0x2f3c1b=>{const _0x48bc73=a94_0xbaa5f1,_0x426859={};_0x426859[_0x48bc73(0x82)]=function(_0x2053d4,_0xef834d){return _0x2053d4===_0xef834d;},_0x426859[_0x48bc73(0x9d)]=_0x48bc73(0xb0);const _0x3b6e78=_0x426859;let _0x36c980={};try{const _0x21b051=await _0x2f3c1b[_0x48bc73(0xda)]();_0x36c980={'os_name':_0x21b051[_0x48bc73(0x90)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x3b6e78[_0x48bc73(0x82)](global[_0x48bc73(0x92)],_0x3b6e78[_0x48bc73(0x9d)])),'browser_name':_0x21b051[_0x48bc73(0x9a)](),'browser_version':_0x21b051[_0x48bc73(0x130)]()};}catch(_0x3d0e18){logger[_0x48bc73(0x103)](_0x48bc73(0xc5)+_0x3d0e18);}return _0x36c980;},exports[a94_0xbaa5f1(0x9e)]=()=>{const _0x58e6d4=a94_0xbaa5f1,_0x30c4e2={};_0x30c4e2[_0x58e6d4(0x12a)]=function(_0x4e73c5,_0x4aec10){return _0x4e73c5===_0x4aec10;},_0x30c4e2[_0x58e6d4(0xf1)]='string',_0x30c4e2['dqMjD']=function(_0x2a70ef,_0x1ee026){return _0x2a70ef>_0x1ee026;},_0x30c4e2['cFKYp']=function(_0x46ae55,_0x3169d0){return _0x46ae55!==_0x3169d0;},_0x30c4e2[_0x58e6d4(0x7f)]=_0x58e6d4(0x7b),_0x30c4e2[_0x58e6d4(0x76)]=function(_0x49a061,_0x2c7fd3){return _0x49a061&&_0x2c7fd3;};const _0x18fcb4=_0x30c4e2;try{const _0x5da97e=bsSetupHelper[_0x58e6d4(0x10b)](process[_0x58e6d4(0x93)][_0x58e6d4(0x141)])||bsSetupHelper[_0x58e6d4(0x10b)](process[_0x58e6d4(0x93)][_0x58e6d4(0x73)]),_0xa699df=_0x18fcb4[_0x58e6d4(0x12a)](typeof process[_0x58e6d4(0x93)]['BS_A11Y_JWT'],_0x18fcb4['JkfZp'])&&_0x18fcb4[_0x58e6d4(0x10c)](process['env']['BS_A11Y_JWT'][_0x58e6d4(0x97)],0x0)&&_0x18fcb4['cFKYp'](process[_0x58e6d4(0x93)]['BS_A11Y_JWT'],_0x18fcb4[_0x58e6d4(0x7f)]);return _0x18fcb4[_0x58e6d4(0x76)](_0x5da97e,_0xa699df);}catch(_0x33d7dc){logger[_0x58e6d4(0x103)](_0x58e6d4(0xea)+_0x33d7dc);}return![];},exports['nonBstackPlatformValidation']=(_0x31a5bc,_0xe15e9c)=>{const _0x37750b=a94_0xbaa5f1,_0x473fff={'EuSsR':_0x37750b(0x142),'pNtvU':function(_0x179b39,_0xbd4f55){return _0x179b39(_0xbd4f55);},'UDOWE':_0x37750b(0x139),'tRbFh':function(_0x51b172,_0x46f54b){return _0x51b172(_0x46f54b);},'dZeMS':_0x37750b(0x7a),'iVDRJ':_0x37750b(0x124),'oYCui':_0x37750b(0x8c),'PWnth':_0x37750b(0x137),'wifLi':_0x37750b(0x138),'dCTru':_0x37750b(0x72),'oSmmz':_0x37750b(0x107),'BrmTW':_0x37750b(0xb5),'zmxPJ':_0x37750b(0x109),'FPtog':_0x37750b(0x118),'KSpri':_0x37750b(0x8f),'gaSMH':_0x37750b(0xb2),'ZSTyt':_0x37750b(0xe1),'leWzx':function(_0x39dd05,_0xca6c8f){return _0x39dd05===_0xca6c8f;},'RryqR':_0x37750b(0xff),'ovjFC':function(_0x3398f1,_0xbce349){return _0x3398f1>=_0xbce349;}},_0x2f9875=_0x31a5bc[_0x37750b(0x9c)](_0x473fff[_0x37750b(0xd4)]),_0x1c1fbe=_0x473fff[_0x37750b(0x115)](parseFloat,_0x31a5bc[_0x37750b(0x9c)](_0x473fff['UDOWE']))||_0x473fff[_0x37750b(0xbf)](parseFloat,_0x31a5bc[_0x37750b(0x9c)](_0x473fff[_0x37750b(0xfc)])),_0x82fe90=_0x31a5bc[_0x37750b(0x9c)](_0x473fff[_0x37750b(0x132)])||{},_0x53529a=_0x473fff[_0x37750b(0x115)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x55bae2=_0x82fe90[_0x473fff[_0x37750b(0x12d)]]||_0x31a5bc[_0x37750b(0x9c)](_0x473fff[_0x37750b(0xde)])||![];if(_0x55bae2)return logger[_0x37750b(0x119)](_0x473fff[_0x37750b(0x75)]),![];let _0x10eb51;try{_0x10eb51=bsSetupHelper['requireModule'](_0x473fff[_0x37750b(0x140)],_0x473fff[_0x37750b(0xe6)]);}catch(_0x138ce4){return![];}const _0x13399a=new _0x10eb51[(_0x37750b(0x105))](_0xe15e9c[_0x37750b(0xae)]),_0xa3fdf=bsSetupHelper[_0x37750b(0x77)](_0x13399a,[_0x473fff[_0x37750b(0xe5)],_0x473fff[_0x37750b(0xec)]])||bsSetupHelper['nestedKeyValue'](_0xe15e9c[_0x37750b(0x13c)],[_0x473fff[_0x37750b(0x132)],_0x473fff[_0x37750b(0xfd)],_0x473fff[_0x37750b(0xec)]])||bsSetupHelper[_0x37750b(0x77)](_0xe15e9c[_0x37750b(0x13c)],[_0x473fff[_0x37750b(0xfd)],_0x473fff[_0x37750b(0xec)]])||[];if(_0xa3fdf[_0x37750b(0x11d)](_0x473fff[_0x37750b(0xe2)]))return logger['warn'](_0x473fff['gaSMH']),![];const _0x17ec0f=_0xe15e9c['capabilities_']||{},_0x35e4b9=bsSetupHelper[_0x37750b(0x77)](_0x17ec0f,[_0x473fff[_0x37750b(0xbb)]])||{},_0x19b3d2=bsSetupHelper['nestedKeyValue'](_0x35e4b9,[_0x473fff['zmxPJ']])||[];if(_0x19b3d2[_0x37750b(0x11d)](_0x473fff['KSpri']))return logger['warn'](_0x473fff[_0x37750b(0xa9)]),![];if(_0x473fff[_0x37750b(0xca)](_0x2f9875['toLowerCase'](),_0x473fff['RryqR'])&&_0x473fff[_0x37750b(0x99)](_0x1c1fbe,_0x53529a))return!![];return logger[_0x37750b(0x119)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a94_0xbaa5f1(0xc6)]=_0x3c0a00=>{const _0x33dbc1=a94_0xbaa5f1,_0x58cc59={};_0x58cc59[_0x33dbc1(0x117)]=_0x33dbc1(0xe1),_0x58cc59[_0x33dbc1(0x110)]=function(_0x2cfd94,_0x2fa711){return _0x2cfd94||_0x2fa711;},_0x58cc59[_0x33dbc1(0x143)]=_0x33dbc1(0x120);const _0xe43955=_0x58cc59,_0x28263a=scripts[_0x33dbc1(0x102)];try{const _0x4ac0b3=bsSetupHelper[_0x33dbc1(0x10b)](process['env'][_0x33dbc1(0x141)])||bsSetupHelper['isTrue'](process[_0x33dbc1(0x93)][_0x33dbc1(0x73)]);if((!bsSetupHelper[_0x33dbc1(0xed)]()||process[_0x33dbc1(0x93)][_0x33dbc1(0x89)])&&_0x4ac0b3){const _0x56c727=_0x3c0a00[_0x33dbc1(0xda)](),_0x2b60aa=_0x56c727[_0x33dbc1(0x9c)](_0xe43955['GyYFH']),_0x2f9298=_0xe43955[_0x33dbc1(0x110)](_0x2b60aa,{});bsSetupHelper['mergeDeep'](_0x2f9298,_0x28263a),_0x3c0a00[_0x33dbc1(0xda)]()['set'](_0xe43955['GyYFH'],_0x2f9298);}else logger['warn'](_0xe43955['jVoxO']);}catch(_0xee8a7e){logger[_0x33dbc1(0x79)](_0x33dbc1(0xa0)+_0xee8a7e);}},exports[a94_0xbaa5f1(0x12e)]=(_0x296b5d=null,_0x1ae31f=!![],_0x13c235=[])=>{const _0x37d98c=a94_0xbaa5f1,_0x4e349d={};_0x4e349d[_0x37d98c(0x8d)]=function(_0x57a460,_0x1c3386){return _0x57a460==_0x1c3386;},_0x4e349d[_0x37d98c(0x86)]=function(_0x5d7548,_0x1e3755){return _0x5d7548>_0x1e3755;},_0x4e349d[_0x37d98c(0x133)]=function(_0x124bf0,_0x333f5b){return _0x124bf0===_0x333f5b;},_0x4e349d[_0x37d98c(0x136)]=function(_0x3c6813,_0x44938d){return _0x3c6813&&_0x44938d;},_0x4e349d[_0x37d98c(0x9b)]=function(_0x35d9d5,_0x2954d5){return _0x35d9d5===_0x2954d5;},_0x4e349d['Oxcqh']=function(_0x3545a5,_0x1cf734){return _0x3545a5&&_0x1cf734;};const _0x1e001f=_0x4e349d;if(_0x1e001f['FsZGA'](process['env'][_0x37d98c(0xdb)],null))return!![];try{const _0x3879ad=JSON[_0x37d98c(0xeb)](process[_0x37d98c(0x93)][_0x37d98c(0xdb)]),_0x5b8453=Array['isArray'](_0x3879ad[_0x37d98c(0x8b)])?_0x3879ad[_0x37d98c(0x8b)]:[],_0x3b9286=Array['isArray'](_0x3879ad[_0x37d98c(0xba)])?_0x3879ad[_0x37d98c(0xba)]:[];if(bsSetupHelper[_0x37d98c(0xe9)](_0x296b5d)){if(_0x1e001f[_0x37d98c(0x86)](_0x13c235[_0x37d98c(0x97)],0x0)){const _0x32a1a8=_0x3b9286[_0x37d98c(0xd2)](_0x26609b=>_0x13c235['includes'](_0x26609b)),_0xd977eb=_0x1e001f[_0x37d98c(0x133)](_0x5b8453[_0x37d98c(0x97)],0x0)||_0x5b8453[_0x37d98c(0xd2)](_0x26e2cf=>_0x13c235[_0x37d98c(0x11d)](_0x26e2cf));return _0x1e001f[_0x37d98c(0x136)](!_0x32a1a8,_0xd977eb);}return!![];}let _0x2447b6;_0x1ae31f?_0x2447b6=_0x296b5d['join']('/'):_0x2447b6=_0x296b5d;const _0x38b3a6=_0x3b9286[_0x37d98c(0xd2)](_0x5d47bc=>_0x2447b6[_0x37d98c(0x11d)](_0x5d47bc)),_0x3dcbe8=_0x1e001f[_0x37d98c(0x9b)](_0x5b8453['length'],0x0)||_0x5b8453['some'](_0x479449=>_0x2447b6[_0x37d98c(0x11d)](_0x479449));return _0x1e001f['Oxcqh'](!_0x38b3a6,_0x3dcbe8);}catch(_0x5483f8){logger[_0x37d98c(0x103)](_0x37d98c(0x11a)+util[_0x37d98c(0x128)](_0x5483f8));}return![];},exports[a94_0xbaa5f1(0xc1)]=_0x3aac7f=>{const _0x16f583=a94_0xbaa5f1;let _0x21071a=![];try{_0x3aac7f['platforms'][_0x16f583(0xd8)](_0x457226=>{const _0x4c78c6=_0x16f583;if(bsSetupHelper[_0x4c78c6(0x10b)](_0x457226['accessibility']))return _0x21071a=!![],!![];});}catch(_0x2ee113){logger[_0x16f583(0x103)](_0x16f583(0x11b)+_0x2ee113);}return _0x21071a||bsSetupHelper['isTrue'](_0x3aac7f[_0x16f583(0xd3)]);},exports[a94_0xbaa5f1(0xb9)]=PerformanceTester['measureWrapper']('a11y:start',async function(_0x42bb0,_0x38aaf4){const _0x525f7e=a94_0xbaa5f1,_0x43c1a6={};_0x43c1a6[_0x525f7e(0xad)]=_0x525f7e(0xf9),_0x43c1a6['VqLUk']=_0x525f7e(0x135),_0x43c1a6[_0x525f7e(0x13e)]=_0x525f7e(0xdc),_0x43c1a6[_0x525f7e(0xe7)]=_0x525f7e(0xd0),_0x43c1a6[_0x525f7e(0xb1)]=_0x525f7e(0xf4),_0x43c1a6['BKUZV']=_0x525f7e(0xaa),_0x43c1a6[_0x525f7e(0xa7)]=function(_0x20d12d,_0x3f7137){return _0x20d12d===_0x3f7137;},_0x43c1a6['KMrlI']=_0x525f7e(0x12c),_0x43c1a6['RCQAX']=_0x525f7e(0xc3);const _0x2bc2ee=_0x43c1a6,_0x11534f=bsSetupHelper[_0x525f7e(0x11c)](_0x42bb0),_0x3aa647=bsSetupHelper[_0x525f7e(0xd5)](_0x42bb0);if(bsSetupHelper[_0x525f7e(0xe9)](_0x11534f)||bsSetupHelper[_0x525f7e(0xe9)](_0x3aa647))return logger[_0x525f7e(0x79)](_0x2bc2ee['NEsZx']),[null,null];try{let _0x5a9a39;bsSetupHelper[_0x525f7e(0xe9)](process[_0x525f7e(0x93)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x5a9a39={}:_0x5a9a39=JSON[_0x525f7e(0xeb)](process['env'][_0x525f7e(0xdb)]);const {name:_0x7dd078,version:_0x4ca319}=bsSetupHelper[_0x525f7e(0xfe)](_0x42bb0,_0x38aaf4),_0x2cfa1f={'projectName':_0x42bb0[_0x525f7e(0x111)],'buildName':_0x42bb0[_0x525f7e(0x6d)]||path['basename'](path[_0x525f7e(0xef)](process[_0x525f7e(0xcb)]())),'startTime':new Date()[_0x525f7e(0xce)](),'description':_0x42bb0[_0x525f7e(0x88)]||'','source':{'frameworkName':_0x38aaf4[_0x525f7e(0x11d)](_0x2bc2ee[_0x525f7e(0x6e)])?_0x2bc2ee[_0x525f7e(0x6e)]:_0x38aaf4,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x38aaf4),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x2bc2ee[_0x525f7e(0x13e)],'testFramework':_0x7dd078,'testFrameworkVersion':_0x4ca319},'settings':_0x5a9a39,'versionControl':await bsSetupHelper[_0x525f7e(0x126)](),'ciInfo':bsSetupHelper[_0x525f7e(0x100)](),'hostInfo':bsSetupHelper[_0x525f7e(0xe8)](),'browserstackAutomation':bsSetupHelper[_0x525f7e(0xed)]()},_0x29b367={};_0x29b367[_0x525f7e(0x12b)]=_0x11534f,_0x29b367[_0x525f7e(0xf3)]=_0x3aa647;const _0xbb3998={};_0xbb3998[_0x525f7e(0x71)]=_0x2bc2ee[_0x525f7e(0xe7)];const _0x26d004={};_0x26d004['auth']=_0x29b367,_0x26d004[_0x525f7e(0x121)]=_0xbb3998;const _0x270bba=_0x26d004,_0x168ca3={};_0x168ca3['body']=_0x2cfa1f,_0x168ca3[_0x525f7e(0xab)]=!![];const _0x2beebb=Object[_0x525f7e(0xd6)](_0x270bba,_0x168ca3),_0x3a9787=await bsSetupHelper[_0x525f7e(0x10f)](_0x2bc2ee[_0x525f7e(0xb1)],_0x2bc2ee[_0x525f7e(0x80)],_0x2beebb,_0x42bb0,API_URL);let _0x51c5ae=process[_0x525f7e(0x93)][_0x525f7e(0xdb)];return _0x51c5ae?_0x51c5ae=JSON[_0x525f7e(0xeb)](process['env'][_0x525f7e(0xdb)]):_0x51c5ae={},scripts[_0x525f7e(0xb6)](_0x3a9787[_0x525f7e(0xd1)]['data']),scripts['toJson'](),_0x51c5ae['scannerVersion']=_0x3a9787[_0x525f7e(0xd1)]['data'][_0x525f7e(0x13b)],process['env'][_0x525f7e(0xdb)]=JSON['stringify'](_0x51c5ae),[_0x3a9787['data'][_0x525f7e(0xd1)][_0x525f7e(0x6f)],_0x3a9787['data']['data']['id']];}catch(_0x3b4a30){if(_0x3b4a30[_0x525f7e(0x10e)])logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x3b4a30[_0x525f7e(0x10e)][_0x525f7e(0xc2)]+'\x20'+_0x3b4a30[_0x525f7e(0x10e)]['statusText']+'\x20'+JSON[_0x525f7e(0xe4)](_0x3b4a30[_0x525f7e(0x10e)][_0x525f7e(0xd1)]));else{if(_0x2bc2ee[_0x525f7e(0xa7)](_0x3b4a30['message'],_0x2bc2ee[_0x525f7e(0x7d)])){logger['error'](_0x525f7e(0x8a)+(_0x3b4a30['message']||_0x3b4a30[_0x525f7e(0x7c)]));for(const _0x5c745a of _0x3b4a30[_0x525f7e(0xa5)]){logger[_0x525f7e(0x79)](_0x5c745a[_0x525f7e(0x81)]);}process[_0x525f7e(0x93)][_0x525f7e(0x141)]=_0x2bc2ee['RCQAX'],process[_0x525f7e(0x93)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x2bc2ee['RCQAX'];}else logger[_0x525f7e(0x79)](_0x525f7e(0x8a)+(_0x3b4a30[_0x525f7e(0x81)]||_0x3b4a30[_0x525f7e(0x7c)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a94_0xbaa5f1(0x114)]('a11y:stop',async function(_0x929a0e){const _0x42080a=a94_0xbaa5f1,_0x4015a7={};_0x4015a7['ewDYg']=function(_0x4db017,_0x3ec2ca){return _0x4db017!==_0x3ec2ca;},_0x4015a7[_0x42080a(0x101)]=_0x42080a(0xa2),_0x4015a7[_0x42080a(0x95)]=_0x42080a(0x79),_0x4015a7[_0x42080a(0xcc)]=_0x42080a(0x87),_0x4015a7[_0x42080a(0x96)]=_0x42080a(0xd0),_0x4015a7[_0x42080a(0xfb)]=_0x42080a(0x129),_0x4015a7[_0x42080a(0x78)]=_0x42080a(0x84),_0x4015a7[_0x42080a(0x113)]=function(_0x224e3c,_0x3c548e){return _0x224e3c+_0x3c548e;},_0x4015a7[_0x42080a(0x9f)]='Invalid\x20request:\x20',_0x4015a7[_0x42080a(0xc4)]=_0x42080a(0xc9);const _0x141d19=_0x4015a7;if(bsSetupHelper['isUndefined'](process[_0x42080a(0x93)][_0x42080a(0x134)])||_0x141d19[_0x42080a(0xbc)](typeof process['env'][_0x42080a(0x134)],_0x141d19['hWqIY'])){const _0x49a2b1={};return _0x49a2b1[_0x42080a(0xc2)]=_0x141d19[_0x42080a(0x95)],_0x49a2b1[_0x42080a(0x81)]=_0x141d19[_0x42080a(0xcc)],_0x49a2b1;}const _0x2257cb={'endTime':new Date()[_0x42080a(0xce)]()},_0x206df7={};_0x206df7['Authorization']=_0x42080a(0x13f)+process[_0x42080a(0x93)][_0x42080a(0x134)],_0x206df7[_0x42080a(0x71)]=_0x141d19[_0x42080a(0x96)];const _0x2e2182={};_0x2e2182['headers']=_0x206df7;const _0x579588=_0x2e2182,_0xa66172={};_0xa66172[_0x42080a(0xa8)]=_0x2257cb,_0xa66172[_0x42080a(0xb3)]=null,_0xa66172[_0x42080a(0xab)]=!![];const _0x46e50e=Object[_0x42080a(0xd6)](_0x579588,_0xa66172);try{const _0x17c170=await bsSetupHelper['nodeRequest'](_0x141d19[_0x42080a(0xfb)],_0x141d19['PwlBt'],_0x46e50e,_0x929a0e,API_URL);if(_0x17c170['data']['error'])throw new Error(_0x141d19['bsyki'](_0x141d19[_0x42080a(0x9f)],_0x17c170['data'][_0x42080a(0x79)]));else{logger[_0x42080a(0xa3)](_0x42080a(0x125)+new Date()[_0x42080a(0xce)]());const _0x565b63={};return _0x565b63['status']=_0x141d19['XfEGY'],_0x565b63['message']='',_0x565b63;}}catch(_0x1774c2){_0x1774c2['response']?logger['error'](_0x42080a(0x94)+_0x1774c2[_0x42080a(0x10e)][_0x42080a(0xc2)]+'\x20'+_0x1774c2[_0x42080a(0x10e)][_0x42080a(0xf8)]+'\x20'+JSON[_0x42080a(0xe4)](_0x1774c2[_0x42080a(0x10e)][_0x42080a(0xd1)])):logger[_0x42080a(0x79)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x1774c2[_0x42080a(0x81)]||util['format'](_0x1774c2)));const _0x282ed9={};return _0x282ed9[_0x42080a(0xc2)]=_0x141d19[_0x42080a(0x95)],_0x282ed9['message']=_0x1774c2[_0x42080a(0x81)]||(_0x1774c2[_0x42080a(0x10e)]?_0x1774c2['response'][_0x42080a(0xc2)]+':'+_0x1774c2[_0x42080a(0x10e)][_0x42080a(0xf8)]:_0x1774c2),_0x282ed9;}}),exports[a94_0xbaa5f1(0xbe)]=async(_0x220b6c,_0xc4f332=null)=>{const _0x36132b=a94_0xbaa5f1,_0x8e07d5={};_0x8e07d5[_0x36132b(0xfa)]=_0x36132b(0xc7),_0x8e07d5['dejKT']=_0x36132b(0x10d),_0x8e07d5[_0x36132b(0xa6)]=_0x36132b(0xcf);const _0x4086f0=_0x8e07d5;if(!this[_0x36132b(0x9e)]()||!globals['getGlobal'](_0x4086f0[_0x36132b(0xfa)])||!globals[_0x36132b(0x104)](_0x4086f0['dejKT'])){logger[_0x36132b(0x119)](_0x4086f0[_0x36132b(0xa6)]);return;}return await PerformanceTester[_0x36132b(0x114)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x241f88=_0x36132b,_0x33f2ae={};_0x33f2ae['method']=_0xc4f332||global[_0x241f88(0x131)];const _0x34137=util[_0x241f88(0x128)](await _0x220b6c[_0x241f88(0x70)](scripts[_0x241f88(0xbe)],_0x33f2ae));return logger[_0x241f88(0x103)]('Performed\x20scan\x20with\x20result:\x20'+_0x34137),_0x34137;},{'command':_0xc4f332})();},exports[a94_0xbaa5f1(0xd7)]=async(_0x584a56,_0x526e48)=>{const _0x17fabf=a94_0xbaa5f1,_0x1db3b0={};_0x1db3b0['wHnnJ']=_0x17fabf(0x83),_0x1db3b0[_0x17fabf(0x13a)]=_0x17fabf(0xc7),_0x1db3b0[_0x17fabf(0xcd)]=_0x17fabf(0x10d),_0x1db3b0[_0x17fabf(0x127)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x1db3b0[_0x17fabf(0x12f)]=_0x17fabf(0xd7),_0x1db3b0[_0x17fabf(0xbd)]=_0x17fabf(0xa4);const _0x14dc2c=_0x1db3b0;if(!this[_0x17fabf(0x9e)]()||!globals['getGlobal'](_0x14dc2c[_0x17fabf(0x13a)])||!globals['getGlobal'](_0x14dc2c['JiezU']))return logger['warn'](_0x14dc2c[_0x17fabf(0x127)]),[];try{return await PerformanceTester[_0x17fabf(0x114)](PerformanceA11yEvents[_0x17fabf(0xf7)],async()=>{const _0x122c29=_0x17fabf;logger['debug'](_0x14dc2c[_0x122c29(0xf0)]);const _0x5aa23f={};_0x5aa23f['method']=_0x526e48['browserstackSessionName'],logger[_0x122c29(0x103)](util[_0x122c29(0x128)](await _0x584a56[_0x122c29(0x70)](scripts[_0x122c29(0xbe)],_0x5aa23f)));},{'command':_0x14dc2c[_0x17fabf(0x12f)]})(),await PerformanceTester[_0x17fabf(0x114)](PerformanceA11yEvents[_0x17fabf(0x11f)],async()=>{const _0xf8cd7f=_0x17fabf,_0x250f41=await _0x584a56[_0xf8cd7f(0x70)](scripts[_0xf8cd7f(0x91)]);return _0x250f41;})();}catch{return logger[_0x17fabf(0x79)](_0x14dc2c[_0x17fabf(0xbd)]),[];}},exports[a94_0xbaa5f1(0xa1)]=async(_0x2ad8d9,_0x34e3db)=>{const _0x58a726=a94_0xbaa5f1,_0x2648ca={};_0x2648ca[_0x58a726(0x13d)]=_0x58a726(0x98),_0x2648ca[_0x58a726(0xdf)]='isAccessibilityPlatform',_0x2648ca[_0x58a726(0xc0)]=_0x58a726(0x10d),_0x2648ca['cstvf']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x2648ca[_0x58a726(0x144)]='getAccessibilityResultsSummary',_0x2648ca[_0x58a726(0xb7)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x561d56=_0x2648ca;if(!this[_0x58a726(0x9e)]()||!globals[_0x58a726(0x104)](_0x561d56[_0x58a726(0xdf)])||!globals[_0x58a726(0x104)](_0x561d56[_0x58a726(0xc0)]))return logger['warn'](_0x561d56[_0x58a726(0x7e)]),{};try{return await PerformanceTester[_0x58a726(0x114)](PerformanceA11yEvents[_0x58a726(0xf7)],async()=>{const _0x37ca22=_0x58a726;logger[_0x37ca22(0x103)](_0x561d56[_0x37ca22(0x13d)]);const _0x329dc8={};_0x329dc8[_0x37ca22(0x10a)]=_0x34e3db[_0x37ca22(0x131)],logger[_0x37ca22(0x103)](util[_0x37ca22(0x128)](await _0x2ad8d9[_0x37ca22(0x70)](scripts[_0x37ca22(0xbe)],_0x329dc8)));},{'command':_0x561d56[_0x58a726(0x144)]})(),await PerformanceTester[_0x58a726(0x114)](PerformanceA11yEvents[_0x58a726(0xe0)],async()=>{const _0x3ea0ed=_0x58a726,_0x51ff2f=await _0x2ad8d9[_0x3ea0ed(0x70)](scripts['getResultsSummary']);return _0x51ff2f;})();}catch{return logger['error'](_0x561d56['ySTBM']),{};}},exports[a94_0xbaa5f1(0x122)]=_0x436168=>{const _0x21eecb=a94_0xbaa5f1,_0x3348b4={};_0x3348b4[_0x21eecb(0x6a)]=function(_0x274e03,_0x56908a){return _0x274e03===_0x56908a;},_0x3348b4[_0x21eecb(0x6b)]=_0x21eecb(0xa2),_0x3348b4['oLnQc']=_0x21eecb(0xf5);const _0x2f7be9=_0x3348b4;if(_0x436168&&_0x436168[_0x21eecb(0x116)]&&_0x2f7be9[_0x21eecb(0x6a)](typeof _0x436168[_0x21eecb(0x116)],_0x2f7be9[_0x21eecb(0x6b)]))return _0x436168[_0x21eecb(0x116)][_0x21eecb(0x11d)](_0x2f7be9['oLnQc']);return![];};function a94_0x594b(){const _0x168433=['success','leWzx','cwd','zSotG','JiezU','toISOString','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','application/json','data','some','accessibility','EuSsR','getAccessKey','assign','getAccessibilityResults','forEach','./constants','getCapabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','javascript','540525kIQoKD','PWnth','TuaXW','GET_RESULTS_SUMMARY','goog:chromeOptions','KSpri','winstonLogger','stringify','BrmTW','oSmmz','qKbaE','getHostInfo','isUndefined','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','parse','zmxPJ','isBrowserstackInfra','14588iZohyV','resolve','wHnnJ','JkfZp','../performance/constants','pass','POST','browserstack_executor','4TUFOWK','PERFORM_SCAN','statusText','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','bDQFP','CHptQ','dZeMS','FPtog','getTestFrameworkDetails','chrome','getCiInfo','hWqIY','ChromeExtension','debug','getGlobal','Options','fetchPlatformDetails','selenium-webdriver','util','args','method','isTrue','dqMjD','bstackA11yShouldScan','response','nodeRequest','VKYnL','projectName','../performance/performance-tester','bsyki','measureWrapper','pNtvU','script','GyYFH','chromeOptions','warn','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','getUserName','includes','2457246LfvpEg','GET_RESULTS','Not\x20a\x20Accessibility\x20Session','headers','isBrowserStackCommandExecutor','../globals','bstack:options','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','getGitMetaData','Bhyod','format','PUT','glWDT','user','Invalid\x20configuration\x20passed.','oYCui','shouldScanTestForAccessibility','iTTZO','getBrowserVersion','browserstackSessionName','iVDRJ','vdwKU','BS_A11Y_JWT','playwright','KLpAu','device','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','browserVersion','NwTbC','scannerVersion','capabilities_','OoNVg','qAxjk','Bearer\x20','dCTru','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserName','jVoxO','CgzMd','eEKQo','CXifQ','65jkwMFv','buildName','VqLUk','accessibilityToken','executeAsyncScript','Content-Type','selenium-webdriver/chrome.js','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','1621851WjJDzA','wifLi','OdkJg','nestedKeyValue','PwlBt','error','version','null','stack','KMrlI','cstvf','RYJdg','BKUZV','message','KXuAP','Performing\x20scan\x20before\x20getting\x20results','test_runs/stop','../logger','XpgCk','Build\x20creation\x20had\x20failed.','buildDescription','BROWSERSTACK_TURBOSCALE','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','includeTagsInTestingScope','deviceName','FsZGA','102568EqFmqN','--headless','getPlatform','getResults','__cloud_provider___','env','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','UsPvS','lfGse','length','Performing\x20scan\x20before\x20getting\x20results\x20summary','ovjFC','getBrowserName','lzHaN','get','DlwUD','isAccessibilityAutomationSession','FgENw','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','getAccessibilityResultsSummary','string','info','No\x20accessibility\x20results\x20were\x20found.','errors','PBSxh','vZjCw','body','gaSMH','v2/test_runs','json','423234HfDdlG','NEsZx','chromeOptions_','./scripts','browserstack','zlMFc','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','auth','7416430MYyzzD','options_','parseFromJson','ySTBM','171FESAln','createAccessibilityTestRun','excludeTagsInTestingScope','ZSTyt','ewDYg','tGOOm','performScan','tRbFh','VLZWj','checkAccessibilityPlatformConfig','status','false','XfEGY','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','setNonBstackInfraCapabilities','isAccessibilityPlatform','../helper'];a94_0x594b=function(){return _0x168433;};return a94_0x594b();}
@@ -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_0x22afa3=a95_0x5526;function a95_0x5526(_0x29ea04,_0x235cae){const _0x40c733=a95_0x40c7();return a95_0x5526=function(_0x5526bd,_0x203909){_0x5526bd=_0x5526bd-0x149;let _0x302e28=_0x40c733[_0x5526bd];return _0x302e28;},a95_0x5526(_0x29ea04,_0x235cae);}(function(_0x5d377c,_0x52e6a2){const _0x3ed9d3=a95_0x5526,_0x354e95=_0x5d377c();while(!![]){try{const _0xe1d918=parseInt(_0x3ed9d3(0x160))/0x1*(-parseInt(_0x3ed9d3(0x157))/0x2)+-parseInt(_0x3ed9d3(0x166))/0x3+parseInt(_0x3ed9d3(0x14d))/0x4+-parseInt(_0x3ed9d3(0x172))/0x5+parseInt(_0x3ed9d3(0x182))/0x6+-parseInt(_0x3ed9d3(0x16f))/0x7+parseInt(_0x3ed9d3(0x15a))/0x8;if(_0xe1d918===_0x52e6a2)break;else _0x354e95['push'](_0x354e95['shift']());}catch(_0x5e94b1){_0x354e95['push'](_0x354e95['shift']());}}}(a95_0x40c7,0xd97c1));const path=require(a95_0x22afa3(0x179)),fs=require('fs'),logger=require(a95_0x22afa3(0x158))[a95_0x22afa3(0x181)],helper=require(a95_0x22afa3(0x149));function a95_0x40c7(){const _0x25c8fd=['5762454dLVMEe','toLowerCase','juztt','saveResults','../helper','parseFromJson','commandsToWrap','shouldWrapCommand','709916yEUtIQ','length','findIndex','scan','Yengh','getResultsSummary','PBpaj','saveTestResults','getModule','commandsPath','2AvViYw','../../helpers/logger','hnxuz','18030848scGcXc','map','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','exports','PkVSQ','GwXIg','1550135iVggsn','ChromeExtension','writeFileSync','.browserstack','qAGET','parseFromProto','2255994XgWyaK','toJson','nonBStackInfraA11yChromeOptions','join','browserstackFolderPath','getCommand','vFwnE','TZTGI','getMethod','41720VGJfac','commands','VuQeZ','964170xVfTAk','xNegg','scripts','getResults','existsSync','stringify','performScan','path','fromJson','EqfXQ','debug','mkdirSync','homedir','name','getName','winstonLogger'];a95_0x40c7=function(){return _0x25c8fd;};return a95_0x40c7();}class Scripts{constructor(){const _0x35e7cf=a95_0x22afa3,_0x25e55d={};_0x25e55d['hnxuz']='0|6|5|4|2|1|3',_0x25e55d[_0x35e7cf(0x184)]='commands.json',_0x25e55d[_0x35e7cf(0x16d)]=_0x35e7cf(0x163);const _0x2dea68=_0x25e55d,_0x4e89a8=_0x2dea68[_0x35e7cf(0x159)]['split']('|');let _0x3a9e66=0x0;while(!![]){switch(_0x4e89a8[_0x3a9e66++]){case'0':this[_0x35e7cf(0x178)]=null;continue;case'1':this[_0x35e7cf(0x156)]=path[_0x35e7cf(0x169)](this['browserstackFolderPath'],_0x2dea68[_0x35e7cf(0x184)]);continue;case'2':this[_0x35e7cf(0x16a)]=path['join'](helper[_0x35e7cf(0x17e)](),_0x2dea68[_0x35e7cf(0x16d)]);continue;case'3':this[_0x35e7cf(0x17a)]();continue;case'4':this[_0x35e7cf(0x154)]=null;continue;case'5':this[_0x35e7cf(0x152)]=null;continue;case'6':this[_0x35e7cf(0x175)]=null;continue;}break;}}[a95_0x22afa3(0x14a)](_0x45bbc1){const _0x37ed6d=a95_0x22afa3;_0x45bbc1[_0x37ed6d(0x174)]&&(this[_0x37ed6d(0x178)]=_0x45bbc1[_0x37ed6d(0x174)][_0x37ed6d(0x150)],this['getResults']=_0x45bbc1[_0x37ed6d(0x174)][_0x37ed6d(0x175)],this['getResultsSummary']=_0x45bbc1['scripts'][_0x37ed6d(0x152)],this['saveTestResults']=_0x45bbc1[_0x37ed6d(0x174)][_0x37ed6d(0x185)]),this['commandsToWrap']=_0x45bbc1[_0x37ed6d(0x170)],this[_0x37ed6d(0x161)]=_0x45bbc1[_0x37ed6d(0x168)];}[a95_0x22afa3(0x165)](_0x155110,_0x49ca60){const _0x25fb9c=a95_0x22afa3,_0x129268={};_0x129268[_0x25fb9c(0x151)]=function(_0x33e9a9,_0x16188b){return _0x33e9a9>_0x16188b;},_0x129268['vFwnE']=function(_0x28fcda,_0xed72b){return _0x28fcda===_0xed72b;},_0x129268['qAGET']=_0x25fb9c(0x150),_0x129268[_0x25fb9c(0x15f)]='getResults',_0x129268[_0x25fb9c(0x173)]='getResultsSummary',_0x129268['PBpaj']=function(_0x1abdd7,_0x51b292){return _0x1abdd7===_0x51b292;},_0x129268[_0x25fb9c(0x17b)]='saveResults',_0x129268[_0x25fb9c(0x15e)]=function(_0x1e4be5,_0xf1306b){return _0x1e4be5>_0xf1306b;};const _0x54063d=_0x129268;if(_0x155110&&_0x54063d['Yengh'](_0x155110[_0x25fb9c(0x14e)],0x0))for(const _0x50364e of _0x155110){if(_0x54063d[_0x25fb9c(0x16c)](_0x50364e[_0x25fb9c(0x180)](),_0x54063d[_0x25fb9c(0x164)]))this[_0x25fb9c(0x178)]=_0x50364e['getCommand']();else{if(_0x54063d[_0x25fb9c(0x16c)](_0x50364e[_0x25fb9c(0x180)](),_0x54063d[_0x25fb9c(0x15f)]))this[_0x25fb9c(0x175)]=_0x50364e[_0x25fb9c(0x16b)]();else{if(_0x54063d[_0x25fb9c(0x16c)](_0x50364e[_0x25fb9c(0x180)](),_0x54063d['xNegg']))this[_0x25fb9c(0x152)]=_0x50364e[_0x25fb9c(0x16b)]();else _0x54063d[_0x25fb9c(0x153)](_0x50364e[_0x25fb9c(0x180)](),_0x54063d['EqfXQ'])&&(this['saveTestResults']=_0x50364e[_0x25fb9c(0x16b)]());}}}_0x49ca60&&_0x54063d[_0x25fb9c(0x15e)](_0x49ca60[_0x25fb9c(0x14e)],0x0)&&(this[_0x25fb9c(0x14b)]=_0x49ca60[_0x25fb9c(0x15b)](_0x4ab0de=>{const _0x243867=_0x25fb9c;return{'name':_0x4ab0de[_0x243867(0x180)](),'method':_0x4ab0de[_0x243867(0x16e)](),'library':_0x4ab0de['getLibrary'](),'module':_0x4ab0de[_0x243867(0x155)](),'class':_0x4ab0de['getClass']()};}));}[a95_0x22afa3(0x14c)](_0x16086f){const _0xafc823=a95_0x22afa3,_0x1c064b={};_0x1c064b['VuQeZ']=function(_0x3591d9,_0x42f7dd){return _0x3591d9!==_0x42f7dd;};const _0x5097c1=_0x1c064b;try{return _0x5097c1[_0xafc823(0x171)](this['commandsToWrap'][_0xafc823(0x14f)](_0x29f0d7=>_0x29f0d7[_0xafc823(0x17f)]['toLowerCase']()===_0x16086f[_0xafc823(0x183)]()),-0x1);}catch(_0x322d00){logger[_0xafc823(0x17c)](_0xafc823(0x15c)+_0x322d00);}return![];}[a95_0x22afa3(0x167)](){const _0x287ab8=a95_0x22afa3;!fs[_0x287ab8(0x176)](this[_0x287ab8(0x16a)])&&fs[_0x287ab8(0x17d)](this['browserstackFolderPath']),fs[_0x287ab8(0x162)](this[_0x287ab8(0x156)],JSON[_0x287ab8(0x177)]({'scripts':{'scan':this[_0x287ab8(0x178)],'getResults':this[_0x287ab8(0x175)],'getResultsSummary':this[_0x287ab8(0x152)],'saveResults':this[_0x287ab8(0x154)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this[_0x287ab8(0x161)]}));}[a95_0x22afa3(0x17a)](){const _0x3895fe=a95_0x22afa3,_0x1e2ca1={'Qvfsv':function(_0x133ea9,_0x5dd2f6){return _0x133ea9(_0x5dd2f6);}};fs[_0x3895fe(0x176)](this[_0x3895fe(0x156)])&&this[_0x3895fe(0x14a)](_0x1e2ca1['Qvfsv'](require,this[_0x3895fe(0x156)]));}}module[a95_0x22afa3(0x15d)]=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_0x4e7c10=a96_0xa676;function a96_0xa676(_0x5afeb8,_0x41ef54){const _0x4602fe=a96_0x4602();return a96_0xa676=function(_0xa676ca,_0x5239be){_0xa676ca=_0xa676ca-0x78;let _0x364e2f=_0x4602fe[_0xa676ca];return _0x364e2f;},a96_0xa676(_0x5afeb8,_0x41ef54);}(function(_0x2c7a47,_0x1d3ee7){const _0x22ce5f=a96_0xa676,_0x1c43bf=_0x2c7a47();while(!![]){try{const _0x3dccbc=parseInt(_0x22ce5f(0x8e))/0x1*(parseInt(_0x22ce5f(0xb7))/0x2)+parseInt(_0x22ce5f(0xab))/0x3+parseInt(_0x22ce5f(0x7c))/0x4*(-parseInt(_0x22ce5f(0x7a))/0x5)+parseInt(_0x22ce5f(0xd5))/0x6+-parseInt(_0x22ce5f(0xa3))/0x7*(-parseInt(_0x22ce5f(0xe1))/0x8)+-parseInt(_0x22ce5f(0x9f))/0x9+-parseInt(_0x22ce5f(0xb8))/0xa;if(_0x3dccbc===_0x1d3ee7)break;else _0x1c43bf['push'](_0x1c43bf['shift']());}catch(_0x5ed0b8){_0x1c43bf['push'](_0x1c43bf['shift']());}}}(a96_0x4602,0x59f8a));const path=require(a96_0x4e7c10(0x81)),{commandRepository}=require(a96_0x4e7c10(0xb9)),constants=require(a96_0x4e7c10(0xb4)),logger=require(a96_0x4e7c10(0x9a))[a96_0x4e7c10(0xda)],globals=require(a96_0x4e7c10(0xbc)),timeoutPromise=require(a96_0x4e7c10(0x97)),isUndefinedOrNull=_0x5e3b36=>_0x5e3b36===undefined||_0x5e3b36===null||_0x5e3b36==='',isNotUndefinedOrNull=_0x37f293=>!isUndefinedOrNull(_0x37f293),isString=_0x5d0271=>isNotUndefinedOrNull(_0x5d0271)&&typeof _0x5d0271==='string';function a96_0x4602(){const _0xc2e2da=['ohgZW','aiSdkWrapper','aiHeal_userId','nvEtN','BrowserstackHealing.logData\x20method\x20timed\x20out','aiHeal_sessionToken','llpMR','initializeHealingCapabilities','split','Bbskz','toLowerCase','1175eOIGph','wtwfT','8812RvSVMJ','XYtRY','initializeCapabilities','getTestName','chromeOptions_','path','PRUJI','info','set','GBVBh','cancel','zlljV','edge','parameters_','firefox','log','QVRkE','getGlobal','1uebXnb','config','jLkWV','using','yTBPO','_handleEvent','LYfMb','edgeOptions_','safari','../../helpers/timeoutPromise','selector','Euhzc','../logger','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','TuXte','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','setToken','3832659XZernn','map_','eiDIB','getCommands','42FLOIPy','capabilities_','XobqZ','BrowserstackHealing.pollResult\x20method\x20timed\x20out','logData','BrowserstackHealingPollResultFailed','getProjectName','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','192015pqHzKU','wbpWP','microsoftedge','handleSuccess','forEach','vnfKM','getCapabilities','\x22}}}','race','../../bin/utils/constants','aiHeal_groupId','value','882958MDsUus','786540DMVjWQ','./autoHealHelper','BrowserstackHealing.healFailure\x20method\x20timed\x20out','replace','../globals','../../ai-sdk-node/bundle','aiHeal_isGroupAIEnabled','aiHealing','locatorType','name_','BrowserstackHealing','browserstackSessionName','isSelfHealEnabled','zURHY','{\x22region\x22:\x20\x22','BrowserstackHealing.setToken\x20method\x20timed\x20out','TCG_URL','TCG_REGION','join','then','fromEntries','\x22:\x20{\x22endpoint\x22:\x20\x22','SET_TCG_TOKEN_TIMEOUT','ieOptions_','oAdES','getSession','MqwHG','browserName','earYD','1424172MvTexn','pollResult','IIchd','error','framework','winstonLogger','getId','pTXUU','locatorValue','kgBDY','handleFailure','message','863848CdOsae','rsXdC'];a96_0x4602=function(){return _0xc2e2da;};return a96_0x4602();}class AiSdkWrapper{constructor(){const _0x76d622=a96_0x4e7c10,_0x231779={'zURHY':function(_0x5e88b6,_0x4c8a8b){return _0x5e88b6(_0x4c8a8b);},'fuyWv':_0x76d622(0xbd)};this['BrowserstackHealing']=undefined;try{this['BrowserstackHealing']=_0x231779[_0x76d622(0xc5)](require,path[_0x76d622(0xca)](__dirname,_0x231779['fuyWv']));}catch(_0x5b90c8){logger['error'](_0x76d622(0xaa)+(_0x5b90c8&&_0x5b90c8[_0x76d622(0xe0)]?_0x5b90c8[_0x76d622(0xe0)]:''));}}[a96_0x4e7c10(0xea)](_0x2f81b9){const _0x2e874e=a96_0x4e7c10,_0x555854={};_0x555854[_0x2e874e(0xd0)]='newCapabilities',_0x555854[_0x2e874e(0xa1)]=function(_0x547319,_0x1573cb){return _0x547319===_0x1573cb;},_0x555854[_0x2e874e(0x94)]='chrome',_0x555854[_0x2e874e(0xe9)]=function(_0xd2f329,_0x22cc6e){return _0xd2f329===_0x22cc6e;},_0x555854['LrhGl']=_0x2e874e(0x8a),_0x555854[_0x2e874e(0xe3)]=_0x2e874e(0x96),_0x555854[_0x2e874e(0xdc)]=function(_0x3da2fe,_0x549563){return _0x3da2fe===_0x549563;},_0x555854[_0x2e874e(0xac)]=_0x2e874e(0x88),_0x555854[_0x2e874e(0x7d)]=function(_0xd68cbd,_0x5939de){return _0xd68cbd===_0x5939de;},_0x555854[_0x2e874e(0xde)]=_0x2e874e(0xad),_0x555854['YvBpL']=function(_0x290889,_0x4224d4){return _0x290889===_0x4224d4;};const _0x9361ac=_0x555854;try{const _0x38409b=this[_0x2e874e(0xc2)][_0x2e874e(0x7e)](Object[_0x2e874e(0xcc)](_0x2f81b9[_0x2e874e(0xb1)]()[_0x2e874e(0xa0)]));console[_0x2e874e(0x8b)](_0x9361ac[_0x2e874e(0xd0)],_0x38409b);if(_0x9361ac[_0x2e874e(0xa1)](_0x38409b?.['browserName']?.['toLowerCase'](),_0x9361ac[_0x2e874e(0x94)]))_0x2f81b9[_0x2e874e(0x80)]=_0x38409b;else{if(_0x9361ac['llpMR'](_0x38409b?.['browserName']?.[_0x2e874e(0x79)](),_0x9361ac['LrhGl']))_0x2f81b9['firefoxOptions_']=_0x38409b;else{if(_0x9361ac[_0x2e874e(0xa1)](_0x38409b?.[_0x2e874e(0xd3)]?.['toLowerCase'](),_0x9361ac['ohgZW']))_0x2f81b9['safariOptions_']=_0x38409b;else{if(_0x9361ac['pTXUU'](_0x38409b?.['browserName']?.[_0x2e874e(0x79)](),_0x9361ac['wbpWP'])||_0x9361ac[_0x2e874e(0x7d)](_0x38409b?.['browserName']?.[_0x2e874e(0x79)](),_0x9361ac['kgBDY']))_0x2f81b9[_0x2e874e(0x95)]=_0x38409b;else _0x9361ac['YvBpL'](_0x38409b?.[_0x2e874e(0xd3)]?.[_0x2e874e(0x79)](),'ie')&&(_0x2f81b9[_0x2e874e(0xcf)]=_0x38409b);}}}Object['keys'](_0x38409b)[_0x2e874e(0xaf)](_0x5bff73=>{const _0x5e9760=_0x2e874e,_0x79379c=_0x2f81b9[_0x5e9760(0xa4)]['get'](_0x5bff73);_0x2f81b9[_0x5e9760(0xa4)][_0x5e9760(0x84)](_0x5bff73,_0x38409b[_0x5bff73]);});}catch(_0x262149){logger[_0x2e874e(0xd8)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x262149&&_0x262149['message']?_0x262149[_0x2e874e(0xe0)]:''));}}async['setTcgToken'](_0x45e375){const _0x101ae3=a96_0x4e7c10,_0x5f0065={'yTBPO':function(_0x1682a7,_0x1af94c,_0x188042,_0x47eb9a,_0xe069e5,_0x5461d8,_0x4ac3d3){return _0x1682a7(_0x1af94c,_0x188042,_0x47eb9a,_0xe069e5,_0x5461d8,_0x4ac3d3);},'XobqZ':_0x101ae3(0xc7),'dFQNc':'BrowserstackHealingSetTcgTokenFailed','Euhzc':_0x101ae3(0xe8)},_0x2352a1=new Date(),_0x48be43=_0x5f0065[_0x101ae3(0x92)](timeoutPromise,constants[_0x101ae3(0xce)],_0x5f0065[_0x101ae3(0xa5)],_0x5f0065['dFQNc'],_0x2352a1,this[_0x101ae3(0x8f)],this[_0x101ae3(0xd9)]);await Promise[_0x101ae3(0xb3)]([this[_0x101ae3(0xc2)][_0x101ae3(0x9e)](_0x45e375,globals[_0x101ae3(0x8d)](_0x5f0065[_0x101ae3(0x99)]),constants[_0x101ae3(0xc8)])[_0x101ae3(0xcb)](()=>{const _0x11c8f2=_0x101ae3;_0x48be43[_0x11c8f2(0x86)]();}),_0x48be43]);}async[a96_0x4e7c10(0x93)](_0x5b842a,_0x19b2a7,_0x3455c2,_0x3ef657){const _0x5438fb=a96_0x4e7c10,_0x53b60d={'zlljV':function(_0x48b579,_0x432d5f){return _0x48b579===_0x432d5f;},'IIchd':function(_0x40336e,_0x305807){return _0x40336e===_0x305807;},'Bbskz':function(_0x443706,_0x3f42b9){return _0x443706(_0x3f42b9);},'MqwHG':function(_0x293cae,_0x25d854){return _0x293cae(_0x25d854);},'AvCTz':function(_0x3ee686,_0x40f777){return _0x3ee686(_0x40f777);},'PRUJI':function(_0x2e1b10,_0x54a644){return _0x2e1b10(_0x54a644);},'GBVBh':function(_0x39a5ee,_0x27665f){return _0x39a5ee(_0x27665f);},'TuXte':'s://','nvEtN':function(_0x179c2f,_0x7ec7c5){return _0x179c2f(_0x7ec7c5);},'OxdWg':function(_0x8d1eac,_0x28ff18){return _0x8d1eac(_0x28ff18);},'eZYGT':_0x5438fb(0xe5),'rZNes':_0x5438fb(0xb5),'QVRkE':_0x5438fb(0xbe),'jLkWV':function(_0x1094ec,_0x1ec458,_0x1d58a7,_0x2bf25e,_0x3686fb,_0x5e13db,_0x20c021){return _0x1094ec(_0x1ec458,_0x1d58a7,_0x2bf25e,_0x3686fb,_0x5e13db,_0x20c021);},'wtwfT':_0x5438fb(0xe7),'yiHyx':'BrowserstackHealingLogDataFailed','acYhR':_0x5438fb(0xba),'vnfKM':'BrowserstackHealingHealFailureFailed'},_0x53a255=(await _0x19b2a7[_0x5438fb(0xd1)]())['getId']();let _0x49f98c='';if(commandRepository[_0x5438fb(0xc4)]()&&_0x53b60d[_0x5438fb(0x87)](_0x3ef657,![])||_0x53b60d[_0x5438fb(0xd7)](_0x3ef657,!![])){const _0x39ed10=_0x53b60d['Bbskz'](isNotUndefinedOrNull,_0x3455c2['parameters_'][_0x5438fb(0x91)])&&_0x53b60d[_0x5438fb(0xd2)](isString,_0x3455c2['parameters_']['using'])?_0x3455c2[_0x5438fb(0x89)][_0x5438fb(0x91)]['replace'](/'/g,'\x5c\x27')[_0x5438fb(0xbb)](/"/g,'\x5c\x22'):'',_0x283d49=_0x53b60d[_0x5438fb(0x78)](isNotUndefinedOrNull,_0x3455c2['parameters_'][_0x5438fb(0x91)])&&_0x53b60d['Bbskz'](isString,_0x3455c2['parameters_']['value'])?_0x3455c2['parameters_'][_0x5438fb(0xb6)][_0x5438fb(0xbb)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x2fe3af=_0x53b60d['MqwHG'](isNotUndefinedOrNull,commandRepository[_0x5438fb(0xa9)]())&&_0x53b60d['MqwHG'](isString,commandRepository[_0x5438fb(0xa9)]())?commandRepository[_0x5438fb(0xa9)]()[_0x5438fb(0xbb)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x1dcc79=_0x53b60d[_0x5438fb(0xd2)](isNotUndefinedOrNull,global[_0x5438fb(0xc3)])&&_0x53b60d['AvCTz'](isString,global[_0x5438fb(0xc3)])?global[_0x5438fb(0xc3)][_0x5438fb(0xbb)](/'/g,'\x5c\x27')[_0x5438fb(0xbb)](/"/g,'\x5c\x22'):'';!_0x1dcc79&&(_0x1dcc79=_0x53b60d[_0x5438fb(0x82)](isNotUndefinedOrNull,commandRepository[_0x5438fb(0x7f)]())&&_0x53b60d[_0x5438fb(0x85)](isString,commandRepository[_0x5438fb(0x7f)]())?commandRepository['getTestName']()[_0x5438fb(0xbb)](/'/g,'\x5c\x27')[_0x5438fb(0xbb)](/"/g,'\x5c\x22'):'');let _0x470380=_0x5438fb(0xc6)+constants[_0x5438fb(0xc9)]+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x5438fb(0xc9)]+_0x5438fb(0xcd)+constants[_0x5438fb(0xc8)][_0x5438fb(0xeb)](_0x53b60d[_0x5438fb(0x9c)])[0x1]+_0x5438fb(0xb2);_0x470380=_0x53b60d[_0x5438fb(0xe6)](isNotUndefinedOrNull,_0x470380)&&_0x53b60d['OxdWg'](isString,_0x470380)?_0x470380['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x2f0b55=commandRepository[_0x5438fb(0xa2)](_0x53a255),_0x3c748b=globals['getGlobal'](_0x53b60d['eZYGT']),_0x54ea73=globals[_0x5438fb(0x8d)](_0x53b60d['rZNes']),_0x50bf31=globals[_0x5438fb(0x8d)](_0x53b60d[_0x5438fb(0x8c)]),_0x59f94d=![],_0x4329d3=new Date();if(_0x3ef657){const _0x4851e0=_0x53b60d[_0x5438fb(0x90)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x53b60d[_0x5438fb(0x7b)],_0x53b60d['yiHyx'],_0x4329d3,this[_0x5438fb(0x8f)],this[_0x5438fb(0xd9)]);_0x49f98c=await Promise[_0x5438fb(0xb3)]([this[_0x5438fb(0xc2)][_0x5438fb(0xa7)](_0x39ed10,_0x283d49,_0x2fe3af,_0x1dcc79,_0x54ea73,_0x53a255,_0x2f0b55,_0x470380)[_0x5438fb(0xcb)](_0xb22f7c=>{const _0x4db132=_0x5438fb;return _0x4851e0[_0x4db132(0x86)](),_0xb22f7c;}),_0x4851e0]);}else{if(commandRepository[_0x5438fb(0xc4)]()){const _0x2c8182=_0x53b60d[_0x5438fb(0x90)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x53b60d['acYhR'],_0x53b60d[_0x5438fb(0xb0)],_0x4329d3,this[_0x5438fb(0x8f)],this[_0x5438fb(0xd9)]);_0x49f98c=await Promise[_0x5438fb(0xb3)]([this[_0x5438fb(0xc2)]['healFailure'](_0x39ed10,_0x283d49,_0x2fe3af,_0x1dcc79,_0x3c748b,_0x54ea73,_0x53a255,_0x2f0b55,_0x59f94d,_0x50bf31,_0x470380)[_0x5438fb(0xcb)](_0x2b7792=>{const _0x3b4ca8=_0x5438fb;return _0x2c8182[_0x3b4ca8(0x86)](),_0x2b7792;}),_0x2c8182]);}}_0x49f98c&&await _0x19b2a7['executeScript'](_0x49f98c);}}async[a96_0x4e7c10(0xae)](_0x4f9556,_0x3149d9,_0x2dbc8e){const _0x1c9d2c=a96_0x4e7c10;try{await this[_0x1c9d2c(0x93)](_0x4f9556,_0x3149d9,_0x2dbc8e,!![]);}catch(_0x29cec2){return logger[_0x1c9d2c(0xd8)](_0x1c9d2c(0x9b)+(_0x29cec2&&_0x29cec2[_0x1c9d2c(0xe0)]?_0x29cec2[_0x1c9d2c(0xe0)]:'')),![];}return!![];}async[a96_0x4e7c10(0xdf)](_0x1757a8,_0x2dc578,_0x119cd2){const _0x1c2c67=a96_0x4e7c10,_0x2677b9={'earYD':function(_0x114136,_0x3301a8,_0x3b2bf8,_0x2cb490,_0x5ed547,_0x10cf1a,_0x266b97){return _0x114136(_0x3301a8,_0x3b2bf8,_0x2cb490,_0x5ed547,_0x10cf1a,_0x266b97);},'gCxHa':_0x1c2c67(0xa6),'ROFwa':_0x1c2c67(0xa8),'rsXdC':_0x1c2c67(0xe8)};try{await this['_handleEvent'](_0x1757a8,_0x2dc578,_0x119cd2,![]);const _0x2164d2=(await _0x2dc578['getSession']())[_0x1c2c67(0xdb)](),_0x43d95f=new Date(),_0x3f91d2=_0x2677b9[_0x1c2c67(0xd4)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x2677b9['gCxHa'],_0x2677b9['ROFwa'],_0x43d95f,this[_0x1c2c67(0x8f)],this[_0x1c2c67(0xd9)]),_0x4f95ec=await Promise[_0x1c2c67(0xb3)]([this[_0x1c2c67(0xc2)][_0x1c2c67(0xd6)](constants[_0x1c2c67(0xc8)],_0x2164d2,globals[_0x1c2c67(0x8d)](_0x2677b9[_0x1c2c67(0xe2)]))[_0x1c2c67(0xcb)](_0x24ea19=>{const _0x236b58=_0x1c2c67;return _0x3f91d2[_0x236b58(0x86)](),_0x24ea19;}),_0x3f91d2]);if(_0x4f95ec&&_0x4f95ec[_0x1c2c67(0x98)]&&_0x4f95ec[_0x1c2c67(0xb6)]){const _0x276e10={};return _0x276e10[_0x1c2c67(0xc0)]=_0x4f95ec[_0x1c2c67(0x98)],_0x276e10[_0x1c2c67(0xdd)]=_0x4f95ec[_0x1c2c67(0xb6)],_0x276e10[_0x1c2c67(0xbf)]=!![],_0x276e10;}const _0x2a3d58={};return _0x2a3d58['locatorType']=_0x119cd2[_0x1c2c67(0x89)]['using'],_0x2a3d58[_0x1c2c67(0xdd)]=_0x4f95ec[_0x1c2c67(0xb6)],_0x2a3d58[_0x1c2c67(0xbf)]=!![],_0x2a3d58;}catch(_0x252811){return logger['debug']('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x252811&&_0x252811[_0x1c2c67(0xe0)]?_0x252811[_0x1c2c67(0xe0)]:'')),logger[_0x1c2c67(0x83)](_0x1c2c67(0x9d)+_0x119cd2[_0x1c2c67(0xc1)]+'\x20command'),_0x119cd2;}}}exports[a96_0x4e7c10(0xe4)]=Object['freeze'](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_0x561344=a97_0x2efc;(function(_0x276697,_0x4aec7e){const _0x57acdb=a97_0x2efc,_0x579104=_0x276697();while(!![]){try{const _0x1fc70c=parseInt(_0x57acdb(0x1e0))/0x1*(parseInt(_0x57acdb(0x1d8))/0x2)+parseInt(_0x57acdb(0x1f2))/0x3+-parseInt(_0x57acdb(0x1cd))/0x4+parseInt(_0x57acdb(0x1c5))/0x5+-parseInt(_0x57acdb(0x1ce))/0x6+-parseInt(_0x57acdb(0x1d1))/0x7+-parseInt(_0x57acdb(0x1e1))/0x8*(-parseInt(_0x57acdb(0x1d0))/0x9);if(_0x1fc70c===_0x4aec7e)break;else _0x579104['push'](_0x579104['shift']());}catch(_0x5bfc60){_0x579104['push'](_0x579104['shift']());}}}(a97_0x8fbb,0x7c8c0));const calculateTimeDiff=_0x3be000=>Date['now']()-_0x3be000,logger=require(a97_0x561344(0x1de))[a97_0x561344(0x1dc)],globals=require('../globals');class HealingCommandRepo{constructor(){const _0x399488=a97_0x561344,_0x6e5792={};_0x6e5792[_0x399488(0x1d2)]=_0x399488(0x1d4);const _0x350805=_0x6e5792,_0x324a24=_0x350805[_0x399488(0x1d2)]['split']('|');let _0x1dd422=0x0;while(!![]){switch(_0x324a24[_0x1dd422++]){case'0':this[_0x399488(0x1cf)]=![];continue;case'1':this['testName']='';continue;case'2':this[_0x399488(0x1c9)]='';continue;case'3':this['aiSessionTimeStamp']={};continue;case'4':this[_0x399488(0x1f5)]={};continue;case'5':this['authInfo']={};continue;}break;}}[a97_0x561344(0x1e2)](_0x4cf6c2,_0x4730c1){const _0x4c4723=a97_0x561344,_0x17bad9={};_0x17bad9[_0x4c4723(0x1e6)]=function(_0x10b364,_0xf9f756){return _0x10b364 in _0xf9f756;};const _0x2bc538=_0x17bad9;!_0x2bc538['MBcnU'](_0x4cf6c2,this[_0x4c4723(0x1f5)])&&(this['commands'][_0x4cf6c2]=[]),this[_0x4c4723(0x1f5)][_0x4cf6c2][_0x4c4723(0x1c3)](_0x4730c1);}[a97_0x561344(0x1bd)](_0x2ceeda,_0x9c5d2){const _0x518a0f=a97_0x561344,_0x2b9b3d={'VsuwF':function(_0x457f43,_0x4b69c1){return _0x457f43(_0x4b69c1);}},_0x3dec83=_0x9c5d2[_0x518a0f(0x1d6)],_0x350edf=_0x9c5d2[_0x518a0f(0x1c0)][_0x518a0f(0x1c1)](_0x2ceeda)[0x1],_0x602f8c=this['aiSessionTimeStamp'][_0x2ceeda],_0x240e74={'k':_0x3dec83+':'+_0x350edf,'t':_0x2b9b3d['VsuwF'](calculateTimeDiff,_0x602f8c)};this[_0x518a0f(0x1e2)](_0x2ceeda,_0x240e74);}[a97_0x561344(0x1d7)](_0x568105){const _0x5143d8=a97_0x561344;this[_0x5143d8(0x1cb)][_0x568105]=Date[_0x5143d8(0x1f4)]();}[a97_0x561344(0x1f3)](_0x16b961,_0x585b8c){const _0x14050b=a97_0x561344;this[_0x14050b(0x1ea)][_0x14050b(0x1ee)]=_0x16b961,this['authInfo'][_0x14050b(0x1e4)]=_0x585b8c;}['getAuthInfo'](){const _0x268c74=a97_0x561344;return this[_0x268c74(0x1ea)];}[a97_0x561344(0x1ef)](_0x496c41){const _0x17d6ff=a97_0x561344;this[_0x17d6ff(0x1c9)]=_0x496c41;}[a97_0x561344(0x1db)](_0x235cc2){const _0x196e42=a97_0x561344;this[_0x196e42(0x1e7)]=_0x235cc2;}[a97_0x561344(0x1f1)](_0x406a6c){const _0x4b43ee=a97_0x561344;this[_0x4b43ee(0x1c4)]=_0x406a6c,this['setProjectNameForHealingContext'](_0x406a6c['projectName']),this[_0x4b43ee(0x1f3)](_0x406a6c[_0x4b43ee(0x1ee)],_0x406a6c[_0x4b43ee(0x1e4)]);}[a97_0x561344(0x1d3)](_0x569ee6){const _0xfa656c=a97_0x561344;this[_0xfa656c(0x1eb)]=_0x569ee6;}[a97_0x561344(0x1df)](_0x32e2d6){const _0x12b457=a97_0x561344;this[_0x12b457(0x1cf)]=_0x32e2d6;}[a97_0x561344(0x1dd)](){const _0x1ffcfe=a97_0x561344;return this[_0x1ffcfe(0x1c4)];}[a97_0x561344(0x1e9)](){const _0x2f0f36=a97_0x561344;return this[_0x2f0f36(0x1eb)];}['getProjectName'](){const _0x90df23=a97_0x561344;return this[_0x90df23(0x1c9)];}[a97_0x561344(0x1ed)](){const _0x1a0eb0=a97_0x561344;return this[_0x1a0eb0(0x1e7)];}['getCommands'](_0x13a2dd){const _0x1fd613=a97_0x561344,_0x4dfc95={};_0x4dfc95[_0x1fd613(0x1c6)]='aiHeal_isAuthenticated',_0x4dfc95[_0x1fd613(0x1d5)]='aiHeal_isHealingEnabled',_0x4dfc95[_0x1fd613(0x1c8)]=function(_0x5c6b85,_0x274931){return _0x5c6b85===_0x274931;},_0x4dfc95[_0x1fd613(0x1c7)]=function(_0x4147ba,_0x7928b3){return _0x4147ba+_0x7928b3;},_0x4dfc95[_0x1fd613(0x1d9)]=_0x1fd613(0x1ec);const _0x22e036=_0x4dfc95,_0x39fa95=this[_0x1fd613(0x1f5)][_0x13a2dd];this[_0x1fd613(0x1f5)][_0x13a2dd]=[];if(globals[_0x1fd613(0x1da)](_0x22e036[_0x1fd613(0x1c6)])&&globals['getGlobal'](_0x22e036[_0x1fd613(0x1d5)])&&!_0x39fa95||_0x22e036[_0x1fd613(0x1c8)](_0x39fa95['length'],0x0))return logger[_0x1fd613(0x1e5)](_0x22e036[_0x1fd613(0x1c7)](_0x22e036[_0x1fd613(0x1d9)],_0x13a2dd)),'';return _0x39fa95[_0x1fd613(0x1cc)](_0x34a283=>JSON[_0x1fd613(0x1f6)](_0x34a283))['join'](',');}['isSelfHealEnabled'](){const _0x59c3ad=a97_0x561344,_0x234b72={};_0x234b72[_0x59c3ad(0x1be)]=function(_0xb9a616,_0x5df300){return _0xb9a616===_0x5df300;},_0x234b72[_0x59c3ad(0x1e3)]=function(_0x4c7193,_0x45fe3f){return _0x4c7193===_0x45fe3f;},_0x234b72[_0x59c3ad(0x1c2)]=_0x59c3ad(0x1e8);const _0xca2777=_0x234b72;let _0x29450a=![];return this[_0x59c3ad(0x1dd)]()&&(_0xca2777['rDMbQ'](this[_0x59c3ad(0x1dd)]()[_0x59c3ad(0x1ca)],!![])||_0xca2777[_0x59c3ad(0x1e3)](this[_0x59c3ad(0x1dd)]()['selfHeal'],_0xca2777[_0x59c3ad(0x1c2)]))&&(_0x29450a=!![]),_0x29450a;}[a97_0x561344(0x1f0)](){const _0x155415=a97_0x561344;return this[_0x155415(0x1cf)];}}function a97_0x8fbb(){const _0x5582d3=['true','getFramework','authInfo','framework','No\x20commands\x20found\x20for\x20session:\x20','getTestName','userName','setProjectNameForHealingContext','getTcgTokenStatus','setConfig','2304744pVXtdG','setAuthInfo','now','commands','stringify','pushCommand','rDMbQ','commandRepository','path','split','OSSzp','push','config','167235AhmHng','rlshz','joEQQ','UPKpb','projectName','selfHeal','aiSessionTimeStamp','map','4050876JWQAQW','3649872jgOTMk','isTcgTokenSet','9NcmUzx','3292142OIfiKZ','Urvzt','setFramework','4|3|2|1|5|0','tRLzc','method','setAiSessionTimeStamp','142118BFxrhz','xYpCi','getGlobal','setTestNameForHealingContext','winstonLogger','getConfig','../logger','setTcgTokenStatus','7blmqZD','10418984DaDPnD','_pushCommand','lRxRZ','accessKey','debug','MBcnU','testName'];a97_0x8fbb=function(){return _0x5582d3;};return a97_0x8fbb();}function a97_0x2efc(_0x4886e0,_0x3f3499){const _0x8fbbc6=a97_0x8fbb();return a97_0x2efc=function(_0x2efce0,_0x16c717){_0x2efce0=_0x2efce0-0x1bd;let _0x57c987=_0x8fbbc6[_0x2efce0];return _0x57c987;},a97_0x2efc(_0x4886e0,_0x3f3499);}exports[a97_0x561344(0x1bf)]=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_0x35aa6e=a98_0x1680;(function(_0x150ad6,_0x3247a6){const _0x3da33c=a98_0x1680,_0x2ddcd9=_0x150ad6();while(!![]){try{const _0x5b7861=-parseInt(_0x3da33c(0x18b))/0x1+-parseInt(_0x3da33c(0x190))/0x2*(-parseInt(_0x3da33c(0x185))/0x3)+-parseInt(_0x3da33c(0x196))/0x4+-parseInt(_0x3da33c(0x18f))/0x5+parseInt(_0x3da33c(0x18e))/0x6*(-parseInt(_0x3da33c(0x194))/0x7)+-parseInt(_0x3da33c(0x189))/0x8+-parseInt(_0x3da33c(0x186))/0x9*(-parseInt(_0x3da33c(0x195))/0xa);if(_0x5b7861===_0x3247a6)break;else _0x2ddcd9['push'](_0x2ddcd9['shift']());}catch(_0x264cb8){_0x2ddcd9['push'](_0x2ddcd9['shift']());}}}(a98_0x47db,0xc6753));const a98_0x4fcd18={};a98_0x4fcd18['BUILDS_DASHBOARD_URL']=a98_0x35aa6e(0x198),a98_0x4fcd18[a98_0x35aa6e(0x18a)]='automate-turboscale/v1',module['exports']=a98_0x4fcd18;function a98_0x47db(){const _0x227f99=['toLowerCase','stag','46212jzuMXm','1999400iYcXoB','458408ULSocI','https://grid-preprod.bsstag.com/dashboard/builds','prod','env','259jCCUKJ','18031370cAEAqE','2341928UjXTDO','exports','https://grid.browserstack.com/dashboard/builds','9bfTfMc','18FZzVFM','https://grid-devhst.bsstag.com/dashboard/builds','BROWSERSTACK_ENV','12158728tOfEHF','API_ENDPOINT','690826AoozGt'];a98_0x47db=function(){return _0x227f99;};return a98_0x47db();}function a98_0x1680(_0xd554b9,_0x5a4341){const _0x47db7c=a98_0x47db();return a98_0x1680=function(_0x168064,_0x598c62){_0x168064=_0x168064-0x185;let _0x2e6773=_0x47db7c[_0x168064];return _0x2e6773;},a98_0x1680(_0xd554b9,_0x5a4341);}const _env=(process[a98_0x35aa6e(0x193)][a98_0x35aa6e(0x188)]||a98_0x35aa6e(0x192))[a98_0x35aa6e(0x18c)]();if(_env==='staging'||_env===a98_0x35aa6e(0x18d))module['exports']['BUILDS_DASHBOARD_URL']=a98_0x35aa6e(0x187);else(_env==='preprod'||_env==='pre-prod')&&(module[a98_0x35aa6e(0x197)]['BUILDS_DASHBOARD_URL']=a98_0x35aa6e(0x191));
@@ -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
+ const a99_0x393fe5=a99_0x8e34;function a99_0x8e34(_0x25c9b7,_0x525734){const _0x4ec8f2=a99_0x4ec8();return a99_0x8e34=function(_0x8e34ae,_0x277090){_0x8e34ae=_0x8e34ae-0x1dd;let _0x3d8224=_0x4ec8f2[_0x8e34ae];return _0x3d8224;},a99_0x8e34(_0x25c9b7,_0x525734);}function a99_0x4ec8(){const _0x302015=['isArray','iFShi','nlOoS','1407211yGMGfy','gridName','turboScaleOptions','env','getTurboScaleGridName','getTurboScaleOptions','334246WUhLuc','getTurboScaleCaps','buildTags','103518zCgMTa','4177103wVaHPn','toLowerCase','1217718kAEuRb','../../bin/utils/constants','BROWSERSTACK_BUILD_TAGS','8apKKFx','true','medium','VaMCu','buildPriority','514WUESMb','Wgoxf','10pqMrTM','toString','NO_GRID_NAME_PASSED','options','30mKSDkm','5016048pyzxvS','turboScale','BROWSERSTACK_TURBOSCALE_GRID_NAME','TURBOSCALE_OPTIONS','10236FrHPXx'];a99_0x4ec8=function(){return _0x302015;};return a99_0x4ec8();}(function(_0x1d722f,_0x284f59){const _0x486919=a99_0x8e34,_0x4782b6=_0x1d722f();while(!![]){try{const _0x15824c=-parseInt(_0x486919(0x1fd))/0x1+parseInt(_0x486919(0x1ee))/0x2*(-parseInt(_0x486919(0x1f9))/0x3)+parseInt(_0x486919(0x1f5))/0x4+-parseInt(_0x486919(0x1f4))/0x5*(-parseInt(_0x486919(0x1e6))/0x6)+parseInt(_0x486919(0x1e4))/0x7*(parseInt(_0x486919(0x1e9))/0x8)+-parseInt(_0x486919(0x1e3))/0x9+-parseInt(_0x486919(0x1f0))/0xa*(parseInt(_0x486919(0x1e0))/0xb);if(_0x15824c===_0x284f59)break;else _0x4782b6['push'](_0x4782b6['shift']());}catch(_0x5de8f3){_0x4782b6['push'](_0x4782b6['shift']());}}}(a99_0x4ec8,0xb544c));const constants=require(a99_0x393fe5(0x1e7));exports[a99_0x393fe5(0x1df)]=()=>{const _0x274d7e=a99_0x393fe5;if(!constants[_0x274d7e(0x1f8)][_0x274d7e(0x1f3)])return{};return constants['TURBOSCALE_OPTIONS'][_0x274d7e(0x1f3)];},exports[a99_0x393fe5(0x1de)]=_0x359395=>{const _0x36988f=a99_0x393fe5,_0x1729ae={};_0x1729ae[_0x36988f(0x1fc)]=_0x36988f(0x1f2);const _0x33a900=_0x1729ae;if(_0x359395[_0x36988f(0x1ff)]&&_0x359395[_0x36988f(0x1ff)][_0x36988f(0x1fe)])return _0x359395['turboScaleOptions'][_0x36988f(0x1fe)];if(process['env'][_0x36988f(0x1f7)])return process[_0x36988f(0x1dd)][_0x36988f(0x1f7)];return _0x33a900[_0x36988f(0x1fc)];},exports['isTurboScaleSession']=_0x5773a1=>{const _0x5e2bf4=a99_0x393fe5,_0x4bb6a1={};_0x4bb6a1[_0x5e2bf4(0x1ef)]=function(_0x241b02,_0x44ec20){return _0x241b02===_0x44ec20;},_0x4bb6a1[_0x5e2bf4(0x1ec)]=_0x5e2bf4(0x1ea);const _0x4aa403=_0x4bb6a1;return _0x5773a1&&_0x5773a1[_0x5e2bf4(0x1f6)]&&_0x4aa403['Wgoxf'](_0x5773a1[_0x5e2bf4(0x1f6)][_0x5e2bf4(0x1f1)]()[_0x5e2bf4(0x1e5)](),_0x4aa403[_0x5e2bf4(0x1ec)]);},exports[a99_0x393fe5(0x1e1)]=(_0x174374,_0xf94a6b,_0x3525ed)=>{const _0x20539b=a99_0x393fe5,_0x587537={};_0x587537[_0x20539b(0x1fb)]=_0x20539b(0x1eb);const _0x21e8c2=_0x587537,_0x30691d={};_0x30691d['buildPriority']=_0x21e8c2['iFShi'];_0x174374[_0x20539b(0x1e2)]&&(_0x30691d[_0x20539b(0x1e2)]=Array[_0x20539b(0x1fa)](_0x174374[_0x20539b(0x1e2)])?_0x174374[_0x20539b(0x1e2)]:_0x174374[_0x20539b(0x1e2)]['split'](','));if(process[_0x20539b(0x1dd)][_0x20539b(0x1e8)])try{_0x30691d[_0x20539b(0x1e2)]=process[_0x20539b(0x1dd)][_0x20539b(0x1e8)]['split'](',');}catch{_0x30691d[_0x20539b(0x1e2)]=process['env'][_0x20539b(0x1e8)];}return _0x174374[_0x20539b(0x1ed)]&&(_0x30691d[_0x20539b(0x1ed)]=_0x174374[_0x20539b(0x1ed)]),process[_0x20539b(0x1dd)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x30691d[_0x20539b(0x1ed)]=process[_0x20539b(0x1dd)]['BROWSERSTACK_BUILD_PRIORITY']),_0x30691d;};