browserstack-node-sdk 1.57.0 → 1.57.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) 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 +3 -3
  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/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/caCertHelper.js +1 -1
  156. package/src/helpers/capsMapping.js +1 -1
  157. package/src/helpers/central-scanner/constants.js +1 -1
  158. package/src/helpers/central-scanner/helpers.js +1 -1
  159. package/src/helpers/classLogger.js +1 -1
  160. package/src/helpers/driverInitErrorReporter.js +1 -1
  161. package/src/helpers/globals.js +1 -1
  162. package/src/helpers/helper.js +1 -1
  163. package/src/helpers/logger.js +1 -1
  164. package/src/helpers/metadata.js +1 -1
  165. package/src/helpers/patchHelper.js +1 -1
  166. package/src/helpers/patchHelpers.js +1 -1
  167. package/src/helpers/percy/Percy.js +1 -1
  168. package/src/helpers/percy/PercyBinary.js +1 -1
  169. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  170. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  171. package/src/helpers/percy/PercySDK.js +1 -1
  172. package/src/helpers/percy/index.js +1 -1
  173. package/src/helpers/percy/utils.js +1 -1
  174. package/src/helpers/performance/constants.js +1 -1
  175. package/src/helpers/performance/performance-tester.js +1 -1
  176. package/src/helpers/playwright-helper.js +1 -1
  177. package/src/helpers/processHelper.js +1 -1
  178. package/src/helpers/puppeteer-helper.js +1 -1
  179. package/src/helpers/request-spy.js +1 -1
  180. package/src/helpers/setKeepAlive.js +1 -1
  181. package/src/helpers/stackFrameUtils.js +1 -1
  182. package/src/helpers/test-observability/constants.js +1 -1
  183. package/src/helpers/test-observability/error-handler.js +1 -1
  184. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  185. package/src/helpers/test-observability/sessionHandler.js +1 -1
  186. package/src/helpers/test-observability/utils.js +1 -1
  187. package/src/helpers/test-orchestration/constants.js +1 -1
  188. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  189. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  190. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  191. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  192. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  193. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  194. package/src/helpers/testhub/constants.js +1 -1
  195. package/src/helpers/testhub/testhubHandler.js +1 -1
  196. package/src/helpers/testhub/utils.js +1 -1
  197. package/src/helpers/timeoutPromise.js +1 -1
  198. package/src/helpers/utilities.js +1 -1
  199. package/src/helpers/w3cMapping.js +1 -1
  200. package/src/hubAllocationMethods.js +1 -1
  201. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a106_0x27eab2=a106_0xaa23;(function(_0x3f373b,_0x2bcb14){const _0x1f8d02=a106_0xaa23,_0x5f2944=_0x3f373b();while(!![]){try{const _0x277aa5=parseInt(_0x1f8d02(0x8b))/0x1+-parseInt(_0x1f8d02(0xf4))/0x2*(parseInt(_0x1f8d02(0x131))/0x3)+-parseInt(_0x1f8d02(0x103))/0x4*(parseInt(_0x1f8d02(0x10c))/0x5)+-parseInt(_0x1f8d02(0xba))/0x6*(parseInt(_0x1f8d02(0x6d))/0x7)+-parseInt(_0x1f8d02(0xee))/0x8+parseInt(_0x1f8d02(0x7c))/0x9*(parseInt(_0x1f8d02(0x113))/0xa)+parseInt(_0x1f8d02(0x9e))/0xb*(parseInt(_0x1f8d02(0xb7))/0xc);if(_0x277aa5===_0x2bcb14)break;else _0x5f2944['push'](_0x5f2944['shift']());}catch(_0x23fac6){_0x5f2944['push'](_0x5f2944['shift']());}}}(a106_0x768f,0xab42a));const util=require('util'),logger=require(a106_0x27eab2(0xb5))[a106_0x27eab2(0x10f)],accessibilityHelper=require('./helper'),globals=require(a106_0x27eab2(0xe9)),scripts=require(a106_0x27eab2(0xfd)),PerformanceTester=require(a106_0x27eab2(0x75)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x27eab2(0xd1)),BrowserstackCLI=require(a106_0x27eab2(0x93));let playwrightA11yHelper=null;function a106_0x768f(){const _0x16e556=['defaultTimeoutMs','rexDb','setSeleniumScriptTimeout','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','url','getAccessibilityResultsWithRetry','140126Aanqce','isAccessibilityPlatform','KrHdH','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','updateRetryConfig','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','LQAQs','DoOdQ','../performance/performance-tester','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','value','PNbVU','SxoJG','Atldm','executeAsyncScript','14391vXfzVf','OrFjX','Unknown\x20driver/page\x20type:\x20','isMobilePlatform','BmPxn','evaluate','fulfilled','setScriptTimeout','MBsZv','function','getRetryConfig','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','isSeleniumDriver','SzKZr','\x20failed\x20for\x20method:\x20','1327462ucFbWh','getGlobal','ms\x20using\x20setScriptTimeout\x20API','ankRi','dCzRt','capabilitiesList','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20',').\x20Error:\x20','../../bin/v2/browserstackCLI','getCurrentUrl','performComprehensiveAccessibilityScanWithRetry','UtAKd','HEKLe','YEcqN','eFZSP','AoGdn','):\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','YkBHI','11ePQkJW','Unknown\x20error','KoEou','EQRsW','fZvYo','JLyST','Skipping\x20timeout\x20setting\x20for\x20','hWQBG','\x20completed\x20successfully.','sMXwl','WHjvj','Accessibility\x20results\x20save\x20attempt\x20','eIygt','hqlDv','hnRxR',').\x20Last\x20error:\x20','setTimeouts','goto','results','isPlaywrightPage','VOfpH','timeoutMs','stringify','../logger','Accessibility\x20results\x20retrieval\x20attempt\x20','21957816VDHUMP','playwright-codecept-driver','Accessibility\x20retry\x20configuration\x20updated:\x20','204ATGSsD','XoIYu','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','rejected','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','isAccessibilityAutomationSession','vOtXc','rUKUI','env','isPlaywright','RVpRD','Playwright\x20accessibility\x20helper\x20not\x20available','qLKzj','xsNMm','uBgzc','hGrKc',')\x20with\x20error:\x20','__workerDetails','ZFxiu','accessibilityPlatform','type','debug','playwright-page','../performance/constants','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','max','HzHEp','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','getAccessibilityResults','UjiSl','manage','summary','message','performScan','NqdIq','getSession','VZgVy','page','hutIf','MkoMS','\x20for\x20method:\x20','browserStackEvaluate','Mqsgq','error','bstackA11yShouldScan','info','accessibilityConfig','../globals','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','assign','is_mobile_session','BnQZh','4292048RWiQJD','Comprehensive\x20accessibility\x20scan\x20failed\x20(',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','\x20-\x20not\x20applicable','options','Playwright','392044xveUVs','gnSdp','../../bin/playwright/accessibility-helper','PERFORM_SCAN','unknown','XJUzz','cTdln','tHJPX','\x20failed\x20(','./scripts','Scan\x20attempt\x20','zEAOq','bstackA11yScanOptions','timeouts','Operation\x20timed\x20out\x20after\x20','4LdxwLT','status','LfyUq','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','allSettled','OOpNR','resolveMobileThTestRunUuid','WGdfi','reason','3386095KYroXq',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','measureWrapper','winstonLogger','getAccessibilityModule','setDefaultTimeout','performScanWithRetry','5070HCaZCf','VDeeK','sdKFN','AoOBj','VJIoT','tvWFP','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','WebDriver','browserstackSessionName','getInstance','name','setPlaywrightScriptTimeout','maxRetries','lTkOP','OTsRH','GBIxT','HxEjH','saveTestResults','selenium-webdriver','DoDaj','sJKkB','PnIMa','constructor',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','scanSucceeded','warn','undefined','getAccessibilityResultsSummary','DZqBN','21pSfRyv','driverType'];a106_0x768f=function(){return _0x16e556;};return a106_0x768f();}try{playwrightA11yHelper=require(a106_0x27eab2(0xf6));}catch(a106_0x66c7ab){logger[a106_0x27eab2(0xcf)](a106_0x27eab2(0xc5));}const a106_0x57743b={};a106_0x57743b[a106_0x27eab2(0x120)]=0x1,a106_0x57743b[a106_0x27eab2(0xb3)]=0x7530,a106_0x57743b['defaultTimeoutMs']=0x7530;function a106_0xaa23(_0x4c8e5c,_0x15285c){const _0x768fae=a106_0x768f();return a106_0xaa23=function(_0xaa2302,_0x45c779){_0xaa2302=_0xaa2302-0x66;let _0x1e0031=_0x768fae[_0xaa2302];return _0x1e0031;},a106_0xaa23(_0x4c8e5c,_0x15285c);}const RETRY_CONFIG=a106_0x57743b,setConfigTimeout=(_0xaf3d3c,_0x3e6afb=null)=>{const _0x2fd911=a106_0x27eab2,_0x5339cc={'ankRi':function(_0x1e80f6,_0x2c278b){return _0x1e80f6===_0x2c278b;},'qLKzj':'scannerProcessingTimeout','DZqBN':function(_0x5c2ec7,_0x2471a4){return _0x5c2ec7*_0x2471a4;},'LQAQs':function(_0xf11ecc,_0x3d5d4d){return _0xf11ecc(_0x3d5d4d);}};if(BrowserstackCLI[_0x2fd911(0x11d)]()['isRunning']()&&BrowserstackCLI[_0x2fd911(0x11d)]()['getAccessibilityModule']()){const _0x5daa3b=BrowserstackCLI[_0x2fd911(0x11d)]()[_0x2fd911(0x110)]()[_0x2fd911(0xe8)],_0x29477a=_0x5daa3b[_0x2fd911(0xf2)][_0x2fd911(0x90)]||[];for(const _0x24fdad of _0x29477a){_0x5339cc[_0x2fd911(0x8e)](_0x24fdad['name'],_0x5339cc[_0x2fd911(0xc6)])&&_0x5339cc['ankRi'](_0x3e6afb,null)&&(_0xaf3d3c[_0x2fd911(0xb3)]=_0x5339cc['DZqBN'](_0x5339cc[_0x2fd911(0x73)](parseInt,_0x24fdad['value']),0x3e8));}}else process[_0x2fd911(0xc2)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0xaf3d3c['timeoutMs']=_0x5339cc[_0x2fd911(0x130)](_0x5339cc[_0x2fd911(0x73)](parseInt,process[_0x2fd911(0xc2)][_0x2fd911(0x76)]),0x3e8));},detectDriverType=_0x2f923e=>{const _0x35486d=a106_0x27eab2,_0x4a48aa={};_0x4a48aa[_0x35486d(0xac)]=_0x35486d(0xf8),_0x4a48aa[_0x35486d(0xcc)]=function(_0x7a3414,_0x4239b8){return _0x7a3414===_0x4239b8;},_0x4a48aa[_0x35486d(0xe0)]=_0x35486d(0x85),_0x4a48aa[_0x35486d(0x89)]=_0x35486d(0xd0),_0x4a48aa[_0x35486d(0xc7)]=_0x35486d(0x126),_0x4a48aa[_0x35486d(0xa8)]=function(_0x165017,_0x1ab74d){return _0x165017===_0x1ab74d;},_0x4a48aa[_0x35486d(0xd7)]='Page',_0x4a48aa[_0x35486d(0xf5)]=_0x35486d(0x11b),_0x4a48aa[_0x35486d(0x9d)]=_0x35486d(0xf3),_0x4a48aa[_0x35486d(0x114)]=_0x35486d(0xb8),_0x4a48aa[_0x35486d(0xa3)]=function(_0x788d66,_0x543dce){return _0x788d66||_0x543dce;},_0x4a48aa[_0x35486d(0x78)]=_0x35486d(0x12e);const _0x59cf3a=_0x4a48aa;if(!_0x2f923e){const _0x43fff4={};return _0x43fff4[_0x35486d(0xc3)]=![],_0x43fff4[_0x35486d(0xce)]=_0x59cf3a[_0x35486d(0xac)],_0x43fff4;}if(_0x59cf3a[_0x35486d(0xcc)](typeof _0x2f923e[_0x35486d(0x81)],_0x59cf3a['hutIf'])&&_0x59cf3a['ZFxiu'](typeof _0x2f923e[_0x35486d(0x6b)],_0x59cf3a[_0x35486d(0xe0)])&&_0x59cf3a['ZFxiu'](typeof _0x2f923e[_0x35486d(0xaf)],_0x59cf3a[_0x35486d(0xe0)])){const _0x3232b4={};return _0x3232b4[_0x35486d(0xc3)]=!![],_0x3232b4[_0x35486d(0xce)]=_0x59cf3a[_0x35486d(0x89)],_0x3232b4;}if(_0x59cf3a[_0x35486d(0xcc)](typeof _0x2f923e[_0x35486d(0x7b)],_0x59cf3a['hutIf'])&&_0x59cf3a[_0x35486d(0xcc)](typeof _0x2f923e['getCapabilities'],_0x59cf3a[_0x35486d(0xe0)])){const _0x5547a5={};return _0x5547a5[_0x35486d(0xc3)]=![],_0x5547a5[_0x35486d(0xce)]=_0x59cf3a[_0x35486d(0xc7)],_0x5547a5;}const _0x132287=_0x2f923e[_0x35486d(0x12a)]?.[_0x35486d(0x11e)];if(_0x59cf3a[_0x35486d(0xa8)](_0x132287,_0x59cf3a[_0x35486d(0xd7)])){const _0x5d5ff={};return _0x5d5ff[_0x35486d(0xc3)]=!![],_0x5d5ff[_0x35486d(0xce)]=_0x59cf3a['SzKZr'],_0x5d5ff;}if(_0x59cf3a[_0x35486d(0xa8)](_0x132287,_0x59cf3a[_0x35486d(0xf5)])){const _0x5ede61={};return _0x5ede61[_0x35486d(0xc3)]=![],_0x5ede61[_0x35486d(0xce)]=_0x59cf3a[_0x35486d(0xc7)],_0x5ede61;}if(_0x59cf3a[_0x35486d(0xa8)](_0x132287,_0x59cf3a[_0x35486d(0x9d)])){const _0x59220d={};return _0x59220d[_0x35486d(0xc3)]=!![],_0x59220d[_0x35486d(0xce)]=_0x59cf3a[_0x35486d(0x114)],_0x59220d;}logger[_0x35486d(0x12d)](_0x35486d(0x7e)+_0x59cf3a[_0x35486d(0xa3)](_0x132287,_0x59cf3a[_0x35486d(0x78)]));const _0x5a4d98={};return _0x5a4d98['isPlaywright']=![],_0x5a4d98[_0x35486d(0xce)]=_0x59cf3a[_0x35486d(0xac)],_0x5a4d98;},withTimeout=(_0x2fbd4c,_0x5c25d8)=>{const _0x20deb8=a106_0x27eab2;return Promise['race']([_0x2fbd4c,new Promise((_0x29a2b2,_0x29552c)=>setTimeout(()=>_0x29552c(new Error(_0x20deb8(0x102)+_0x5c25d8+'ms')),_0x5c25d8))]);};exports[a106_0x27eab2(0x112)]=async(_0x491671,_0x2757e5=null,_0x1b136e=null,_0x1359c8=![],_0x4e6253=null)=>{const _0xa98691=a106_0x27eab2,_0x34ba55={'QfGBp':function(_0x4484dd,_0x2d81ea){return _0x4484dd&&_0x2d81ea;},'dCzRt':function(_0x4971ca,_0xd3974a,_0x13a8c0){return _0x4971ca(_0xd3974a,_0x13a8c0);},'hWQBG':function(_0x2c2b66,_0x5925d0){return _0x2c2b66===_0x5925d0;},'MkoMS':_0xa98691(0xb8),'AoOBj':function(_0x11ef8d,_0x5b0449,_0x36c0fa){return _0x11ef8d(_0x5b0449,_0x36c0fa);},'HaHLw':function(_0x5b7f10,_0xec017){return _0x5b7f10(_0xec017);},'aocpW':function(_0x28c3cb,_0x3f21ec){return _0x28c3cb||_0x3f21ec;},'HEKLe':function(_0x254ccc,_0x3acab0){return _0x254ccc!==_0x3acab0;},'hqlDv':_0xa98691(0x6e),'vOtXc':_0xa98691(0xe6),'gmaJb':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','lslnd':'unknown_method','Atldm':function(_0x13d1d4,_0x101ba4){return _0x13d1d4===_0x101ba4;},'NqdIq':_0xa98691(0x85),'cTdln':function(_0x236707,_0x27b087){return _0x236707===_0x27b087;},'BmPxn':function(_0x223dda,_0x41ac56){return _0x223dda<=_0x41ac56;},'fZvYo':function(_0x27ef06,_0x463315){return _0x27ef06+_0x463315;},'GbNyO':function(_0x9f0568,_0x50409a){return _0x9f0568+_0x50409a;},'XoIYu':_0xa98691(0x9f)},{isPlaywright:_0x499a0c,type:_0x2b68c0}=_0x34ba55['HaHLw'](detectDriverType,_0x491671),_0xe6db65=_0x1359c8?_0x34ba55['aocpW'](_0x4e6253,{}):global[_0xa98691(0x100)]||{},_0x116b05=_0x499a0c?global[_0xa98691(0xcd)]&&(_0x1359c8||_0x34ba55[_0xa98691(0x97)](global[_0xa98691(0xe6)],![])):accessibilityHelper[_0xa98691(0xbf)]()&&globals[_0xa98691(0x8c)](_0x34ba55[_0xa98691(0xab)])&&(_0x1359c8||_0x34ba55['HEKLe'](globals[_0xa98691(0x8c)](_0x34ba55['vOtXc']),![]));if(!_0x116b05)return _0x499a0c&&global[_0xa98691(0xcd)]&&_0x34ba55['hWQBG'](global[_0xa98691(0xe6)],![])||!_0x499a0c&&globals[_0xa98691(0x8c)](_0x34ba55[_0xa98691(0xab)])&&_0x34ba55[_0xa98691(0xa5)](globals[_0xa98691(0x8c)](_0x34ba55[_0xa98691(0xc0)]),![])?logger[_0xa98691(0xcf)](_0x34ba55['gmaJb']):logger[_0xa98691(0x12d)](_0xa98691(0xbc)+_0x2b68c0+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x286afe=_0x2757e5||global[_0xa98691(0x11c)]||_0x34ba55['lslnd'];let _0x208575=null;const _0x258469={'testhub_btcer_uuid':global[_0xa98691(0xcb)]?.['currentTest']?.['id'],'url':_0x34ba55[_0xa98691(0x7a)](typeof _0x491671['url'],_0x34ba55['NqdIq'])?await _0x491671[_0xa98691(0x6b)]():_0x34ba55[_0xa98691(0xa5)](typeof _0x491671[_0xa98691(0x94)],_0x34ba55[_0xa98691(0xdc)])?await _0x491671[_0xa98691(0x94)]():'','automate_session_id':_0x34ba55[_0xa98691(0xfa)](typeof _0x491671[_0xa98691(0xdd)],_0x34ba55[_0xa98691(0xdc)])?(await _0x491671['getSession']())['getId']():''};for(let _0x134f09=0x1;_0x34ba55[_0xa98691(0x80)](_0x134f09,_0x34ba55[_0xa98691(0xa2)](RETRY_CONFIG[_0xa98691(0x120)],0x1));_0x134f09++){try{return logger[_0xa98691(0xcf)]('Accessibility\x20scan\x20attempt\x20'+_0x134f09+'/'+_0x34ba55['GbNyO'](RETRY_CONFIG[_0xa98691(0x120)],0x1)+_0xa98691(0xe2)+_0x286afe+'\x20('+_0x2b68c0+')'),await PerformanceTester[_0xa98691(0x10e)](PerformanceA11yEvents[_0xa98691(0xf7)],async()=>{const _0x3ba7e2=_0xa98691;let _0x198f0a;if(_0x34ba55['QfGBp'](_0x499a0c,playwrightA11yHelper)){_0x34ba55['dCzRt'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3ba7e2(0x11f)](_0x491671,RETRY_CONFIG[_0x3ba7e2(0xb3)]);let _0x11ba67=_0x491671;_0x34ba55['hWQBG'](_0x2b68c0,_0x34ba55[_0x3ba7e2(0xe1)])&&(_0x11ba67=_0x491671[_0x3ba7e2(0xdf)]);const _0x3be948=global[_0x3ba7e2(0x7f)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x3ba7e2(0x109)]()}:{};_0x198f0a=await _0x34ba55[_0x3ba7e2(0x116)](withTimeout,playwrightA11yHelper[_0x3ba7e2(0xdb)](_0x11ba67,_0x286afe,_0xe6db65,_0x3be948),RETRY_CONFIG['timeoutMs']),await exports[_0x3ba7e2(0x11f)](_0x491671,RETRY_CONFIG[_0x3ba7e2(0x67)]);}else await exports['setSeleniumScriptTimeout'](_0x491671,RETRY_CONFIG[_0x3ba7e2(0xb3)]),_0x198f0a=await _0x34ba55[_0x3ba7e2(0x8f)](withTimeout,accessibilityHelper[_0x3ba7e2(0xdb)](_0x491671,_0x286afe,_0x1359c8,_0xe6db65),RETRY_CONFIG[_0x3ba7e2(0xb3)]),await exports[_0x3ba7e2(0x69)](_0x491671,RETRY_CONFIG[_0x3ba7e2(0x67)]);logger[_0x3ba7e2(0xcf)](_0x3ba7e2(0xfe)+_0x134f09+_0x3ba7e2(0xa6));},{'command':_0x286afe,..._0x258469})(),logger['info'](_0xa98691(0x91)+_0x134f09+'.'),!![];}catch(_0xc51fa0){_0x208575=_0xc51fa0,logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0x134f09+_0xa98691(0x8a)+_0x286afe+'\x20('+_0x2b68c0+_0xa98691(0x92)+_0xc51fa0[_0xa98691(0xda)]);}}return logger[_0xa98691(0xe5)](_0xa98691(0xd2)+_0x286afe+'\x20('+_0x2b68c0+_0xa98691(0xca)+(_0x208575?.[_0xa98691(0xda)]||_0x34ba55[_0xa98691(0xbb)])),![];},exports[a106_0x27eab2(0x6c)]=async(_0x2a960a,_0xb0f6b5)=>{const _0x665f8e=a106_0x27eab2,_0x239e75={'SxoJG':function(_0x41ab50,_0x48fec6){return _0x41ab50(_0x48fec6);},'RVpRD':_0x665f8e(0x6e),'KoEou':function(_0x346560,_0x1d200b){return _0x346560<=_0x1d200b;},'DQoWj':function(_0x1b0f93,_0x1d06fd){return _0x1b0f93+_0x1d06fd;},'rexDb':function(_0x542f96,_0x18f44f){return _0x542f96+_0x18f44f;},'uBgzc':function(_0x14744d,_0x3c62fa){return _0x14744d&&_0x3c62fa;},'AoGdn':function(_0x57499e,_0x15e6fc,_0x204cab){return _0x57499e(_0x15e6fc,_0x204cab);},'zOjfn':function(_0x37da4d,_0x4d046a,_0x1139a6){return _0x37da4d(_0x4d046a,_0x1139a6);},'XJUzz':function(_0x199742,_0x23c7f6,_0x1c6bd8){return _0x199742(_0x23c7f6,_0x1c6bd8);},'YEcqN':_0x665f8e(0x9f)},{isPlaywright:_0x529cb5,type:_0x394f82}=_0x239e75[_0x665f8e(0x79)](detectDriverType,_0x2a960a),_0x14dd03=_0x529cb5?_0xb0f6b5[_0x665f8e(0xcd)]:accessibilityHelper[_0x665f8e(0xbf)]()&&globals['getGlobal'](_0x239e75[_0x665f8e(0xc4)]);if(!_0x14dd03)return logger[_0x665f8e(0x12d)](_0x665f8e(0xbc)+_0x394f82+_0x665f8e(0x10d)),[];let _0x3cd423=null;for(let _0x653b38=0x1;_0x239e75[_0x665f8e(0xa0)](_0x653b38,_0x239e75['DQoWj'](RETRY_CONFIG[_0x665f8e(0x120)],0x1));_0x653b38++){try{logger[_0x665f8e(0xcf)](_0x665f8e(0xb6)+_0x653b38+'/'+_0x239e75[_0x665f8e(0x68)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x394f82+')');let _0x370ae8;return _0x239e75[_0x665f8e(0xc8)](_0x529cb5,playwrightA11yHelper)?(_0x239e75[_0x665f8e(0x9a)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x2a960a,RETRY_CONFIG[_0x665f8e(0xb3)]),_0x370ae8=await _0x239e75['zOjfn'](withTimeout,playwrightA11yHelper[_0x665f8e(0xd6)](_0x2a960a),RETRY_CONFIG[_0x665f8e(0xb3)]),await exports['setPlaywrightScriptTimeout'](_0x2a960a,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x665f8e(0x69)](_0x2a960a,RETRY_CONFIG[_0x665f8e(0xb3)]),_0x370ae8=await _0x239e75[_0x665f8e(0xf9)](withTimeout,accessibilityHelper[_0x665f8e(0xd6)](_0x2a960a,_0xb0f6b5),RETRY_CONFIG['timeoutMs']),await exports[_0x665f8e(0x69)](_0x2a960a,RETRY_CONFIG[_0x665f8e(0x67)])),logger[_0x665f8e(0xe7)](_0x665f8e(0x6a)+_0x653b38+'\x20('+_0x394f82+')'),_0x370ae8;}catch(_0x2ba6e2){_0x3cd423=_0x2ba6e2,logger[_0x665f8e(0x12d)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x653b38+_0x665f8e(0xfc)+_0x394f82+').\x20Error:\x20'+_0x2ba6e2[_0x665f8e(0xda)]);}}return logger[_0x665f8e(0xe5)](_0x665f8e(0xbe)+_0x394f82+_0x665f8e(0xad)+(_0x3cd423?.['message']||_0x239e75[_0x665f8e(0x98)])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x2c7d99,_0xdfc586)=>{const _0x6dda36=a106_0x27eab2,_0x4458e2={'MBsZv':function(_0x59c21f,_0x5d8f89){return _0x59c21f(_0x5d8f89);},'UtAKd':_0x6dda36(0x6e),'sdKFN':function(_0x117562,_0x2624a0){return _0x117562<=_0x2624a0;},'VOfpH':function(_0x1b2028,_0x3efa63){return _0x1b2028+_0x3efa63;},'VJIoT':function(_0x4231b9,_0x410d1d){return _0x4231b9+_0x410d1d;},'Mqsgq':function(_0x3954cb,_0x43370a){return _0x3954cb&&_0x43370a;},'yALBh':function(_0x3b17bd,_0x2bdf6f,_0x2d7a12){return _0x3b17bd(_0x2bdf6f,_0x2d7a12);},'ovocp':function(_0x344913,_0x4ea6df,_0x50b9d3){return _0x344913(_0x4ea6df,_0x50b9d3);},'WGdfi':function(_0x4022d0,_0x2097fb,_0x588a2){return _0x4022d0(_0x2097fb,_0x588a2);},'UtRIV':_0x6dda36(0x9f)},{isPlaywright:_0x36fee4,type:_0x53ac7a}=_0x4458e2[_0x6dda36(0x84)](detectDriverType,_0x2c7d99),_0x167e3b=_0x36fee4?_0xdfc586[_0x6dda36(0xcd)]:accessibilityHelper[_0x6dda36(0xbf)]()&&globals[_0x6dda36(0x8c)](_0x4458e2[_0x6dda36(0x96)]);if(!_0x167e3b)return logger[_0x6dda36(0x12d)](_0x6dda36(0xbc)+_0x53ac7a+_0x6dda36(0x12b)),{};let _0x1f1746=null;for(let _0x491b66=0x1;_0x4458e2[_0x6dda36(0x115)](_0x491b66,_0x4458e2[_0x6dda36(0xb2)](RETRY_CONFIG['maxRetries'],0x1));_0x491b66++){try{logger[_0x6dda36(0xcf)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x491b66+'/'+_0x4458e2[_0x6dda36(0x117)](RETRY_CONFIG[_0x6dda36(0x120)],0x1)+'\x20('+_0x53ac7a+')');let _0x360ad3;return _0x4458e2[_0x6dda36(0xe4)](_0x36fee4,playwrightA11yHelper)?(_0x4458e2['yALBh'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x6dda36(0x11f)](_0x2c7d99,RETRY_CONFIG['timeoutMs']),_0x360ad3=await _0x4458e2['ovocp'](withTimeout,playwrightA11yHelper[_0x6dda36(0x12f)](_0x2c7d99),RETRY_CONFIG[_0x6dda36(0xb3)]),await exports[_0x6dda36(0x11f)](_0x2c7d99,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x6dda36(0x69)](_0x2c7d99,RETRY_CONFIG[_0x6dda36(0xb3)]),_0x360ad3=await _0x4458e2[_0x6dda36(0x10a)](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x2c7d99,_0xdfc586),RETRY_CONFIG[_0x6dda36(0xb3)]),await exports[_0x6dda36(0x69)](_0x2c7d99,RETRY_CONFIG[_0x6dda36(0x67)])),logger['info'](_0x6dda36(0x11a)+_0x491b66+'\x20('+_0x53ac7a+')'),_0x360ad3;}catch(_0x12e4c2){_0x1f1746=_0x12e4c2,logger[_0x6dda36(0x12d)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x491b66+'\x20failed\x20('+_0x53ac7a+_0x6dda36(0x92)+_0x12e4c2[_0x6dda36(0xda)]);}}return logger[_0x6dda36(0xe5)](_0x6dda36(0x106)+_0x53ac7a+_0x6dda36(0xad)+(_0x1f1746?.[_0x6dda36(0xda)]||_0x4458e2['UtRIV'])),{};},exports[a106_0x27eab2(0x95)]=async(_0x4c933e,_0x50e84c,_0x11b60a=null)=>{const _0x40a739=a106_0x27eab2,_0x3c3224={'EQRsW':function(_0x227e1d,_0x10991b){return _0x227e1d(_0x10991b);},'PnIMa':function(_0x43f76b,_0x1dd77d){return _0x43f76b===_0x1dd77d;},'OrFjX':_0x40a739(0x82),'tZEiL':function(_0x5d76d6,_0xed5706){return _0x5d76d6===_0xed5706;},'VZgVy':_0x40a739(0xbd),'tuYcQ':function(_0x353fc9,_0x37e621){return _0x353fc9===_0x37e621;},'OOpNR':_0x40a739(0x87)},{isPlaywright:_0x435b0e,type:_0x1f3487}=_0x3c3224[_0x40a739(0xa1)](detectDriverType,_0x4c933e),_0x132373={};_0x132373[_0x40a739(0x12c)]=![],_0x132373[_0x40a739(0xb0)]=[],_0x132373['summary']={},_0x132373[_0x40a739(0xe5)]=null,_0x132373[_0x40a739(0x66)]=_0x1f3487;const _0x15248d=_0x132373;try{_0x15248d[_0x40a739(0x12c)]=await exports[_0x40a739(0x112)](_0x4c933e,_0x11b60a);if(_0x15248d[_0x40a739(0x12c)]){const [_0x1e8102,_0x4a125a]=await Promise[_0x40a739(0x107)]([exports['getAccessibilityResultsWithRetry'](_0x4c933e,_0x50e84c),exports['getAccessibilityResultsSummaryWithRetry'](_0x4c933e,_0x50e84c)]);_0x15248d[_0x40a739(0xb0)]=_0x3c3224[_0x40a739(0x129)](_0x1e8102[_0x40a739(0x104)],_0x3c3224[_0x40a739(0x7d)])?_0x1e8102[_0x40a739(0x77)]:[],_0x15248d[_0x40a739(0xd9)]=_0x3c3224['tZEiL'](_0x4a125a[_0x40a739(0x104)],_0x3c3224[_0x40a739(0x7d)])?_0x4a125a[_0x40a739(0x77)]:{},_0x3c3224[_0x40a739(0x129)](_0x1e8102['status'],_0x3c3224[_0x40a739(0xde)])&&logger[_0x40a739(0x12d)](_0x40a739(0x70)+_0x1f3487+_0x40a739(0x9b)+_0x1e8102[_0x40a739(0x10b)]?.[_0x40a739(0xda)]),_0x3c3224['tuYcQ'](_0x4a125a[_0x40a739(0x104)],_0x3c3224['VZgVy'])&&logger['warn'](_0x40a739(0x72)+_0x1f3487+'):\x20'+_0x4a125a[_0x40a739(0x10b)]?.[_0x40a739(0xda)]);}}catch(_0xb4463){_0x15248d[_0x40a739(0xe5)]=_0xb4463[_0x40a739(0xda)]||_0x3c3224[_0x40a739(0x108)],logger[_0x40a739(0xe5)](_0x40a739(0xef)+_0x1f3487+_0x40a739(0x9b)+_0x15248d[_0x40a739(0xe5)]);}return _0x15248d;},exports[a106_0x27eab2(0x71)]=_0x2075a5=>{const _0xa9c917=a106_0x27eab2,_0x31779b={};_0x31779b['zEAOq']=function(_0x462c8a,_0x2f1aa5){return _0x462c8a!==_0x2f1aa5;},_0x31779b['sMXwl']=function(_0x2a7d09,_0x6d1fa2){return _0x2a7d09!==_0x6d1fa2;};const _0x38af15=_0x31779b;_0x38af15[_0xa9c917(0xff)](_0x2075a5[_0xa9c917(0x120)],undefined)&&(RETRY_CONFIG[_0xa9c917(0x120)]=Math['max'](0x0,_0x2075a5['maxRetries'])),_0x38af15[_0xa9c917(0xa7)](_0x2075a5[_0xa9c917(0xb3)],undefined)&&(RETRY_CONFIG[_0xa9c917(0xb3)]=Math[_0xa9c917(0xd3)](0x3e8,_0x2075a5['timeoutMs'])),logger[_0xa9c917(0xcf)](_0xa9c917(0xb9)+JSON[_0xa9c917(0xb4)](RETRY_CONFIG));},exports[a106_0x27eab2(0x86)]=()=>{const _0x520ca7={...RETRY_CONFIG};return _0x520ca7;},exports[a106_0x27eab2(0xb1)]=_0x490485=>{const _0x8afdcf=a106_0x27eab2,_0x2cf7ac={'BnQZh':function(_0x31329f,_0x3c5f3f){return _0x31329f(_0x3c5f3f);}};return _0x2cf7ac[_0x8afdcf(0xed)](detectDriverType,_0x490485)[_0x8afdcf(0xc3)];},exports[a106_0x27eab2(0x88)]=_0x5dfd09=>{const _0x3b0e9b=a106_0x27eab2,_0x1ff953={'uJMYB':function(_0x23739a,_0x5b4002){return _0x23739a(_0x5b4002);},'sJKkB':function(_0x3f3847,_0x1c80f7){return _0x3f3847===_0x1c80f7;},'OpIAN':_0x3b0e9b(0x126)},{isPlaywright:_0x3db1f0,type:_0x20ca83}=_0x1ff953['uJMYB'](detectDriverType,_0x5dfd09);return!_0x3db1f0&&_0x1ff953[_0x3b0e9b(0x128)](_0x20ca83,_0x1ff953['OpIAN']);},exports[a106_0x27eab2(0x11f)]=async(_0x31043e,_0x2aef9e=null)=>{const _0x5ebcb5=a106_0x27eab2,_0x4aace7={'THYsp':function(_0x29896d,_0x26ef4d){return _0x29896d(_0x26ef4d);},'eFZSP':function(_0x5a9908,_0x2c2396){return _0x5a9908===_0x2c2396;},'ckzMf':_0x5ebcb5(0x85)},{isPlaywright:_0x565eb2,type:_0x52dda5}=_0x4aace7['THYsp'](detectDriverType,_0x31043e);if(!_0x565eb2)return logger['debug'](_0x5ebcb5(0xa4)+_0x52dda5+_0x5ebcb5(0xf1)),!![];const _0x94f98=_0x2aef9e||RETRY_CONFIG[_0x5ebcb5(0x67)];try{return _0x31043e&&_0x4aace7[_0x5ebcb5(0x99)](typeof _0x31043e[_0x5ebcb5(0x111)],_0x4aace7['ckzMf'])&&(await _0x31043e[_0x5ebcb5(0x111)](_0x94f98),logger['debug'](_0x5ebcb5(0xea)+_0x94f98+'ms')),!![];}catch(_0x5d122c){return logger[_0x5ebcb5(0x12d)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x5d122c['message']),![];}},exports[a106_0x27eab2(0x69)]=async(_0x4267a,_0x43612e=null)=>{const _0x16a807=a106_0x27eab2,_0x5f1a16={};_0x5f1a16['LfyUq']='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0x5f1a16['hGrKc']=function(_0x15cf4a,_0x28a364){return _0x15cf4a===_0x28a364;},_0x5f1a16[_0x16a807(0x124)]=_0x16a807(0x85),_0x5f1a16['uhmSr']=function(_0x325a65,_0x2b629d){return _0x325a65===_0x2b629d;},_0x5f1a16[_0x16a807(0xd4)]=function(_0x2ef09e,_0x494860){return _0x2ef09e===_0x494860;},_0x5f1a16[_0x16a807(0x122)]=_0x16a807(0xd5),_0x5f1a16[_0x16a807(0xc1)]=_0x16a807(0x119);const _0x455330=_0x5f1a16;if(!exports[_0x16a807(0x88)](_0x4267a))return logger[_0x16a807(0x12d)](_0x455330[_0x16a807(0x105)]),![];const _0x2bbe0d=_0x43612e||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0x4267a&&_0x455330['hGrKc'](typeof _0x4267a[_0x16a807(0xd8)],_0x455330['HxEjH'])){const _0x3422f6=_0x4267a['manage']();if(_0x3422f6&&_0x455330[_0x16a807(0xc9)](typeof _0x3422f6[_0x16a807(0x101)],_0x455330[_0x16a807(0x124)]))await _0x3422f6['timeouts']()[_0x16a807(0x83)](_0x2bbe0d),logger[_0x16a807(0xcf)](_0x16a807(0x9c)+_0x2bbe0d+'ms\x20using\x20timeouts()\x20API');else{if(_0x3422f6&&_0x455330['uhmSr'](typeof _0x3422f6[_0x16a807(0xae)],_0x455330['HxEjH'])){const _0x3e8347={};_0x3e8347['script']=_0x2bbe0d,await _0x3422f6[_0x16a807(0xae)](_0x3e8347),logger[_0x16a807(0xcf)](_0x16a807(0x9c)+_0x2bbe0d+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x3422f6&&_0x455330['HzHEp'](typeof _0x3422f6[_0x16a807(0x83)],_0x455330[_0x16a807(0x124)]))await _0x3422f6[_0x16a807(0x83)](_0x2bbe0d),logger[_0x16a807(0xcf)](_0x16a807(0x9c)+_0x2bbe0d+_0x16a807(0x8d));else return logger[_0x16a807(0xcf)](_0x455330[_0x16a807(0x122)]),!![];}}}else return logger['debug'](_0x455330['rUKUI']),!![];return!![];}catch(_0x3e91e6){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x3e91e6[_0x16a807(0xda)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x44268f,_0x2eb706)=>{const _0xa6531d=a106_0x27eab2,_0xc84247={'GBIxT':function(_0x397e68,_0x5a2670){return _0x397e68(_0x5a2670);},'tvWFP':'isAccessibilityPlatform','pUEZt':function(_0x5f0d9b,_0x26827c){return _0x5f0d9b<=_0x26827c;},'DoDaj':function(_0x46fcb2,_0x51c05c){return _0x46fcb2+_0x51c05c;},'lTkOP':function(_0x427cb8,_0xff709e){return _0x427cb8+_0xff709e;},'tHJPX':function(_0x3cd873,_0x3b3592){return _0x3cd873&&_0x3b3592;},'eIygt':function(_0x313f8f,_0xd23f89,_0x5a8bcb){return _0x313f8f(_0xd23f89,_0x5a8bcb);},'DoOdQ':function(_0x4fbbca,_0x75ec30,_0x5b9bd3){return _0x4fbbca(_0x75ec30,_0x5b9bd3);},'LZGAz':_0xa6531d(0x7f),'KrHdH':_0xa6531d(0x9f)},{isPlaywright:_0x3636f8,type:_0x23a41e}=_0xc84247[_0xa6531d(0x123)](detectDriverType,_0x44268f),_0x3ebd68=_0x3636f8?global[_0xa6531d(0xcd)]:accessibilityHelper[_0xa6531d(0xbf)]()&&globals[_0xa6531d(0x8c)](_0xc84247[_0xa6531d(0x118)]);if(!_0x3ebd68)return logger['warn'](_0xa6531d(0xbc)+_0x23a41e+_0xa6531d(0xf0)),![];let _0x4f0643=null;for(let _0x4ef7d7=0x1;_0xc84247['pUEZt'](_0x4ef7d7,_0xc84247[_0xa6531d(0x127)](RETRY_CONFIG['maxRetries'],0x1));_0x4ef7d7++){try{logger[_0xa6531d(0xcf)](_0xa6531d(0xa9)+_0x4ef7d7+'/'+_0xc84247[_0xa6531d(0x121)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x23a41e+')');if(_0xc84247[_0xa6531d(0xfb)](_0x3636f8,playwrightA11yHelper)){_0xc84247[_0xa6531d(0xaa)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xa6531d(0x11f)](_0x44268f,RETRY_CONFIG[_0xa6531d(0xb3)]);const _0x4f6905={};_0x4f6905[_0xa6531d(0xec)]=!![];const _0x466450=global[_0xa6531d(0x7f)]?Object[_0xa6531d(0xeb)]({},_0x2eb706,_0x4f6905):_0x2eb706;await _0xc84247[_0xa6531d(0x74)](withTimeout,playwrightA11yHelper[_0xa6531d(0xe3)](_0x44268f,scripts[_0xa6531d(0x125)],_0x466450),RETRY_CONFIG['timeoutMs']),await exports[_0xa6531d(0x11f)](_0x44268f,RETRY_CONFIG[_0xa6531d(0x67)]);}else{await exports[_0xa6531d(0x69)](_0x44268f,RETRY_CONFIG['timeoutMs']);const _0x1ad6c4={};_0x1ad6c4[_0xa6531d(0xec)]=!![];const _0x39a45d=globals[_0xa6531d(0x8c)](_0xc84247['LZGAz'])?Object['assign']({},_0x2eb706,_0x1ad6c4):_0x2eb706;await _0xc84247['DoOdQ'](withTimeout,_0x44268f[_0xa6531d(0x7b)](scripts[_0xa6531d(0x125)],_0x39a45d),RETRY_CONFIG[_0xa6531d(0xb3)]),await exports[_0xa6531d(0x69)](_0x44268f,RETRY_CONFIG[_0xa6531d(0x67)]);}return logger[_0xa6531d(0xe7)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x4ef7d7+'\x20('+_0x23a41e+')'),!![];}catch(_0x1bca05){_0x4f0643=_0x1bca05,logger[_0xa6531d(0x12d)](_0xa6531d(0xa9)+_0x4ef7d7+_0xa6531d(0xfc)+_0x23a41e+').\x20Error:\x20'+_0x1bca05[_0xa6531d(0xda)]);}}return logger['error']('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x23a41e+_0xa6531d(0xad)+(_0x4f0643?.[_0xa6531d(0xda)]||_0xc84247[_0xa6531d(0x6f)])),![];};
1
+ function a106_0x1a68(){const _0x4cec02=['OElVK','YtjFO','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','xmLJG','mOang','Scan\x20attempt\x20','ANFKY','FkqDJ',').\x20Error:\x20','oikGF','PgKFt','IwKtP','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getAccessibilityResultsWithRetry','TosjS','evaluate','hyweJ','Unknown\x20driver/page\x20type:\x20','reason','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','RKlGL','scannerProcessingTimeout','getAccessibilityModule','\x20failed\x20(','setPlaywrightScriptTimeout','487359BewQfs','Unknown\x20error','KWiuJ','rSmBa','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','summary','unknown_method','selenium-webdriver','EsFCZ','Accessibility\x20retry\x20configuration\x20updated:\x20','558642SZWGmQ','getAccessibilityResultsSummary','isPlaywright','race','../../bin/v2/browserstackCLI','accessibilityConfig','NUbDs','ms\x20using\x20setTimeouts\x20API','message','\x20-\x20not\x20applicable','cTEKI','dyKPj','executeAsyncScript','setTimeouts','getSession','isPlaywrightPage','getGlobal','isSeleniumDriver','WUUPv','GZwYO','isAccessibilityPlatform','YmwTj','assign','LnfDc','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','getAccessibilityResultsSummaryWithRetry','506539DnltBG','ovCgk','HUJqS','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','JyTzx','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','SGgFD','Accessibility\x20scan\x20attempt\x20','Page','browserstackSessionName','goto','getAccessibilityResults','setDefaultTimeout','Operation\x20timed\x20out\x20after\x20','hDxCL','name','Accessibility\x20results\x20retrieval\x20attempt\x20','bstackA11yShouldScan','220119iYyzEj','accessibilityPlatform','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','timeoutMs','186665DJtKmH','performComprehensiveAccessibilityScanWithRetry',',\x20cannot\x20perform\x20scan\x20with\x20retry.','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','1637720VvdPSs','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','./helper','setSeleniumScriptTimeout','playwright-page','max','20epunbF','qThYa','144218HRoGCM','NeRAI','TfleP','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','icsIL','results','ktBQn','Swzwg','Clddd','hpTZv','Ttrzc','ms\x20using\x20setScriptTimeout\x20API','Playwright\x20accessibility\x20helper\x20not\x20available','aodnq','Skipping\x20timeout\x20setting\x20for\x20','SSnDT','Accessibility\x20results\x20save\x20attempt\x20','isMobilePlatform',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','xprBo','NYpyO','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','4rBlITM','acGVT','\x20for\x20method:\x20','undefined','manage',')\x20with\x20error:\x20','status','fbaFi','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','error','warn','type','setScriptTimeout','DPGKI','defaultTimeoutMs','updateRetryConfig','kScSS','scanSucceeded','maxRetries','wfSFf','playwright-codecept-driver','is_mobile_session','../logger','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','../performance/performance-tester','./scripts','stringify','function','winstonLogger','MiIAj','isRunning','Pazlr','8sEexOR',').\x20Last\x20error:\x20','getInstance','performScanWithRetry','xtLVz','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','capabilitiesList','BTdIA','browserStackEvaluate','currentTest','zxtBB','bstackA11yScanOptions','DyilS','CDLFz','ZvPFm','VlPPR','XIUHs','performScan','getId','\x20completed\x20successfully.','kgTdd',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','ioEiL',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','ZvWid','rejected','saveAccessibilityResultsWithRetry','FFJxc','):\x20','\x20failed\x20for\x20method:\x20','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','url','pwOJF','script','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','getRetryConfig','debug','util','getCurrentUrl','saveTestResults','CvEKG','nSxPM','info','value','iyMgc','HMtEQ','pxUmT','ms\x20using\x20timeouts()\x20API','getCapabilities','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','driverType','env','4WkOeIE','isAccessibilityAutomationSession','hZtZY'];a106_0x1a68=function(){return _0x4cec02;};return a106_0x1a68();}const a106_0xb7334f=a106_0x4b4f;(function(_0x2feb33,_0x597262){const _0x45b5a4=a106_0x4b4f,_0x2f86a1=_0x2feb33();while(!![]){try{const _0x243561=-parseInt(_0x45b5a4(0x154))/0x1*(-parseInt(_0x45b5a4(0xea))/0x2)+parseInt(_0x45b5a4(0x1a6))/0x3*(-parseInt(_0x45b5a4(0x100))/0x4)+parseInt(_0x45b5a4(0x1aa))/0x5+-parseInt(_0x45b5a4(0x17a))/0x6+-parseInt(_0x45b5a4(0x1ae))/0x7*(-parseInt(_0x45b5a4(0x120))/0x8)+-parseInt(_0x45b5a4(0x170))/0x9+-parseInt(_0x45b5a4(0xe8))/0xa*(parseInt(_0x45b5a4(0x194))/0xb);if(_0x243561===_0x597262)break;else _0x2f86a1['push'](_0x2f86a1['shift']());}catch(_0x393e2f){_0x2f86a1['push'](_0x2f86a1['shift']());}}}(a106_0x1a68,0x3c4d8));const util=require(a106_0xb7334f(0x145)),logger=require(a106_0xb7334f(0x116))[a106_0xb7334f(0x11c)],accessibilityHelper=require(a106_0xb7334f(0xe4)),globals=require('../globals'),scripts=require(a106_0xb7334f(0x119)),PerformanceTester=require(a106_0xb7334f(0x118)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a106_0xb7334f(0x17e));let playwrightA11yHelper=null;function a106_0x4b4f(_0x361090,_0xc99b2){const _0x1a6848=a106_0x1a68();return a106_0x4b4f=function(_0x4b4f6b,_0x5d3060){_0x4b4f6b=_0x4b4f6b-0xe4;let _0x259b32=_0x1a6848[_0x4b4f6b];return _0x259b32;},a106_0x4b4f(_0x361090,_0xc99b2);}try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a106_0x3090e3){logger[a106_0xb7334f(0x144)](a106_0xb7334f(0xf6));}const a106_0x68eae8={};a106_0x68eae8[a106_0xb7334f(0x112)]=0x1,a106_0x68eae8[a106_0xb7334f(0x1a9)]=0x7530,a106_0x68eae8[a106_0xb7334f(0x10e)]=0x7530;const RETRY_CONFIG=a106_0x68eae8,setConfigTimeout=(_0x3aff78,_0x38a6d4=null)=>{const _0x16d0df=a106_0xb7334f,_0x17684d={'aodnq':function(_0x1d3705,_0x3a083e){return _0x1d3705===_0x3a083e;},'bwDZv':_0x16d0df(0x16c),'PgKFt':function(_0x45644a,_0x10a089){return _0x45644a*_0x10a089;},'NUbDs':function(_0x4b4140,_0x2327d3){return _0x4b4140(_0x2327d3);}};if(BrowserstackCLI[_0x16d0df(0x122)]()[_0x16d0df(0x11e)]()&&BrowserstackCLI[_0x16d0df(0x122)]()[_0x16d0df(0x16d)]()){const _0x3b1ed8=BrowserstackCLI[_0x16d0df(0x122)]()[_0x16d0df(0x16d)]()[_0x16d0df(0x17f)],_0x3aa95d=_0x3b1ed8['options'][_0x16d0df(0x126)]||[];for(const _0x4782a6 of _0x3aa95d){_0x17684d[_0x16d0df(0xf7)](_0x4782a6[_0x16d0df(0x1a3)],_0x17684d['bwDZv'])&&_0x17684d['aodnq'](_0x38a6d4,null)&&(_0x3aff78[_0x16d0df(0x1a9)]=_0x17684d[_0x16d0df(0x161)](_0x17684d[_0x16d0df(0x180)](parseInt,_0x4782a6[_0x16d0df(0x14b)]),0x3e8));}}else process[_0x16d0df(0x153)][_0x16d0df(0x192)]&&(_0x3aff78[_0x16d0df(0x1a9)]=_0x17684d[_0x16d0df(0x161)](_0x17684d[_0x16d0df(0x180)](parseInt,process[_0x16d0df(0x153)][_0x16d0df(0x192)]),0x3e8));},detectDriverType=_0x58559e=>{const _0x1e2cc9=a106_0xb7334f,_0x195006={};_0x195006[_0x1e2cc9(0xfd)]='unknown',_0x195006[_0x1e2cc9(0x10d)]=function(_0x31e5dc,_0x10f5a9){return _0x31e5dc===_0x10f5a9;},_0x195006[_0x1e2cc9(0x107)]=_0x1e2cc9(0x11b),_0x195006['IwKtP']=_0x1e2cc9(0xe6),_0x195006['oGHvt']=function(_0x3bd9a0,_0x1bac9f){return _0x3bd9a0===_0x1bac9f;},_0x195006[_0x1e2cc9(0xf4)]=_0x1e2cc9(0x177),_0x195006['hZtZY']=_0x1e2cc9(0x19c),_0x195006[_0x1e2cc9(0xfe)]=function(_0xa5ff2a,_0x158b10){return _0xa5ff2a===_0x158b10;},_0x195006[_0x1e2cc9(0x165)]='WebDriver',_0x195006['SGgFD']=function(_0x1f6c00,_0x333d64){return _0x1f6c00===_0x333d64;},_0x195006[_0x1e2cc9(0x196)]='Playwright',_0x195006['hyweJ']=_0x1e2cc9(0x114),_0x195006[_0x1e2cc9(0x134)]=function(_0x183083,_0x27bb26){return _0x183083||_0x27bb26;},_0x195006['NeRAI']=_0x1e2cc9(0x103);const _0x347dc7=_0x195006;if(!_0x58559e){const _0x37557d={};return _0x37557d[_0x1e2cc9(0x17c)]=![],_0x37557d[_0x1e2cc9(0x10b)]=_0x347dc7[_0x1e2cc9(0xfd)],_0x37557d;}if(_0x347dc7[_0x1e2cc9(0x10d)](typeof _0x58559e[_0x1e2cc9(0x166)],_0x347dc7[_0x1e2cc9(0x107)])&&_0x347dc7[_0x1e2cc9(0x10d)](typeof _0x58559e['url'],_0x347dc7[_0x1e2cc9(0x107)])&&_0x347dc7['DPGKI'](typeof _0x58559e[_0x1e2cc9(0x19e)],_0x347dc7[_0x1e2cc9(0x107)])){const _0xa06f67={};return _0xa06f67[_0x1e2cc9(0x17c)]=!![],_0xa06f67[_0x1e2cc9(0x10b)]=_0x347dc7[_0x1e2cc9(0x162)],_0xa06f67;}if(_0x347dc7['oGHvt'](typeof _0x58559e[_0x1e2cc9(0x186)],_0x347dc7[_0x1e2cc9(0x107)])&&_0x347dc7[_0x1e2cc9(0x10d)](typeof _0x58559e[_0x1e2cc9(0x150)],_0x347dc7[_0x1e2cc9(0x107)])){const _0x2b2801={};return _0x2b2801[_0x1e2cc9(0x17c)]=![],_0x2b2801[_0x1e2cc9(0x10b)]=_0x347dc7[_0x1e2cc9(0xf4)],_0x2b2801;}const _0x3f14f0=_0x58559e['constructor']?.['name'];if(_0x347dc7[_0x1e2cc9(0x10d)](_0x3f14f0,_0x347dc7[_0x1e2cc9(0x156)])){const _0x46e6a9={};return _0x46e6a9[_0x1e2cc9(0x17c)]=!![],_0x46e6a9[_0x1e2cc9(0x10b)]=_0x347dc7[_0x1e2cc9(0x162)],_0x46e6a9;}if(_0x347dc7[_0x1e2cc9(0xfe)](_0x3f14f0,_0x347dc7['TosjS'])){const _0x289385={};return _0x289385[_0x1e2cc9(0x17c)]=![],_0x289385[_0x1e2cc9(0x10b)]=_0x347dc7['Ttrzc'],_0x289385;}if(_0x347dc7[_0x1e2cc9(0x19a)](_0x3f14f0,_0x347dc7[_0x1e2cc9(0x196)])){const _0x54494d={};return _0x54494d[_0x1e2cc9(0x17c)]=!![],_0x54494d[_0x1e2cc9(0x10b)]=_0x347dc7[_0x1e2cc9(0x167)],_0x54494d;}logger[_0x1e2cc9(0x10a)](_0x1e2cc9(0x168)+_0x347dc7[_0x1e2cc9(0x134)](_0x3f14f0,_0x347dc7[_0x1e2cc9(0xeb)]));const _0x3531ae={};return _0x3531ae[_0x1e2cc9(0x17c)]=![],_0x3531ae['type']=_0x347dc7[_0x1e2cc9(0xfd)],_0x3531ae;},withTimeout=(_0x1698a7,_0x12cef6)=>{const _0x27a4c9=a106_0xb7334f;return Promise[_0x27a4c9(0x17d)]([_0x1698a7,new Promise((_0x31f39f,_0x4ca764)=>setTimeout(()=>_0x4ca764(new Error(_0x27a4c9(0x1a1)+_0x12cef6+'ms')),_0x12cef6))]);};exports[a106_0xb7334f(0x123)]=async(_0x4fce05,_0x52885b=null,_0x1f0d6f=null,_0x1082bf=![],_0x44dc2b=null)=>{const _0x21a444=a106_0xb7334f,_0x172526={'ioEiL':function(_0x126421,_0x5c9f3a){return _0x126421&&_0x5c9f3a;},'sryiZ':function(_0x441c81,_0x353ea8,_0xaea9fe){return _0x441c81(_0x353ea8,_0xaea9fe);},'ANFKY':function(_0x11ab74,_0x3536e3){return _0x11ab74===_0x3536e3;},'KWiuJ':_0x21a444(0x114),'Pazlr':function(_0x2519ec,_0x37a077,_0x5b4b6b){return _0x2519ec(_0x37a077,_0x5b4b6b);},'ZvWid':function(_0x45d127,_0x794794,_0x3e80b7){return _0x45d127(_0x794794,_0x3e80b7);},'FplAL':function(_0x3c9310,_0x422495){return _0x3c9310(_0x422495);},'ZZIoq':function(_0x5cce8a,_0x293bdc){return _0x5cce8a||_0x293bdc;},'AHDNW':function(_0x1ea9c0,_0x45c135){return _0x1ea9c0!==_0x45c135;},'hpTZv':_0x21a444(0x18e),'qThYa':function(_0x2922f3,_0x49c850){return _0x2922f3!==_0x49c850;},'RKlGL':'bstackA11yShouldScan','pQHBm':_0x21a444(0x1af),'LnfDc':_0x21a444(0x176),'MhNfe':function(_0x8ef46f,_0x5ed5cf){return _0x8ef46f===_0x5ed5cf;},'GZwYO':_0x21a444(0x11b),'BzSrn':function(_0x3dbdb2,_0x462699){return _0x3dbdb2===_0x462699;},'vZzkX':function(_0x2ba072,_0x17fe6e){return _0x2ba072<=_0x17fe6e;},'FFJxc':function(_0x4fb8be,_0x22f630){return _0x4fb8be+_0x22f630;},'BTdIA':_0x21a444(0x171)},{isPlaywright:_0x3a0595,type:_0x709df3}=_0x172526['FplAL'](detectDriverType,_0x4fce05),_0x83e96c=_0x1082bf?_0x172526['ZZIoq'](_0x44dc2b,{}):global[_0x21a444(0x12b)]||{},_0x55c38f=_0x3a0595?global[_0x21a444(0x1a7)]&&(_0x1082bf||_0x172526['AHDNW'](global[_0x21a444(0x1a5)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x21a444(0x18a)](_0x172526['hpTZv'])&&(_0x1082bf||_0x172526[_0x21a444(0xe9)](globals[_0x21a444(0x18a)](_0x172526[_0x21a444(0x16b)]),![]));if(!_0x55c38f)return _0x3a0595&&global[_0x21a444(0x1a7)]&&_0x172526[_0x21a444(0x15d)](global[_0x21a444(0x1a5)],![])||!_0x3a0595&&globals[_0x21a444(0x18a)](_0x172526[_0x21a444(0xf3)])&&_0x172526['ANFKY'](globals['getGlobal'](_0x172526['RKlGL']),![])?logger[_0x21a444(0x144)](_0x172526['pQHBm']):logger['warn'](_0x21a444(0x197)+_0x709df3+_0x21a444(0x1ac)),![];const _0x29103a=_0x52885b||global[_0x21a444(0x19d)]||_0x172526[_0x21a444(0x191)];let _0x549d39=null;const _0x91e188={'testhub_btcer_uuid':global['__workerDetails']?.[_0x21a444(0x129)]?.['id'],'url':_0x172526['MhNfe'](typeof _0x4fce05[_0x21a444(0x13f)],_0x172526[_0x21a444(0x18d)])?await _0x4fce05[_0x21a444(0x13f)]():_0x172526['BzSrn'](typeof _0x4fce05['getCurrentUrl'],_0x172526[_0x21a444(0x18d)])?await _0x4fce05[_0x21a444(0x146)]():'','automate_session_id':_0x172526['BzSrn'](typeof _0x4fce05[_0x21a444(0x188)],_0x172526['GZwYO'])?(await _0x4fce05[_0x21a444(0x188)]())[_0x21a444(0x132)]():''};for(let _0x5964cf=0x1;_0x172526['vZzkX'](_0x5964cf,_0x172526[_0x21a444(0x13b)](RETRY_CONFIG[_0x21a444(0x112)],0x1));_0x5964cf++){try{return logger[_0x21a444(0x144)](_0x21a444(0x19b)+_0x5964cf+'/'+_0x172526[_0x21a444(0x13b)](RETRY_CONFIG[_0x21a444(0x112)],0x1)+_0x21a444(0x102)+_0x29103a+'\x20('+_0x709df3+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3eff43=_0x21a444;let _0x2ab989;if(_0x172526[_0x3eff43(0x136)](_0x3a0595,playwrightA11yHelper)){_0x172526['sryiZ'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3eff43(0x16f)](_0x4fce05,RETRY_CONFIG['timeoutMs']);let _0xd28037=_0x4fce05;_0x172526[_0x3eff43(0x15d)](_0x709df3,_0x172526[_0x3eff43(0x172)])&&(_0xd28037=_0x4fce05['page']);const _0x42b706=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x2ab989=await _0x172526[_0x3eff43(0x11f)](withTimeout,playwrightA11yHelper[_0x3eff43(0x131)](_0xd28037,_0x29103a,_0x83e96c,_0x42b706),RETRY_CONFIG[_0x3eff43(0x1a9)]),await exports[_0x3eff43(0x16f)](_0x4fce05,RETRY_CONFIG[_0x3eff43(0x10e)]);}else await exports[_0x3eff43(0xe5)](_0x4fce05,RETRY_CONFIG['timeoutMs']),_0x2ab989=await _0x172526[_0x3eff43(0x138)](withTimeout,accessibilityHelper['performScan'](_0x4fce05,_0x29103a,_0x1082bf,_0x83e96c),RETRY_CONFIG[_0x3eff43(0x1a9)]),await exports[_0x3eff43(0xe5)](_0x4fce05,RETRY_CONFIG[_0x3eff43(0x10e)]);logger[_0x3eff43(0x144)](_0x3eff43(0x15c)+_0x5964cf+_0x3eff43(0x133));},{'command':_0x29103a,..._0x91e188})(),logger[_0x21a444(0x14a)](_0x21a444(0x13e)+_0x5964cf+'.'),!![];}catch(_0x3b76b7){_0x549d39=_0x3b76b7,logger[_0x21a444(0x144)](_0x21a444(0x19b)+_0x5964cf+_0x21a444(0x13d)+_0x29103a+'\x20('+_0x709df3+_0x21a444(0x15f)+_0x3b76b7[_0x21a444(0x182)]);}}return logger[_0x21a444(0x109)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x29103a+'\x20('+_0x709df3+_0x21a444(0x105)+(_0x549d39?.[_0x21a444(0x182)]||_0x172526[_0x21a444(0x127)])),![];},exports[a106_0xb7334f(0x164)]=async(_0x44da1a,_0x2b3e04)=>{const _0x57a47d=a106_0xb7334f,_0x231257={'KKHny':function(_0x3afddf,_0x2c07d3){return _0x3afddf(_0x2c07d3);},'pwOJF':'isAccessibilityPlatform','xmLJG':function(_0x4a18a2,_0x3e6cb9){return _0x4a18a2<=_0x3e6cb9;},'MiIAj':function(_0x4b0557,_0x2fda1a){return _0x4b0557+_0x2fda1a;},'DyilS':function(_0xd38f37,_0x157b1d){return _0xd38f37&&_0x157b1d;},'icsIL':function(_0x5d88fa,_0x2b9923,_0x203aba){return _0x5d88fa(_0x2b9923,_0x203aba);},'mOang':_0x57a47d(0x171)},{isPlaywright:_0x5acfeb,type:_0x2f85bc}=_0x231257['KKHny'](detectDriverType,_0x44da1a),_0x235f32=_0x5acfeb?_0x2b3e04[_0x57a47d(0x1a7)]:accessibilityHelper[_0x57a47d(0x155)]()&&globals['getGlobal'](_0x231257[_0x57a47d(0x140)]);if(!_0x235f32)return logger[_0x57a47d(0x10a)](_0x57a47d(0x197)+_0x2f85bc+_0x57a47d(0xfc)),[];let _0x195745=null;for(let _0xb35c69=0x1;_0x231257[_0x57a47d(0x15a)](_0xb35c69,_0x231257[_0x57a47d(0x11d)](RETRY_CONFIG[_0x57a47d(0x112)],0x1));_0xb35c69++){try{logger['debug'](_0x57a47d(0x1a4)+_0xb35c69+'/'+_0x231257[_0x57a47d(0x11d)](RETRY_CONFIG[_0x57a47d(0x112)],0x1)+'\x20('+_0x2f85bc+')');let _0x19fae6;return _0x231257[_0x57a47d(0x12c)](_0x5acfeb,playwrightA11yHelper)?(_0x231257[_0x57a47d(0xee)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x44da1a,RETRY_CONFIG[_0x57a47d(0x1a9)]),_0x19fae6=await _0x231257[_0x57a47d(0xee)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x44da1a),RETRY_CONFIG[_0x57a47d(0x1a9)]),await exports[_0x57a47d(0x16f)](_0x44da1a,RETRY_CONFIG[_0x57a47d(0x10e)])):(await exports['setSeleniumScriptTimeout'](_0x44da1a,RETRY_CONFIG[_0x57a47d(0x1a9)]),_0x19fae6=await _0x231257[_0x57a47d(0xee)](withTimeout,accessibilityHelper[_0x57a47d(0x19f)](_0x44da1a,_0x2b3e04),RETRY_CONFIG[_0x57a47d(0x1a9)]),await exports['setSeleniumScriptTimeout'](_0x44da1a,RETRY_CONFIG[_0x57a47d(0x10e)])),logger['info'](_0x57a47d(0x174)+_0xb35c69+'\x20('+_0x2f85bc+')'),_0x19fae6;}catch(_0x34f709){_0x195745=_0x34f709,logger['warn']('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0xb35c69+_0x57a47d(0x16e)+_0x2f85bc+_0x57a47d(0x15f)+_0x34f709[_0x57a47d(0x182)]);}}return logger[_0x57a47d(0x109)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x2f85bc+_0x57a47d(0x121)+(_0x195745?.[_0x57a47d(0x182)]||_0x231257[_0x57a47d(0x15b)])),[];},exports[a106_0xb7334f(0x193)]=async(_0x2d2314,_0x5b5a5f)=>{const _0x1ef60e=a106_0xb7334f,_0x242855={'wfSFf':function(_0x2f169a,_0x21324c){return _0x2f169a(_0x21324c);},'Fzaxb':_0x1ef60e(0x18e),'VxCYr':function(_0x325029,_0x26a67c){return _0x325029<=_0x26a67c;},'acGVT':function(_0x272579,_0x1fc0f8){return _0x272579+_0x1fc0f8;},'XIUHs':function(_0x500bb7,_0x3dcf2f){return _0x500bb7+_0x3dcf2f;},'TfleP':function(_0x53cc97,_0x235513){return _0x53cc97&&_0x235513;},'JyTzx':function(_0x2a7325,_0x4d47f7,_0x41293f){return _0x2a7325(_0x4d47f7,_0x41293f);},'FkqDJ':_0x1ef60e(0x171)},{isPlaywright:_0x3c5cb0,type:_0x2b097e}=_0x242855[_0x1ef60e(0x113)](detectDriverType,_0x2d2314),_0x140a65=_0x3c5cb0?_0x5b5a5f[_0x1ef60e(0x1a7)]:accessibilityHelper[_0x1ef60e(0x155)]()&&globals[_0x1ef60e(0x18a)](_0x242855['Fzaxb']);if(!_0x140a65)return logger[_0x1ef60e(0x10a)](_0x1ef60e(0x197)+_0x2b097e+_0x1ef60e(0x135)),{};let _0x33693e=null;for(let _0x370d60=0x1;_0x242855['VxCYr'](_0x370d60,_0x242855[_0x1ef60e(0x101)](RETRY_CONFIG[_0x1ef60e(0x112)],0x1));_0x370d60++){try{logger[_0x1ef60e(0x144)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x370d60+'/'+_0x242855[_0x1ef60e(0x130)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x2b097e+')');let _0x38a897;return _0x242855[_0x1ef60e(0xec)](_0x3c5cb0,playwrightA11yHelper)?(_0x242855[_0x1ef60e(0x198)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x2d2314,RETRY_CONFIG[_0x1ef60e(0x1a9)]),_0x38a897=await _0x242855[_0x1ef60e(0x198)](withTimeout,playwrightA11yHelper[_0x1ef60e(0x17b)](_0x2d2314),RETRY_CONFIG[_0x1ef60e(0x1a9)]),await exports['setPlaywrightScriptTimeout'](_0x2d2314,RETRY_CONFIG[_0x1ef60e(0x10e)])):(await exports[_0x1ef60e(0xe5)](_0x2d2314,RETRY_CONFIG[_0x1ef60e(0x1a9)]),_0x38a897=await _0x242855[_0x1ef60e(0x198)](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x2d2314,_0x5b5a5f),RETRY_CONFIG[_0x1ef60e(0x1a9)]),await exports[_0x1ef60e(0xe5)](_0x2d2314,RETRY_CONFIG[_0x1ef60e(0x10e)])),logger[_0x1ef60e(0x14a)](_0x1ef60e(0x117)+_0x370d60+'\x20('+_0x2b097e+')'),_0x38a897;}catch(_0x44adb8){_0x33693e=_0x44adb8,logger[_0x1ef60e(0x10a)](_0x1ef60e(0x125)+_0x370d60+_0x1ef60e(0x16e)+_0x2b097e+_0x1ef60e(0x15f)+_0x44adb8['message']);}}return logger[_0x1ef60e(0x109)](_0x1ef60e(0x108)+_0x2b097e+').\x20Last\x20error:\x20'+(_0x33693e?.[_0x1ef60e(0x182)]||_0x242855[_0x1ef60e(0x15e)])),{};},exports[a106_0xb7334f(0x1ab)]=async(_0x3dedd8,_0x50a650,_0x55f10a=null)=>{const _0x1dacfb=a106_0xb7334f,_0x74852b={'YtjFO':function(_0x2a9282,_0x10006b){return _0x2a9282(_0x10006b);},'VlPPR':function(_0x569905,_0x3ea4c5){return _0x569905===_0x3ea4c5;},'kScSS':'fulfilled','Clddd':function(_0x1ee486,_0xe088f1){return _0x1ee486===_0xe088f1;},'ZvPFm':_0x1dacfb(0x139),'cifcl':_0x1dacfb(0xff)},{isPlaywright:_0x1d5340,type:_0x584252}=_0x74852b[_0x1dacfb(0x158)](detectDriverType,_0x3dedd8),_0xa77dc1={};_0xa77dc1[_0x1dacfb(0x111)]=![],_0xa77dc1[_0x1dacfb(0xef)]=[],_0xa77dc1[_0x1dacfb(0x175)]={},_0xa77dc1[_0x1dacfb(0x109)]=null,_0xa77dc1[_0x1dacfb(0x152)]=_0x584252;const _0x147cce=_0xa77dc1;try{_0x147cce[_0x1dacfb(0x111)]=await exports[_0x1dacfb(0x123)](_0x3dedd8,_0x55f10a);if(_0x147cce[_0x1dacfb(0x111)]){const [_0x2e8c1b,_0x196571]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x3dedd8,_0x50a650),exports[_0x1dacfb(0x193)](_0x3dedd8,_0x50a650)]);_0x147cce[_0x1dacfb(0xef)]=_0x74852b[_0x1dacfb(0x12f)](_0x2e8c1b[_0x1dacfb(0x106)],_0x74852b[_0x1dacfb(0x110)])?_0x2e8c1b['value']:[],_0x147cce[_0x1dacfb(0x175)]=_0x74852b[_0x1dacfb(0xf2)](_0x196571[_0x1dacfb(0x106)],_0x74852b[_0x1dacfb(0x110)])?_0x196571[_0x1dacfb(0x14b)]:{},_0x74852b['VlPPR'](_0x2e8c1b[_0x1dacfb(0x106)],_0x74852b[_0x1dacfb(0x12e)])&&logger[_0x1dacfb(0x10a)](_0x1dacfb(0x1a8)+_0x584252+'):\x20'+_0x2e8c1b[_0x1dacfb(0x169)]?.[_0x1dacfb(0x182)]),_0x74852b['VlPPR'](_0x196571[_0x1dacfb(0x106)],_0x74852b['ZvPFm'])&&logger[_0x1dacfb(0x10a)](_0x1dacfb(0x1ad)+_0x584252+'):\x20'+_0x196571[_0x1dacfb(0x169)]?.[_0x1dacfb(0x182)]);}}catch(_0x3eb2be){_0x147cce[_0x1dacfb(0x109)]=_0x3eb2be['message']||_0x74852b['cifcl'],logger[_0x1dacfb(0x109)]('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x584252+_0x1dacfb(0x13c)+_0x147cce[_0x1dacfb(0x109)]);}return _0x147cce;},exports[a106_0xb7334f(0x10f)]=_0x2dcc6a=>{const _0x532cf4=a106_0xb7334f,_0x418679={};_0x418679['PpFLK']=function(_0x27e44b,_0x26b406){return _0x27e44b!==_0x26b406;},_0x418679['oikGF']=function(_0x5abf57,_0x16c41f){return _0x5abf57!==_0x16c41f;};const _0x1b4e19=_0x418679;_0x1b4e19['PpFLK'](_0x2dcc6a['maxRetries'],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0x532cf4(0xe7)](0x0,_0x2dcc6a[_0x532cf4(0x112)])),_0x1b4e19[_0x532cf4(0x160)](_0x2dcc6a[_0x532cf4(0x1a9)],undefined)&&(RETRY_CONFIG[_0x532cf4(0x1a9)]=Math[_0x532cf4(0xe7)](0x3e8,_0x2dcc6a['timeoutMs'])),logger[_0x532cf4(0x144)](_0x532cf4(0x179)+JSON[_0x532cf4(0x11a)](RETRY_CONFIG));},exports[a106_0xb7334f(0x143)]=()=>{const _0x3ad7ad={...RETRY_CONFIG};return _0x3ad7ad;},exports[a106_0xb7334f(0x189)]=_0x22252a=>{const _0x58b731=a106_0xb7334f,_0x5d2ad0={'CDLFz':function(_0x55cdef,_0x7108a9){return _0x55cdef(_0x7108a9);}};return _0x5d2ad0[_0x58b731(0x12d)](detectDriverType,_0x22252a)['isPlaywright'];},exports[a106_0xb7334f(0x18b)]=_0x2219a5=>{const _0x263e44=a106_0xb7334f,_0x18890b={'oneJS':function(_0x4b81f9,_0x3149f0){return _0x4b81f9(_0x3149f0);},'WUUPv':function(_0x5a562f,_0x2db33a){return _0x5a562f===_0x2db33a;},'YmwTj':_0x263e44(0x177)},{isPlaywright:_0x194ce3,type:_0x5dc2b6}=_0x18890b['oneJS'](detectDriverType,_0x2219a5);return!_0x194ce3&&_0x18890b[_0x263e44(0x18c)](_0x5dc2b6,_0x18890b[_0x263e44(0x18f)]);},exports[a106_0xb7334f(0x16f)]=async(_0x22ddd0,_0x5cb18f=null)=>{const _0x32d369=a106_0xb7334f,_0x538a33={'ktBQn':function(_0x26349f,_0x252b72){return _0x26349f(_0x252b72);},'ovCgk':function(_0x5cad8d,_0x5b1220){return _0x5cad8d===_0x5b1220;},'cTEKI':'function'},{isPlaywright:_0x2911aa,type:_0x304362}=_0x538a33[_0x32d369(0xf0)](detectDriverType,_0x22ddd0);if(!_0x2911aa)return logger[_0x32d369(0x144)](_0x32d369(0xf8)+_0x304362+_0x32d369(0x183)),!![];const _0x3bc5e6=_0x5cb18f||RETRY_CONFIG[_0x32d369(0x10e)];try{return _0x22ddd0&&_0x538a33[_0x32d369(0x195)](typeof _0x22ddd0[_0x32d369(0x1a0)],_0x538a33[_0x32d369(0x184)])&&(await _0x22ddd0['setDefaultTimeout'](_0x3bc5e6),logger[_0x32d369(0x144)](_0x32d369(0x151)+_0x3bc5e6+'ms')),!![];}catch(_0x5c597d){return logger[_0x32d369(0x10a)](_0x32d369(0xed)+_0x5c597d[_0x32d369(0x182)]),![];}},exports[a106_0xb7334f(0xe5)]=async(_0x4b1c01,_0xb3b782=null)=>{const _0x570f1c=a106_0xb7334f,_0x18f6a3={};_0x18f6a3[_0x570f1c(0x178)]=_0x570f1c(0x159),_0x18f6a3[_0x570f1c(0x14e)]=function(_0x5cfd10,_0x197625){return _0x5cfd10===_0x197625;},_0x18f6a3[_0x570f1c(0x173)]=_0x570f1c(0x11b),_0x18f6a3['OElVK']=function(_0xdbb04c,_0x592e39){return _0xdbb04c===_0x592e39;},_0x18f6a3[_0x570f1c(0x14d)]=function(_0x20c039,_0x599bbe){return _0x20c039===_0x599bbe;},_0x18f6a3[_0x570f1c(0x124)]=_0x570f1c(0x142),_0x18f6a3[_0x570f1c(0x149)]=_0x570f1c(0x199);const _0x2ca2e9=_0x18f6a3;if(!exports[_0x570f1c(0x18b)](_0x4b1c01))return logger[_0x570f1c(0x10a)](_0x2ca2e9[_0x570f1c(0x178)]),![];const _0x591a90=_0xb3b782||RETRY_CONFIG[_0x570f1c(0x10e)];try{if(_0x4b1c01&&_0x2ca2e9[_0x570f1c(0x14e)](typeof _0x4b1c01[_0x570f1c(0x104)],_0x2ca2e9[_0x570f1c(0x173)])){const _0x1d7ec7=_0x4b1c01[_0x570f1c(0x104)]();if(_0x1d7ec7&&_0x2ca2e9[_0x570f1c(0x157)](typeof _0x1d7ec7['timeouts'],_0x2ca2e9[_0x570f1c(0x173)]))await _0x1d7ec7['timeouts']()[_0x570f1c(0x10c)](_0x591a90),logger[_0x570f1c(0x144)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x591a90+_0x570f1c(0x14f));else{if(_0x1d7ec7&&_0x2ca2e9[_0x570f1c(0x14d)](typeof _0x1d7ec7['setTimeouts'],_0x2ca2e9[_0x570f1c(0x173)])){const _0x18c335={};_0x18c335[_0x570f1c(0x141)]=_0x591a90,await _0x1d7ec7[_0x570f1c(0x187)](_0x18c335),logger[_0x570f1c(0x144)](_0x570f1c(0x163)+_0x591a90+_0x570f1c(0x181));}else{if(_0x1d7ec7&&_0x2ca2e9['HMtEQ'](typeof _0x1d7ec7[_0x570f1c(0x10c)],_0x2ca2e9[_0x570f1c(0x173)]))await _0x1d7ec7['setScriptTimeout'](_0x591a90),logger[_0x570f1c(0x144)](_0x570f1c(0x163)+_0x591a90+_0x570f1c(0xf5));else return logger[_0x570f1c(0x144)](_0x2ca2e9['xtLVz']),!![];}}}else return logger[_0x570f1c(0x144)](_0x2ca2e9[_0x570f1c(0x149)]),!![];return!![];}catch(_0x50677e){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x50677e[_0x570f1c(0x182)]),![];}},exports[a106_0xb7334f(0x13a)]=async(_0x571d06,_0x3d1617)=>{const _0x305ed0=a106_0xb7334f,_0x4895b0={'WXiwV':function(_0x28abc3,_0x4fcc9b){return _0x28abc3(_0x4fcc9b);},'iyMgc':_0x305ed0(0x18e),'hDxCL':function(_0x18a122,_0x48819c){return _0x18a122<=_0x48819c;},'SSnDT':function(_0x3d9aad,_0x317c0c){return _0x3d9aad+_0x317c0c;},'Swzwg':function(_0x12ecf0,_0x8e9505){return _0x12ecf0+_0x8e9505;},'FSUOo':function(_0x34f02b,_0x1f1829){return _0x34f02b&&_0x1f1829;},'dyKPj':function(_0x4a4ede,_0x3b5593,_0x985b75){return _0x4a4ede(_0x3b5593,_0x985b75);},'CvEKG':'isMobilePlatform','fZZFf':function(_0x5c97bc,_0x3b7ab6,_0x40d51d){return _0x5c97bc(_0x3b7ab6,_0x40d51d);},'zxtBB':_0x305ed0(0x171)},{isPlaywright:_0x1e34b7,type:_0x3c89fb}=_0x4895b0['WXiwV'](detectDriverType,_0x571d06),_0x34836f=_0x1e34b7?global['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x305ed0(0x18a)](_0x4895b0[_0x305ed0(0x14c)]);if(!_0x34836f)return logger['warn'](_0x305ed0(0x197)+_0x3c89fb+_0x305ed0(0x137)),![];let _0x45d4b5=null;for(let _0x45df08=0x1;_0x4895b0[_0x305ed0(0x1a2)](_0x45df08,_0x4895b0[_0x305ed0(0xf9)](RETRY_CONFIG[_0x305ed0(0x112)],0x1));_0x45df08++){try{logger['debug']('Accessibility\x20results\x20save\x20attempt\x20'+_0x45df08+'/'+_0x4895b0[_0x305ed0(0xf1)](RETRY_CONFIG[_0x305ed0(0x112)],0x1)+'\x20('+_0x3c89fb+')');if(_0x4895b0['FSUOo'](_0x1e34b7,playwrightA11yHelper)){_0x4895b0[_0x305ed0(0x185)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x305ed0(0x16f)](_0x571d06,RETRY_CONFIG[_0x305ed0(0x1a9)]);const _0x5479f4={};_0x5479f4[_0x305ed0(0x115)]=!![];const _0x226e2a=global[_0x305ed0(0xfb)]?Object['assign']({},_0x3d1617,_0x5479f4):_0x3d1617;await _0x4895b0['dyKPj'](withTimeout,playwrightA11yHelper[_0x305ed0(0x128)](_0x571d06,scripts[_0x305ed0(0x147)],_0x226e2a),RETRY_CONFIG[_0x305ed0(0x1a9)]),await exports[_0x305ed0(0x16f)](_0x571d06,RETRY_CONFIG[_0x305ed0(0x10e)]);}else{await exports['setSeleniumScriptTimeout'](_0x571d06,RETRY_CONFIG[_0x305ed0(0x1a9)]);const _0x21f510={};_0x21f510[_0x305ed0(0x115)]=!![];const _0x4949c0=globals['getGlobal'](_0x4895b0[_0x305ed0(0x148)])?Object[_0x305ed0(0x190)]({},_0x3d1617,_0x21f510):_0x3d1617;await _0x4895b0['fZZFf'](withTimeout,_0x571d06[_0x305ed0(0x186)](scripts[_0x305ed0(0x147)],_0x4949c0),RETRY_CONFIG['timeoutMs']),await exports[_0x305ed0(0xe5)](_0x571d06,RETRY_CONFIG[_0x305ed0(0x10e)]);}return logger[_0x305ed0(0x14a)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x45df08+'\x20('+_0x3c89fb+')'),!![];}catch(_0x37d8e6){_0x45d4b5=_0x37d8e6,logger[_0x305ed0(0x10a)](_0x305ed0(0xfa)+_0x45df08+'\x20failed\x20('+_0x3c89fb+_0x305ed0(0x15f)+_0x37d8e6[_0x305ed0(0x182)]);}}return logger['error'](_0x305ed0(0x16a)+_0x3c89fb+').\x20Last\x20error:\x20'+(_0x45d4b5?.['message']||_0x4895b0[_0x305ed0(0x12a)])),![];};
@@ -1 +1 @@
1
- function a107_0x48cc(){var _0x337e07=['requires_chrome_options_check','min_version_browserstack','2221875MFpwIe','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','9786436IXsLWk','ChromeForTesting','9322660nZSMLO','339717HhurJj','MINIMUM_CHROMEFORTESTING_VERSION','335332LetMvb','18.4','141','9uuHTJM','https://accessibility.browserstack.com/api','15vOTPFM','chrome','min_version_non_browserstack','chromium','2tiTjcR','54dHvIuZ','40521hbtSmU','API_URL','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','100','MINIMUM_SAFARI_VERSION','Chrome','display_name','chromefortesting','7876688CXiqXq'];a107_0x48cc=function(){return _0x337e07;};return a107_0x48cc();}var a107_0x3533d8=a107_0x4730;(function(_0x341958,_0x77c80a){var _0x5d9d63=a107_0x4730,_0x4f5165=_0x341958();while(!![]){try{var _0x5f59bf=-parseInt(_0x5d9d63(0x1ca))/0x1*(-parseInt(_0x5d9d63(0x1c8))/0x2)+parseInt(_0x5d9d63(0x1c4))/0x3*(parseInt(_0x5d9d63(0x1bf))/0x4)+-parseInt(_0x5d9d63(0x1b8))/0x5+-parseInt(_0x5d9d63(0x1c9))/0x6*(parseInt(_0x5d9d63(0x1bd))/0x7)+parseInt(_0x5d9d63(0x1b5))/0x8*(parseInt(_0x5d9d63(0x1c2))/0x9)+-parseInt(_0x5d9d63(0x1bc))/0xa+parseInt(_0x5d9d63(0x1ba))/0xb;if(_0x5f59bf===_0x77c80a)break;else _0x4f5165['push'](_0x4f5165['shift']());}catch(_0x32fb97){_0x4f5165['push'](_0x4f5165['shift']());}}}(a107_0x48cc,0x7f150),exports[a107_0x3533d8(0x1cb)]=a107_0x3533d8(0x1c3),exports[a107_0x3533d8(0x1cc)]='94',exports[a107_0x3533d8(0x1b9)]=a107_0x3533d8(0x1cd),exports[a107_0x3533d8(0x1be)]=a107_0x3533d8(0x1c1),exports[a107_0x3533d8(0x1ce)]=a107_0x3533d8(0x1c0));var a107_0x4f9274={};a107_0x4f9274[a107_0x3533d8(0x1d0)]=a107_0x3533d8(0x1cf),a107_0x4f9274['min_version_browserstack']=0x5e,a107_0x4f9274['min_version_non_browserstack']=0x64,a107_0x4f9274['requires_chrome_options_check']=!![];function a107_0x4730(_0x44e1d6,_0x189d64){var _0x48ccc3=a107_0x48cc();return a107_0x4730=function(_0x473083,_0x17c13f){_0x473083=_0x473083-0x1b4;var _0x386f46=_0x48ccc3[_0x473083];return _0x386f46;},a107_0x4730(_0x44e1d6,_0x189d64);}var a107_0x5c15ed={};a107_0x5c15ed['display_name']=a107_0x3533d8(0x1cf),a107_0x5c15ed[a107_0x3533d8(0x1b7)]=0x5e,a107_0x5c15ed[a107_0x3533d8(0x1c6)]=0x64,a107_0x5c15ed[a107_0x3533d8(0x1b6)]=!![];var a107_0x5cb365={};a107_0x5cb365[a107_0x3533d8(0x1d0)]='Chrome',a107_0x5cb365['min_version_browserstack']=0x5e,a107_0x5cb365['min_version_non_browserstack']=0x64,a107_0x5cb365[a107_0x3533d8(0x1b6)]=!![];var a107_0x34ff00={};a107_0x34ff00[a107_0x3533d8(0x1d0)]=a107_0x3533d8(0x1bb),a107_0x34ff00[a107_0x3533d8(0x1b7)]=0x8d,a107_0x34ff00[a107_0x3533d8(0x1c6)]=0x8d,a107_0x34ff00['requires_chrome_options_check']=!![];var a107_0x5a546d={};a107_0x5a546d['display_name']='Safari',a107_0x5a546d[a107_0x3533d8(0x1b7)]=18.4,a107_0x5a546d['min_version_non_browserstack']=18.4,a107_0x5a546d[a107_0x3533d8(0x1b6)]=![];var a107_0x4bd24b={};a107_0x4bd24b[a107_0x3533d8(0x1c5)]=a107_0x4f9274,a107_0x4bd24b[a107_0x3533d8(0x1c7)]=a107_0x5c15ed,a107_0x4bd24b['playwright-chromium']=a107_0x5cb365,a107_0x4bd24b[a107_0x3533d8(0x1b4)]=a107_0x34ff00,a107_0x4bd24b['safari']=a107_0x5a546d,exports['ACCESSIBILITY_SUPPORTED_BROWSERS']=a107_0x4bd24b;
1
+ function a107_0x5b04(){var _0x52c546=['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','display_name','1035kwUgNB','18.4','12occfOb','min_version_browserstack','MINIMUM_SAFARI_VERSION','ChromeForTesting','chromium','141','100','API_URL','464556wZvSVq','Safari','chromefortesting','306lTgALT','4553952YZLrJH','chrome','ACCESSIBILITY_SUPPORTED_BROWSERS','1224560pNpLyP','requires_chrome_options_check','Chrome','54465axEAIg','141080gNhmAR','2930320wGddqh','min_version_non_browserstack','139559TzMzJH','MINIMUM_CHROMEFORTESTING_VERSION'];a107_0x5b04=function(){return _0x52c546;};return a107_0x5b04();}var a107_0x5f5777=a107_0x570b;(function(_0x53ac07,_0x23f72c){var _0x26b3ae=a107_0x570b,_0x56827e=_0x53ac07();while(!![]){try{var _0x3df380=-parseInt(_0x26b3ae(0x9c))/0x1+parseInt(_0x26b3ae(0xb1))/0x2+parseInt(_0x26b3ae(0x9f))/0x3*(parseInt(_0x26b3ae(0xa9))/0x4)+parseInt(_0x26b3ae(0xa1))/0x5+-parseInt(_0x26b3ae(0x98))/0x6*(parseInt(_0x26b3ae(0xa3))/0x7)+parseInt(_0x26b3ae(0x99))/0x8+-parseInt(_0x26b3ae(0xa7))/0x9*(-parseInt(_0x26b3ae(0xa0))/0xa);if(_0x3df380===_0x23f72c)break;else _0x56827e['push'](_0x56827e['shift']());}catch(_0x56f3a0){_0x56827e['push'](_0x56827e['shift']());}}}(a107_0x5b04,0xc8f54),exports[a107_0x5f5777(0xb0)]='https://accessibility.browserstack.com/api',exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports[a107_0x5f5777(0xa5)]=a107_0x5f5777(0xaf),exports[a107_0x5f5777(0xa4)]=a107_0x5f5777(0xae),exports[a107_0x5f5777(0xab)]=a107_0x5f5777(0xa8));var a107_0x52c756={};a107_0x52c756[a107_0x5f5777(0xa6)]=a107_0x5f5777(0x9e),a107_0x52c756[a107_0x5f5777(0xaa)]=0x5e,a107_0x52c756[a107_0x5f5777(0xa2)]=0x64,a107_0x52c756['requires_chrome_options_check']=!![];var a107_0x1d65bd={};a107_0x1d65bd[a107_0x5f5777(0xa6)]=a107_0x5f5777(0x9e),a107_0x1d65bd[a107_0x5f5777(0xaa)]=0x5e,a107_0x1d65bd[a107_0x5f5777(0xa2)]=0x64,a107_0x1d65bd['requires_chrome_options_check']=!![];function a107_0x570b(_0x283a16,_0x51b6b5){var _0x5b041a=a107_0x5b04();return a107_0x570b=function(_0x570b2d,_0x4f1135){_0x570b2d=_0x570b2d-0x98;var _0x44e671=_0x5b041a[_0x570b2d];return _0x44e671;},a107_0x570b(_0x283a16,_0x51b6b5);}var a107_0x32c4b8={};a107_0x32c4b8[a107_0x5f5777(0xa6)]=a107_0x5f5777(0x9e),a107_0x32c4b8['min_version_browserstack']=0x5e,a107_0x32c4b8[a107_0x5f5777(0xa2)]=0x64,a107_0x32c4b8['requires_chrome_options_check']=!![];var a107_0x5641dd={};a107_0x5641dd[a107_0x5f5777(0xa6)]=a107_0x5f5777(0xac),a107_0x5641dd['min_version_browserstack']=0x8d,a107_0x5641dd[a107_0x5f5777(0xa2)]=0x8d,a107_0x5641dd[a107_0x5f5777(0x9d)]=!![];var a107_0x2fe032={};a107_0x2fe032['display_name']=a107_0x5f5777(0xb2),a107_0x2fe032[a107_0x5f5777(0xaa)]=18.4,a107_0x2fe032[a107_0x5f5777(0xa2)]=18.4,a107_0x2fe032[a107_0x5f5777(0x9d)]=![];var a107_0x46ec52={};a107_0x46ec52[a107_0x5f5777(0x9a)]=a107_0x52c756,a107_0x46ec52[a107_0x5f5777(0xad)]=a107_0x1d65bd,a107_0x46ec52['playwright-chromium']=a107_0x32c4b8,a107_0x46ec52[a107_0x5f5777(0xb3)]=a107_0x5641dd,a107_0x46ec52['safari']=a107_0x2fe032,exports[a107_0x5f5777(0x9b)]=a107_0x46ec52;
@@ -1 +1 @@
1
- function a108_0xcff6(){const _0x1427d3=['oKsOa','env','yzjJV','ZnHTC','getResults','__workerDetails','STCbH','getResultsSummary','isVersionSupported','isBrowserStackCommandExecutor','getGitMetaData','XCFxo','xXhWI','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','performScan','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','AhkIB','lFSHR','status','errors','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','107mRsdhW','deviceName','getAccessibilityResultsSummary','shouldScanTestForAccessibility','OoZgY','pass','226816WWPyod','resolve','baGOH','script','LPxSD','NXPhq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','toString','nxsXT','isTrue','bIAxe','success','nestedKeyValue','yeibl','SJAJF','zjxvi','browserstack','isMobileAccessibilitySession','some','isAccessibilityAutomationSession','isMobileAccessibilityPlatform','Bearer\x20','requires_chrome_options_check','getBrowserName','isBrowserstackInfra','selenium-webdriver','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','isArray','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','getPackageVersion','zAUly','bstackA11yScanOptions','response','from','user','toISOString','EGoeT','Authorization','info','headers','DfhjG','hDRKh','getGlobal','null','vFOjs','LwCCD','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','options_','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','android','v2/test_runs','HFpOn','measureWrapper','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','toLowerCase','browserstack_executor','requireModule','WYvJW','fgXOu','map','join','PERFORM_SCAN','string','executeAsyncScript','pPxiT','UaXsS','pzJPa','isUndefined','bstack:options','format','application/json','set','Performed\x20scan\x20with\x20result:\x20','browserName','cwd','Xkrtp','includes','gCUsT','Performing\x20scan\x20before\x20getting\x20results','playwright','144zvCOAN','bstackA11yShouldScan','Build\x20creation\x20had\x20failed.','currentTest','gKTDU','includeTagsInTestingScope','true','MwyoG','aywrp','getAccessibilityResults','getTestFrameworkDetails','command','egdML','869288NOQNhE','error','PkJBF','lLovm','GzjoX','platforms','--headless=new','vfTVY','OsRdk','false','getPlatformVersion','getBrowserVersion','GET_RESULTS_SUMMARY','2454342MFbfkm','Options','get','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','args','No\x20accessibility\x20summary\x20was\x20found.','accessibilityToken','message','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','getUserName','Performing\x20scan\x20before\x20getting\x20results\x20summary','NimTP','chrome','getCapabilities','path','GJKNG','LcvgB','min_version_browserstack','LYOkG','POST','YpQAy','version','zbXDb','./scripts','ViUhh','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','min_version_non_browserstack','../globals','Not\x20a\x20Accessibility\x20Session','excludeTagsInTestingScope','warn','buildDescription','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','No\x20accessibility\x20results\x20were\x20found.','nonBstackPlatformValidation','qqzjF','forEach','test_runs/stop','accessibility','../performance/performance-tester','length','bLlpL','ScMgv','IEsXN','is_mobile_session','isAccessibilityPlatform','util','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','gMrzJ','WrLUx','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','Ihqaz','EkrMr','statusText','method','wuJgX','data','a11y:stop','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','startsWith','isMobileScanningEnabledForGroup','YpVTc','display_name','ZsHTc','CUgpT','--headless=','--headless','isBrowserSupportedForAccessibility','a11y:start','javascript','RUODz','GET_RESULTS','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','Dnscr','parseA11yJwtPayload','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','sjWVR','assign','aOOTg','function','compareVersions','4849374FpPdhr','MOBILE_SCANNING_DISABLED_WARNING','getMobileA11yCapabilities','1140ZPrXDf','3002005syDqaN','thTestRunUuid','JbuUR','kaIlV','yhAtf','FaMJh','fetchPlatformDetails','ADway','DhdoB','XjmpD','parse','LDTIt','requiresChromeOptionsValidation','resolveMobileThTestRunUuid','IYkQg','DaSgs','browserstackSessionName','wsFpt','return\x20document.readyState\x20===\x20\x22complete\x22','sgCze','SeSdd','executeScript','DYbjy','getPlatform','split','wait','checkAccessibilityPlatformConfig','Content-Type','stack','PUT','auth','lLQwJ','goog:chromeOptions','2186YXFdfc','mergeDeep','Invalid\x20request:\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','vlTSY','capabilities_','trim','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','debug','getBrowserDisplayName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','basename','lkGUh','replace','keys','platformName','165781NmRwky','4vBtIFa','getBrowserA11yConfig','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ircow','SvbPY','xIbFJ','stringify','BS_A11Y_JWT','getMinVersionForBrowser','nodeRequest','buildName'];a108_0xcff6=function(){return _0x1427d3;};return a108_0xcff6();}const a108_0x480c3d=a108_0x4edc;(function(_0x1f7abf,_0x4e0df5){const _0x1064e7=a108_0x4edc,_0x518323=_0x1f7abf();while(!![]){try{const _0x13fe0c=-parseInt(_0x1064e7(0x184))/0x1*(parseInt(_0x1064e7(0x152))/0x2)+-parseInt(_0x1064e7(0x1f4))/0x3+-parseInt(_0x1064e7(0x164))/0x4*(parseInt(_0x1064e7(0x24b))/0x5)+parseInt(_0x1064e7(0x247))/0x6+-parseInt(_0x1064e7(0x1e7))/0x7+parseInt(_0x1064e7(0x18a))/0x8*(-parseInt(_0x1064e7(0x1da))/0x9)+-parseInt(_0x1064e7(0x24a))/0xa*(-parseInt(_0x1064e7(0x163))/0xb);if(_0x13fe0c===_0x4e0df5)break;else _0x518323['push'](_0x518323['shift']());}catch(_0x43a4cd){_0x518323['push'](_0x518323['shift']());}}}(a108_0xcff6,0x64d71));const path=require(a108_0x480c3d(0x202)),util=require(a108_0x480c3d(0x223)),bsSetupHelper=require('../helper'),logger=require('../logger')['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require('./constants'),PerformanceTester=require(a108_0x480c3d(0x21c)),scripts=require(a108_0x480c3d(0x20b)),globals=require(a108_0x480c3d(0x20f)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');function a108_0x4edc(_0x36f580,_0x33bb91){const _0xcff6aa=a108_0xcff6();return a108_0x4edc=function(_0x4edcc1,_0x5cf810){_0x4edcc1=_0x4edcc1-0x142;let _0x8ed70b=_0xcff6aa[_0x4edcc1];return _0x8ed70b;},a108_0x4edc(_0x36f580,_0x33bb91);}exports[a108_0x480c3d(0x251)]=async _0x2f8557=>{const _0x4dac38=a108_0x480c3d,_0x34828b={};_0x34828b[_0x4dac38(0x1a8)]=function(_0x3d0731,_0xb4eba){return _0x3d0731===_0xb4eba;},_0x34828b[_0x4dac38(0x1ee)]=_0x4dac38(0x19a);const _0x51e385=_0x34828b;let _0x501341={};try{const _0x1e2b00=await _0x2f8557[_0x4dac38(0x201)]();_0x501341={'os_name':_0x1e2b00[_0x4dac38(0x148)](),'os_version':bsSetupHelper[_0x4dac38(0x1f1)](_0x51e385['zAUly'](global['__cloud_provider___'],_0x51e385[_0x4dac38(0x1ee)])),'browser_name':_0x1e2b00[_0x4dac38(0x1a1)](),'browser_version':_0x1e2b00[_0x4dac38(0x1f2)]()};}catch(_0x321a70){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x321a70);}return _0x501341;},exports[a108_0x480c3d(0x19d)]=()=>{const _0x33f8a5=a108_0x480c3d,_0x1b0173={};_0x1b0173[_0x33f8a5(0x22c)]=function(_0x32dda0,_0x4bbff9){return _0x32dda0===_0x4bbff9;},_0x1b0173['uGGns']='string',_0x1b0173[_0x33f8a5(0x1d5)]=function(_0x591005,_0x19e086){return _0x591005>_0x19e086;},_0x1b0173['MwyoG']=function(_0x4b0adb,_0x39d199){return _0x4b0adb!==_0x39d199;},_0x1b0173['ScMgv']=_0x33f8a5(0x1b5),_0x1b0173[_0x33f8a5(0x23b)]=function(_0x4326fb,_0x1e4e31){return _0x4326fb&&_0x1e4e31;};const _0x5671a8=_0x1b0173;try{const _0x5bae9c=bsSetupHelper[_0x33f8a5(0x193)](process[_0x33f8a5(0x170)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x33f8a5(0x193)](process[_0x33f8a5(0x170)][_0x33f8a5(0x1bf)]),_0x156879=_0x5671a8[_0x33f8a5(0x22c)](typeof process['env'][_0x33f8a5(0x16b)],_0x5671a8['uGGns'])&&_0x5671a8[_0x33f8a5(0x1d5)](process[_0x33f8a5(0x170)]['BS_A11Y_JWT'][_0x33f8a5(0x21d)],0x0)&&_0x5671a8[_0x33f8a5(0x1e1)](process[_0x33f8a5(0x170)][_0x33f8a5(0x16b)],_0x5671a8[_0x33f8a5(0x21f)]);return _0x5671a8[_0x33f8a5(0x23b)](_0x5bae9c,_0x156879);}catch(_0x203887){logger[_0x33f8a5(0x15b)](_0x33f8a5(0x22f)+_0x203887);}return![];},exports[a108_0x480c3d(0x217)]=(_0x2f827c,_0xacc163)=>{const _0x105b81=a108_0x480c3d,_0x1ecff5={'OsRdk':_0x105b81(0x1d3),'sgCze':function(_0x14c6da,_0x1c9663){return _0x14c6da(_0x1c9663);},'zbXDb':'browserVersion','LYOkG':_0x105b81(0x209),'pzJPa':_0x105b81(0x1ce),'ZnHTC':function(_0x1da13f,_0x38098a){return _0x1da13f(_0x38098a);},'vlTSY':_0x105b81(0x185),'ZsHTc':'device','wtZSw':_0x105b81(0x214),'Ihqaz':'selenium-webdriver/chrome.js','yeibl':_0x105b81(0x1a3),'LPxSD':_0x105b81(0x1b9),'aywrp':_0x105b81(0x1f8),'uVgvN':'chromeOptions','LwCCD':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','CUgpT':_0x105b81(0x151),'Tjzbp':function(_0x36ce55,_0x3d2e3a){return _0x36ce55===_0x3d2e3a;},'OjoZS':_0x105b81(0x200),'sHJSW':function(_0x3937e7,_0xcd7fc4){return _0x3937e7>=_0xcd7fc4;}},_0x5e8bfb=_0x2f827c[_0x105b81(0x1f6)](_0x1ecff5[_0x105b81(0x1ef)]),_0x537682=_0x1ecff5[_0x105b81(0x144)](parseFloat,_0x2f827c['get'](_0x1ecff5[_0x105b81(0x20a)]))||_0x1ecff5[_0x105b81(0x144)](parseFloat,_0x2f827c[_0x105b81(0x1f6)](_0x1ecff5[_0x105b81(0x206)])),_0x3b011e=_0x2f827c['get'](_0x1ecff5[_0x105b81(0x1cc)])||{},_0x31905f=_0x1ecff5[_0x105b81(0x172)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x1c58be=_0x3b011e[_0x1ecff5[_0x105b81(0x157)]]||_0x2f827c[_0x105b81(0x1f6)](_0x1ecff5[_0x105b81(0x234)])||![];if(_0x1c58be)return logger[_0x105b81(0x212)](_0x1ecff5['wtZSw']),![];let _0x3eae5f;try{_0x3eae5f=bsSetupHelper[_0x105b81(0x1c2)](_0x1ecff5[_0x105b81(0x228)],_0x1ecff5[_0x105b81(0x197)]);}catch(_0x59e14b){return![];}const _0x298555=new _0x3eae5f[(_0x105b81(0x1f5))](_0xacc163['chromeOptions_']),_0x51010a=bsSetupHelper[_0x105b81(0x196)](_0x298555,[_0x1ecff5[_0x105b81(0x18e)],_0x1ecff5[_0x105b81(0x1e2)]])||bsSetupHelper['nestedKeyValue'](_0xacc163['capabilities_'],[_0x1ecff5['pzJPa'],_0x1ecff5['uVgvN'],_0x1ecff5['aywrp']])||bsSetupHelper[_0x105b81(0x196)](_0xacc163[_0x105b81(0x158)],[_0x1ecff5['uVgvN'],_0x1ecff5[_0x105b81(0x1e2)]])||[],_0x15851e=Array[_0x105b81(0x1a5)](_0x51010a)?_0x51010a:[];if(_0x15851e[_0x105b81(0x19c)](_0x9258c8=>typeof _0x9258c8==='string'&&(_0x9258c8===_0x105b81(0x237)||_0x9258c8[_0x105b81(0x230)](_0x105b81(0x236))&&_0x9258c8!=='--headless=new')))return logger['warn'](_0x1ecff5[_0x105b81(0x1b7)]),![];const _0x1264b9=_0xacc163[_0x105b81(0x158)]||{},_0x4b13f0=bsSetupHelper['nestedKeyValue'](_0x1264b9,[_0x1ecff5[_0x105b81(0x235)]])||{},_0x527d58=bsSetupHelper[_0x105b81(0x196)](_0x4b13f0,[_0x1ecff5[_0x105b81(0x1e2)]])||[],_0x3b03e9=Array[_0x105b81(0x1a5)](_0x527d58)?_0x527d58:[];if(_0x3b03e9[_0x105b81(0x19c)](_0x229375=>typeof _0x229375==='string'&&(_0x229375===_0x105b81(0x237)||_0x229375[_0x105b81(0x230)]('--headless=')&&_0x229375!==_0x105b81(0x1ed))))return logger[_0x105b81(0x212)](_0x1ecff5[_0x105b81(0x1b7)]),![];if(_0x1ecff5['Tjzbp'](_0x5e8bfb['toLowerCase'](),_0x1ecff5['OjoZS'])&&_0x1ecff5['sHJSW'](_0x537682,_0x31905f))return!![];return logger['warn'](_0x105b81(0x190)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x20e692=>{const _0x5f23bd=a108_0x480c3d,_0x39888b={};_0x39888b[_0x5f23bd(0x203)]=_0x5f23bd(0x151),_0x39888b['oKsOa']=function(_0xd5bc89,_0x17f122){return _0xd5bc89||_0x17f122;},_0x39888b['mafni']=_0x5f23bd(0x210);const _0x259100=_0x39888b,_0x54cc2e=scripts['ChromeExtension'];try{const _0x32d372=bsSetupHelper[_0x5f23bd(0x193)](process[_0x5f23bd(0x170)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x5f23bd(0x193)](process[_0x5f23bd(0x170)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x5f23bd(0x170)]['BROWSERSTACK_TURBOSCALE'])&&_0x32d372){const _0x12ca19=_0x20e692[_0x5f23bd(0x201)](),_0x4b5667=_0x12ca19[_0x5f23bd(0x1f6)](_0x259100[_0x5f23bd(0x203)]),_0x4493f1=_0x259100[_0x5f23bd(0x16f)](_0x4b5667,{});bsSetupHelper[_0x5f23bd(0x153)](_0x4493f1,_0x54cc2e),_0x20e692[_0x5f23bd(0x201)]()[_0x5f23bd(0x1d1)](_0x259100['GJKNG'],_0x4493f1);}else logger[_0x5f23bd(0x212)](_0x259100['mafni']);}catch(_0x5a57cb){logger[_0x5f23bd(0x1e8)](_0x5f23bd(0x227)+_0x5a57cb);}},exports[a108_0x480c3d(0x187)]=(_0x1f6fa1=null,_0x3639a0=!![],_0x380ec3=[])=>{const _0x3336ea=a108_0x480c3d,_0x37b8a3={};_0x37b8a3['zjxvi']=function(_0x557e0d,_0x39ffb2){return _0x557e0d==_0x39ffb2;},_0x37b8a3[_0x3336ea(0x253)]=function(_0x18cccc,_0x24c40a){return _0x18cccc>_0x24c40a;},_0x37b8a3[_0x3336ea(0x1b2)]=function(_0x1ebc35,_0x5afd99){return _0x1ebc35===_0x5afd99;},_0x37b8a3[_0x3336ea(0x168)]=function(_0x1087f2,_0x1ec354){return _0x1087f2&&_0x1ec354;},_0x37b8a3[_0x3336ea(0x1c4)]=function(_0x315404,_0x514fe3){return _0x315404&&_0x514fe3;};const _0x20e94f=_0x37b8a3;if(_0x20e94f[_0x3336ea(0x199)](process[_0x3336ea(0x170)][_0x3336ea(0x15d)],null))return!![];try{const _0x22292a=JSON[_0x3336ea(0x255)](process[_0x3336ea(0x170)][_0x3336ea(0x15d)]),_0xf0a141=Array[_0x3336ea(0x1a5)](_0x22292a['includeTagsInTestingScope'])?_0x22292a[_0x3336ea(0x1df)]:[],_0x240d2a=Array[_0x3336ea(0x1a5)](_0x22292a[_0x3336ea(0x211)])?_0x22292a[_0x3336ea(0x211)]:[],_0x517b5f=_0x5875f7=>typeof _0x5875f7==='string'?_0x5875f7[_0x3336ea(0x160)](/^@/,'')[_0x3336ea(0x1c0)]()[_0x3336ea(0x159)]():_0x5875f7;if(bsSetupHelper[_0x3336ea(0x1cd)](_0x1f6fa1)){if(_0x20e94f['DhdoB'](_0x380ec3[_0x3336ea(0x21d)],0x0)){const _0x22f5ca=_0x380ec3[_0x3336ea(0x1c5)](_0x517b5f),_0x2ebd26=_0x240d2a[_0x3336ea(0x19c)](_0x376faf=>_0x22f5ca[_0x3336ea(0x1d6)](_0x517b5f(_0x376faf))),_0x4dbf32=_0x20e94f[_0x3336ea(0x1b2)](_0xf0a141[_0x3336ea(0x21d)],0x0)||_0xf0a141[_0x3336ea(0x19c)](_0x8d5f42=>_0x22f5ca[_0x3336ea(0x1d6)](_0x517b5f(_0x8d5f42)));return _0x20e94f[_0x3336ea(0x168)](!_0x2ebd26,_0x4dbf32);}return!![];}let _0x4a4aa4;_0x3639a0?_0x4a4aa4=_0x1f6fa1[_0x3336ea(0x1c6)]('/'):_0x4a4aa4=_0x1f6fa1;const _0x56b63d=_0x240d2a[_0x3336ea(0x19c)](_0x1f6033=>_0x4a4aa4[_0x3336ea(0x1c0)]()[_0x3336ea(0x1d6)](_0x517b5f(_0x1f6033)[_0x3336ea(0x1c0)]())),_0x29166e=_0x20e94f[_0x3336ea(0x1b2)](_0xf0a141[_0x3336ea(0x21d)],0x0)||_0xf0a141[_0x3336ea(0x19c)](_0x372676=>_0x4a4aa4[_0x3336ea(0x1c0)]()[_0x3336ea(0x1d6)](_0x517b5f(_0x372676)[_0x3336ea(0x1c0)]()));return _0x20e94f[_0x3336ea(0x1c4)](!_0x56b63d,_0x29166e);}catch(_0x431b88){logger[_0x3336ea(0x15b)]('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util[_0x3336ea(0x1cf)](_0x431b88));}return![];},exports[a108_0x480c3d(0x14b)]=_0x2bc2fb=>{const _0x2c8e73=a108_0x480c3d;let _0x5503c0=![];try{_0x2bc2fb[_0x2c8e73(0x1ec)][_0x2c8e73(0x219)](_0x58d170=>{const _0x40f829=_0x2c8e73;if(bsSetupHelper['isTrue'](_0x58d170[_0x40f829(0x21b)]))return _0x5503c0=!![],!![];});}catch(_0x94fbe7){logger['debug'](_0x2c8e73(0x15a)+_0x94fbe7);}return _0x5503c0||bsSetupHelper[_0x2c8e73(0x193)](_0x2bc2fb[_0x2c8e73(0x21b)]);},exports['createAccessibilityTestRun']=PerformanceTester[a108_0x480c3d(0x1be)](a108_0x480c3d(0x239),async function(_0x44e54b,_0x527ffd){const _0xb83128=a108_0x480c3d,_0x4dd844={};_0x4dd844[_0xb83128(0x1d7)]=_0xb83128(0x1a6),_0x4dd844[_0xb83128(0x254)]=_0xb83128(0x1d9),_0x4dd844[_0xb83128(0x1ea)]=_0xb83128(0x23a),_0x4dd844[_0xb83128(0x21e)]=_0xb83128(0x1d0),_0x4dd844[_0xb83128(0x1e9)]=_0xb83128(0x207),_0x4dd844[_0xb83128(0x24f)]=_0xb83128(0x1bc),_0x4dd844[_0xb83128(0x1eb)]=function(_0x76d349,_0x104231){return _0x76d349===_0x104231;},_0x4dd844[_0xb83128(0x1ae)]='Invalid\x20configuration\x20passed.',_0x4dd844[_0xb83128(0x18f)]=_0xb83128(0x1f0);const _0xaa89cb=_0x4dd844,_0x291417=bsSetupHelper[_0xb83128(0x1fd)](_0x44e54b),_0x2b9539=bsSetupHelper['getAccessKey'](_0x44e54b);if(bsSetupHelper[_0xb83128(0x1cd)](_0x291417)||bsSetupHelper[_0xb83128(0x1cd)](_0x2b9539))return logger[_0xb83128(0x1e8)](_0xaa89cb['gCUsT']),[null,null];try{let _0x11d6e5;bsSetupHelper[_0xb83128(0x1cd)](process[_0xb83128(0x170)][_0xb83128(0x15d)])?_0x11d6e5={}:_0x11d6e5=JSON[_0xb83128(0x255)](process[_0xb83128(0x170)][_0xb83128(0x15d)]);const {name:_0x22d4e2,version:_0x2444c8}=bsSetupHelper[_0xb83128(0x1e4)](_0x44e54b,_0x527ffd),_0x54fdbe={'projectName':_0x44e54b['projectName'],'buildName':_0x44e54b[_0xb83128(0x16e)]||path[_0xb83128(0x15e)](path[_0xb83128(0x18b)](process[_0xb83128(0x1d4)]())),'startTime':new Date()[_0xb83128(0x1ad)](),'description':_0x44e54b[_0xb83128(0x213)]||'','source':{'frameworkName':_0x527ffd['includes'](_0xaa89cb[_0xb83128(0x254)])?_0xaa89cb[_0xb83128(0x254)]:_0x527ffd,'frameworkVersion':bsSetupHelper[_0xb83128(0x1a7)](_0x527ffd),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0xaa89cb[_0xb83128(0x1ea)],'testFramework':_0x22d4e2,'testFrameworkVersion':_0x2444c8},'settings':_0x11d6e5,'versionControl':await bsSetupHelper[_0xb83128(0x179)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0xb83128(0x1a2)]()},_0x5a7daa={};_0x5a7daa[_0xb83128(0x1ac)]=_0x291417,_0x5a7daa[_0xb83128(0x189)]=_0x2b9539;const _0x3b430f={};_0x3b430f[_0xb83128(0x14c)]=_0xaa89cb['bLlpL'];const _0x5e96e0={};_0x5e96e0[_0xb83128(0x14f)]=_0x5a7daa,_0x5e96e0[_0xb83128(0x1b1)]=_0x3b430f;const _0x29e5c4=_0x5e96e0,_0x2d4664={};_0x2d4664['body']=_0x54fdbe,_0x2d4664['json']=!![];const _0x29869b=Object[_0xb83128(0x243)](_0x29e5c4,_0x2d4664),_0x496e4a=await bsSetupHelper[_0xb83128(0x16d)](_0xaa89cb[_0xb83128(0x1e9)],_0xaa89cb[_0xb83128(0x24f)],_0x29869b,_0x44e54b,API_URL);let _0x254f13=process[_0xb83128(0x170)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x254f13?_0x254f13=JSON[_0xb83128(0x255)](process[_0xb83128(0x170)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x254f13={},scripts['parseFromJson'](_0x496e4a[_0xb83128(0x22d)][_0xb83128(0x22d)]),scripts['toJson'](),_0x254f13['scannerVersion']=_0x496e4a[_0xb83128(0x22d)][_0xb83128(0x22d)]['scannerVersion'],process[_0xb83128(0x170)][_0xb83128(0x15d)]=JSON[_0xb83128(0x16a)](_0x254f13),[_0x496e4a[_0xb83128(0x22d)][_0xb83128(0x22d)][_0xb83128(0x1fa)],_0x496e4a[_0xb83128(0x22d)]['data']['id']];}catch(_0x50b9af){if(_0x50b9af['response'])logger[_0xb83128(0x1e8)](_0xb83128(0x241)+_0x50b9af['response'][_0xb83128(0x181)]+'\x20'+_0x50b9af[_0xb83128(0x1aa)]['statusText']+'\x20'+JSON[_0xb83128(0x16a)](_0x50b9af[_0xb83128(0x1aa)]['data']));else{if(_0xaa89cb[_0xb83128(0x1eb)](_0x50b9af[_0xb83128(0x1fb)],_0xaa89cb['EGoeT'])){logger[_0xb83128(0x1e8)](_0xb83128(0x241)+(_0x50b9af[_0xb83128(0x1fb)]||_0x50b9af['stack']));for(const _0x81e48b of _0x50b9af[_0xb83128(0x182)]){logger[_0xb83128(0x1e8)](_0x81e48b[_0xb83128(0x1fb)]);}process['env'][_0xb83128(0x166)]=_0xaa89cb[_0xb83128(0x18f)],process[_0xb83128(0x170)][_0xb83128(0x1bf)]=_0xaa89cb[_0xb83128(0x18f)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x50b9af[_0xb83128(0x1fb)]||_0x50b9af[_0xb83128(0x14d)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a108_0x480c3d(0x1be)](a108_0x480c3d(0x22e),async function(_0x1ecb02){const _0x41b9f3=a108_0x480c3d,_0x36cbc9={};_0x36cbc9[_0x41b9f3(0x1ff)]=function(_0x48466e,_0x56ba11){return _0x48466e!==_0x56ba11;},_0x36cbc9[_0x41b9f3(0x226)]=_0x41b9f3(0x1c8),_0x36cbc9[_0x41b9f3(0x167)]=_0x41b9f3(0x1e8),_0x36cbc9['nueRV']=_0x41b9f3(0x1dc),_0x36cbc9[_0x41b9f3(0x218)]=_0x41b9f3(0x1d0),_0x36cbc9[_0x41b9f3(0x225)]=_0x41b9f3(0x14e),_0x36cbc9['qnnaR']=_0x41b9f3(0x21a),_0x36cbc9[_0x41b9f3(0x1de)]=function(_0x59a9b,_0x18ef5f){return _0x59a9b+_0x18ef5f;},_0x36cbc9[_0x41b9f3(0x204)]=_0x41b9f3(0x154),_0x36cbc9[_0x41b9f3(0x145)]=_0x41b9f3(0x195);const _0x4ab2ac=_0x36cbc9;if(bsSetupHelper['isUndefined'](process[_0x41b9f3(0x170)][_0x41b9f3(0x16b)])||_0x4ab2ac[_0x41b9f3(0x1ff)](typeof process[_0x41b9f3(0x170)][_0x41b9f3(0x16b)],_0x4ab2ac['WrLUx'])){const _0x4dec43={};return _0x4dec43[_0x41b9f3(0x181)]=_0x4ab2ac[_0x41b9f3(0x167)],_0x4dec43[_0x41b9f3(0x1fb)]=_0x4ab2ac['nueRV'],_0x4dec43;}const _0xbbe389={'endTime':new Date()[_0x41b9f3(0x1ad)]()},_0x51be3b={};_0x51be3b[_0x41b9f3(0x1af)]=_0x41b9f3(0x19f)+process[_0x41b9f3(0x170)][_0x41b9f3(0x16b)],_0x51be3b[_0x41b9f3(0x14c)]=_0x4ab2ac[_0x41b9f3(0x218)];const _0x4b6213={};_0x4b6213[_0x41b9f3(0x1b1)]=_0x51be3b;const _0x437f75=_0x4b6213,_0x5001b9={};_0x5001b9['body']=_0xbbe389,_0x5001b9[_0x41b9f3(0x14f)]=null,_0x5001b9['json']=!![];const _0x569df9=Object[_0x41b9f3(0x243)](_0x437f75,_0x5001b9);try{const _0x4c57e0=await bsSetupHelper[_0x41b9f3(0x16d)](_0x4ab2ac['gMrzJ'],_0x4ab2ac['qnnaR'],_0x569df9,_0x1ecb02,API_URL);if(_0x4c57e0[_0x41b9f3(0x22d)][_0x41b9f3(0x1e8)])throw new Error(_0x4ab2ac[_0x41b9f3(0x1de)](_0x4ab2ac[_0x41b9f3(0x204)],_0x4c57e0[_0x41b9f3(0x22d)][_0x41b9f3(0x1e8)]));else{logger[_0x41b9f3(0x1b0)](_0x41b9f3(0x1ba)+new Date()['toISOString']());const _0x1c864a={};return _0x1c864a['status']=_0x4ab2ac[_0x41b9f3(0x145)],_0x1c864a['message']='',_0x1c864a;}}catch(_0x9eff1){_0x9eff1[_0x41b9f3(0x1aa)]?logger[_0x41b9f3(0x1e8)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x9eff1[_0x41b9f3(0x1aa)][_0x41b9f3(0x181)]+'\x20'+_0x9eff1[_0x41b9f3(0x1aa)][_0x41b9f3(0x22a)]+'\x20'+JSON[_0x41b9f3(0x16a)](_0x9eff1[_0x41b9f3(0x1aa)][_0x41b9f3(0x22d)])):logger['error'](_0x41b9f3(0x1f7)+(_0x9eff1[_0x41b9f3(0x1fb)]||util[_0x41b9f3(0x1cf)](_0x9eff1)));const _0x555654={};return _0x555654[_0x41b9f3(0x181)]=_0x4ab2ac[_0x41b9f3(0x167)],_0x555654[_0x41b9f3(0x1fb)]=_0x9eff1[_0x41b9f3(0x1fb)]||(_0x9eff1[_0x41b9f3(0x1aa)]?_0x9eff1[_0x41b9f3(0x1aa)][_0x41b9f3(0x181)]+':'+_0x9eff1[_0x41b9f3(0x1aa)][_0x41b9f3(0x22a)]:_0x9eff1),_0x555654;}}),exports[a108_0x480c3d(0x17d)]=async(_0x949b28,_0x492da6=null,_0x57ff1c=![],_0x17167b=null)=>{const _0x46feac=a108_0x480c3d,_0x15df66={};_0x15df66[_0x46feac(0x25a)]=_0x46feac(0x222),_0x15df66['vFOjs']=_0x46feac(0x1db),_0x15df66[_0x46feac(0x242)]=_0x46feac(0x156),_0x15df66[_0x46feac(0x15f)]=function(_0x4e8342,_0x4b9f37){return _0x4e8342||_0x4b9f37;},_0x15df66[_0x46feac(0x220)]=_0x46feac(0x1a9),_0x15df66[_0x46feac(0x20c)]=_0x46feac(0x17e);const _0x2ca801=_0x15df66;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x2ca801['DaSgs'])||!_0x57ff1c&&!globals[_0x46feac(0x1b4)](_0x2ca801[_0x46feac(0x1b6)])){logger[_0x46feac(0x212)](_0x2ca801['sjWVR']);return;}const _0x168dd0=_0x57ff1c?_0x2ca801[_0x46feac(0x15f)](_0x17167b,{}):globals[_0x46feac(0x1b4)](_0x2ca801['IEsXN'])||{},_0x578de7={};_0x578de7['method']=_0x492da6||global[_0x46feac(0x25b)];const _0x15e527=Object['assign']({},_0x168dd0,_0x578de7);await this[_0x46feac(0x19b)](_0x949b28)&&(Object[_0x46feac(0x243)](_0x15e527,this[_0x46feac(0x249)](),{'thTestRunUuid':this[_0x46feac(0x258)]()}),logger[_0x46feac(0x15b)](_0x2ca801[_0x46feac(0x20c)]));logger[_0x46feac(0x15b)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util[_0x46feac(0x1cf)]('%j',_0x15e527));const _0x41f557={};return _0x41f557[_0x46feac(0x1e5)]=_0x492da6,await PerformanceTester[_0x46feac(0x1be)](PerformanceA11yEvents[_0x46feac(0x1c7)],async()=>{const _0x2a3cde=_0x46feac;try{await _0x949b28[_0x2a3cde(0x14a)](()=>_0x949b28[_0x2a3cde(0x146)](_0x2a3cde(0x143)),0x1388);}catch(_0x34574b){}const _0x39bab1=util[_0x2a3cde(0x1cf)](await _0x949b28[_0x2a3cde(0x1c9)](scripts[_0x2a3cde(0x17d)],_0x15e527));return logger['debug'](_0x2a3cde(0x1d2)+_0x39bab1),_0x39bab1;},_0x41f557)();},exports[a108_0x480c3d(0x1e3)]=async(_0x421fb4,_0x12435a)=>{const _0x27296b=a108_0x480c3d,_0x3f8352={};_0x3f8352[_0x27296b(0x1cb)]=_0x27296b(0x1d8),_0x3f8352[_0x27296b(0x17b)]=_0x27296b(0x222),_0x3f8352['yzjJV']=_0x27296b(0x1db),_0x3f8352['STCbH']=_0x27296b(0x155),_0x3f8352[_0x27296b(0x188)]=_0x27296b(0x1e3),_0x3f8352[_0x27296b(0x24e)]=_0x27296b(0x216);const _0x150095=_0x3f8352;if(!this[_0x27296b(0x19d)]()||!globals[_0x27296b(0x1b4)](_0x150095['xXhWI'])||!globals[_0x27296b(0x1b4)](_0x150095[_0x27296b(0x171)]))return logger[_0x27296b(0x212)](_0x150095[_0x27296b(0x175)]),[];try{const _0x2bcf65=await this['isMobileAccessibilitySession'](_0x421fb4),_0x559de9=_0x2bcf65?Object[_0x27296b(0x243)]({},this[_0x27296b(0x249)](),{'thTestRunUuid':this[_0x27296b(0x258)]()}):{};return _0x2bcf65&&logger[_0x27296b(0x15b)](_0x27296b(0x1b8)+util[_0x27296b(0x1cf)]('%j',_0x559de9)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1aab2c=_0x27296b;logger[_0x1aab2c(0x15b)](_0x150095[_0x1aab2c(0x1cb)]);const _0x9cc221={};_0x9cc221[_0x1aab2c(0x22b)]=_0x12435a[_0x1aab2c(0x25b)];const _0x240cf2=Object[_0x1aab2c(0x243)](_0x9cc221,_0x559de9);logger[_0x1aab2c(0x15b)](util['format'](await _0x421fb4[_0x1aab2c(0x1c9)](scripts[_0x1aab2c(0x17d)],_0x240cf2)));},{'command':_0x150095[_0x27296b(0x188)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x27296b(0x23c)],async()=>{const _0x5c9850=_0x27296b,_0x4be000=_0x2bcf65?await _0x421fb4[_0x5c9850(0x1c9)](scripts[_0x5c9850(0x173)],_0x559de9):await _0x421fb4['executeAsyncScript'](scripts[_0x5c9850(0x173)]);return _0x4be000;})();}catch{return logger[_0x27296b(0x1e8)](_0x150095[_0x27296b(0x24e)]),[];}},exports[a108_0x480c3d(0x186)]=async(_0xe755d6,_0x301bc6)=>{const _0x480692=a108_0x480c3d,_0x23d4b6={};_0x23d4b6[_0x480692(0x1ca)]=_0x480692(0x1fe),_0x23d4b6[_0x480692(0x1bd)]=_0x480692(0x222),_0x23d4b6[_0x480692(0x250)]=_0x480692(0x1db),_0x23d4b6[_0x480692(0x142)]=_0x480692(0x215),_0x23d4b6[_0x480692(0x252)]=_0x480692(0x186),_0x23d4b6[_0x480692(0x24d)]=_0x480692(0x1f9);const _0x25fea8=_0x23d4b6;if(!this[_0x480692(0x19d)]()||!globals['getGlobal'](_0x25fea8[_0x480692(0x1bd)])||!globals[_0x480692(0x1b4)](_0x25fea8[_0x480692(0x250)]))return logger[_0x480692(0x212)](_0x25fea8[_0x480692(0x142)]),{};try{const _0x48af10=await this[_0x480692(0x19b)](_0xe755d6),_0x22abdf=_0x48af10?Object[_0x480692(0x243)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x480692(0x258)]()}):{};return _0x48af10&&logger[_0x480692(0x15b)](_0x480692(0x183)+util[_0x480692(0x1cf)]('%j',_0x22abdf)),await PerformanceTester[_0x480692(0x1be)](PerformanceA11yEvents[_0x480692(0x1c7)],async()=>{const _0x14d814=_0x480692;logger[_0x14d814(0x15b)](_0x25fea8[_0x14d814(0x1ca)]);const _0x18968a={};_0x18968a['method']=_0x301bc6[_0x14d814(0x25b)];const _0x586ad3=Object[_0x14d814(0x243)](_0x18968a,_0x22abdf);logger[_0x14d814(0x15b)](util[_0x14d814(0x1cf)](await _0xe755d6[_0x14d814(0x1c9)](scripts['performScan'],_0x586ad3)));},{'command':_0x25fea8[_0x480692(0x252)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x480692(0x1f3)],async()=>{const _0x327608=_0x480692,_0x542403=_0x48af10?await _0xe755d6[_0x327608(0x1c9)](scripts[_0x327608(0x176)],_0x22abdf):await _0xe755d6['executeAsyncScript'](scripts[_0x327608(0x176)]);return _0x542403;})();}catch{return logger[_0x480692(0x1e8)](_0x25fea8[_0x480692(0x24d)]),{};}},exports[a108_0x480c3d(0x19e)]=(_0x569635,_0xfbb37c=![])=>{const _0x396462=a108_0x480c3d,_0x12ff50={'VftsA':function(_0x3ec622,_0x445ed7){return _0x3ec622(_0x445ed7);},'ezspg':function(_0x5e5490,_0x3763e9){return _0x5e5490(_0x3763e9);},'FiKzy':_0x396462(0x162),'LDTIt':function(_0x16a32e,_0x24dce9){return _0x16a32e!==_0x24dce9;},'hVmTS':_0x396462(0x1bb),'EkrMr':function(_0x38fc35,_0x25fa16){return _0x38fc35(_0x25fa16);},'xIbFJ':function(_0x294085,_0x5a7cd5){return _0x294085(_0x5a7cd5);},'CuBGY':_0x396462(0x1d3),'lFSHR':'chrome','aOOTg':_0x396462(0x224),'SJAJF':_0x396462(0x1fc)};try{if(!_0x569635)return![];const _0x1c96c9=_0x1fbd5e=>typeof _0x569635[_0x396462(0x1f6)]===_0x396462(0x245)?_0x569635[_0x396462(0x1f6)](_0x1fbd5e):_0x569635[_0x1fbd5e],_0x3fba3b=_0x12ff50['VftsA'](String,_0x12ff50['ezspg'](_0x1c96c9,_0x12ff50['FiKzy'])||'')[_0x396462(0x1c0)]();if(_0x12ff50[_0x396462(0x256)](_0x3fba3b,_0x12ff50['hVmTS']))return![];const _0x3bdb7a=_0x12ff50[_0x396462(0x229)](String,_0x12ff50[_0x396462(0x169)](_0x1c96c9,_0x12ff50['CuBGY'])||'')[_0x396462(0x1c0)]();if(!_0x3bdb7a['includes'](_0x12ff50[_0x396462(0x180)]))return _0xfbb37c&&logger[_0x396462(0x212)](_0x12ff50[_0x396462(0x244)]),![];return logger['debug'](_0x12ff50[_0x396462(0x198)]),!![];}catch(_0x5df539){return logger[_0x396462(0x15b)](_0x396462(0x23d)+_0x5df539),![];}},exports[a108_0x480c3d(0x19b)]=async _0x3d21ce=>{const _0x8fbf6f=a108_0x480c3d;try{const _0x5b1de1=await _0x3d21ce[_0x8fbf6f(0x201)]();return exports[_0x8fbf6f(0x19e)](_0x5b1de1);}catch(_0x4bcf79){return logger[_0x8fbf6f(0x15b)]('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x4bcf79),![];}},exports[a108_0x480c3d(0x249)]=()=>{const _0x355fe2=a108_0x480c3d,_0x4761f9={};return _0x4761f9[_0x355fe2(0x221)]=!![],_0x4761f9;},exports[a108_0x480c3d(0x258)]=()=>{const _0x1e6c4b=a108_0x480c3d,_0x4b2c9f={};_0x4b2c9f[_0x1e6c4b(0x18c)]=function(_0x10fade,_0x5d7115){return _0x10fade===_0x5d7115;},_0x4b2c9f[_0x1e6c4b(0x192)]=_0x1e6c4b(0x1c8),_0x4b2c9f[_0x1e6c4b(0x1b3)]=function(_0x5b3d85,_0x4178e7){return _0x5b3d85>_0x4178e7;},_0x4b2c9f[_0x1e6c4b(0x232)]='global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).',_0x4b2c9f[_0x1e6c4b(0x147)]='global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).',_0x4b2c9f[_0x1e6c4b(0x17f)]=function(_0x5181e7,_0x263ff5){return _0x5181e7===_0x263ff5;},_0x4b2c9f[_0x1e6c4b(0x208)]='undefined';const _0x38033f=_0x4b2c9f,_0x6d1148=global[_0x1e6c4b(0x174)],_0x799be4=_0x6d1148&&_0x6d1148[_0x1e6c4b(0x1dd)],_0x56c287=_0x799be4&&_0x799be4[_0x1e6c4b(0x24c)];if(_0x38033f[_0x1e6c4b(0x18c)](typeof _0x56c287,_0x38033f['nxsXT'])&&_0x38033f['hDRKh'](_0x56c287['length'],0x0))return _0x56c287;let _0x16dd6f;if(!_0x6d1148)_0x16dd6f=_0x38033f[_0x1e6c4b(0x232)];else!_0x799be4?_0x16dd6f=_0x38033f[_0x1e6c4b(0x147)]:_0x16dd6f=_0x1e6c4b(0x23e)+Object[_0x1e6c4b(0x161)](_0x799be4)['join'](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x38033f['AhkIB'](_0x56c287,undefined)?_0x38033f['YpQAy']:'\x22'+_0x56c287+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger[_0x1e6c4b(0x212)](_0x1e6c4b(0x20d)+_0x16dd6f+_0x1e6c4b(0x1a4)),'';},exports[a108_0x480c3d(0x178)]=_0x382125=>{const _0x1d13ca=a108_0x480c3d,_0x1bd089={};_0x1bd089[_0x1d13ca(0x150)]=function(_0x4edde8,_0x3d0f62){return _0x4edde8===_0x3d0f62;},_0x1bd089[_0x1d13ca(0x23f)]=_0x1d13ca(0x1c8),_0x1bd089[_0x1d13ca(0x1e6)]=_0x1d13ca(0x1c1);const _0x2948a8=_0x1bd089;if(_0x382125&&_0x382125[_0x1d13ca(0x18d)]&&_0x2948a8['lLQwJ'](typeof _0x382125[_0x1d13ca(0x18d)],_0x2948a8[_0x1d13ca(0x23f)]))return _0x382125[_0x1d13ca(0x18d)]['includes'](_0x2948a8[_0x1d13ca(0x1e6)]);return![];},exports[a108_0x480c3d(0x248)]=a108_0x480c3d(0x17c),exports[a108_0x480c3d(0x231)]=()=>process[a108_0x480c3d(0x170)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']===a108_0x480c3d(0x1e0),exports[a108_0x480c3d(0x238)]=_0x3415fa=>{const _0x33b90e=a108_0x480c3d,_0xb82db={};_0xb82db['IYkQg']=function(_0x73a433,_0x4999cf){return _0x73a433 in _0x4999cf;};const _0x42bde5=_0xb82db;if(bsSetupHelper[_0x33b90e(0x1cd)](_0x3415fa))return![];const _0x4c6be6=_0x3415fa[_0x33b90e(0x1c0)]();return _0x42bde5[_0x33b90e(0x259)](_0x4c6be6,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x480c3d(0x165)]=_0x1ecd11=>{const _0x1c94f6=a108_0x480c3d;if(bsSetupHelper[_0x1c94f6(0x1cd)](_0x1ecd11))return null;const _0x79d77d=_0x1ecd11['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x79d77d]||null;},exports[a108_0x480c3d(0x16c)]=(_0x123173,_0x4956af)=>{const _0x41c1a8=a108_0x480c3d,_0x1f22ea=this[_0x41c1a8(0x165)](_0x123173);if(!_0x1f22ea)return null;if(_0x4956af)return _0x1f22ea[_0x41c1a8(0x205)];return _0x1f22ea[_0x41c1a8(0x20e)];},exports[a108_0x480c3d(0x15c)]=_0xda6eec=>{const _0x24f685=a108_0x480c3d,_0x5a63ad=this[_0x24f685(0x165)](_0xda6eec);return _0x5a63ad?_0x5a63ad[_0x24f685(0x233)]:_0xda6eec;},exports[a108_0x480c3d(0x257)]=_0x3e6a4c=>{const _0x2a9df5=a108_0x480c3d,_0x5e7900=this[_0x2a9df5(0x165)](_0x3e6a4c);return _0x5e7900?_0x5e7900[_0x2a9df5(0x1a0)]:![];},exports[a108_0x480c3d(0x177)]=(_0x5358c3,_0xe8c32a)=>{const _0x42776d=a108_0x480c3d,_0x47e97a={'WTMfI':function(_0x90b329,_0x2cfa07){return _0x90b329(_0x2cfa07);},'RSbXM':function(_0x43485c,_0x286276){return _0x43485c>=_0x286276;}};if(bsSetupHelper[_0x42776d(0x1cd)](_0x5358c3)||bsSetupHelper[_0x42776d(0x1cd)](_0xe8c32a))return![];const _0x40c289=bsSetupHelper[_0x42776d(0x246)](_0x47e97a['WTMfI'](String,_0x5358c3),_0x47e97a['WTMfI'](String,_0xe8c32a));return _0x47e97a['RSbXM'](_0x40c289,0x0);},exports[a108_0x480c3d(0x240)]=_0x30d2a4=>{const _0x2cd6cb=a108_0x480c3d,_0x54d241={};_0x54d241[_0x2cd6cb(0x17a)]=function(_0x1fca35,_0x1c265b){return _0x1fca35!==_0x1c265b;},_0x54d241['WYvJW']=_0x2cd6cb(0x1c8),_0x54d241[_0x2cd6cb(0x194)]='base64';const _0x284f5e=_0x54d241;if(!_0x30d2a4||_0x284f5e[_0x2cd6cb(0x17a)](typeof _0x30d2a4,_0x284f5e[_0x2cd6cb(0x1c3)]))return null;try{return JSON['parse'](Buffer[_0x2cd6cb(0x1ab)](_0x30d2a4[_0x2cd6cb(0x149)]('.')[0x1],_0x284f5e[_0x2cd6cb(0x194)])[_0x2cd6cb(0x191)]());}catch{return null;}};
1
+ function a108_0x73d9(_0x157dc1,_0x4e6b1d){const _0x722a9a=a108_0x722a();return a108_0x73d9=function(_0x73d9cb,_0x3da32f){_0x73d9cb=_0x73d9cb-0x6f;let _0x540c90=_0x722a9a[_0x73d9cb];return _0x540c90;},a108_0x73d9(_0x157dc1,_0x4e6b1d);}const a108_0x570b5d=a108_0x73d9;(function(_0xfc95c1,_0xe1efcc){const _0x58278f=a108_0x73d9,_0x2dcf2f=_0xfc95c1();while(!![]){try{const _0x10dc43=parseInt(_0x58278f(0x136))/0x1*(-parseInt(_0x58278f(0xe9))/0x2)+-parseInt(_0x58278f(0x149))/0x3*(parseInt(_0x58278f(0x174))/0x4)+-parseInt(_0x58278f(0xc5))/0x5*(parseInt(_0x58278f(0x172))/0x6)+parseInt(_0x58278f(0x164))/0x7*(parseInt(_0x58278f(0x11f))/0x8)+-parseInt(_0x58278f(0x11e))/0x9+parseInt(_0x58278f(0x18c))/0xa*(parseInt(_0x58278f(0x170))/0xb)+-parseInt(_0x58278f(0xd3))/0xc*(-parseInt(_0x58278f(0x182))/0xd);if(_0x10dc43===_0xe1efcc)break;else _0x2dcf2f['push'](_0x2dcf2f['shift']());}catch(_0x349746){_0x2dcf2f['push'](_0x2dcf2f['shift']());}}}(a108_0x722a,0x5bf75));const path=require(a108_0x570b5d(0x17c)),util=require(a108_0x570b5d(0x13d)),bsSetupHelper=require(a108_0x570b5d(0x138)),logger=require(a108_0x570b5d(0x140))[a108_0x570b5d(0xff)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x570b5d(0x76)),PerformanceTester=require(a108_0x570b5d(0x14f)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a108_0x570b5d(0xb1));exports[a108_0x570b5d(0x173)]=async _0x52fbc0=>{const _0x2725b7=a108_0x570b5d,_0x169434={};_0x169434[_0x2725b7(0x11c)]=function(_0x1b5c86,_0x29a14c){return _0x1b5c86===_0x29a14c;},_0x169434[_0x2725b7(0x94)]=_0x2725b7(0x176);const _0x25e0c3=_0x169434;let _0xe1f24d={};try{const _0x525309=await _0x52fbc0[_0x2725b7(0x15f)]();_0xe1f24d={'os_name':_0x525309[_0x2725b7(0x105)](),'os_version':bsSetupHelper[_0x2725b7(0x8e)](_0x25e0c3[_0x2725b7(0x11c)](global[_0x2725b7(0x181)],_0x25e0c3['XdyyJ'])),'browser_name':_0x525309['getBrowserName'](),'browser_version':_0x525309['getBrowserVersion']()};}catch(_0x530d4c){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x530d4c);}return _0xe1f24d;},exports[a108_0x570b5d(0x133)]=()=>{const _0x5c8579=a108_0x570b5d,_0x1a7915={};_0x1a7915['vbtyr']=function(_0x2d2fa8,_0x28c2fb){return _0x2d2fa8===_0x28c2fb;},_0x1a7915[_0x5c8579(0x10d)]=_0x5c8579(0xe0),_0x1a7915[_0x5c8579(0x167)]=function(_0xf30382,_0x17a4dd){return _0xf30382>_0x17a4dd;},_0x1a7915['KDZzL']=function(_0x563be9,_0x3f0bd2){return _0x563be9!==_0x3f0bd2;},_0x1a7915[_0x5c8579(0x14a)]='null',_0x1a7915[_0x5c8579(0xad)]=function(_0x50a995,_0x23db27){return _0x50a995&&_0x23db27;};const _0x5a2da8=_0x1a7915;try{const _0xdded40=bsSetupHelper['isTrue'](process[_0x5c8579(0x124)][_0x5c8579(0x95)])||bsSetupHelper[_0x5c8579(0x16e)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x272212=_0x5a2da8[_0x5c8579(0xd6)](typeof process[_0x5c8579(0x124)][_0x5c8579(0xa5)],_0x5a2da8['WQlHa'])&&_0x5a2da8[_0x5c8579(0x167)](process[_0x5c8579(0x124)]['BS_A11Y_JWT'][_0x5c8579(0x128)],0x0)&&_0x5a2da8['KDZzL'](process[_0x5c8579(0x124)][_0x5c8579(0xa5)],_0x5a2da8[_0x5c8579(0x14a)]);return _0x5a2da8[_0x5c8579(0xad)](_0xdded40,_0x272212);}catch(_0xc914d5){logger[_0x5c8579(0x106)](_0x5c8579(0x153)+_0xc914d5);}return![];},exports['nonBstackPlatformValidation']=(_0x45d170,_0x89270c)=>{const _0xc909d6=a108_0x570b5d,_0x379934={'NYyhr':_0xc909d6(0x112),'QbpsG':function(_0x754eb2,_0x1cb2be){return _0x754eb2(_0x1cb2be);},'GEfex':_0xc909d6(0x108),'agMJh':function(_0x4cf623,_0x4e536e){return _0x4cf623(_0x4e536e);},'YXGkH':_0xc909d6(0x127),'AChqT':_0xc909d6(0xa2),'CLxhS':function(_0x3dfeec,_0x10bc15){return _0x3dfeec(_0x10bc15);},'DVvmy':_0xc909d6(0xa4),'pCRNh':'device','LybiA':_0xc909d6(0x11a),'FMhwI':'selenium-webdriver/chrome.js','cQuFd':_0xc909d6(0x103),'hFxpr':'options_','vWSyq':_0xc909d6(0x78),'pgIIi':_0xc909d6(0x10b),'ctZwq':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','rZZYt':_0xc909d6(0xc1),'msoZY':function(_0x75d508,_0x437a33){return _0x75d508===_0x437a33;},'nQihq':_0xc909d6(0x9b),'XRGqa':function(_0x21fddb,_0x215894){return _0x21fddb>=_0x215894;}},_0x25953e=_0x45d170[_0xc909d6(0x175)](_0x379934['NYyhr']),_0x16c9f3=_0x379934['QbpsG'](parseFloat,_0x45d170[_0xc909d6(0x175)](_0x379934[_0xc909d6(0x18a)]))||_0x379934[_0xc909d6(0x8d)](parseFloat,_0x45d170[_0xc909d6(0x175)](_0x379934[_0xc909d6(0xd4)])),_0x59e749=_0x45d170[_0xc909d6(0x175)](_0x379934[_0xc909d6(0x12e)])||{},_0x1a3fc5=_0x379934[_0xc909d6(0x17b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x1a1d14=_0x59e749[_0x379934[_0xc909d6(0xcf)]]||_0x45d170['get'](_0x379934[_0xc909d6(0xbc)])||![];if(_0x1a1d14)return logger[_0xc909d6(0xcb)](_0x379934[_0xc909d6(0x184)]),![];let _0x3a7e1f;try{_0x3a7e1f=bsSetupHelper[_0xc909d6(0xf7)](_0x379934[_0xc909d6(0x135)],_0x379934[_0xc909d6(0x150)]);}catch(_0x1ca9d6){return![];}const _0x3b5b11=new _0x3a7e1f[(_0xc909d6(0x156))](_0x89270c[_0xc909d6(0xa9)]),_0xe32d2b=bsSetupHelper[_0xc909d6(0xc4)](_0x3b5b11,[_0x379934[_0xc909d6(0xf6)],_0x379934['vWSyq']])||bsSetupHelper[_0xc909d6(0xc4)](_0x89270c['capabilities_'],[_0x379934[_0xc909d6(0x12e)],_0x379934[_0xc909d6(0x14c)],_0x379934['vWSyq']])||bsSetupHelper['nestedKeyValue'](_0x89270c[_0xc909d6(0x169)],[_0x379934[_0xc909d6(0x14c)],_0x379934[_0xc909d6(0x144)]])||[],_0x207924=Array[_0xc909d6(0xb6)](_0xe32d2b)?_0xe32d2b:[];if(_0x207924[_0xc909d6(0xd0)](_0x4cb6c3=>typeof _0x4cb6c3==='string'&&(_0x4cb6c3===_0xc909d6(0x166)||_0x4cb6c3[_0xc909d6(0xbb)](_0xc909d6(0x188))&&_0x4cb6c3!==_0xc909d6(0x187))))return logger[_0xc909d6(0xcb)](_0x379934[_0xc909d6(0x10f)]),![];const _0x4514b3=_0x89270c['capabilities_']||{},_0x7db89f=bsSetupHelper['nestedKeyValue'](_0x4514b3,[_0x379934[_0xc909d6(0x157)]])||{},_0x3a131a=bsSetupHelper[_0xc909d6(0xc4)](_0x7db89f,[_0x379934[_0xc909d6(0x144)]])||[],_0x1086f6=Array[_0xc909d6(0xb6)](_0x3a131a)?_0x3a131a:[];if(_0x1086f6[_0xc909d6(0xd0)](_0x177a67=>typeof _0x177a67===_0xc909d6(0xe0)&&(_0x177a67===_0xc909d6(0x166)||_0x177a67['startsWith']('--headless=')&&_0x177a67!==_0xc909d6(0x187))))return logger[_0xc909d6(0xcb)](_0x379934['ctZwq']),![];if(_0x379934[_0xc909d6(0x143)](_0x25953e[_0xc909d6(0x98)](),_0x379934[_0xc909d6(0x160)])&&_0x379934[_0xc909d6(0xa8)](_0x16c9f3,_0x1a3fc5))return!![];return logger['warn'](_0xc909d6(0x16b)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x570b5d(0x91)]=_0x245d8a=>{const _0x21bafc=a108_0x570b5d,_0x28ec1e={};_0x28ec1e[_0x21bafc(0xee)]=_0x21bafc(0xc1),_0x28ec1e[_0x21bafc(0x14b)]=function(_0x3eda78,_0x5884b0){return _0x3eda78||_0x5884b0;},_0x28ec1e[_0x21bafc(0x13b)]=_0x21bafc(0xb8);const _0x5c67c5=_0x28ec1e,_0x3d501c=scripts[_0x21bafc(0x120)];try{const _0x17b4d0=bsSetupHelper[_0x21bafc(0x16e)](process['env'][_0x21bafc(0x95)])||bsSetupHelper[_0x21bafc(0x16e)](process['env'][_0x21bafc(0x185)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x21bafc(0x124)]['BROWSERSTACK_TURBOSCALE'])&&_0x17b4d0){const _0x5a9e83=_0x245d8a[_0x21bafc(0x15f)](),_0x4aa9a6=_0x5a9e83['get'](_0x5c67c5['ImYZS']),_0x2e7f8f=_0x5c67c5[_0x21bafc(0x14b)](_0x4aa9a6,{});bsSetupHelper[_0x21bafc(0x131)](_0x2e7f8f,_0x3d501c),_0x245d8a[_0x21bafc(0x15f)]()[_0x21bafc(0x186)](_0x5c67c5[_0x21bafc(0xee)],_0x2e7f8f);}else logger[_0x21bafc(0xcb)](_0x5c67c5[_0x21bafc(0x13b)]);}catch(_0x1930f0){logger[_0x21bafc(0xdd)](_0x21bafc(0xf2)+_0x1930f0);}},exports[a108_0x570b5d(0xa3)]=(_0x5b9884=null,_0x331b3f=!![],_0x3c9113=[])=>{const _0x130cc6=a108_0x570b5d,_0x3f10e2={};_0x3f10e2[_0x130cc6(0xf3)]=function(_0x3c22da,_0x45511f){return _0x3c22da==_0x45511f;},_0x3f10e2[_0x130cc6(0x12d)]=function(_0x509fd8,_0x21384d){return _0x509fd8>_0x21384d;},_0x3f10e2[_0x130cc6(0x190)]=function(_0x19798c,_0x3fd31e){return _0x19798c===_0x3fd31e;},_0x3f10e2['qRpOg']=function(_0x1a64d1,_0x16707d){return _0x1a64d1&&_0x16707d;},_0x3f10e2[_0x130cc6(0xe3)]=function(_0x13398b,_0xca8948){return _0x13398b&&_0xca8948;};const _0x21d077=_0x3f10e2;if(_0x21d077[_0x130cc6(0xf3)](process[_0x130cc6(0x124)][_0x130cc6(0x107)],null))return!![];try{const _0x250c3f=JSON[_0x130cc6(0x7c)](process[_0x130cc6(0x124)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x3c21e3=Array[_0x130cc6(0xb6)](_0x250c3f[_0x130cc6(0x163)])?_0x250c3f[_0x130cc6(0x163)]:[],_0x1b593d=Array[_0x130cc6(0xb6)](_0x250c3f['excludeTagsInTestingScope'])?_0x250c3f[_0x130cc6(0x12b)]:[],_0x22d4f9=_0x4e20ec=>typeof _0x4e20ec===_0x130cc6(0xe0)?_0x4e20ec[_0x130cc6(0x122)](/^@/,'')['toLowerCase']()[_0x130cc6(0x17f)]():_0x4e20ec;if(bsSetupHelper[_0x130cc6(0xc3)](_0x5b9884)){if(_0x21d077[_0x130cc6(0x12d)](_0x3c9113[_0x130cc6(0x128)],0x0)){const _0x4efd21=_0x3c9113[_0x130cc6(0x125)](_0x22d4f9),_0x597573=_0x1b593d[_0x130cc6(0xd0)](_0x18bde6=>_0x4efd21[_0x130cc6(0x129)](_0x22d4f9(_0x18bde6))),_0x3fb901=_0x21d077['XNmcd'](_0x3c21e3[_0x130cc6(0x128)],0x0)||_0x3c21e3['some'](_0x4cc618=>_0x4efd21[_0x130cc6(0x129)](_0x22d4f9(_0x4cc618)));return _0x21d077[_0x130cc6(0x137)](!_0x597573,_0x3fb901);}return!![];}let _0x3b0aa7;_0x331b3f?_0x3b0aa7=_0x5b9884[_0x130cc6(0x89)]('/'):_0x3b0aa7=_0x5b9884;const _0x3428d3=_0x1b593d['some'](_0x4f8606=>_0x3b0aa7['toLowerCase']()[_0x130cc6(0x129)](_0x22d4f9(_0x4f8606)[_0x130cc6(0x98)]())),_0x42b2b2=_0x21d077[_0x130cc6(0x190)](_0x3c21e3['length'],0x0)||_0x3c21e3[_0x130cc6(0xd0)](_0x3d8577=>_0x3b0aa7[_0x130cc6(0x98)]()[_0x130cc6(0x129)](_0x22d4f9(_0x3d8577)[_0x130cc6(0x98)]()));return _0x21d077[_0x130cc6(0xe3)](!_0x3428d3,_0x42b2b2);}catch(_0x973443){logger['debug'](_0x130cc6(0x116)+util[_0x130cc6(0x8b)](_0x973443));}return![];},exports[a108_0x570b5d(0x15e)]=_0x58556f=>{const _0x548e5f=a108_0x570b5d;let _0x1b1a60=![];try{_0x58556f[_0x548e5f(0xbd)][_0x548e5f(0xd9)](_0x2b336b=>{const _0x113282=_0x548e5f;if(bsSetupHelper[_0x113282(0x16e)](_0x2b336b[_0x113282(0x74)]))return _0x1b1a60=!![],!![];});}catch(_0x14aea9){logger[_0x548e5f(0x106)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x14aea9);}return _0x1b1a60||bsSetupHelper[_0x548e5f(0x16e)](_0x58556f[_0x548e5f(0x74)]);},exports[a108_0x570b5d(0x162)]=PerformanceTester[a108_0x570b5d(0x14d)](a108_0x570b5d(0x10c),async function(_0x1cf849,_0x4224fd){const _0x4da4bf=a108_0x570b5d,_0x396023={};_0x396023[_0x4da4bf(0xc2)]=_0x4da4bf(0x183),_0x396023['JDMHA']=_0x4da4bf(0x18d),_0x396023[_0x4da4bf(0x168)]=_0x4da4bf(0x7f),_0x396023['wWFUT']='application/json',_0x396023[_0x4da4bf(0xe7)]='POST',_0x396023[_0x4da4bf(0x101)]=_0x4da4bf(0x17a),_0x396023[_0x4da4bf(0x11b)]=function(_0x18fd77,_0x13faba){return _0x18fd77===_0x13faba;},_0x396023[_0x4da4bf(0x15c)]=_0x4da4bf(0x15d),_0x396023[_0x4da4bf(0x7d)]=_0x4da4bf(0x18f);const _0x183ffc=_0x396023,_0x5406e5=bsSetupHelper[_0x4da4bf(0x146)](_0x1cf849),_0x4644a5=bsSetupHelper[_0x4da4bf(0xa7)](_0x1cf849);if(bsSetupHelper['isUndefined'](_0x5406e5)||bsSetupHelper[_0x4da4bf(0xc3)](_0x4644a5))return logger[_0x4da4bf(0xdd)](_0x183ffc[_0x4da4bf(0xc2)]),[null,null];try{let _0x2a5862;bsSetupHelper[_0x4da4bf(0xc3)](process[_0x4da4bf(0x124)][_0x4da4bf(0x107)])?_0x2a5862={}:_0x2a5862=JSON[_0x4da4bf(0x7c)](process[_0x4da4bf(0x124)][_0x4da4bf(0x107)]);const {name:_0x5cbc42,version:_0x32acd0}=bsSetupHelper[_0x4da4bf(0x13c)](_0x1cf849,_0x4224fd),_0x3dc9c4={'projectName':_0x1cf849[_0x4da4bf(0x165)],'buildName':_0x1cf849[_0x4da4bf(0xfa)]||path[_0x4da4bf(0x97)](path[_0x4da4bf(0x18e)](process[_0x4da4bf(0x10e)]())),'startTime':new Date()[_0x4da4bf(0x113)](),'description':_0x1cf849['buildDescription']||'','source':{'frameworkName':_0x4224fd[_0x4da4bf(0x129)](_0x183ffc['JDMHA'])?_0x183ffc[_0x4da4bf(0x148)]:_0x4224fd,'frameworkVersion':bsSetupHelper[_0x4da4bf(0xae)](_0x4224fd),'sdkVersion':bsSetupHelper[_0x4da4bf(0x75)](),'language':_0x183ffc[_0x4da4bf(0x168)],'testFramework':_0x5cbc42,'testFrameworkVersion':_0x32acd0},'settings':_0x2a5862,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x4da4bf(0xe4)](),'hostInfo':bsSetupHelper[_0x4da4bf(0x77)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x1ee3ab={};_0x1ee3ab['user']=_0x5406e5,_0x1ee3ab[_0x4da4bf(0x88)]=_0x4644a5;const _0x260cc5={};_0x260cc5[_0x4da4bf(0xfc)]=_0x183ffc[_0x4da4bf(0x158)];const _0x527430={};_0x527430['auth']=_0x1ee3ab,_0x527430['headers']=_0x260cc5;const _0x23616f=_0x527430,_0x46f1bf={};_0x46f1bf['body']=_0x3dc9c4,_0x46f1bf['json']=!![];const _0x27fd17=Object[_0x4da4bf(0x147)](_0x23616f,_0x46f1bf),_0x2c203c=await bsSetupHelper[_0x4da4bf(0x7b)](_0x183ffc[_0x4da4bf(0xe7)],_0x183ffc[_0x4da4bf(0x101)],_0x27fd17,_0x1cf849,API_URL);let _0x1d7c6a=process['env'][_0x4da4bf(0x107)];return _0x1d7c6a?_0x1d7c6a=JSON[_0x4da4bf(0x7c)](process[_0x4da4bf(0x124)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x1d7c6a={},scripts[_0x4da4bf(0x180)](_0x2c203c['data'][_0x4da4bf(0x12a)]),scripts[_0x4da4bf(0x152)](),_0x1d7c6a[_0x4da4bf(0xe8)]=_0x2c203c['data'][_0x4da4bf(0x12a)][_0x4da4bf(0xe8)],process[_0x4da4bf(0x124)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1d7c6a),[_0x2c203c['data'][_0x4da4bf(0x12a)][_0x4da4bf(0x70)],_0x2c203c[_0x4da4bf(0x12a)]['data']['id']];}catch(_0x4e9b72){if(_0x4e9b72[_0x4da4bf(0x115)])logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x4e9b72[_0x4da4bf(0x115)][_0x4da4bf(0x71)]+'\x20'+_0x4e9b72['response'][_0x4da4bf(0xbf)]+'\x20'+JSON[_0x4da4bf(0x104)](_0x4e9b72[_0x4da4bf(0x115)][_0x4da4bf(0x12a)]));else{if(_0x183ffc[_0x4da4bf(0x11b)](_0x4e9b72[_0x4da4bf(0x18b)],_0x183ffc[_0x4da4bf(0x15c)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x4e9b72['message']||_0x4e9b72[_0x4da4bf(0x178)]));for(const _0x109fe7 of _0x4e9b72[_0x4da4bf(0x10a)]){logger[_0x4da4bf(0xdd)](_0x109fe7[_0x4da4bf(0x18b)]);}process[_0x4da4bf(0x124)][_0x4da4bf(0x95)]=_0x183ffc[_0x4da4bf(0x7d)],process[_0x4da4bf(0x124)][_0x4da4bf(0x185)]=_0x183ffc['Nzcfs'];}else logger[_0x4da4bf(0xdd)](_0x4da4bf(0x9d)+(_0x4e9b72['message']||_0x4e9b72[_0x4da4bf(0x178)]));}return[null,null];}}),exports[a108_0x570b5d(0x123)]=PerformanceTester[a108_0x570b5d(0x14d)](a108_0x570b5d(0x114),async function(_0x826f66){const _0x271b9a=a108_0x570b5d,_0x155512={};_0x155512[_0x271b9a(0x134)]=function(_0x3e57cd,_0x4a3641){return _0x3e57cd!==_0x4a3641;},_0x155512['MuNVV']=_0x271b9a(0xe0),_0x155512[_0x271b9a(0x189)]=_0x271b9a(0xdd),_0x155512[_0x271b9a(0x17e)]=_0x271b9a(0x72),_0x155512[_0x271b9a(0x145)]='application/json',_0x155512[_0x271b9a(0xb2)]=_0x271b9a(0xf0),_0x155512[_0x271b9a(0x179)]=_0x271b9a(0x177),_0x155512[_0x271b9a(0xb4)]=function(_0x1057cc,_0x5b2ec9){return _0x1057cc+_0x5b2ec9;},_0x155512['JUeag']='Invalid\x20request:\x20',_0x155512[_0x271b9a(0xf4)]='success';const _0x5acf18=_0x155512;if(bsSetupHelper[_0x271b9a(0xc3)](process[_0x271b9a(0x124)]['BS_A11Y_JWT'])||_0x5acf18['xACng'](typeof process[_0x271b9a(0x124)]['BS_A11Y_JWT'],_0x5acf18[_0x271b9a(0xab)])){const _0xd98999={};return _0xd98999[_0x271b9a(0x71)]=_0x5acf18[_0x271b9a(0x189)],_0xd98999[_0x271b9a(0x18b)]=_0x5acf18[_0x271b9a(0x17e)],_0xd98999;}const _0x55d304={'endTime':new Date()[_0x271b9a(0x113)]()},_0x5706e5={};_0x5706e5[_0x271b9a(0x17d)]='Bearer\x20'+process['env'][_0x271b9a(0xa5)],_0x5706e5[_0x271b9a(0xfc)]=_0x5acf18[_0x271b9a(0x145)];const _0x195c56={};_0x195c56['headers']=_0x5706e5;const _0x232b68=_0x195c56,_0x555a52={};_0x555a52[_0x271b9a(0xc6)]=_0x55d304,_0x555a52['auth']=null,_0x555a52['json']=!![];const _0x49dbb2=Object[_0x271b9a(0x147)](_0x232b68,_0x555a52);try{const _0x3672eb=await bsSetupHelper[_0x271b9a(0x7b)](_0x5acf18[_0x271b9a(0xb2)],_0x5acf18[_0x271b9a(0x179)],_0x49dbb2,_0x826f66,API_URL);if(_0x3672eb[_0x271b9a(0x12a)][_0x271b9a(0xdd)])throw new Error(_0x5acf18[_0x271b9a(0xb4)](_0x5acf18['JUeag'],_0x3672eb['data']['error']));else{logger[_0x271b9a(0x16c)](_0x271b9a(0xb0)+new Date()[_0x271b9a(0x113)]());const _0x3c5004={};return _0x3c5004[_0x271b9a(0x71)]=_0x5acf18['SrFhc'],_0x3c5004['message']='',_0x3c5004;}}catch(_0x58658c){_0x58658c[_0x271b9a(0x115)]?logger['error'](_0x271b9a(0x87)+_0x58658c[_0x271b9a(0x115)][_0x271b9a(0x71)]+'\x20'+_0x58658c[_0x271b9a(0x115)][_0x271b9a(0xbf)]+'\x20'+JSON['stringify'](_0x58658c[_0x271b9a(0x115)][_0x271b9a(0x12a)])):logger[_0x271b9a(0xdd)](_0x271b9a(0x87)+(_0x58658c[_0x271b9a(0x18b)]||util[_0x271b9a(0x8b)](_0x58658c)));const _0x5370c2={};return _0x5370c2[_0x271b9a(0x71)]=_0x5acf18[_0x271b9a(0x189)],_0x5370c2[_0x271b9a(0x18b)]=_0x58658c[_0x271b9a(0x18b)]||(_0x58658c[_0x271b9a(0x115)]?_0x58658c[_0x271b9a(0x115)][_0x271b9a(0x71)]+':'+_0x58658c[_0x271b9a(0x115)][_0x271b9a(0xbf)]:_0x58658c),_0x5370c2;}}),exports['performScan']=async(_0x159d4f,_0x5c3f99=null,_0x2366db=![],_0x240cfe=null)=>{const _0x3cce5f=a108_0x570b5d,_0x2de606={};_0x2de606[_0x3cce5f(0xe1)]='isAccessibilityPlatform',_0x2de606['nZFlx']=_0x3cce5f(0xd8),_0x2de606[_0x3cce5f(0xeb)]=_0x3cce5f(0xb5),_0x2de606['VGHPr']=function(_0x534158,_0x23e280){return _0x534158||_0x23e280;},_0x2de606[_0x3cce5f(0x99)]=_0x3cce5f(0xa6),_0x2de606['ywcMo']='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x11f734=_0x2de606;if(!this[_0x3cce5f(0x133)]()||!globals[_0x3cce5f(0xc8)](_0x11f734['XbDxZ'])||!_0x2366db&&!globals[_0x3cce5f(0xc8)](_0x11f734[_0x3cce5f(0x130)])){logger[_0x3cce5f(0xcb)](_0x11f734[_0x3cce5f(0xeb)]);return;}const _0x45c73e=_0x2366db?_0x11f734[_0x3cce5f(0x109)](_0x240cfe,{}):globals['getGlobal'](_0x11f734[_0x3cce5f(0x99)])||{},_0x2d16fa={};_0x2d16fa[_0x3cce5f(0x79)]=_0x5c3f99||global['browserstackSessionName'];const _0xc08364=Object[_0x3cce5f(0x147)]({},_0x45c73e,_0x2d16fa);await this[_0x3cce5f(0x13a)](_0x159d4f)&&(Object[_0x3cce5f(0x147)](_0xc08364,this[_0x3cce5f(0x154)](),{'thTestRunUuid':this[_0x3cce5f(0x151)]()}),logger['debug'](_0x11f734['ywcMo']));logger[_0x3cce5f(0x106)](_0x3cce5f(0x7a)+util[_0x3cce5f(0x8b)]('%j',_0xc08364));const _0x50f72b={};return _0x50f72b['command']=_0x5c3f99,await PerformanceTester[_0x3cce5f(0x14d)](PerformanceA11yEvents[_0x3cce5f(0xfe)],async()=>{const _0x3bd113=_0x3cce5f;try{await _0x159d4f[_0x3bd113(0x161)](()=>_0x159d4f[_0x3bd113(0x16d)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x458b86){}const _0x24973b=util['format'](await _0x159d4f[_0x3bd113(0x12f)](scripts['performScan'],_0xc08364));return logger[_0x3bd113(0x106)](_0x3bd113(0xf9)+_0x24973b),_0x24973b;},_0x50f72b)();},exports[a108_0x570b5d(0xec)]=async(_0x5d7dbb,_0x49f986)=>{const _0x38dfeb=a108_0x570b5d,_0x3b7515={};_0x3b7515[_0x38dfeb(0xc0)]='Performing\x20scan\x20before\x20getting\x20results',_0x3b7515[_0x38dfeb(0xcc)]=_0x38dfeb(0xc9),_0x3b7515[_0x38dfeb(0x82)]='bstackA11yShouldScan',_0x3b7515[_0x38dfeb(0x84)]=_0x38dfeb(0x159),_0x3b7515[_0x38dfeb(0x93)]=_0x38dfeb(0xec),_0x3b7515[_0x38dfeb(0x73)]='No\x20accessibility\x20results\x20were\x20found.';const _0x620747=_0x3b7515;if(!this['isAccessibilityAutomationSession']()||!globals[_0x38dfeb(0xc8)](_0x620747[_0x38dfeb(0xcc)])||!globals[_0x38dfeb(0xc8)](_0x620747['kkJHs']))return logger[_0x38dfeb(0xcb)](_0x620747['TuGTu']),[];try{const _0x33dafb=await this[_0x38dfeb(0x13a)](_0x5d7dbb),_0x2b5909=_0x33dafb?Object[_0x38dfeb(0x147)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x38dfeb(0x151)]()}):{};return _0x33dafb&&logger[_0x38dfeb(0x106)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util['format']('%j',_0x2b5909)),await PerformanceTester[_0x38dfeb(0x14d)](PerformanceA11yEvents[_0x38dfeb(0xfe)],async()=>{const _0x37ca89=_0x38dfeb;logger[_0x37ca89(0x106)](_0x620747[_0x37ca89(0xc0)]);const _0x13b2b6={};_0x13b2b6[_0x37ca89(0x79)]=_0x49f986[_0x37ca89(0x9e)];const _0x1ff94b=Object[_0x37ca89(0x147)](_0x13b2b6,_0x2b5909);logger[_0x37ca89(0x106)](util[_0x37ca89(0x8b)](await _0x5d7dbb[_0x37ca89(0x12f)](scripts[_0x37ca89(0x13f)],_0x1ff94b)));},{'command':_0x620747[_0x38dfeb(0x93)]})(),await PerformanceTester[_0x38dfeb(0x14d)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x421937=_0x38dfeb,_0x4dec49=_0x33dafb?await _0x5d7dbb[_0x421937(0x12f)](scripts[_0x421937(0x121)],_0x2b5909):await _0x5d7dbb['executeAsyncScript'](scripts[_0x421937(0x121)]);return _0x4dec49;})();}catch{return logger[_0x38dfeb(0xdd)](_0x620747[_0x38dfeb(0x73)]),[];}},exports[a108_0x570b5d(0x141)]=async(_0xe73338,_0x5955b2)=>{const _0x21f598=a108_0x570b5d,_0x194e71={};_0x194e71[_0x21f598(0xaf)]='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x194e71['LOUlR']=_0x21f598(0xc9),_0x194e71['YFoEx']='bstackA11yShouldScan',_0x194e71[_0x21f598(0x102)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x194e71[_0x21f598(0x7e)]=_0x21f598(0x141),_0x194e71['AKmtZ']=_0x21f598(0xcd);const _0x48aa7c=_0x194e71;if(!this[_0x21f598(0x133)]()||!globals[_0x21f598(0xc8)](_0x48aa7c[_0x21f598(0xd2)])||!globals[_0x21f598(0xc8)](_0x48aa7c['YFoEx']))return logger[_0x21f598(0xcb)](_0x48aa7c[_0x21f598(0x102)]),{};try{const _0x576ea8=await this[_0x21f598(0x13a)](_0xe73338),_0xbf82b7=_0x576ea8?Object['assign']({},this[_0x21f598(0x154)](),{'thTestRunUuid':this[_0x21f598(0x151)]()}):{};return _0x576ea8&&logger[_0x21f598(0x106)](_0x21f598(0xf5)+util[_0x21f598(0x8b)]('%j',_0xbf82b7)),await PerformanceTester[_0x21f598(0x14d)](PerformanceA11yEvents[_0x21f598(0xfe)],async()=>{const _0x1fd60c=_0x21f598;logger[_0x1fd60c(0x106)](_0x48aa7c[_0x1fd60c(0xaf)]);const _0x9a8e3d={};_0x9a8e3d[_0x1fd60c(0x79)]=_0x5955b2['browserstackSessionName'];const _0x34d673=Object['assign'](_0x9a8e3d,_0xbf82b7);logger[_0x1fd60c(0x106)](util[_0x1fd60c(0x8b)](await _0xe73338['executeAsyncScript'](scripts[_0x1fd60c(0x13f)],_0x34d673)));},{'command':_0x48aa7c[_0x21f598(0x7e)]})(),await PerformanceTester[_0x21f598(0x14d)](PerformanceA11yEvents[_0x21f598(0xd1)],async()=>{const _0x4bd628=_0x21f598,_0x3c19d0=_0x576ea8?await _0xe73338[_0x4bd628(0x12f)](scripts[_0x4bd628(0xb7)],_0xbf82b7):await _0xe73338[_0x4bd628(0x12f)](scripts[_0x4bd628(0xb7)]);return _0x3c19d0;})();}catch{return logger[_0x21f598(0xdd)](_0x48aa7c[_0x21f598(0x11d)]),{};}},exports[a108_0x570b5d(0xde)]=(_0x37fb73,_0xed75d=![])=>{const _0x5627f7=a108_0x570b5d,_0x1ac287={'HuhFl':function(_0x3d4c37,_0x4f15f4){return _0x3d4c37(_0x4f15f4);},'XNcYk':_0x5627f7(0x86),'vKXim':function(_0x14a177,_0x48cc66){return _0x14a177!==_0x48cc66;},'oIZnv':_0x5627f7(0xe5),'Tgrub':function(_0x337115,_0x1f5837){return _0x337115(_0x1f5837);},'iLEZo':function(_0x17592f,_0x13deb6){return _0x17592f(_0x13deb6);},'pGsxV':_0x5627f7(0x112),'BwcHR':_0x5627f7(0x9b),'LoliS':_0x5627f7(0x139),'YDtuf':_0x5627f7(0x15a)};try{if(!_0x37fb73)return![];const _0x2ddbae=_0x32ca57=>typeof _0x37fb73['get']===_0x5627f7(0x80)?_0x37fb73[_0x5627f7(0x175)](_0x32ca57):_0x37fb73[_0x32ca57],_0x1357c0=_0x1ac287[_0x5627f7(0x8f)](String,_0x1ac287[_0x5627f7(0x8f)](_0x2ddbae,_0x1ac287['XNcYk'])||'')[_0x5627f7(0x98)]();if(_0x1ac287[_0x5627f7(0x142)](_0x1357c0,_0x1ac287['oIZnv']))return![];const _0x1328c1=_0x1ac287[_0x5627f7(0xb3)](String,_0x1ac287['iLEZo'](_0x2ddbae,_0x1ac287[_0x5627f7(0x155)])||'')[_0x5627f7(0x98)]();if(!_0x1328c1[_0x5627f7(0x129)](_0x1ac287[_0x5627f7(0xce)]))return _0xed75d&&logger[_0x5627f7(0xcb)](_0x1ac287[_0x5627f7(0x110)]),![];return logger[_0x5627f7(0x106)](_0x1ac287[_0x5627f7(0x100)]),!![];}catch(_0xb1aad4){return logger['debug'](_0x5627f7(0x83)+_0xb1aad4),![];}},exports['isMobileAccessibilitySession']=async _0x3f8c02=>{const _0x44a4fc=a108_0x570b5d;try{const _0x1bcd6b=await _0x3f8c02['getCapabilities']();return exports[_0x44a4fc(0xde)](_0x1bcd6b);}catch(_0x18ae90){return logger['debug'](_0x44a4fc(0xe6)+_0x18ae90),![];}},exports[a108_0x570b5d(0x154)]=()=>{const _0x493b29=a108_0x570b5d,_0x5c3f08={};return _0x5c3f08[_0x493b29(0xd7)]=!![],_0x5c3f08;},exports[a108_0x570b5d(0x151)]=()=>{const _0x1c077a=a108_0x570b5d,_0x42f1ca={};_0x42f1ca[_0x1c077a(0xf1)]=function(_0x2f9d4a,_0x540806){return _0x2f9d4a===_0x540806;},_0x42f1ca[_0x1c077a(0xd5)]='string',_0x42f1ca[_0x1c077a(0xed)]=function(_0xe5685,_0x1cd081){return _0xe5685>_0x1cd081;},_0x42f1ca[_0x1c077a(0x6f)]=_0x1c077a(0xaa),_0x42f1ca[_0x1c077a(0x15b)]=_0x1c077a(0xa0),_0x42f1ca['RHIDl']=_0x1c077a(0x117);const _0x2b4ee8=_0x42f1ca,_0x1b8e41=global[_0x1c077a(0x118)],_0xbf32a5=_0x1b8e41&&_0x1b8e41['currentTest'],_0x17cb59=_0xbf32a5&&_0xbf32a5['thTestRunUuid'];if(_0x2b4ee8[_0x1c077a(0xf1)](typeof _0x17cb59,_0x2b4ee8[_0x1c077a(0xd5)])&&_0x2b4ee8[_0x1c077a(0xed)](_0x17cb59['length'],0x0))return _0x17cb59;let _0x30e8dc;if(!_0x1b8e41)_0x30e8dc=_0x2b4ee8[_0x1c077a(0x6f)];else!_0xbf32a5?_0x30e8dc=_0x2b4ee8['nckTn']:_0x30e8dc=_0x1c077a(0xb9)+Object[_0x1c077a(0xfb)](_0xbf32a5)[_0x1c077a(0x89)](',\x20')+_0x1c077a(0x132)+(_0x2b4ee8['tSoZs'](_0x17cb59,undefined)?_0x2b4ee8[_0x1c077a(0xfd)]:'\x22'+_0x17cb59+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger[_0x1c077a(0xcb)](_0x1c077a(0x96)+_0x30e8dc+_0x1c077a(0xea)),'';},exports[a108_0x570b5d(0xba)]=_0x40e6bb=>{const _0x2b3717=a108_0x570b5d,_0x4335ab={};_0x4335ab[_0x2b3717(0x119)]=function(_0x350829,_0x2aac4e){return _0x350829===_0x2aac4e;},_0x4335ab[_0x2b3717(0x126)]=_0x2b3717(0xe0),_0x4335ab[_0x2b3717(0x9a)]='browserstack_executor';const _0x298b36=_0x4335ab;if(_0x40e6bb&&_0x40e6bb['script']&&_0x298b36[_0x2b3717(0x119)](typeof _0x40e6bb[_0x2b3717(0x81)],_0x298b36[_0x2b3717(0x126)]))return _0x40e6bb['script']['includes'](_0x298b36[_0x2b3717(0x9a)]);return![];},exports['MOBILE_SCANNING_DISABLED_WARNING']=a108_0x570b5d(0xef),exports[a108_0x570b5d(0x111)]=()=>process['env'][a108_0x570b5d(0xdb)]===a108_0x570b5d(0xac),exports[a108_0x570b5d(0x92)]=_0x3ce324=>{const _0x25ae04=a108_0x570b5d,_0x50c161={};_0x50c161[_0x25ae04(0xdf)]=function(_0x48f13f,_0x1446a2){return _0x48f13f in _0x1446a2;};const _0x39c41c=_0x50c161;if(bsSetupHelper[_0x25ae04(0xc3)](_0x3ce324))return![];const _0x15a4e6=_0x3ce324['toLowerCase']();return _0x39c41c[_0x25ae04(0xdf)](_0x15a4e6,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x570b5d(0x90)]=_0x3fe585=>{const _0x6a0bc1=a108_0x570b5d;if(bsSetupHelper[_0x6a0bc1(0xc3)](_0x3fe585))return null;const _0x39b76b=_0x3fe585['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x39b76b]||null;},exports[a108_0x570b5d(0x16a)]=(_0x23c218,_0x490e94)=>{const _0x59885d=a108_0x570b5d,_0xcdf866=this[_0x59885d(0x90)](_0x23c218);if(!_0xcdf866)return null;if(_0x490e94)return _0xcdf866[_0x59885d(0xda)];return _0xcdf866[_0x59885d(0x9c)];},exports[a108_0x570b5d(0x14e)]=_0x2e9e3e=>{const _0x5bbe27=a108_0x570b5d,_0x3607e4=this[_0x5bbe27(0x90)](_0x2e9e3e);return _0x3607e4?_0x3607e4[_0x5bbe27(0xbe)]:_0x2e9e3e;},exports[a108_0x570b5d(0xca)]=_0x46f667=>{const _0x3420d2=a108_0x570b5d,_0x51b3df=this[_0x3420d2(0x90)](_0x46f667);return _0x51b3df?_0x51b3df[_0x3420d2(0x171)]:![];},exports[a108_0x570b5d(0xdc)]=(_0xa0b7b,_0x5176eb)=>{const _0x40a80c=a108_0x570b5d,_0x323dee={'tfoaX':function(_0xe7757c,_0x241960){return _0xe7757c(_0x241960);},'UYUrC':function(_0x580aec,_0x2ee06f){return _0x580aec(_0x2ee06f);},'SVFbK':function(_0x43542d,_0x3a10d3){return _0x43542d>=_0x3a10d3;}};if(bsSetupHelper[_0x40a80c(0xc3)](_0xa0b7b)||bsSetupHelper['isUndefined'](_0x5176eb))return![];const _0x4751ac=bsSetupHelper['compareVersions'](_0x323dee[_0x40a80c(0x9f)](String,_0xa0b7b),_0x323dee[_0x40a80c(0xf8)](String,_0x5176eb));return _0x323dee[_0x40a80c(0x13e)](_0x4751ac,0x0);},exports[a108_0x570b5d(0xc7)]=_0x5c17f8=>{const _0x568bb7=a108_0x570b5d,_0x5a9a39={};_0x5a9a39[_0x568bb7(0x16f)]=function(_0x37df0a,_0x52a451){return _0x37df0a!==_0x52a451;},_0x5a9a39[_0x568bb7(0x85)]=_0x568bb7(0xe0),_0x5a9a39[_0x568bb7(0x8a)]=_0x568bb7(0x8c);const _0x13dc80=_0x5a9a39;if(!_0x5c17f8||_0x13dc80[_0x568bb7(0x16f)](typeof _0x5c17f8,_0x13dc80[_0x568bb7(0x85)]))return null;try{return JSON['parse'](Buffer[_0x568bb7(0xa1)](_0x5c17f8[_0x568bb7(0x12c)]('.')[0x1],_0x13dc80[_0x568bb7(0x8a)])[_0x568bb7(0xe2)]());}catch{return null;}};function a108_0x722a(){const _0x1b216e=['capabilities_','getMinVersionForBrowser','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','info','executeScript','isTrue','HvLky','6245569szswcd','requires_chrome_options_check','18MLlErU','fetchPlatformDetails','4egkkME','get','browserstack','test_runs/stop','stack','UYEmm','v2/test_runs','CLxhS','path','Authorization','ejFxG','trim','parseFromJson','__cloud_provider___','10284859YSuBvB','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','LybiA','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','set','--headless=new','--headless=','ynlXr','GEfex','message','10DVnOvd','playwright','resolve','false','XNmcd','oThfV','accessibilityToken','status','Build\x20creation\x20had\x20failed.','SyDWt','accessibility','getAgentVersion','./constants','getHostInfo','args','method','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','nodeRequest','parse','Nzcfs','mreEy','javascript','function','script','kkJHs','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','TuGTu','hZmWO','platformName','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','pass','join','RStme','format','base64','agMJh','getPlatformVersion','HuhFl','getBrowserA11yConfig','setNonBstackInfraCapabilities','isBrowserSupportedForAccessibility','ZZikK','XdyyJ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','basename','toLowerCase','rNqOf','jwANh','chrome','min_version_non_browserstack','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','browserstackSessionName','tfoaX','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','from','bstack:options','shouldScanTestForAccessibility','deviceName','BS_A11Y_JWT','bstackA11yScanOptions','getAccessKey','XRGqa','chromeOptions_','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','MuNVV','true','RYAfh','getPackageVersion','TRMzQ','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','../performance/constants','OymCD','Tgrub','UhwLL','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','isArray','getResultsSummary','Not\x20a\x20Accessibility\x20Session','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','isBrowserStackCommandExecutor','startsWith','pCRNh','platforms','display_name','statusText','TrnwJ','goog:chromeOptions','HKnQt','isUndefined','nestedKeyValue','238725YEPSeK','body','parseA11yJwtPayload','getGlobal','isAccessibilityPlatform','requiresChromeOptionsValidation','warn','wWfNe','No\x20accessibility\x20summary\x20was\x20found.','BwcHR','DVvmy','some','GET_RESULTS_SUMMARY','LOUlR','12CTYlUx','YXGkH','MDNeg','vbtyr','is_mobile_session','bstackA11yShouldScan','forEach','min_version_browserstack','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isVersionSupported','error','isMobileAccessibilityPlatform','Fnlbz','string','XbDxZ','toString','mJjAZ','getCiInfo','android','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','rxZQX','scannerVersion','2fAzOZl','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','NSkia','getAccessibilityResults','CMarQ','ImYZS','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','PUT','tSoZs','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','eanCY','SrFhc','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','hFxpr','requireModule','UYUrC','Performed\x20scan\x20with\x20result:\x20','buildName','keys','Content-Type','RHIDl','PERFORM_SCAN','winstonLogger','YDtuf','EFCFf','TPZVr','selenium-webdriver','stringify','getPlatform','debug','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','browserVersion','VGHPr','errors','chromeOptions','a11y:start','WQlHa','cwd','ctZwq','LoliS','isMobileScanningEnabledForGroup','browserName','toISOString','a11y:stop','response','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','undefined','__workerDetails','WKBIV','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','KBvKc','PdkMZ','AKmtZ','4253886sCnUEW','248XAtDiz','ChromeExtension','getResults','replace','stopAccessibilityTestRun','env','map','okIBi','version','length','includes','data','excludeTagsInTestingScope','split','yzzdZ','AChqT','executeAsyncScript','nZFlx','mergeDeep',']\x20but\x20thTestRunUuid\x20is\x20','isAccessibilityAutomationSession','xACng','FMhwI','638071eZdxnV','qRpOg','../helper','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','isMobileAccessibilitySession','BNCaO','getTestFrameworkDetails','util','SVFbK','performScan','../logger','getAccessibilityResultsSummary','vKXim','msoZY','vWSyq','yyxRy','getUserName','assign','JDMHA','396411zAaenY','ReESQ','eAkBZ','pgIIi','measureWrapper','getBrowserDisplayName','../performance/performance-tester','cQuFd','resolveMobileThTestRunUuid','toJson','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','getMobileA11yCapabilities','pGsxV','Options','rZZYt','wWFUT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','nckTn','RXOyh','Invalid\x20configuration\x20passed.','checkAccessibilityPlatformConfig','getCapabilities','nQihq','wait','createAccessibilityTestRun','includeTagsInTestingScope','91196RqWkWk','projectName','--headless','pEnGh','KYpbE'];a108_0x722a=function(){return _0x1b216e;};return a108_0x722a();}
@@ -1 +1 @@
1
- const a109_0x5a0773=a109_0x45f5;(function(_0xd59d1a,_0x3d05a0){const _0x9aa693=a109_0x45f5,_0x4104ce=_0xd59d1a();while(!![]){try{const _0xc07319=parseInt(_0x9aa693(0x226))/0x1*(parseInt(_0x9aa693(0x20f))/0x2)+parseInt(_0x9aa693(0x21d))/0x3+-parseInt(_0x9aa693(0x1f2))/0x4*(parseInt(_0x9aa693(0x218))/0x5)+parseInt(_0x9aa693(0x20b))/0x6*(parseInt(_0x9aa693(0x200))/0x7)+parseInt(_0x9aa693(0x205))/0x8*(parseInt(_0x9aa693(0x202))/0x9)+-parseInt(_0x9aa693(0x214))/0xa*(-parseInt(_0x9aa693(0x1f5))/0xb)+-parseInt(_0x9aa693(0x1ff))/0xc*(parseInt(_0x9aa693(0x1f8))/0xd);if(_0xc07319===_0x3d05a0)break;else _0x4104ce['push'](_0x4104ce['shift']());}catch(_0x2d7ef8){_0x4104ce['push'](_0x4104ce['shift']());}}}(a109_0xeb7e,0x25e34));const path=require(a109_0x5a0773(0x21e)),fs=require('fs'),logger=require(a109_0x5a0773(0x219))['winstonLogger'],helper=require(a109_0x5a0773(0x217));function a109_0x45f5(_0x14176f,_0x1a4e6c){const _0xeb7ee0=a109_0xeb7e();return a109_0x45f5=function(_0x45f5c3,_0xc9bc12){_0x45f5c3=_0x45f5c3-0x1e7;let _0x530e56=_0xeb7ee0[_0x45f5c3];return _0x530e56;},a109_0x45f5(_0x14176f,_0x1a4e6c);}function a109_0xeb7e(){const _0x4bc883=['parseFromJson','3|4|5|2|0|1|6','MJXJN','getCommand','getResults','8pTpjFy','dibCL','commandsPath','583935qRoIof','getLibrary','commands','78wultOX','fromJson','IMaLy','scripts','KEDXH','name','getMethod','848748aHPaFJ','143969TOrsQO','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','2586996dQPUEI','NDUJF','cPPsJ','8FUSnGX','saveTestResults','debug','split','getResultsSummary','commands.json','36vDNkVQ','Wmtij','.browserstack','saveResults','94022PLNQHa','tKLId','toJson','join','awudY','40xwaAsD','getName','findIndex','../helper','736705ZTtBwa','../../helpers/logger','toLowerCase','browserstackFolderPath','waxBA','48009RrQNch','path','performScan','map','mkdirSync','getClass','homedir','ZgKKt','writeFileSync','5jNDkNF','commandsToWrap','nonBStackInfraA11yChromeOptions','existsSync','ChromeExtension','length','scan','stringify'];a109_0xeb7e=function(){return _0x4bc883;};return a109_0xeb7e();}class Scripts{constructor(){const _0x9dc7f8=a109_0x5a0773,_0xcde1ed={};_0xcde1ed['awudY']=_0x9dc7f8(0x1ee),_0xcde1ed['Wmtij']=_0x9dc7f8(0x20d),_0xcde1ed[_0x9dc7f8(0x1fc)]=_0x9dc7f8(0x20a);const _0x5e47dc=_0xcde1ed,_0x49b899=_0x5e47dc[_0x9dc7f8(0x213)][_0x9dc7f8(0x208)]('|');let _0x731b86=0x0;while(!![]){switch(_0x49b899[_0x731b86++]){case'0':this['browserstackFolderPath']=path['join'](helper[_0x9dc7f8(0x223)](),_0x5e47dc[_0x9dc7f8(0x20c)]);continue;case'1':this[_0x9dc7f8(0x1f4)]=path[_0x9dc7f8(0x212)](this['browserstackFolderPath'],_0x5e47dc[_0x9dc7f8(0x1fc)]);continue;case'2':this[_0x9dc7f8(0x206)]=null;continue;case'3':this[_0x9dc7f8(0x21f)]=null;continue;case'4':this[_0x9dc7f8(0x1f1)]=null;continue;case'5':this[_0x9dc7f8(0x209)]=null;continue;case'6':this[_0x9dc7f8(0x1f9)]();continue;}break;}}[a109_0x5a0773(0x1ed)](_0x516a2f){const _0x50a176=a109_0x5a0773;_0x516a2f[_0x50a176(0x1fb)]&&(this[_0x50a176(0x21f)]=_0x516a2f[_0x50a176(0x1fb)][_0x50a176(0x1eb)],this['getResults']=_0x516a2f['scripts'][_0x50a176(0x1f1)],this[_0x50a176(0x209)]=_0x516a2f[_0x50a176(0x1fb)][_0x50a176(0x209)],this[_0x50a176(0x206)]=_0x516a2f['scripts'][_0x50a176(0x20e)]),this[_0x50a176(0x227)]=_0x516a2f[_0x50a176(0x1f7)],this[_0x50a176(0x1e9)]=_0x516a2f[_0x50a176(0x1e7)];}['parseFromProto'](_0x2fc71c,_0x220da7){const _0x2a47f6=a109_0x5a0773,_0x513529={};_0x513529[_0x2a47f6(0x1f3)]=function(_0x4f3a50,_0x3bd15b){return _0x4f3a50>_0x3bd15b;},_0x513529[_0x2a47f6(0x224)]=function(_0x2b8773,_0x108ef2){return _0x2b8773===_0x108ef2;},_0x513529[_0x2a47f6(0x210)]=_0x2a47f6(0x1eb),_0x513529['NDUJF']=function(_0x5f2bfe,_0x15c5f9){return _0x5f2bfe===_0x15c5f9;},_0x513529['cPPsJ']='getResults',_0x513529[_0x2a47f6(0x1ef)]=_0x2a47f6(0x209),_0x513529['waxBA']='saveResults';const _0x22350d=_0x513529;if(_0x2fc71c&&_0x22350d['dibCL'](_0x2fc71c[_0x2a47f6(0x1ea)],0x0))for(const _0x295db5 of _0x2fc71c){if(_0x22350d[_0x2a47f6(0x224)](_0x295db5[_0x2a47f6(0x215)](),_0x22350d[_0x2a47f6(0x210)]))this[_0x2a47f6(0x21f)]=_0x295db5['getCommand']();else{if(_0x22350d[_0x2a47f6(0x203)](_0x295db5[_0x2a47f6(0x215)](),_0x22350d[_0x2a47f6(0x204)]))this[_0x2a47f6(0x1f1)]=_0x295db5[_0x2a47f6(0x1f0)]();else{if(_0x22350d['NDUJF'](_0x295db5['getName'](),_0x22350d[_0x2a47f6(0x1ef)]))this[_0x2a47f6(0x209)]=_0x295db5['getCommand']();else _0x22350d[_0x2a47f6(0x224)](_0x295db5[_0x2a47f6(0x215)](),_0x22350d[_0x2a47f6(0x21c)])&&(this[_0x2a47f6(0x206)]=_0x295db5['getCommand']());}}}_0x220da7&&_0x22350d[_0x2a47f6(0x1f3)](_0x220da7[_0x2a47f6(0x1ea)],0x0)&&(this['commandsToWrap']=_0x220da7[_0x2a47f6(0x220)](_0xa6fd89=>{const _0x4ed55a=_0x2a47f6;return{'name':_0xa6fd89[_0x4ed55a(0x215)](),'method':_0xa6fd89[_0x4ed55a(0x1fe)](),'library':_0xa6fd89[_0x4ed55a(0x1f6)](),'module':_0xa6fd89['getModule'](),'class':_0xa6fd89[_0x4ed55a(0x222)]()};}));}['shouldWrapCommand'](_0xc8a093){const _0x107248=a109_0x5a0773,_0x353f02={};_0x353f02['IMaLy']=function(_0x4922ed,_0x165987){return _0x4922ed!==_0x165987;};const _0x5417ba=_0x353f02;try{return _0x5417ba[_0x107248(0x1fa)](this[_0x107248(0x227)][_0x107248(0x216)](_0x4a66f3=>_0x4a66f3[_0x107248(0x1fd)][_0x107248(0x21a)]()===_0xc8a093[_0x107248(0x21a)]()),-0x1);}catch(_0x4031d7){logger[_0x107248(0x207)](_0x107248(0x201)+_0x4031d7);}return![];}[a109_0x5a0773(0x211)](){const _0x198eb8=a109_0x5a0773;!fs[_0x198eb8(0x1e8)](this[_0x198eb8(0x21b)])&&fs[_0x198eb8(0x221)](this[_0x198eb8(0x21b)]),fs[_0x198eb8(0x225)](this[_0x198eb8(0x1f4)],JSON[_0x198eb8(0x1ec)]({'scripts':{'scan':this[_0x198eb8(0x21f)],'getResults':this[_0x198eb8(0x1f1)],'getResultsSummary':this[_0x198eb8(0x209)],'saveResults':this['saveTestResults']},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a109_0x5a0773(0x1f9)](){const _0x22b16a=a109_0x5a0773,_0x2b749e={'ZKlhe':function(_0x23463f,_0x71a9ae){return _0x23463f(_0x71a9ae);}};fs[_0x22b16a(0x1e8)](this[_0x22b16a(0x1f4)])&&this['parseFromJson'](_0x2b749e['ZKlhe'](require,this[_0x22b16a(0x1f4)]));}}module['exports']=new Scripts();
1
+ const a109_0x2eed04=a109_0x2e21;function a109_0x2e21(_0x3426ef,_0x580e24){const _0xc9cdd1=a109_0xc9cd();return a109_0x2e21=function(_0x2e21ed,_0x27d774){_0x2e21ed=_0x2e21ed-0x19a;let _0x339009=_0xc9cdd1[_0x2e21ed];return _0x339009;},a109_0x2e21(_0x3426ef,_0x580e24);}(function(_0x4e8b3a,_0x237f65){const _0xb9f83a=a109_0x2e21,_0x2a9783=_0x4e8b3a();while(!![]){try{const _0x260a94=-parseInt(_0xb9f83a(0x1cb))/0x1+parseInt(_0xb9f83a(0x1cd))/0x2*(-parseInt(_0xb9f83a(0x1ce))/0x3)+-parseInt(_0xb9f83a(0x1ba))/0x4*(parseInt(_0xb9f83a(0x1af))/0x5)+-parseInt(_0xb9f83a(0x1ca))/0x6*(parseInt(_0xb9f83a(0x1b4))/0x7)+parseInt(_0xb9f83a(0x1b0))/0x8+-parseInt(_0xb9f83a(0x1a0))/0x9*(-parseInt(_0xb9f83a(0x1c8))/0xa)+parseInt(_0xb9f83a(0x1b5))/0xb;if(_0x260a94===_0x237f65)break;else _0x2a9783['push'](_0x2a9783['shift']());}catch(_0x40d427){_0x2a9783['push'](_0x2a9783['shift']());}}}(a109_0xc9cd,0x8c678));const path=require(a109_0x2eed04(0x1d6)),fs=require('fs'),logger=require(a109_0x2eed04(0x1d2))[a109_0x2eed04(0x1c2)],helper=require(a109_0x2eed04(0x1b1));class Scripts{constructor(){const _0x4ea0df=a109_0x2eed04,_0x10c299={};_0x10c299['aZQwQ']='1|3|2|0|5|4|6',_0x10c299[_0x4ea0df(0x1d4)]=_0x4ea0df(0x1cc),_0x10c299['yDAyE']=_0x4ea0df(0x1d0);const _0x536ceb=_0x10c299,_0xfa2885=_0x536ceb[_0x4ea0df(0x1bf)]['split']('|');let _0x2bf630=0x0;while(!![]){switch(_0xfa2885[_0x2bf630++]){case'0':this['saveTestResults']=null;continue;case'1':this[_0x4ea0df(0x19b)]=null;continue;case'2':this[_0x4ea0df(0x1b3)]=null;continue;case'3':this['getResults']=null;continue;case'4':this[_0x4ea0df(0x1ab)]=path[_0x4ea0df(0x1a8)](this[_0x4ea0df(0x1a4)],_0x536ceb[_0x4ea0df(0x1d4)]);continue;case'5':this[_0x4ea0df(0x1a4)]=path['join'](helper[_0x4ea0df(0x1a3)](),_0x536ceb['yDAyE']);continue;case'6':this[_0x4ea0df(0x1bd)]();continue;}break;}}[a109_0x2eed04(0x1c6)](_0x384acf){const _0x5ae0c2=a109_0x2eed04;_0x384acf[_0x5ae0c2(0x1b7)]&&(this[_0x5ae0c2(0x19b)]=_0x384acf[_0x5ae0c2(0x1b7)][_0x5ae0c2(0x1b6)],this[_0x5ae0c2(0x1a5)]=_0x384acf[_0x5ae0c2(0x1b7)][_0x5ae0c2(0x1a5)],this[_0x5ae0c2(0x1b3)]=_0x384acf[_0x5ae0c2(0x1b7)][_0x5ae0c2(0x1b3)],this[_0x5ae0c2(0x1a9)]=_0x384acf[_0x5ae0c2(0x1b7)][_0x5ae0c2(0x1c1)]),this[_0x5ae0c2(0x1a1)]=_0x384acf[_0x5ae0c2(0x1d8)],this[_0x5ae0c2(0x19d)]=_0x384acf[_0x5ae0c2(0x19f)];}['parseFromProto'](_0x197244,_0x3cd234){const _0x283f57=a109_0x2eed04,_0xac8da9={};_0xac8da9[_0x283f57(0x1c3)]=function(_0x14fe9e,_0xbd100a){return _0x14fe9e>_0xbd100a;},_0xac8da9[_0x283f57(0x19e)]=function(_0x3e7d57,_0x49078c){return _0x3e7d57===_0x49078c;},_0xac8da9[_0x283f57(0x1a6)]='scan',_0xac8da9[_0x283f57(0x1d7)]=_0x283f57(0x1a5),_0xac8da9[_0x283f57(0x1d1)]=function(_0x41e9db,_0x366061){return _0x41e9db===_0x366061;},_0xac8da9[_0x283f57(0x1d9)]=_0x283f57(0x1b3),_0xac8da9[_0x283f57(0x1c0)]=function(_0x1a0de6,_0x420047){return _0x1a0de6===_0x420047;},_0xac8da9[_0x283f57(0x1b2)]=_0x283f57(0x1c1),_0xac8da9[_0x283f57(0x1cf)]=function(_0x16c340,_0x388574){return _0x16c340>_0x388574;};const _0x5db15c=_0xac8da9;if(_0x197244&&_0x5db15c['beUGL'](_0x197244['length'],0x0))for(const _0x555a3b of _0x197244){if(_0x5db15c[_0x283f57(0x19e)](_0x555a3b[_0x283f57(0x1c7)](),_0x5db15c[_0x283f57(0x1a6)]))this[_0x283f57(0x19b)]=_0x555a3b[_0x283f57(0x1a2)]();else{if(_0x5db15c[_0x283f57(0x19e)](_0x555a3b[_0x283f57(0x1c7)](),_0x5db15c['WHfvs']))this[_0x283f57(0x1a5)]=_0x555a3b[_0x283f57(0x1a2)]();else{if(_0x5db15c['IUAdk'](_0x555a3b['getName'](),_0x5db15c[_0x283f57(0x1d9)]))this[_0x283f57(0x1b3)]=_0x555a3b[_0x283f57(0x1a2)]();else _0x5db15c[_0x283f57(0x1c0)](_0x555a3b[_0x283f57(0x1c7)](),_0x5db15c[_0x283f57(0x1b2)])&&(this[_0x283f57(0x1a9)]=_0x555a3b[_0x283f57(0x1a2)]());}}}_0x3cd234&&_0x5db15c[_0x283f57(0x1cf)](_0x3cd234[_0x283f57(0x1c4)],0x0)&&(this[_0x283f57(0x1a1)]=_0x3cd234[_0x283f57(0x1ae)](_0x536cda=>{const _0x2889c7=_0x283f57;return{'name':_0x536cda[_0x2889c7(0x1c7)](),'method':_0x536cda[_0x2889c7(0x1b8)](),'library':_0x536cda[_0x2889c7(0x1d3)](),'module':_0x536cda[_0x2889c7(0x1b9)](),'class':_0x536cda[_0x2889c7(0x1bc)]()};}));}[a109_0x2eed04(0x1a7)](_0x1b0250){const _0x5dfdf2=a109_0x2eed04,_0x127521={};_0x127521['aAQqw']=function(_0x29be30,_0x3adcc1){return _0x29be30!==_0x3adcc1;};const _0x3ed3b7=_0x127521;try{return _0x3ed3b7['aAQqw'](this[_0x5dfdf2(0x1a1)]['findIndex'](_0x5d2289=>_0x5d2289[_0x5dfdf2(0x1ad)][_0x5dfdf2(0x19c)]()===_0x1b0250[_0x5dfdf2(0x19c)]()),-0x1);}catch(_0x177c00){logger[_0x5dfdf2(0x1ac)](_0x5dfdf2(0x1aa)+_0x177c00);}return![];}['toJson'](){const _0x236783=a109_0x2eed04;!fs['existsSync'](this[_0x236783(0x1a4)])&&fs[_0x236783(0x19a)](this['browserstackFolderPath']),fs[_0x236783(0x1c5)](this['commandsPath'],JSON[_0x236783(0x1c9)]({'scripts':{'scan':this[_0x236783(0x19b)],'getResults':this[_0x236783(0x1a5)],'getResultsSummary':this[_0x236783(0x1b3)],'saveResults':this['saveTestResults']},'commands':this[_0x236783(0x1a1)],'nonBStackInfraA11yChromeOptions':this[_0x236783(0x19d)]}));}[a109_0x2eed04(0x1bd)](){const _0x2f520e=a109_0x2eed04,_0x20cd2c={'WcfRD':function(_0x2e169f,_0x26dbf3){return _0x2e169f(_0x26dbf3);}};fs[_0x2f520e(0x1bb)](this['commandsPath'])&&this['parseFromJson'](_0x20cd2c[_0x2f520e(0x1d5)](require,this[_0x2f520e(0x1ab)]));}}function a109_0xc9cd(){const _0x4829ec=['WcfRD','path','WHfvs','commands','WYpCQ','mkdirSync','performScan','toLowerCase','ChromeExtension','YdeHe','nonBStackInfraA11yChromeOptions','388233OFmNzi','commandsToWrap','getCommand','homedir','browserstackFolderPath','getResults','vxggF','shouldWrapCommand','join','saveTestResults','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','commandsPath','debug','name','map','8485hbgcRp','486168Puclce','../helper','KHDfH','getResultsSummary','119RHviAX','22971234TEgSwO','scan','scripts','getMethod','getModule','2068ufbWIk','existsSync','getClass','fromJson','exports','aZQwQ','bhzCG','saveResults','winstonLogger','beUGL','length','writeFileSync','parseFromJson','getName','220kjVBlo','stringify','368916DeDOGh','474923QtEsRs','commands.json','250898PZxquH','3aekXxl','pkMFb','.browserstack','IUAdk','../../helpers/logger','getLibrary','RnIbj'];a109_0xc9cd=function(){return _0x4829ec;};return a109_0xc9cd();}module[a109_0x2eed04(0x1be)]=new Scripts();
@@ -1 +1 @@
1
- function a110_0x624f(_0x369f74,_0x2a83a2){const _0x57c87e=a110_0x57c8();return a110_0x624f=function(_0x624fe8,_0x46a556){_0x624fe8=_0x624fe8-0x1d1;let _0x27a29e=_0x57c87e[_0x624fe8];return _0x27a29e;},a110_0x624f(_0x369f74,_0x2a83a2);}const a110_0x4226a4=a110_0x624f;function a110_0x57c8(){const _0x51077d=['ReLzJ','../../helpers/timeoutPromise','JXmZC','../../bin/utils/constants','PNpnv','message','getTestName','getCapabilities','iZTkl','getId','map_','\x20command','rXePC','selector','./autoHealHelper','toLowerCase','1009792xMevPw','bRSEG','then','debug','safari','718665FFnrpl','UctlW','edgeOptions_','aiHealing','handleFailure','aiHeal_groupId','aiHeal_sessionToken','fromEntries','../globals','\x22,\x20\x22tcgUrls\x22:\x20{\x22','firefoxOptions_','aiHeal_isGroupAIEnabled','RpyNf','PzGan','log','../logger','framework','pollResult','{\x22region\x22:\x20\x22','replace','XMhbi','freeze','ExmZV','bDdRK','aiSdkWrapper','BrowserstackHealing.pollResult\x20method\x20timed\x20out','FNstO','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','TCG_REGION','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','newCapabilities','wzVZJ','getGlobal','info','HEALING_LOG_DATA_TIMEOUT','1731882WNIKbv','capabilities_','BrowserstackHealingHealFailureFailed','browserstackSessionName','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','using','locatorValue','name_','cancel','BrowserstackHealingSetTcgTokenFailed','_handleEvent','24BBjFZn','chromeOptions_','NOToW','nbmpI','\x22:\x20{\x22endpoint\x22:\x20\x22','thdoR','AQyFj','POLL_HEALING_RESULT_TIMEOUT','CnosT','forEach','safariOptions_','abgSC','aUoLP','BrowserstackHealing','MnWsI','microsoftedge','getProjectName','4QCKlWY','isSelfHealEnabled','ajFiX','join','GGPLR','initializeHealingCapabilities','browserName','value','VVUhe','s://','1135179zhoFVE','ZLwnG','TCG_URL','parameters_','37wnOkGx','firefox','config','edge','SqMca','1602108gSuSJD','locatorType','XhmLc','healFailure','EDPKq','LFMqj','4766yDdEma','BrowserstackHealing.setToken\x20method\x20timed\x20out','\x22}}}','../../ai-sdk-node/bundle','tqOFl','13895140MYtSSG','BGcEM','aiHeal_userId','handleSuccess','executeScript','getCommands','yXcQT'];a110_0x57c8=function(){return _0x51077d;};return a110_0x57c8();}(function(_0x40cf9b,_0x4e67ef){const _0x47759e=a110_0x624f,_0x295c23=_0x40cf9b();while(!![]){try{const _0x5eb4b2=parseInt(_0x47759e(0x213))/0x1*(parseInt(_0x47759e(0x21e))/0x2)+-parseInt(_0x47759e(0x218))/0x3+parseInt(_0x47759e(0x205))/0x4*(parseInt(_0x47759e(0x23f))/0x5)+-parseInt(_0x47759e(0x1e9))/0x6+-parseInt(_0x47759e(0x23a))/0x7+-parseInt(_0x47759e(0x1f4))/0x8*(parseInt(_0x47759e(0x20f))/0x9)+parseInt(_0x47759e(0x223))/0xa;if(_0x5eb4b2===_0x4e67ef)break;else _0x295c23['push'](_0x295c23['shift']());}catch(_0x5e6773){_0x295c23['push'](_0x295c23['shift']());}}}(a110_0x57c8,0x43676));const path=require('path'),{commandRepository}=require(a110_0x4226a4(0x238)),constants=require(a110_0x4226a4(0x22d)),logger=require(a110_0x4226a4(0x1d5))['winstonLogger'],globals=require(a110_0x4226a4(0x247)),timeoutPromise=require(a110_0x4226a4(0x22b)),isUndefinedOrNull=_0x30c173=>_0x30c173===undefined||_0x30c173===null||_0x30c173==='',isNotUndefinedOrNull=_0x329410=>!isUndefinedOrNull(_0x329410),isString=_0x485d30=>isNotUndefinedOrNull(_0x485d30)&&typeof _0x485d30==='string';class AiSdkWrapper{constructor(){const _0xf540e=a110_0x4226a4,_0x4d1dbc={'EDPKq':function(_0x1cd49a,_0x465f62){return _0x1cd49a(_0x465f62);},'iZTkl':_0xf540e(0x221)};this[_0xf540e(0x201)]=undefined;try{this['BrowserstackHealing']=_0x4d1dbc[_0xf540e(0x21c)](require,path[_0xf540e(0x208)](__dirname,_0x4d1dbc[_0xf540e(0x232)]));}catch(_0x3d9d8f){logger['error'](_0xf540e(0x1ed)+(_0x3d9d8f&&_0x3d9d8f[_0xf540e(0x22f)]?_0x3d9d8f[_0xf540e(0x22f)]:''));}}[a110_0x4226a4(0x20a)](_0x363c1f){const _0x5e752d=a110_0x4226a4,_0x9baf9d={};_0x9baf9d[_0x5e752d(0x224)]=_0x5e752d(0x1e4),_0x9baf9d[_0x5e752d(0x1e5)]=function(_0x379472,_0x1dbead){return _0x379472===_0x1dbead;},_0x9baf9d[_0x5e752d(0x1f6)]='chrome',_0x9baf9d[_0x5e752d(0x1fc)]=_0x5e752d(0x214),_0x9baf9d[_0x5e752d(0x209)]=function(_0x21cd06,_0xe6626b){return _0x21cd06===_0xe6626b;},_0x9baf9d[_0x5e752d(0x20d)]=_0x5e752d(0x23e),_0x9baf9d['ExmZV']=_0x5e752d(0x216),_0x9baf9d['ReLzJ']=function(_0x20a4aa,_0x516c95){return _0x20a4aa===_0x516c95;},_0x9baf9d[_0x5e752d(0x1f9)]=_0x5e752d(0x203);const _0x1e5a52=_0x9baf9d;try{const _0x59695a=this['BrowserstackHealing']['initializeCapabilities'](Object[_0x5e752d(0x246)](_0x363c1f[_0x5e752d(0x231)]()[_0x5e752d(0x234)]));console[_0x5e752d(0x1d4)](_0x1e5a52[_0x5e752d(0x224)],_0x59695a);if(_0x1e5a52[_0x5e752d(0x1e5)](_0x59695a?.[_0x5e752d(0x20b)]?.['toLowerCase'](),_0x1e5a52[_0x5e752d(0x1f6)]))_0x363c1f[_0x5e752d(0x1f5)]=_0x59695a;else{if(_0x1e5a52[_0x5e752d(0x1e5)](_0x59695a?.['browserName']?.[_0x5e752d(0x239)](),_0x1e5a52['CnosT']))_0x363c1f[_0x5e752d(0x249)]=_0x59695a;else{if(_0x1e5a52[_0x5e752d(0x209)](_0x59695a?.[_0x5e752d(0x20b)]?.[_0x5e752d(0x239)](),_0x1e5a52[_0x5e752d(0x20d)]))_0x363c1f[_0x5e752d(0x1fe)]=_0x59695a;else{if(_0x1e5a52[_0x5e752d(0x1e5)](_0x59695a?.['browserName']?.[_0x5e752d(0x239)](),_0x1e5a52[_0x5e752d(0x1dc)])||_0x1e5a52[_0x5e752d(0x22a)](_0x59695a?.[_0x5e752d(0x20b)]?.[_0x5e752d(0x239)](),_0x1e5a52[_0x5e752d(0x1f9)]))_0x363c1f[_0x5e752d(0x241)]=_0x59695a;else _0x1e5a52[_0x5e752d(0x22a)](_0x59695a?.[_0x5e752d(0x20b)]?.['toLowerCase'](),'ie')&&(_0x363c1f['ieOptions_']=_0x59695a);}}}Object['keys'](_0x59695a)[_0x5e752d(0x1fd)](_0x309da1=>{const _0xe979cc=_0x5e752d,_0x38519b=_0x363c1f['capabilities_']['get'](_0x309da1);_0x363c1f[_0xe979cc(0x1ea)]['set'](_0x309da1,_0x59695a[_0x309da1]);});}catch(_0x5d5457){logger['error']('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x5d5457&&_0x5d5457['message']?_0x5d5457[_0x5e752d(0x22f)]:''));}}async['setTcgToken'](_0x73f68a){const _0x5238ff=a110_0x4226a4,_0x17897d={'iXPqE':function(_0x1140cc,_0x516857,_0x2f5ead,_0x25e066,_0x54c785,_0x2838ea,_0x303a44){return _0x1140cc(_0x516857,_0x2f5ead,_0x25e066,_0x54c785,_0x2838ea,_0x303a44);},'AQyFj':_0x5238ff(0x21f),'XhmLc':_0x5238ff(0x1f2),'RpyNf':'aiHeal_sessionToken'},_0x22a6fe=new Date(),_0x403a94=_0x17897d['iXPqE'](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x17897d[_0x5238ff(0x1fa)],_0x17897d[_0x5238ff(0x21a)],_0x22a6fe,this[_0x5238ff(0x215)],this[_0x5238ff(0x1d6)]);await Promise['race']([this['BrowserstackHealing']['setToken'](_0x73f68a,globals[_0x5238ff(0x1e6)](_0x17897d[_0x5238ff(0x1d2)]),constants[_0x5238ff(0x211)])[_0x5238ff(0x23c)](()=>{const _0x280901=_0x5238ff;_0x403a94[_0x280901(0x1f1)]();}),_0x403a94]);}async[a110_0x4226a4(0x1f3)](_0x1051a5,_0x22b682,_0x20a37e,_0x1d19b5){const _0x10bc9a=a110_0x4226a4,_0x217e97={'tqOFl':function(_0x1d472a,_0x503615){return _0x1d472a===_0x503615;},'ZLwnG':function(_0x2cf93c,_0xcaab61){return _0x2cf93c(_0xcaab61);},'PNpnv':function(_0x3df0c9,_0x37c3a7){return _0x3df0c9(_0x37c3a7);},'ajFiX':function(_0x711b5,_0x2b734a){return _0x711b5(_0x2b734a);},'XMhbi':function(_0xa6c668,_0x322203){return _0xa6c668(_0x322203);},'bDdRK':function(_0x541867,_0x4b80a6){return _0x541867(_0x4b80a6);},'aUoLP':function(_0x4a2e15,_0x136187){return _0x4a2e15(_0x136187);},'FNstO':_0x10bc9a(0x20e),'OsPJX':function(_0x42c35e,_0x3882e4){return _0x42c35e(_0x3882e4);},'KJjIQ':_0x10bc9a(0x225),'hYoEr':_0x10bc9a(0x244),'JXmZC':_0x10bc9a(0x1d1),'MnWsI':function(_0x39215b,_0xda5b5,_0x2679d4,_0x24e937,_0x3ec9f2,_0x47644a,_0x165dc4){return _0x39215b(_0xda5b5,_0x2679d4,_0x24e937,_0x3ec9f2,_0x47644a,_0x165dc4);},'SqMca':'BrowserstackHealing.logData\x20method\x20timed\x20out','rXePC':'BrowserstackHealingLogDataFailed','abgSC':function(_0x4051ab,_0x27861d,_0x371c2e,_0xe1d1,_0x368b05,_0x5f4a2b,_0x15c176){return _0x4051ab(_0x27861d,_0x371c2e,_0xe1d1,_0x368b05,_0x5f4a2b,_0x15c176);},'LFMqj':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','UctlW':_0x10bc9a(0x1eb)},_0x4fc3c5=(await _0x22b682['getSession']())[_0x10bc9a(0x233)]();let _0x22183b='';if(commandRepository['isSelfHealEnabled']()&&_0x217e97[_0x10bc9a(0x222)](_0x1d19b5,![])||_0x217e97[_0x10bc9a(0x222)](_0x1d19b5,!![])){const _0x581719=_0x217e97['ZLwnG'](isNotUndefinedOrNull,_0x20a37e[_0x10bc9a(0x212)][_0x10bc9a(0x1ee)])&&_0x217e97['PNpnv'](isString,_0x20a37e[_0x10bc9a(0x212)][_0x10bc9a(0x1ee)])?_0x20a37e[_0x10bc9a(0x212)][_0x10bc9a(0x1ee)][_0x10bc9a(0x1d9)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x1b267d=_0x217e97[_0x10bc9a(0x22e)](isNotUndefinedOrNull,_0x20a37e[_0x10bc9a(0x212)][_0x10bc9a(0x1ee)])&&_0x217e97[_0x10bc9a(0x207)](isString,_0x20a37e[_0x10bc9a(0x212)][_0x10bc9a(0x20c)])?_0x20a37e[_0x10bc9a(0x212)]['value'][_0x10bc9a(0x1d9)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0xbf02d2=_0x217e97[_0x10bc9a(0x210)](isNotUndefinedOrNull,commandRepository[_0x10bc9a(0x204)]())&&_0x217e97[_0x10bc9a(0x1da)](isString,commandRepository[_0x10bc9a(0x204)]())?commandRepository['getProjectName']()[_0x10bc9a(0x1d9)](/'/g,'\x5c\x27')[_0x10bc9a(0x1d9)](/"/g,'\x5c\x22'):'';let _0x3a021a=_0x217e97[_0x10bc9a(0x1dd)](isNotUndefinedOrNull,global[_0x10bc9a(0x1ec)])&&_0x217e97['XMhbi'](isString,global[_0x10bc9a(0x1ec)])?global[_0x10bc9a(0x1ec)][_0x10bc9a(0x1d9)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x3a021a&&(_0x3a021a=_0x217e97[_0x10bc9a(0x207)](isNotUndefinedOrNull,commandRepository[_0x10bc9a(0x230)]())&&_0x217e97[_0x10bc9a(0x200)](isString,commandRepository[_0x10bc9a(0x230)]())?commandRepository[_0x10bc9a(0x230)]()['replace'](/'/g,'\x5c\x27')[_0x10bc9a(0x1d9)](/"/g,'\x5c\x22'):'');let _0x1339eb=_0x10bc9a(0x1d8)+constants[_0x10bc9a(0x1e2)]+_0x10bc9a(0x248)+constants[_0x10bc9a(0x1e2)]+_0x10bc9a(0x1f8)+constants['TCG_URL']['split'](_0x217e97[_0x10bc9a(0x1e0)])[0x1]+_0x10bc9a(0x220);_0x1339eb=_0x217e97['OsPJX'](isNotUndefinedOrNull,_0x1339eb)&&_0x217e97['ajFiX'](isString,_0x1339eb)?_0x1339eb['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x328736=commandRepository[_0x10bc9a(0x228)](_0x4fc3c5),_0x5153c9=globals[_0x10bc9a(0x1e6)](_0x217e97['KJjIQ']),_0x5cd035=globals[_0x10bc9a(0x1e6)](_0x217e97['hYoEr']),_0x59608b=globals[_0x10bc9a(0x1e6)](_0x217e97[_0x10bc9a(0x22c)]),_0x5c3c84=![],_0x56e73b=new Date();if(_0x1d19b5){const _0x28501d=_0x217e97[_0x10bc9a(0x202)](timeoutPromise,constants[_0x10bc9a(0x1e8)],_0x217e97[_0x10bc9a(0x217)],_0x217e97[_0x10bc9a(0x236)],_0x56e73b,this['config'],this[_0x10bc9a(0x1d6)]);_0x22183b=await Promise['race']([this[_0x10bc9a(0x201)]['logData'](_0x581719,_0x1b267d,_0xbf02d2,_0x3a021a,_0x5cd035,_0x4fc3c5,_0x328736,_0x1339eb)[_0x10bc9a(0x23c)](_0x37aa90=>{const _0x274bff=_0x10bc9a;return _0x28501d[_0x274bff(0x1f1)](),_0x37aa90;}),_0x28501d]);}else{if(commandRepository[_0x10bc9a(0x206)]()){const _0x54302c=_0x217e97[_0x10bc9a(0x1ff)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x217e97[_0x10bc9a(0x21d)],_0x217e97[_0x10bc9a(0x240)],_0x56e73b,this[_0x10bc9a(0x215)],this[_0x10bc9a(0x1d6)]);_0x22183b=await Promise['race']([this[_0x10bc9a(0x201)][_0x10bc9a(0x21b)](_0x581719,_0x1b267d,_0xbf02d2,_0x3a021a,_0x5153c9,_0x5cd035,_0x4fc3c5,_0x328736,_0x5c3c84,_0x59608b,_0x1339eb)[_0x10bc9a(0x23c)](_0x37258d=>{const _0x27d966=_0x10bc9a;return _0x54302c[_0x27d966(0x1f1)](),_0x37258d;}),_0x54302c]);}}_0x22183b&&await _0x22b682[_0x10bc9a(0x227)](_0x22183b);}}async[a110_0x4226a4(0x226)](_0x1f60a2,_0x242982,_0x1bd4cb){const _0x43fbc8=a110_0x4226a4;try{await this[_0x43fbc8(0x1f3)](_0x1f60a2,_0x242982,_0x1bd4cb,!![]);}catch(_0x11efa1){return logger['error']('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x11efa1&&_0x11efa1['message']?_0x11efa1[_0x43fbc8(0x22f)]:'')),![];}return!![];}async[a110_0x4226a4(0x243)](_0x3f3f87,_0x1e240b,_0x11191b){const _0x487d5a=a110_0x4226a4,_0x4b187e={'yXcQT':function(_0x10d07b,_0x12b9cc,_0x1ffd80,_0x2029e4,_0x5d5b9d,_0x1c630b,_0x5a4afa){return _0x10d07b(_0x12b9cc,_0x1ffd80,_0x2029e4,_0x5d5b9d,_0x1c630b,_0x5a4afa);},'bRSEG':_0x487d5a(0x1df),'PzGan':'BrowserstackHealingPollResultFailed','nbmpI':_0x487d5a(0x245)};try{await this[_0x487d5a(0x1f3)](_0x3f3f87,_0x1e240b,_0x11191b,![]);const _0x2cb67d=(await _0x1e240b['getSession']())['getId'](),_0x2b1716=new Date(),_0x56becc=_0x4b187e[_0x487d5a(0x229)](timeoutPromise,constants[_0x487d5a(0x1fb)],_0x4b187e[_0x487d5a(0x23b)],_0x4b187e[_0x487d5a(0x1d3)],_0x2b1716,this[_0x487d5a(0x215)],this['framework']),_0x2b8747=await Promise['race']([this['BrowserstackHealing'][_0x487d5a(0x1d7)](constants['TCG_URL'],_0x2cb67d,globals['getGlobal'](_0x4b187e[_0x487d5a(0x1f7)]))['then'](_0x32ca72=>{return _0x56becc['cancel'](),_0x32ca72;}),_0x56becc]);if(_0x2b8747&&_0x2b8747[_0x487d5a(0x237)]&&_0x2b8747[_0x487d5a(0x20c)]){const _0x7514a8={};return _0x7514a8[_0x487d5a(0x219)]=_0x2b8747[_0x487d5a(0x237)],_0x7514a8[_0x487d5a(0x1ef)]=_0x2b8747['value'],_0x7514a8[_0x487d5a(0x242)]=!![],_0x7514a8;}const _0x265526={};return _0x265526['locatorType']=_0x11191b[_0x487d5a(0x212)][_0x487d5a(0x1ee)],_0x265526[_0x487d5a(0x1ef)]=_0x2b8747[_0x487d5a(0x20c)],_0x265526['aiHealing']=!![],_0x265526;}catch(_0x10c0bd){return logger[_0x487d5a(0x23d)](_0x487d5a(0x1e1)+(_0x10c0bd&&_0x10c0bd[_0x487d5a(0x22f)]?_0x10c0bd['message']:'')),logger[_0x487d5a(0x1e7)](_0x487d5a(0x1e3)+_0x11191b[_0x487d5a(0x1f0)]+_0x487d5a(0x235)),_0x11191b;}}}exports[a110_0x4226a4(0x1de)]=Object[a110_0x4226a4(0x1db)](new AiSdkWrapper());
1
+ const a110_0xbe7514=a110_0x43de;(function(_0x469cfe,_0xee74a1){const _0x20f6d6=a110_0x43de,_0x496e1a=_0x469cfe();while(!![]){try{const _0x3488b8=parseInt(_0x20f6d6(0x1c7))/0x1*(-parseInt(_0x20f6d6(0x1e2))/0x2)+parseInt(_0x20f6d6(0x1b6))/0x3+parseInt(_0x20f6d6(0x1a9))/0x4+-parseInt(_0x20f6d6(0x1d9))/0x5+parseInt(_0x20f6d6(0x1bc))/0x6*(-parseInt(_0x20f6d6(0x18d))/0x7)+-parseInt(_0x20f6d6(0x1c5))/0x8+parseInt(_0x20f6d6(0x1bd))/0x9;if(_0x3488b8===_0xee74a1)break;else _0x496e1a['push'](_0x496e1a['shift']());}catch(_0x428fa9){_0x496e1a['push'](_0x496e1a['shift']());}}}(a110_0x16b5,0xb19d2));const path=require(a110_0xbe7514(0x17c)),{commandRepository}=require(a110_0xbe7514(0x1e1)),constants=require(a110_0xbe7514(0x184)),logger=require(a110_0xbe7514(0x188))['winstonLogger'],globals=require(a110_0xbe7514(0x189)),timeoutPromise=require('../../helpers/timeoutPromise'),isUndefinedOrNull=_0x4d27ae=>_0x4d27ae===undefined||_0x4d27ae===null||_0x4d27ae==='',isNotUndefinedOrNull=_0x4b3265=>!isUndefinedOrNull(_0x4b3265),isString=_0x3bf52c=>isNotUndefinedOrNull(_0x3bf52c)&&typeof _0x3bf52c==='string';function a110_0x43de(_0x4b6309,_0x2f7a2f){const _0x16b577=a110_0x16b5();return a110_0x43de=function(_0x43dea7,_0x2bebec){_0x43dea7=_0x43dea7-0x175;let _0x584682=_0x16b577[_0x43dea7];return _0x584682;},a110_0x43de(_0x4b6309,_0x2f7a2f);}function a110_0x16b5(){const _0x202b65=['parameters_','../../bin/utils/constants','handleFailure','selector','browserstackSessionName','../logger','../globals','sxEVU','then','split','568337GPcvID','getProjectName','handleSuccess','executeScript','xDNgW','locatorType','value','framework','setTcgToken','firefox','BrowserstackHealing','chrome','ABZzV','WJfJF','join','locatorValue','browserName','HEALING_LOG_DATA_TIMEOUT','\x22:\x20{\x22endpoint\x22:\x20\x22','TCG_URL','\x20command','aiSdkWrapper','JQyqa','get','SET_TCG_TOKEN_TIMEOUT','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','initializeHealingCapabilities','newCapabilities','3748756OfLrEx','POLL_HEALING_RESULT_TIMEOUT','initializeCapabilities','edge','info','BrowserstackHealing.pollResult\x20method\x20timed\x20out','DXvfi','lgiTL','GlyIh','aiHeal_userId','GEBwZ','\x22,\x20\x22tcgUrls\x22:\x20{\x22','pYUcp','2954901UzScEY','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','capabilities_','_handleEvent','getSession','EzPIR','18InLVaN','6703488sRoDZT','BOaah','BrowserstackHealingHealFailureFailed','oQGBz','../../ai-sdk-node/bundle','dtpQp','awtjW','healFailure','3225464EtiaeI','BrowserstackHealingLogDataFailed','3IMXxnz','TCG_REGION','aeDeu','alkup','name_','replace','error','using','s://','RnNkb','aiHeal_sessionToken','NjGya','getTestName','iWVbR','fromEntries','isSelfHealEnabled','chromeOptions_','cancel','5923900zYuHVz','BrowserstackHealing.healFailure\x20method\x20timed\x20out','getId','pwSAa','race','jlDws','\x22}}}','freeze','./autoHealHelper','71964euOqAA','getGlobal','KhMWa','stafv','XhApX','microsoftedge','set','message','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','tgeWx','aiHeal_groupId','rlhdF','path','ieOptions_','keys','hSgoO','toLowerCase','SyWfH','config'];a110_0x16b5=function(){return _0x202b65;};return a110_0x16b5();}class AiSdkWrapper{constructor(){const _0x5be7ac=a110_0xbe7514,_0x387ae1={'oBrKJ':function(_0x22f649,_0x196748){return _0x22f649(_0x196748);},'Mazlk':_0x5be7ac(0x1c1)};this['BrowserstackHealing']=undefined;try{this[_0x5be7ac(0x197)]=_0x387ae1['oBrKJ'](require,path[_0x5be7ac(0x19b)](__dirname,_0x387ae1['Mazlk']));}catch(_0x2495f0){logger[_0x5be7ac(0x1cd)](_0x5be7ac(0x178)+(_0x2495f0&&_0x2495f0[_0x5be7ac(0x177)]?_0x2495f0[_0x5be7ac(0x177)]:''));}}[a110_0xbe7514(0x1a7)](_0x21c798){const _0x5eb692=a110_0xbe7514,_0x11bc2d={};_0x11bc2d['KhMWa']=_0x5eb692(0x1a8),_0x11bc2d[_0x5eb692(0x1c0)]=function(_0x367fc1,_0x5035c1){return _0x367fc1===_0x5035c1;},_0x11bc2d[_0x5eb692(0x1c2)]=_0x5eb692(0x198),_0x11bc2d[_0x5eb692(0x1c9)]=_0x5eb692(0x196),_0x11bc2d[_0x5eb692(0x1e6)]=function(_0x817187,_0x4eed7b){return _0x817187===_0x4eed7b;},_0x11bc2d[_0x5eb692(0x1ca)]='safari',_0x11bc2d[_0x5eb692(0x1d0)]=function(_0x251591,_0x509384){return _0x251591===_0x509384;},_0x11bc2d[_0x5eb692(0x179)]=_0x5eb692(0x1ac),_0x11bc2d['stafv']=_0x5eb692(0x175);const _0x3c5058=_0x11bc2d;try{const _0x1957dd=this[_0x5eb692(0x197)][_0x5eb692(0x1ab)](Object[_0x5eb692(0x1d5)](_0x21c798['getCapabilities']()['map_']));console['log'](_0x3c5058[_0x5eb692(0x1e4)],_0x1957dd);if(_0x3c5058['oQGBz'](_0x1957dd?.[_0x5eb692(0x19d)]?.[_0x5eb692(0x180)](),_0x3c5058[_0x5eb692(0x1c2)]))_0x21c798[_0x5eb692(0x1d7)]=_0x1957dd;else{if(_0x3c5058[_0x5eb692(0x1c0)](_0x1957dd?.[_0x5eb692(0x19d)]?.['toLowerCase'](),_0x3c5058[_0x5eb692(0x1c9)]))_0x21c798['firefoxOptions_']=_0x1957dd;else{if(_0x3c5058['XhApX'](_0x1957dd?.[_0x5eb692(0x19d)]?.[_0x5eb692(0x180)](),_0x3c5058[_0x5eb692(0x1ca)]))_0x21c798['safariOptions_']=_0x1957dd;else{if(_0x3c5058[_0x5eb692(0x1d0)](_0x1957dd?.[_0x5eb692(0x19d)]?.[_0x5eb692(0x180)](),_0x3c5058[_0x5eb692(0x179)])||_0x3c5058[_0x5eb692(0x1e6)](_0x1957dd?.[_0x5eb692(0x19d)]?.['toLowerCase'](),_0x3c5058[_0x5eb692(0x1e5)]))_0x21c798['edgeOptions_']=_0x1957dd;else _0x3c5058[_0x5eb692(0x1c0)](_0x1957dd?.[_0x5eb692(0x19d)]?.['toLowerCase'](),'ie')&&(_0x21c798[_0x5eb692(0x17d)]=_0x1957dd);}}}Object[_0x5eb692(0x17e)](_0x1957dd)['forEach'](_0x3f1e07=>{const _0x13dbf6=_0x5eb692,_0x3cd407=_0x21c798[_0x13dbf6(0x1b8)][_0x13dbf6(0x1a4)](_0x3f1e07);_0x21c798[_0x13dbf6(0x1b8)][_0x13dbf6(0x176)](_0x3f1e07,_0x1957dd[_0x3f1e07]);});}catch(_0x3479d4){logger[_0x5eb692(0x1cd)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x3479d4&&_0x3479d4[_0x5eb692(0x177)]?_0x3479d4['message']:''));}}async[a110_0xbe7514(0x195)](_0x25382f){const _0x2732a9=a110_0xbe7514,_0x179c5d={'MGoSa':function(_0x4d988f,_0x402584,_0x147179,_0x2ebbab,_0x4bc26d,_0x3607c2,_0x12b157){return _0x4d988f(_0x402584,_0x147179,_0x2ebbab,_0x4bc26d,_0x3607c2,_0x12b157);},'DXvfi':'BrowserstackHealing.setToken\x20method\x20timed\x20out','zVqrZ':'BrowserstackHealingSetTcgTokenFailed','jlDws':_0x2732a9(0x1d1)},_0x4bfacb=new Date(),_0x32b05a=_0x179c5d['MGoSa'](timeoutPromise,constants[_0x2732a9(0x1a5)],_0x179c5d[_0x2732a9(0x1af)],_0x179c5d['zVqrZ'],_0x4bfacb,this[_0x2732a9(0x182)],this[_0x2732a9(0x194)]);await Promise[_0x2732a9(0x1dd)]([this[_0x2732a9(0x197)]['setToken'](_0x25382f,globals[_0x2732a9(0x1e3)](_0x179c5d[_0x2732a9(0x1de)]),constants[_0x2732a9(0x1a0)])[_0x2732a9(0x18b)](()=>{const _0x6a2510=_0x2732a9;_0x32b05a[_0x6a2510(0x1d8)]();}),_0x32b05a]);}async[a110_0xbe7514(0x1b9)](_0x2acb52,_0x56766d,_0x3c523b,_0x10b124){const _0x202d7d=a110_0xbe7514,_0x4a4d2e={'JQyqa':function(_0x42027a,_0x37633a){return _0x42027a===_0x37633a;},'odlNI':function(_0x3a63c5,_0x1cd32c){return _0x3a63c5===_0x1cd32c;},'WJfJF':function(_0x43f4a4,_0x5ebf5e){return _0x43f4a4(_0x5ebf5e);},'SyWfH':function(_0x1038b1,_0x5dc01c){return _0x1038b1(_0x5dc01c);},'EzPIR':function(_0x3f0571,_0x3d85b7){return _0x3f0571(_0x3d85b7);},'ABZzV':function(_0x176fa1,_0x1fa566){return _0x176fa1(_0x1fa566);},'xkMuC':function(_0x4a93b6,_0xc6599b){return _0x4a93b6(_0xc6599b);},'pYUcp':function(_0x1f7193,_0x441cb8){return _0x1f7193(_0x441cb8);},'UANOT':function(_0x5d9c8c,_0x326667){return _0x5d9c8c(_0x326667);},'NjGya':_0x202d7d(0x1cf),'pwSAa':function(_0x5e63b1,_0x1a2a17){return _0x5e63b1(_0x1a2a17);},'xDNgW':_0x202d7d(0x1b2),'rlhdF':_0x202d7d(0x17a),'iWVbR':'aiHeal_isGroupAIEnabled','Edhts':function(_0xf4646,_0x4605c4,_0x28a9be,_0xf17db3,_0x3f37bc,_0x2f6d22,_0x467092){return _0xf4646(_0x4605c4,_0x28a9be,_0xf17db3,_0x3f37bc,_0x2f6d22,_0x467092);},'DNtBY':'BrowserstackHealing.logData\x20method\x20timed\x20out','BOaah':_0x202d7d(0x1c6),'lgiTL':function(_0x5b7f6b,_0x46aea7,_0x341007,_0x5bca80,_0x340dbb,_0xb03897,_0x18409e){return _0x5b7f6b(_0x46aea7,_0x341007,_0x5bca80,_0x340dbb,_0xb03897,_0x18409e);},'sxEVU':_0x202d7d(0x1da),'GlyIh':_0x202d7d(0x1bf)},_0x53fcea=(await _0x56766d[_0x202d7d(0x1ba)]())[_0x202d7d(0x1db)]();let _0x4bc582='';if(commandRepository[_0x202d7d(0x1d6)]()&&_0x4a4d2e[_0x202d7d(0x1a3)](_0x10b124,![])||_0x4a4d2e['odlNI'](_0x10b124,!![])){const _0x4759c9=_0x4a4d2e[_0x202d7d(0x19a)](isNotUndefinedOrNull,_0x3c523b[_0x202d7d(0x183)][_0x202d7d(0x1ce)])&&_0x4a4d2e[_0x202d7d(0x181)](isString,_0x3c523b['parameters_'][_0x202d7d(0x1ce)])?_0x3c523b[_0x202d7d(0x183)]['using'][_0x202d7d(0x1cc)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x5f3be2=_0x4a4d2e[_0x202d7d(0x1bb)](isNotUndefinedOrNull,_0x3c523b[_0x202d7d(0x183)]['using'])&&_0x4a4d2e[_0x202d7d(0x199)](isString,_0x3c523b['parameters_']['value'])?_0x3c523b[_0x202d7d(0x183)][_0x202d7d(0x193)]['replace'](/'/g,'\x5c\x27')[_0x202d7d(0x1cc)](/"/g,'\x5c\x22'):'',_0x464617=_0x4a4d2e['xkMuC'](isNotUndefinedOrNull,commandRepository[_0x202d7d(0x18e)]())&&_0x4a4d2e['SyWfH'](isString,commandRepository['getProjectName']())?commandRepository[_0x202d7d(0x18e)]()[_0x202d7d(0x1cc)](/'/g,'\x5c\x27')[_0x202d7d(0x1cc)](/"/g,'\x5c\x22'):'';let _0x214472=_0x4a4d2e[_0x202d7d(0x19a)](isNotUndefinedOrNull,global[_0x202d7d(0x187)])&&_0x4a4d2e[_0x202d7d(0x1b5)](isString,global[_0x202d7d(0x187)])?global[_0x202d7d(0x187)]['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x214472&&(_0x214472=_0x4a4d2e[_0x202d7d(0x19a)](isNotUndefinedOrNull,commandRepository[_0x202d7d(0x1d3)]())&&_0x4a4d2e['UANOT'](isString,commandRepository[_0x202d7d(0x1d3)]())?commandRepository[_0x202d7d(0x1d3)]()[_0x202d7d(0x1cc)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'');let _0x25542a='{\x22region\x22:\x20\x22'+constants['TCG_REGION']+_0x202d7d(0x1b4)+constants[_0x202d7d(0x1c8)]+_0x202d7d(0x19f)+constants[_0x202d7d(0x1a0)][_0x202d7d(0x18c)](_0x4a4d2e[_0x202d7d(0x1d2)])[0x1]+_0x202d7d(0x1df);_0x25542a=_0x4a4d2e[_0x202d7d(0x1dc)](isNotUndefinedOrNull,_0x25542a)&&_0x4a4d2e[_0x202d7d(0x1bb)](isString,_0x25542a)?_0x25542a[_0x202d7d(0x1cc)](/'/g,'\x5c\x27')[_0x202d7d(0x1cc)](/"/g,'\x5c\x22'):'';const _0x252026=commandRepository['getCommands'](_0x53fcea),_0xe1f679=globals[_0x202d7d(0x1e3)](_0x4a4d2e[_0x202d7d(0x191)]),_0x15cb50=globals[_0x202d7d(0x1e3)](_0x4a4d2e[_0x202d7d(0x17b)]),_0x376f0b=globals[_0x202d7d(0x1e3)](_0x4a4d2e[_0x202d7d(0x1d4)]),_0x101b06=![],_0x4824e1=new Date();if(_0x10b124){const _0x35cb08=_0x4a4d2e['Edhts'](timeoutPromise,constants[_0x202d7d(0x19e)],_0x4a4d2e['DNtBY'],_0x4a4d2e[_0x202d7d(0x1be)],_0x4824e1,this[_0x202d7d(0x182)],this[_0x202d7d(0x194)]);_0x4bc582=await Promise[_0x202d7d(0x1dd)]([this[_0x202d7d(0x197)]['logData'](_0x4759c9,_0x5f3be2,_0x464617,_0x214472,_0x15cb50,_0x53fcea,_0x252026,_0x25542a)[_0x202d7d(0x18b)](_0x1f9248=>{const _0x151c5c=_0x202d7d;return _0x35cb08[_0x151c5c(0x1d8)](),_0x1f9248;}),_0x35cb08]);}else{if(commandRepository[_0x202d7d(0x1d6)]()){const _0x48eacb=_0x4a4d2e[_0x202d7d(0x1b0)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x4a4d2e[_0x202d7d(0x18a)],_0x4a4d2e[_0x202d7d(0x1b1)],_0x4824e1,this[_0x202d7d(0x182)],this['framework']);_0x4bc582=await Promise[_0x202d7d(0x1dd)]([this['BrowserstackHealing'][_0x202d7d(0x1c4)](_0x4759c9,_0x5f3be2,_0x464617,_0x214472,_0xe1f679,_0x15cb50,_0x53fcea,_0x252026,_0x101b06,_0x376f0b,_0x25542a)[_0x202d7d(0x18b)](_0x3bf803=>{return _0x48eacb['cancel'](),_0x3bf803;}),_0x48eacb]);}}_0x4bc582&&await _0x56766d[_0x202d7d(0x190)](_0x4bc582);}}async[a110_0xbe7514(0x18f)](_0x4804c9,_0x1e4ca1,_0xb13b55){const _0x53038f=a110_0xbe7514;try{await this['_handleEvent'](_0x4804c9,_0x1e4ca1,_0xb13b55,!![]);}catch(_0x16f32a){return logger[_0x53038f(0x1cd)](_0x53038f(0x1a6)+(_0x16f32a&&_0x16f32a[_0x53038f(0x177)]?_0x16f32a['message']:'')),![];}return!![];}async[a110_0xbe7514(0x185)](_0x4a0864,_0x1f9701,_0x410893){const _0x34c0aa=a110_0xbe7514,_0x481b6b={'awtjW':function(_0x2ddf65,_0x214658,_0x2befb6,_0x50c216,_0x29e8e1,_0x3e04e6,_0x24eb13){return _0x2ddf65(_0x214658,_0x2befb6,_0x50c216,_0x29e8e1,_0x3e04e6,_0x24eb13);},'KMitH':_0x34c0aa(0x1ae),'GEBwZ':'BrowserstackHealingPollResultFailed','hSgoO':'aiHeal_sessionToken'};try{await this[_0x34c0aa(0x1b9)](_0x4a0864,_0x1f9701,_0x410893,![]);const _0x3d8bc5=(await _0x1f9701[_0x34c0aa(0x1ba)]())[_0x34c0aa(0x1db)](),_0x20c5ad=new Date(),_0xd82f40=_0x481b6b[_0x34c0aa(0x1c3)](timeoutPromise,constants[_0x34c0aa(0x1aa)],_0x481b6b['KMitH'],_0x481b6b[_0x34c0aa(0x1b3)],_0x20c5ad,this[_0x34c0aa(0x182)],this[_0x34c0aa(0x194)]),_0x5f1a54=await Promise[_0x34c0aa(0x1dd)]([this[_0x34c0aa(0x197)]['pollResult'](constants['TCG_URL'],_0x3d8bc5,globals[_0x34c0aa(0x1e3)](_0x481b6b[_0x34c0aa(0x17f)]))['then'](_0xebc73e=>{const _0x5476fd=_0x34c0aa;return _0xd82f40[_0x5476fd(0x1d8)](),_0xebc73e;}),_0xd82f40]);if(_0x5f1a54&&_0x5f1a54[_0x34c0aa(0x186)]&&_0x5f1a54[_0x34c0aa(0x193)]){const _0x3878a6={};return _0x3878a6[_0x34c0aa(0x192)]=_0x5f1a54['selector'],_0x3878a6[_0x34c0aa(0x19c)]=_0x5f1a54[_0x34c0aa(0x193)],_0x3878a6['aiHealing']=!![],_0x3878a6;}const _0x37ee9b={};return _0x37ee9b[_0x34c0aa(0x192)]=_0x410893[_0x34c0aa(0x183)][_0x34c0aa(0x1ce)],_0x37ee9b[_0x34c0aa(0x19c)]=_0x5f1a54[_0x34c0aa(0x193)],_0x37ee9b['aiHealing']=!![],_0x37ee9b;}catch(_0x577a9d){return logger['debug']('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x577a9d&&_0x577a9d['message']?_0x577a9d[_0x34c0aa(0x177)]:'')),logger[_0x34c0aa(0x1ad)](_0x34c0aa(0x1b7)+_0x410893[_0x34c0aa(0x1cb)]+_0x34c0aa(0x1a1)),_0x410893;}}}exports[a110_0xbe7514(0x1a2)]=Object[a110_0xbe7514(0x1e0)](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a111_0x26712d=a111_0x2a13;(function(_0xc2ee0a,_0x35cfb3){const _0x3ac01e=a111_0x2a13,_0x109157=_0xc2ee0a();while(!![]){try{const _0x28fb09=-parseInt(_0x3ac01e(0x201))/0x1*(parseInt(_0x3ac01e(0x1f8))/0x2)+parseInt(_0x3ac01e(0x21d))/0x3+-parseInt(_0x3ac01e(0x1f0))/0x4+parseInt(_0x3ac01e(0x21c))/0x5+-parseInt(_0x3ac01e(0x1ef))/0x6*(parseInt(_0x3ac01e(0x225))/0x7)+parseInt(_0x3ac01e(0x206))/0x8+-parseInt(_0x3ac01e(0x20b))/0x9*(-parseInt(_0x3ac01e(0x200))/0xa);if(_0x28fb09===_0x35cfb3)break;else _0x109157['push'](_0x109157['shift']());}catch(_0x281afd){_0x109157['push'](_0x109157['shift']());}}}(a111_0x6008,0xec1eb));const calculateTimeDiff=_0x4ca019=>Date[a111_0x26712d(0x1fd)]()-_0x4ca019,logger=require('../logger')[a111_0x26712d(0x214)],globals=require('../globals');function a111_0x6008(){const _0x40661f=['xeZIS','gjQlt','selfHeal','commands','8669910gqWoui','2388186kJBNIA','pushCommand','accessKey','3|1|2|4|0|5','setTestNameForHealingContext','stringify','getFramework','DYlTL','647843KgDZUl','aiSessionTimeStamp','gGiyS','dDKnl','framework','36PXSrNQ','7382440iGbUYc','ExWRs','setAiSessionTimeStamp','ObThc','setFramework','config','commandRepository','getConfig','2bNmqIz','getTcgTokenStatus','getCommands','method','length','now','setConfig','projectName','6843970tzKpIh','1358377PLKwrz','true','setProjectNameForHealingContext','testName','isTcgTokenSet','12095896xwDeUu','lzeOb','aiHeal_isAuthenticated','debug','authInfo','9ODTPTm','join','split','push','PJzHc','SztHF','getTestName','_pushCommand','setTcgTokenStatus','winstonLogger','getGlobal','userName','setAuthInfo'];a111_0x6008=function(){return _0x40661f;};return a111_0x6008();}class HealingCommandRepo{constructor(){const _0x562b7c=a111_0x26712d,_0x180e02={};_0x180e02['fFjWo']=_0x562b7c(0x220);const _0x4bd89e=_0x180e02,_0x408a4f=_0x4bd89e['fFjWo']['split']('|');let _0x3dd834=0x0;while(!![]){switch(_0x408a4f[_0x3dd834++]){case'0':this[_0x562b7c(0x20a)]={};continue;case'1':this[_0x562b7c(0x226)]={};continue;case'2':this[_0x562b7c(0x1ff)]='';continue;case'3':this[_0x562b7c(0x21b)]={};continue;case'4':this['testName']='';continue;case'5':this['isTcgTokenSet']=![];continue;}break;}}[a111_0x26712d(0x212)](_0x53869d,_0x20c9ef){const _0xd51d4c=a111_0x26712d,_0x3dea1a={};_0x3dea1a[_0xd51d4c(0x227)]=function(_0x12e04e,_0x32bb41){return _0x12e04e in _0x32bb41;};const _0x3d8e1b=_0x3dea1a;!_0x3d8e1b[_0xd51d4c(0x227)](_0x53869d,this[_0xd51d4c(0x21b)])&&(this[_0xd51d4c(0x21b)][_0x53869d]=[]),this['commands'][_0x53869d][_0xd51d4c(0x20e)](_0x20c9ef);}[a111_0x26712d(0x21e)](_0x286026,_0x1741fb){const _0x67dc42=a111_0x26712d,_0x12329d={'DYlTL':function(_0x5654b8,_0x1b0b13){return _0x5654b8(_0x1b0b13);}},_0x27f61a=_0x1741fb[_0x67dc42(0x1fb)],_0x526287=_0x1741fb['path'][_0x67dc42(0x20d)](_0x286026)[0x1],_0xd9aee9=this[_0x67dc42(0x226)][_0x286026],_0x43102e={'k':_0x27f61a+':'+_0x526287,'t':_0x12329d[_0x67dc42(0x224)](calculateTimeDiff,_0xd9aee9)};this[_0x67dc42(0x212)](_0x286026,_0x43102e);}[a111_0x26712d(0x1f2)](_0x2a16ba){const _0x39861c=a111_0x26712d;this[_0x39861c(0x226)][_0x2a16ba]=Date[_0x39861c(0x1fd)]();}[a111_0x26712d(0x217)](_0x4120ef,_0x5f0f10){const _0x522c1b=a111_0x26712d;this[_0x522c1b(0x20a)][_0x522c1b(0x216)]=_0x4120ef,this[_0x522c1b(0x20a)][_0x522c1b(0x21f)]=_0x5f0f10;}['getAuthInfo'](){const _0x33c2cb=a111_0x26712d;return this[_0x33c2cb(0x20a)];}[a111_0x26712d(0x203)](_0xf87de9){const _0x1935ec=a111_0x26712d;this[_0x1935ec(0x1ff)]=_0xf87de9;}[a111_0x26712d(0x221)](_0x46718a){this['testName']=_0x46718a;}[a111_0x26712d(0x1fe)](_0x2caccb){const _0x13c160=a111_0x26712d;this[_0x13c160(0x1f5)]=_0x2caccb,this[_0x13c160(0x203)](_0x2caccb['projectName']),this[_0x13c160(0x217)](_0x2caccb[_0x13c160(0x216)],_0x2caccb[_0x13c160(0x21f)]);}[a111_0x26712d(0x1f4)](_0x1a4164){const _0x77b9b6=a111_0x26712d;this[_0x77b9b6(0x1ee)]=_0x1a4164;}[a111_0x26712d(0x213)](_0x18af76){const _0x2b3edd=a111_0x26712d;this[_0x2b3edd(0x205)]=_0x18af76;}[a111_0x26712d(0x1f7)](){const _0x4e8446=a111_0x26712d;return this[_0x4e8446(0x1f5)];}[a111_0x26712d(0x223)](){const _0x4fd126=a111_0x26712d;return this[_0x4fd126(0x1ee)];}['getProjectName'](){const _0xe6785b=a111_0x26712d;return this[_0xe6785b(0x1ff)];}[a111_0x26712d(0x211)](){const _0x4dde2d=a111_0x26712d;return this[_0x4dde2d(0x204)];}[a111_0x26712d(0x1fa)](_0x3aa6a7){const _0x2565fc=a111_0x26712d,_0x1e1c31={};_0x1e1c31[_0x2565fc(0x210)]=_0x2565fc(0x208),_0x1e1c31[_0x2565fc(0x218)]='aiHeal_isHealingEnabled',_0x1e1c31[_0x2565fc(0x1f1)]=function(_0x494da1,_0x36b080){return _0x494da1===_0x36b080;},_0x1e1c31[_0x2565fc(0x219)]=function(_0x2dbfb3,_0x1b0ea6){return _0x2dbfb3+_0x1b0ea6;},_0x1e1c31[_0x2565fc(0x1f3)]='No\x20commands\x20found\x20for\x20session:\x20';const _0x394776=_0x1e1c31,_0x5a7fea=this['commands'][_0x3aa6a7];this[_0x2565fc(0x21b)][_0x3aa6a7]=[];if(globals[_0x2565fc(0x215)](_0x394776[_0x2565fc(0x210)])&&globals['getGlobal'](_0x394776[_0x2565fc(0x218)])&&!_0x5a7fea||_0x394776[_0x2565fc(0x1f1)](_0x5a7fea[_0x2565fc(0x1fc)],0x0))return logger[_0x2565fc(0x209)](_0x394776[_0x2565fc(0x219)](_0x394776[_0x2565fc(0x1f3)],_0x3aa6a7)),'';return _0x5a7fea['map'](_0x12ea42=>JSON[_0x2565fc(0x222)](_0x12ea42))[_0x2565fc(0x20c)](',');}['isSelfHealEnabled'](){const _0x4e8320=a111_0x26712d,_0x58a85b={};_0x58a85b[_0x4e8320(0x207)]=function(_0x309e95,_0x1bf994){return _0x309e95===_0x1bf994;},_0x58a85b[_0x4e8320(0x1ed)]=function(_0x1e4c66,_0x2dab0f){return _0x1e4c66===_0x2dab0f;},_0x58a85b[_0x4e8320(0x20f)]=_0x4e8320(0x202);const _0x194ec1=_0x58a85b;let _0x2fad92=![];return this[_0x4e8320(0x1f7)]()&&(_0x194ec1['lzeOb'](this['getConfig']()['selfHeal'],!![])||_0x194ec1[_0x4e8320(0x1ed)](this[_0x4e8320(0x1f7)]()[_0x4e8320(0x21a)],_0x194ec1[_0x4e8320(0x20f)]))&&(_0x2fad92=!![]),_0x2fad92;}[a111_0x26712d(0x1f9)](){const _0x4cc2e7=a111_0x26712d;return this[_0x4cc2e7(0x205)];}}function a111_0x2a13(_0x5bd05b,_0x25c9e7){const _0x60087d=a111_0x6008();return a111_0x2a13=function(_0x2a13f0,_0x385116){_0x2a13f0=_0x2a13f0-0x1ed;let _0x3851ec=_0x60087d[_0x2a13f0];return _0x3851ec;},a111_0x2a13(_0x5bd05b,_0x25c9e7);}exports[a111_0x26712d(0x1f6)]=new HealingCommandRepo();
1
+ function a111_0x31d5(){const _0x27fe98=['getProjectName','../globals','now','stringify','597692YyblSV','getCommands','setProjectNameForHealingContext','1708210ZuEqav','setAuthInfo','1252824QmUvxW','getConfig','getTcgTokenStatus','100hyTBRk','56OuchYG','isTcgTokenSet','projectName','380295IzxDPK','testName','aiSessionTimeStamp','split','farQK','commandRepository','isSelfHealEnabled','CvndX','selfHeal','setTcgTokenStatus','winstonLogger','getFramework','uXunM','accessKey','commands','userName','216888rCSygA','_pushCommand','../logger','config','975237cqAbGF','vIpls','push','framework','1|3|0|4|5|2','iHTXR','join','authInfo','setConfig','wNPij','qGPyk','length','wEAtv','MmbNW','144756muOaYj','TBkZk','pushCommand','aiHeal_isAuthenticated','setAiSessionTimeStamp','getGlobal'];a111_0x31d5=function(){return _0x27fe98;};return a111_0x31d5();}const a111_0x312682=a111_0x9309;function a111_0x9309(_0x48de1e,_0x37792c){const _0x31d52b=a111_0x31d5();return a111_0x9309=function(_0x9309e4,_0x57b224){_0x9309e4=_0x9309e4-0x187;let _0x3902f4=_0x31d52b[_0x9309e4];return _0x3902f4;},a111_0x9309(_0x48de1e,_0x37792c);}(function(_0x2fbd98,_0x533b19){const _0x5bb91a=a111_0x9309,_0x41814e=_0x2fbd98();while(!![]){try{const _0x5ae701=-parseInt(_0x5bb91a(0x19a))/0x1+parseInt(_0x5bb91a(0x19f))/0x2+parseInt(_0x5bb91a(0x1ba))/0x3+-parseInt(_0x5bb91a(0x1b6))/0x4+-parseInt(_0x5bb91a(0x1a2))/0x5*(parseInt(_0x5bb91a(0x190))/0x6)+parseInt(_0x5bb91a(0x19d))/0x7+-parseInt(_0x5bb91a(0x1a3))/0x8*(-parseInt(_0x5bb91a(0x1a6))/0x9);if(_0x5ae701===_0x533b19)break;else _0x41814e['push'](_0x41814e['shift']());}catch(_0x3c34c1){_0x41814e['push'](_0x41814e['shift']());}}}(a111_0x31d5,0x57208));const calculateTimeDiff=_0x49571f=>Date[a111_0x312682(0x198)]()-_0x49571f,logger=require(a111_0x312682(0x1b8))[a111_0x312682(0x1b0)],globals=require(a111_0x312682(0x197));class HealingCommandRepo{constructor(){const _0x5bcc99=a111_0x312682,_0x3a6554={};_0x3a6554['vIpls']=_0x5bcc99(0x1be);const _0x9fec72=_0x3a6554,_0x2892d2=_0x9fec72[_0x5bcc99(0x1bb)][_0x5bcc99(0x1a9)]('|');let _0x5ca127=0x0;while(!![]){switch(_0x2892d2[_0x5ca127++]){case'0':this[_0x5bcc99(0x1a5)]='';continue;case'1':this['commands']={};continue;case'2':this['isTcgTokenSet']=![];continue;case'3':this[_0x5bcc99(0x1a8)]={};continue;case'4':this[_0x5bcc99(0x1a7)]='';continue;case'5':this['authInfo']={};continue;}break;}}[a111_0x312682(0x1b7)](_0x513659,_0x125c90){const _0x344847=a111_0x312682,_0x3c9178={};_0x3c9178[_0x344847(0x1b2)]=function(_0x43ce58,_0x5a27e8){return _0x43ce58 in _0x5a27e8;};const _0x43f4ff=_0x3c9178;!_0x43f4ff[_0x344847(0x1b2)](_0x513659,this[_0x344847(0x1b4)])&&(this['commands'][_0x513659]=[]),this[_0x344847(0x1b4)][_0x513659][_0x344847(0x1bc)](_0x125c90);}[a111_0x312682(0x192)](_0xd76222,_0x3a86ad){const _0x1b4276=a111_0x312682,_0xf38c6f={'jrcao':function(_0x299d2f,_0x225914){return _0x299d2f(_0x225914);}},_0x5ab0f2=_0x3a86ad['method'],_0x2e8b49=_0x3a86ad['path'][_0x1b4276(0x1a9)](_0xd76222)[0x1],_0x47707d=this[_0x1b4276(0x1a8)][_0xd76222],_0x5eda6d={'k':_0x5ab0f2+':'+_0x2e8b49,'t':_0xf38c6f['jrcao'](calculateTimeDiff,_0x47707d)};this[_0x1b4276(0x1b7)](_0xd76222,_0x5eda6d);}[a111_0x312682(0x194)](_0x3c34a2){const _0x35479b=a111_0x312682;this['aiSessionTimeStamp'][_0x3c34a2]=Date[_0x35479b(0x198)]();}[a111_0x312682(0x19e)](_0x3c106e,_0x50d1c5){const _0x58b289=a111_0x312682;this['authInfo']['userName']=_0x3c106e,this[_0x58b289(0x189)][_0x58b289(0x1b3)]=_0x50d1c5;}['getAuthInfo'](){const _0xdfd356=a111_0x312682;return this[_0xdfd356(0x189)];}['setProjectNameForHealingContext'](_0x3ac538){const _0x3b5360=a111_0x312682;this[_0x3b5360(0x1a5)]=_0x3ac538;}['setTestNameForHealingContext'](_0x4dac27){const _0x4a5db3=a111_0x312682;this[_0x4a5db3(0x1a7)]=_0x4dac27;}[a111_0x312682(0x18a)](_0x44e530){const _0x5f2a69=a111_0x312682;this[_0x5f2a69(0x1b9)]=_0x44e530,this[_0x5f2a69(0x19c)](_0x44e530[_0x5f2a69(0x1a5)]),this[_0x5f2a69(0x19e)](_0x44e530[_0x5f2a69(0x1b5)],_0x44e530['accessKey']);}['setFramework'](_0x2974bc){const _0x3e553b=a111_0x312682;this[_0x3e553b(0x1bd)]=_0x2974bc;}[a111_0x312682(0x1af)](_0x5e5c87){const _0x1a07fc=a111_0x312682;this[_0x1a07fc(0x1a4)]=_0x5e5c87;}[a111_0x312682(0x1a0)](){return this['config'];}[a111_0x312682(0x1b1)](){const _0x37a566=a111_0x312682;return this[_0x37a566(0x1bd)];}[a111_0x312682(0x196)](){const _0x4bb675=a111_0x312682;return this[_0x4bb675(0x1a5)];}['getTestName'](){const _0x5656fe=a111_0x312682;return this[_0x5656fe(0x1a7)];}[a111_0x312682(0x19b)](_0x4d59d8){const _0x155763=a111_0x312682,_0x5cac06={};_0x5cac06[_0x155763(0x18e)]=_0x155763(0x193),_0x5cac06['qGPyk']='aiHeal_isHealingEnabled',_0x5cac06[_0x155763(0x18b)]=function(_0x243f04,_0x488425){return _0x243f04===_0x488425;},_0x5cac06[_0x155763(0x191)]=function(_0x44448,_0x18fa0c){return _0x44448+_0x18fa0c;},_0x5cac06['farQK']='No\x20commands\x20found\x20for\x20session:\x20';const _0x2def4a=_0x5cac06,_0x548531=this[_0x155763(0x1b4)][_0x4d59d8];this[_0x155763(0x1b4)][_0x4d59d8]=[];if(globals['getGlobal'](_0x2def4a['wEAtv'])&&globals[_0x155763(0x195)](_0x2def4a[_0x155763(0x18c)])&&!_0x548531||_0x2def4a[_0x155763(0x18b)](_0x548531[_0x155763(0x18d)],0x0))return logger['debug'](_0x2def4a[_0x155763(0x191)](_0x2def4a[_0x155763(0x1aa)],_0x4d59d8)),'';return _0x548531['map'](_0x287518=>JSON[_0x155763(0x199)](_0x287518))[_0x155763(0x188)](',');}[a111_0x312682(0x1ac)](){const _0x5c4274=a111_0x312682,_0x102513={};_0x102513[_0x5c4274(0x187)]=function(_0x3da1c7,_0x589170){return _0x3da1c7===_0x589170;},_0x102513['MmbNW']=function(_0x1947e1,_0x5c17ec){return _0x1947e1===_0x5c17ec;},_0x102513[_0x5c4274(0x1ad)]='true';const _0x44dab0=_0x102513;let _0x3afe71=![];return this['getConfig']()&&(_0x44dab0[_0x5c4274(0x187)](this[_0x5c4274(0x1a0)]()['selfHeal'],!![])||_0x44dab0[_0x5c4274(0x18f)](this[_0x5c4274(0x1a0)]()[_0x5c4274(0x1ae)],_0x44dab0[_0x5c4274(0x1ad)]))&&(_0x3afe71=!![]),_0x3afe71;}[a111_0x312682(0x1a1)](){const _0x28d036=a111_0x312682;return this[_0x28d036(0x1a4)];}}exports[a111_0x312682(0x1ab)]=new HealingCommandRepo();
@@ -1 +1 @@
1
- const a112_0x2dd9c1=a112_0x3450;(function(_0x55a674,_0x1ad41e){const _0x32cb0d=a112_0x3450,_0x760308=_0x55a674();while(!![]){try{const _0x49580a=parseInt(_0x32cb0d(0x1c2))/0x1+-parseInt(_0x32cb0d(0x1b8))/0x2+-parseInt(_0x32cb0d(0x1bb))/0x3+parseInt(_0x32cb0d(0x1bf))/0x4+-parseInt(_0x32cb0d(0x1c5))/0x5*(-parseInt(_0x32cb0d(0x1bc))/0x6)+-parseInt(_0x32cb0d(0x1b7))/0x7*(-parseInt(_0x32cb0d(0x1b4))/0x8)+parseInt(_0x32cb0d(0x1bd))/0x9*(parseInt(_0x32cb0d(0x1be))/0xa);if(_0x49580a===_0x1ad41e)break;else _0x760308['push'](_0x760308['shift']());}catch(_0x4b94c2){_0x760308['push'](_0x760308['shift']());}}}(a112_0x517f,0x9c41c));function a112_0x3450(_0xee6fc9,_0x287584){const _0x517f0b=a112_0x517f();return a112_0x3450=function(_0x345015,_0x6e2eba){_0x345015=_0x345015-0x1b2;let _0x34e5ef=_0x517f0b[_0x345015];return _0x34e5ef;},a112_0x3450(_0xee6fc9,_0x287584);}const a112_0x2eeb24={};a112_0x2eeb24['BUILDS_DASHBOARD_URL']='https://grid.browserstack.com/dashboard/builds',a112_0x2eeb24[a112_0x2dd9c1(0x1c4)]=a112_0x2dd9c1(0x1b3),module[a112_0x2dd9c1(0x1b5)]=a112_0x2eeb24;function a112_0x517f(){const _0x2b6f47=['staging','automate-turboscale/v1','2216rmXiHr','exports','toLowerCase','4529mwsSBG','1597408ImyhKk','BROWSERSTACK_ENV','pre-prod','3069951UjbBVJ','6jULATu','855297DcAamw','40OUSctv','2163068vJRRYm','prod','https://grid-preprod.bsstag.com/dashboard/builds','331942eLKcBC','BUILDS_DASHBOARD_URL','API_ENDPOINT','5149945DvizEj'];a112_0x517f=function(){return _0x2b6f47;};return a112_0x517f();}const _env=(process['env'][a112_0x2dd9c1(0x1b9)]||a112_0x2dd9c1(0x1c0))[a112_0x2dd9c1(0x1b6)]();if(_env===a112_0x2dd9c1(0x1b2)||_env==='stag')module[a112_0x2dd9c1(0x1b5)][a112_0x2dd9c1(0x1c3)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env==='preprod'||_env===a112_0x2dd9c1(0x1ba))&&(module['exports'][a112_0x2dd9c1(0x1c3)]=a112_0x2dd9c1(0x1c1));
1
+ const a112_0x3621ec=a112_0x1f14;function a112_0x3c5f(){const _0x445e77=['API_ENDPOINT','1907920luRwYb','https://grid-devhst.bsstag.com/dashboard/builds','8dEHaJT','2134548bZMinM','2182PYuuiB','54685HcFTGP','22svzaQp','199ACixfH','BUILDS_DASHBOARD_URL','preprod','BROWSERSTACK_ENV','https://grid.browserstack.com/dashboard/builds','toLowerCase','env','298569SVENhj','stag','1660776shXrgN','staging','exports','222HMMmqv','4765530tQnKAj'];a112_0x3c5f=function(){return _0x445e77;};return a112_0x3c5f();}(function(_0x1454a2,_0x4a8f15){const _0x2862f3=a112_0x1f14,_0x10f084=_0x1454a2();while(!![]){try{const _0x29bf01=-parseInt(_0x2862f3(0x1f9))/0x1*(parseInt(_0x2862f3(0x1f6))/0x2)+-parseInt(_0x2862f3(0x200))/0x3*(-parseInt(_0x2862f3(0x1f4))/0x4)+parseInt(_0x2862f3(0x1f7))/0x5*(-parseInt(_0x2862f3(0x205))/0x6)+-parseInt(_0x2862f3(0x208))/0x7+-parseInt(_0x2862f3(0x202))/0x8+parseInt(_0x2862f3(0x1f5))/0x9+parseInt(_0x2862f3(0x206))/0xa*(parseInt(_0x2862f3(0x1f8))/0xb);if(_0x29bf01===_0x4a8f15)break;else _0x10f084['push'](_0x10f084['shift']());}catch(_0x4dd45a){_0x10f084['push'](_0x10f084['shift']());}}}(a112_0x3c5f,0x4629d));const a112_0x44343c={};function a112_0x1f14(_0xb7480a,_0x4e5864){const _0x3c5f92=a112_0x3c5f();return a112_0x1f14=function(_0x1f144e,_0xc6d19f){_0x1f144e=_0x1f144e-0x1f4;let _0x38daac=_0x3c5f92[_0x1f144e];return _0x38daac;},a112_0x1f14(_0xb7480a,_0x4e5864);}a112_0x44343c['BUILDS_DASHBOARD_URL']=a112_0x3621ec(0x1fd),a112_0x44343c[a112_0x3621ec(0x207)]='automate-turboscale/v1',module[a112_0x3621ec(0x204)]=a112_0x44343c;const _env=(process[a112_0x3621ec(0x1ff)][a112_0x3621ec(0x1fc)]||'prod')[a112_0x3621ec(0x1fe)]();if(_env===a112_0x3621ec(0x203)||_env===a112_0x3621ec(0x201))module['exports'][a112_0x3621ec(0x1fa)]=a112_0x3621ec(0x209);else(_env===a112_0x3621ec(0x1fb)||_env==='pre-prod')&&(module['exports']['BUILDS_DASHBOARD_URL']='https://grid-preprod.bsstag.com/dashboard/builds');