browserstack-node-sdk 1.56.3 → 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 +5 -4
  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
- function a106_0x5818(){const _0x5df144=['manage','capabilitiesList','getAccessibilityResults','Accessibility\x20retry\x20configuration\x20updated:\x20','Accessibility\x20results\x20save\x20attempt\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','rejected','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','__workerDetails','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','CFrWB','script','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','options','isAccessibilityAutomationSession','\x20completed\x20successfully.','status','tshrw','scannerProcessingTimeout','setPlaywrightScriptTimeout','getInstance','vJDJY','env','performComprehensiveAccessibilityScanWithRetry','\x20for\x20method:\x20','10rLmXKm','7TicbXj','performScanWithRetry','isMobilePlatform','winstonLogger','results','HPNIS','HFqwp','HILyQ','aJWTo','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','bstackA11yScanOptions','../performance/constants','cGmtn','wTfZC','isPlaywrightPage','smqyh','EwYKn','performScan','getAccessibilityModule','yNcXm','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','is_mobile_session','goto','setScriptTimeout','scanSucceeded','33hmdNOD','unknown','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','waiWB','getGlobal','Issch','dUSql','cDibG','setSeleniumScriptTimeout','isRunning','8585510rRnMTV','timeouts','WeZmg','getSession','GyMwX','\x20-\x20not\x20applicable','fvoqx','maxRetries','613574xjtRPt','ms\x20using\x20timeouts()\x20API','OSCkj','GIrWP','63EwYIkU','PERFORM_SCAN','../logger','rEfdz','Jjmyg','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','hizCw','updateRetryConfig','url','./helper','gCwez','isAccessibilityPlatform','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','browserStackEvaluate','kgUjJ','measureWrapper','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','ansFz','saveAccessibilityResultsWithRetry','page','getCurrentUrl','JvSKH','value','Accessibility\x20scan\x20attempt\x20','isPlaywright','nxtXk','bstackA11yShouldScan','util','pVqHI','vZowp','Unknown\x20error','VztXu','):\x20','Wmllc','vYomI','error','uBPRr','setDefaultTimeout','warn','sRjyJ','../../bin/playwright/accessibility-helper','evaluate','dBxvp','VNwVp','rIOlN','HCbro','NYQVj','Playwright','executeAsyncScript','NHCND','tfBIX','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','7882592XoradH','kDCDf','debug','Unknown\x20driver/page\x20type:\x20','106440fLSWit',').\x20Last\x20error:\x20','bUKik','max','saveTestResults','qHCEm','nFNxV','tzIsd','unknown_method','AGCJD','driverType','stringify','LFMsE','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','getRetryConfig',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','pOrxN','function','iyGXR','playwright-codecept-driver','ms\x20using\x20setTimeouts\x20API','message','UVCnp','ljVRZ','oWJAo','summary','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','2918676Ernfeo','MitFm','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','pJKBm',').\x20Error:\x20','882495QEylcj','wPYnP','setTimeouts','HRuPG','isSeleniumDriver','crPDO','timeoutMs','playwright-page','mVMQO','dZUAa','YPhKO','NeUSK','dWCIC','VRcXa','tdCHg','DsTXo','RtCFp','getAccessibilityResultsSummaryWithRetry','NVNAz','info','assign','GTPQB','../globals','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','../performance/performance-tester','Scan\x20attempt\x20','UhjZc','BziyV','name','3745782BvSMab','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','type','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','constructor','BTmrx','ggtDe','race','\x20failed\x20(','getAccessibilityResultsSummary','defaultTimeoutMs','accessibilityPlatform'];a106_0x5818=function(){return _0x5df144;};return a106_0x5818();}const a106_0x3d7789=a106_0x5908;(function(_0x4fba06,_0x5d2140){const _0x1c7bfd=a106_0x5908,_0x3dc64b=_0x4fba06();while(!![]){try{const _0xd3800b=-parseInt(_0x1c7bfd(0x1b1))/0x1+-parseInt(_0x1c7bfd(0x1ed))/0x2*(-parseInt(_0x1c7bfd(0x1b5))/0x3)+parseInt(_0x1c7bfd(0x209))/0x4+parseInt(_0x1c7bfd(0x253))/0x5*(parseInt(_0x1c7bfd(0x22c))/0x6)+parseInt(_0x1c7bfd(0x254))/0x7*(parseInt(_0x1c7bfd(0x1e9))/0x8)+parseInt(_0x1c7bfd(0x20e))/0x9+-parseInt(_0x1c7bfd(0x1a9))/0xa*(parseInt(_0x1c7bfd(0x26d))/0xb);if(_0xd3800b===_0x5d2140)break;else _0x3dc64b['push'](_0x3dc64b['shift']());}catch(_0x172129){_0x3dc64b['push'](_0x3dc64b['shift']());}}}(a106_0x5818,0xf1b53));const util=require(a106_0x3d7789(0x1d0)),logger=require(a106_0x3d7789(0x1b7))[a106_0x3d7789(0x257)],accessibilityHelper=require(a106_0x3d7789(0x1be)),globals=require(a106_0x3d7789(0x224)),scripts=require('./scripts'),PerformanceTester=require(a106_0x3d7789(0x227)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x3d7789(0x25f)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a106_0x3d7789(0x1dd));}catch(a106_0x412553){logger[a106_0x3d7789(0x1eb)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a106_0x571512={};a106_0x571512['maxRetries']=0x1,a106_0x571512[a106_0x3d7789(0x214)]=0x7530,a106_0x571512[a106_0x3d7789(0x237)]=0x7530;const RETRY_CONFIG=a106_0x571512,setConfigTimeout=(_0x31bb0b,_0x29f091=null)=>{const _0x3ec25a=a106_0x3d7789,_0x317e42={'dZUAa':function(_0x34bad2,_0x3f5e75){return _0x34bad2===_0x3f5e75;},'gCwez':_0x3ec25a(0x24c),'aJWTo':function(_0x47f41c,_0x140f83){return _0x47f41c*_0x140f83;},'pJKBm':function(_0x2fcd6e,_0x3b5248){return _0x2fcd6e(_0x3b5248);}};if(BrowserstackCLI[_0x3ec25a(0x24e)]()[_0x3ec25a(0x1a8)]()&&BrowserstackCLI[_0x3ec25a(0x24e)]()['getAccessibilityModule']()){const _0x111c84=BrowserstackCLI[_0x3ec25a(0x24e)]()[_0x3ec25a(0x266)]()['accessibilityConfig'],_0x30ebe9=_0x111c84[_0x3ec25a(0x247)][_0x3ec25a(0x23a)]||[];for(const _0x17d58d of _0x30ebe9){_0x317e42[_0x3ec25a(0x217)](_0x17d58d[_0x3ec25a(0x22b)],_0x317e42[_0x3ec25a(0x1bf)])&&_0x317e42[_0x3ec25a(0x217)](_0x29f091,null)&&(_0x31bb0b[_0x3ec25a(0x214)]=_0x317e42[_0x3ec25a(0x25c)](_0x317e42[_0x3ec25a(0x20c)](parseInt,_0x17d58d['value']),0x3e8));}}else process[_0x3ec25a(0x250)][_0x3ec25a(0x25d)]&&(_0x31bb0b[_0x3ec25a(0x214)]=_0x317e42[_0x3ec25a(0x25c)](_0x317e42['pJKBm'](parseInt,process['env'][_0x3ec25a(0x25d)]),0x3e8));},detectDriverType=_0x597efe=>{const _0x21fa82=a106_0x3d7789,_0x3c4825={};_0x3c4825[_0x21fa82(0x1df)]=_0x21fa82(0x26e),_0x3c4825['rIOlN']=function(_0x2e18ef,_0x379b10){return _0x2e18ef===_0x379b10;},_0x3c4825[_0x21fa82(0x213)]=_0x21fa82(0x1fe),_0x3c4825['uBPRr']=function(_0x2b8735,_0x5ab3f5){return _0x2b8735===_0x5ab3f5;},_0x3c4825[_0x21fa82(0x1bb)]=function(_0xc89b58,_0x874fbc){return _0xc89b58===_0x874fbc;},_0x3c4825[_0x21fa82(0x1d1)]=_0x21fa82(0x215),_0x3c4825['BTmrx']=function(_0x2ea3c4,_0x2c96f7){return _0x2ea3c4===_0x2c96f7;},_0x3c4825[_0x21fa82(0x25b)]=function(_0x4bc084,_0x383e82){return _0x4bc084===_0x383e82;},_0x3c4825[_0x21fa82(0x1ea)]='selenium-webdriver',_0x3c4825[_0x21fa82(0x1ff)]='Page',_0x3c4825[_0x21fa82(0x229)]='WebDriver',_0x3c4825['smqyh']=_0x21fa82(0x1e4),_0x3c4825[_0x21fa82(0x24b)]=_0x21fa82(0x200),_0x3c4825[_0x21fa82(0x1ad)]=function(_0x3aada8,_0x1d2efd){return _0x3aada8||_0x1d2efd;},_0x3c4825['UdRoc']='undefined';const _0x127c89=_0x3c4825;if(!_0x597efe){const _0x2545fd={};return _0x2545fd[_0x21fa82(0x1cd)]=![],_0x2545fd[_0x21fa82(0x22f)]=_0x127c89[_0x21fa82(0x1df)],_0x2545fd;}if(_0x127c89[_0x21fa82(0x1e1)](typeof _0x597efe[_0x21fa82(0x1de)],_0x127c89[_0x21fa82(0x213)])&&_0x127c89[_0x21fa82(0x1d9)](typeof _0x597efe['url'],_0x127c89[_0x21fa82(0x213)])&&_0x127c89[_0x21fa82(0x1bb)](typeof _0x597efe[_0x21fa82(0x26a)],_0x127c89[_0x21fa82(0x213)])){const _0x596d8e={};return _0x596d8e[_0x21fa82(0x1cd)]=!![],_0x596d8e['type']=_0x127c89[_0x21fa82(0x1d1)],_0x596d8e;}if(_0x127c89[_0x21fa82(0x232)](typeof _0x597efe[_0x21fa82(0x1e5)],_0x127c89[_0x21fa82(0x213)])&&_0x127c89['HILyQ'](typeof _0x597efe['getCapabilities'],_0x127c89['crPDO'])){const _0x3d5e6b={};return _0x3d5e6b[_0x21fa82(0x1cd)]=![],_0x3d5e6b[_0x21fa82(0x22f)]=_0x127c89[_0x21fa82(0x1ea)],_0x3d5e6b;}const _0x4228fb=_0x597efe[_0x21fa82(0x231)]?.[_0x21fa82(0x22b)];if(_0x127c89[_0x21fa82(0x1d9)](_0x4228fb,_0x127c89[_0x21fa82(0x1ff)])){const _0x195a34={};return _0x195a34[_0x21fa82(0x1cd)]=!![],_0x195a34[_0x21fa82(0x22f)]=_0x127c89[_0x21fa82(0x1d1)],_0x195a34;}if(_0x127c89['uBPRr'](_0x4228fb,_0x127c89[_0x21fa82(0x229)])){const _0x2e9ebe={};return _0x2e9ebe[_0x21fa82(0x1cd)]=![],_0x2e9ebe[_0x21fa82(0x22f)]=_0x127c89[_0x21fa82(0x1ea)],_0x2e9ebe;}if(_0x127c89[_0x21fa82(0x232)](_0x4228fb,_0x127c89[_0x21fa82(0x263)])){const _0x2f099a={};return _0x2f099a[_0x21fa82(0x1cd)]=!![],_0x2f099a[_0x21fa82(0x22f)]=_0x127c89[_0x21fa82(0x24b)],_0x2f099a;}logger[_0x21fa82(0x1db)](_0x21fa82(0x1ec)+_0x127c89['GyMwX'](_0x4228fb,_0x127c89['UdRoc']));const _0x429d00={};return _0x429d00[_0x21fa82(0x1cd)]=![],_0x429d00[_0x21fa82(0x22f)]=_0x127c89[_0x21fa82(0x1df)],_0x429d00;},withTimeout=(_0x3ad882,_0xc758ac)=>{const _0x5d961b=a106_0x3d7789;return Promise[_0x5d961b(0x234)]([_0x3ad882,new Promise((_0x196326,_0x1db6d7)=>setTimeout(()=>_0x1db6d7(new Error('Operation\x20timed\x20out\x20after\x20'+_0xc758ac+'ms')),_0xc758ac))]);};function a106_0x5908(_0x4374d8,_0x188fae){const _0x581891=a106_0x5818();return a106_0x5908=function(_0x5908a9,_0x35fde8){_0x5908a9=_0x5908a9-0x1a4;let _0x2a5565=_0x581891[_0x5908a9];return _0x2a5565;},a106_0x5908(_0x4374d8,_0x188fae);}exports['performScanWithRetry']=async(_0x4d69c1,_0x58d918=null,_0x3ce6d7=null,_0x2b9595=![],_0x41afcb=null)=>{const _0x392afa=a106_0x3d7789,_0x336f33={'Wmllc':function(_0x81602,_0x20cbe5){return _0x81602&&_0x20cbe5;},'mVMQO':function(_0x13169e,_0x1548c1,_0x2957a0){return _0x13169e(_0x1548c1,_0x2957a0);},'tfBIX':function(_0x4a5226,_0x1eb453){return _0x4a5226===_0x1eb453;},'RtCFp':'playwright-codecept-driver','ggtDe':function(_0x8ca9e2,_0x5b868b){return _0x8ca9e2(_0x5b868b);},'nFNxV':function(_0xa3f01,_0x31c969){return _0xa3f01||_0x31c969;},'vYomI':function(_0x504be2,_0x36746d){return _0x504be2!==_0x36746d;},'LFMsE':_0x392afa(0x1c0),'NeUSK':function(_0x185086,_0x39a211){return _0x185086!==_0x39a211;},'bUKik':_0x392afa(0x1cf),'HFqwp':function(_0x5e2806,_0x4fbc46){return _0x5e2806===_0x4fbc46;},'VztXu':_0x392afa(0x268),'UrZgC':_0x392afa(0x1f5),'tzIsd':_0x392afa(0x1fe),'VNnrd':function(_0x3b5ac0,_0x387e20){return _0x3b5ac0===_0x387e20;},'oWJAo':function(_0x986b78,_0x34b673){return _0x986b78<=_0x34b673;},'GbNst':function(_0x2fda08,_0x6e5563){return _0x2fda08+_0x6e5563;},'waiWB':function(_0x56b921,_0x463de7){return _0x56b921+_0x463de7;},'Jjmyg':_0x392afa(0x1d3)},{isPlaywright:_0x37a0a1,type:_0xe8de49}=_0x336f33[_0x392afa(0x233)](detectDriverType,_0x4d69c1),_0x599a81=_0x2b9595?_0x336f33[_0x392afa(0x1f3)](_0x41afcb,{}):global[_0x392afa(0x25e)]||{},_0x4c5bbe=_0x37a0a1?global[_0x392afa(0x238)]&&(_0x2b9595||_0x336f33[_0x392afa(0x1d7)](global['bstackA11yShouldScan'],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x336f33[_0x392afa(0x1f9)])&&(_0x2b9595||_0x336f33[_0x392afa(0x219)](globals[_0x392afa(0x272)](_0x336f33[_0x392afa(0x1ef)]),![]));if(!_0x4c5bbe)return _0x37a0a1&&global['accessibilityPlatform']&&_0x336f33[_0x392afa(0x25a)](global[_0x392afa(0x1cf)],![])||!_0x37a0a1&&globals[_0x392afa(0x272)](_0x336f33[_0x392afa(0x1f9)])&&_0x336f33['HFqwp'](globals[_0x392afa(0x272)](_0x336f33[_0x392afa(0x1ef)]),![])?logger[_0x392afa(0x1eb)](_0x336f33[_0x392afa(0x1d4)]):logger[_0x392afa(0x1db)](_0x392afa(0x226)+_0xe8de49+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x422776=_0x58d918||global['browserstackSessionName']||_0x336f33['UrZgC'];let _0x136bc2=null;const _0xdb05f7={'testhub_btcer_uuid':global[_0x392afa(0x242)]?.['currentTest']?.['id'],'url':_0x336f33[_0x392afa(0x25a)](typeof _0x4d69c1[_0x392afa(0x1bd)],_0x336f33['tzIsd'])?await _0x4d69c1[_0x392afa(0x1bd)]():_0x336f33[_0x392afa(0x25a)](typeof _0x4d69c1['getCurrentUrl'],_0x336f33[_0x392afa(0x1f4)])?await _0x4d69c1[_0x392afa(0x1c9)]():'','automate_session_id':_0x336f33['VNnrd'](typeof _0x4d69c1['getSession'],_0x336f33[_0x392afa(0x1f4)])?(await _0x4d69c1[_0x392afa(0x1ac)]())['getId']():''};for(let _0x42f39b=0x1;_0x336f33[_0x392afa(0x205)](_0x42f39b,_0x336f33['GbNst'](RETRY_CONFIG[_0x392afa(0x1b0)],0x1));_0x42f39b++){try{return logger[_0x392afa(0x1eb)](_0x392afa(0x1cc)+_0x42f39b+'/'+_0x336f33[_0x392afa(0x271)](RETRY_CONFIG[_0x392afa(0x1b0)],0x1)+_0x392afa(0x252)+_0x422776+'\x20('+_0xe8de49+')'),await PerformanceTester[_0x392afa(0x1c4)](PerformanceA11yEvents[_0x392afa(0x1b6)],async()=>{const _0x11e2e3=_0x392afa;let _0x331c61;if(_0x336f33[_0x11e2e3(0x1d6)](_0x37a0a1,playwrightA11yHelper)){_0x336f33['mVMQO'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x4d69c1,RETRY_CONFIG[_0x11e2e3(0x214)]);let _0x1e125f=_0x4d69c1;_0x336f33[_0x11e2e3(0x1e7)](_0xe8de49,_0x336f33[_0x11e2e3(0x21e)])&&(_0x1e125f=_0x4d69c1[_0x11e2e3(0x1c8)]);const _0x2ed250=global[_0x11e2e3(0x256)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x331c61=await _0x336f33[_0x11e2e3(0x216)](withTimeout,playwrightA11yHelper[_0x11e2e3(0x265)](_0x1e125f,_0x422776,_0x599a81,_0x2ed250),RETRY_CONFIG[_0x11e2e3(0x214)]),await exports[_0x11e2e3(0x24d)](_0x4d69c1,RETRY_CONFIG[_0x11e2e3(0x237)]);}else await exports[_0x11e2e3(0x1a7)](_0x4d69c1,RETRY_CONFIG[_0x11e2e3(0x214)]),_0x331c61=await _0x336f33[_0x11e2e3(0x216)](withTimeout,accessibilityHelper[_0x11e2e3(0x265)](_0x4d69c1,_0x422776,_0x2b9595,_0x599a81),RETRY_CONFIG[_0x11e2e3(0x214)]),await exports['setSeleniumScriptTimeout'](_0x4d69c1,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x11e2e3(0x1eb)](_0x11e2e3(0x228)+_0x42f39b+_0x11e2e3(0x249));},{'command':_0x422776,..._0xdb05f7})(),logger['info'](_0x392afa(0x243)+_0x42f39b+'.'),!![];}catch(_0x3ec2f7){_0x136bc2=_0x3ec2f7,logger[_0x392afa(0x1eb)]('Accessibility\x20scan\x20attempt\x20'+_0x42f39b+'\x20failed\x20for\x20method:\x20'+_0x422776+'\x20('+_0xe8de49+_0x392afa(0x20d)+_0x3ec2f7[_0x392afa(0x202)]);}}return logger['error'](_0x392afa(0x22e)+_0x422776+'\x20('+_0xe8de49+')\x20with\x20error:\x20'+(_0x136bc2?.['message']||_0x336f33[_0x392afa(0x1b9)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x3f4392,_0x3d48f3)=>{const _0x3fbf78=a106_0x3d7789,_0xd7f532={'tUijR':function(_0x28f6f6,_0x580255){return _0x28f6f6(_0x580255);},'nxtXk':_0x3fbf78(0x1c0),'pOrxN':function(_0x26825f,_0x191d7c){return _0x26825f<=_0x191d7c;},'poquP':function(_0x44f1da,_0x303f40){return _0x44f1da+_0x303f40;},'ansFz':function(_0x47a898,_0x5f2ab0){return _0x47a898+_0x5f2ab0;},'VRcXa':function(_0x3de194,_0x1d9e2b){return _0x3de194&&_0x1d9e2b;},'NYQVj':function(_0x202ed0,_0x2454c2,_0x475240){return _0x202ed0(_0x2454c2,_0x475240);},'dWCIC':function(_0x46f6cf,_0x58243f,_0x50d4e9){return _0x46f6cf(_0x58243f,_0x50d4e9);},'UVCnp':_0x3fbf78(0x1d3)},{isPlaywright:_0x2e60dd,type:_0x28a6d7}=_0xd7f532['tUijR'](detectDriverType,_0x3f4392),_0x5b85ec=_0x2e60dd?_0x3d48f3[_0x3fbf78(0x238)]:accessibilityHelper[_0x3fbf78(0x248)]()&&globals[_0x3fbf78(0x272)](_0xd7f532[_0x3fbf78(0x1ce)]);if(!_0x5b85ec)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x28a6d7+_0x3fbf78(0x1fc)),[];let _0x5099bb=null;for(let _0x26e8dc=0x1;_0xd7f532[_0x3fbf78(0x1fd)](_0x26e8dc,_0xd7f532['poquP'](RETRY_CONFIG[_0x3fbf78(0x1b0)],0x1));_0x26e8dc++){try{logger[_0x3fbf78(0x1eb)](_0x3fbf78(0x23e)+_0x26e8dc+'/'+_0xd7f532[_0x3fbf78(0x1c6)](RETRY_CONFIG[_0x3fbf78(0x1b0)],0x1)+'\x20('+_0x28a6d7+')');let _0x7d7a27;return _0xd7f532[_0x3fbf78(0x21b)](_0x2e60dd,playwrightA11yHelper)?(_0xd7f532[_0x3fbf78(0x1e3)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3f4392,RETRY_CONFIG[_0x3fbf78(0x214)]),_0x7d7a27=await _0xd7f532[_0x3fbf78(0x1e3)](withTimeout,playwrightA11yHelper[_0x3fbf78(0x23b)](_0x3f4392),RETRY_CONFIG[_0x3fbf78(0x214)]),await exports['setPlaywrightScriptTimeout'](_0x3f4392,RETRY_CONFIG[_0x3fbf78(0x237)])):(await exports[_0x3fbf78(0x1a7)](_0x3f4392,RETRY_CONFIG[_0x3fbf78(0x214)]),_0x7d7a27=await _0xd7f532[_0x3fbf78(0x21a)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x3f4392,_0x3d48f3),RETRY_CONFIG['timeoutMs']),await exports[_0x3fbf78(0x1a7)](_0x3f4392,RETRY_CONFIG[_0x3fbf78(0x237)])),logger[_0x3fbf78(0x221)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x26e8dc+'\x20('+_0x28a6d7+')'),_0x7d7a27;}catch(_0x45f355){_0x5099bb=_0x45f355,logger['warn']('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x26e8dc+_0x3fbf78(0x235)+_0x28a6d7+').\x20Error:\x20'+_0x45f355['message']);}}return logger['error'](_0x3fbf78(0x225)+_0x28a6d7+_0x3fbf78(0x1ee)+(_0x5099bb?.[_0x3fbf78(0x202)]||_0xd7f532[_0x3fbf78(0x203)])),[];},exports[a106_0x3d7789(0x21f)]=async(_0x226a4e,_0x111664)=>{const _0xe7e020=a106_0x3d7789,_0x1391d3={'JvSKH':function(_0x35b74d,_0x2b6edb){return _0x35b74d(_0x2b6edb);},'tdCHg':_0xe7e020(0x1c0),'cGmtn':function(_0x1c37c9,_0x1c0ca3){return _0x1c37c9<=_0x1c0ca3;},'MitFm':function(_0xc512e7,_0x5afa5f){return _0xc512e7+_0x5afa5f;},'qHCEm':function(_0x2ab911,_0x4db4c0){return _0x2ab911&&_0x4db4c0;},'dUSql':function(_0x300c5e,_0x48201d,_0x4e5641){return _0x300c5e(_0x48201d,_0x4e5641);},'NVNAz':function(_0x55208b,_0x5cccc9,_0x5d3004){return _0x55208b(_0x5cccc9,_0x5d3004);},'DsTXo':_0xe7e020(0x1d3)},{isPlaywright:_0x4efca0,type:_0x270e43}=_0x1391d3[_0xe7e020(0x1ca)](detectDriverType,_0x226a4e),_0x226ec3=_0x4efca0?_0x111664[_0xe7e020(0x238)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0xe7e020(0x272)](_0x1391d3[_0xe7e020(0x21c)]);if(!_0x226ec3)return logger['warn'](_0xe7e020(0x226)+_0x270e43+_0xe7e020(0x241)),{};let _0x3de600=null;for(let _0xa38805=0x1;_0x1391d3[_0xe7e020(0x260)](_0xa38805,_0x1391d3[_0xe7e020(0x20a)](RETRY_CONFIG['maxRetries'],0x1));_0xa38805++){try{logger[_0xe7e020(0x1eb)](_0xe7e020(0x230)+_0xa38805+'/'+_0x1391d3[_0xe7e020(0x20a)](RETRY_CONFIG[_0xe7e020(0x1b0)],0x1)+'\x20('+_0x270e43+')');let _0x18e7cd;return _0x1391d3[_0xe7e020(0x1f2)](_0x4efca0,playwrightA11yHelper)?(_0x1391d3[_0xe7e020(0x1a5)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x226a4e,RETRY_CONFIG['timeoutMs']),_0x18e7cd=await _0x1391d3['dUSql'](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x226a4e),RETRY_CONFIG[_0xe7e020(0x214)]),await exports[_0xe7e020(0x24d)](_0x226a4e,RETRY_CONFIG[_0xe7e020(0x237)])):(await exports[_0xe7e020(0x1a7)](_0x226a4e,RETRY_CONFIG[_0xe7e020(0x214)]),_0x18e7cd=await _0x1391d3[_0xe7e020(0x220)](withTimeout,accessibilityHelper[_0xe7e020(0x236)](_0x226a4e,_0x111664),RETRY_CONFIG[_0xe7e020(0x214)]),await exports[_0xe7e020(0x1a7)](_0x226a4e,RETRY_CONFIG[_0xe7e020(0x237)])),logger[_0xe7e020(0x221)](_0xe7e020(0x22d)+_0xa38805+'\x20('+_0x270e43+')'),_0x18e7cd;}catch(_0x52571e){_0x3de600=_0x52571e,logger[_0xe7e020(0x1db)](_0xe7e020(0x230)+_0xa38805+'\x20failed\x20('+_0x270e43+_0xe7e020(0x20d)+_0x52571e[_0xe7e020(0x202)]);}}return logger[_0xe7e020(0x1d8)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x270e43+').\x20Last\x20error:\x20'+(_0x3de600?.['message']||_0x1391d3[_0xe7e020(0x21d)])),{};},exports[a106_0x3d7789(0x251)]=async(_0x1f7484,_0x324d7e,_0x561f4c=null)=>{const _0x32e346=a106_0x3d7789,_0x5e56f1={'yNcXm':function(_0x4b763f,_0x381682){return _0x4b763f(_0x381682);},'rEfdz':function(_0x1c5f8d,_0x1a0f00){return _0x1c5f8d===_0x1a0f00;},'vJDJY':'fulfilled','rITpt':function(_0x4e0682,_0x44b5ca){return _0x4e0682===_0x44b5ca;},'lavEb':function(_0x46fe0c,_0x2e7b0f){return _0x46fe0c===_0x2e7b0f;},'vZowp':_0x32e346(0x23f),'NHCND':function(_0x1e45c2,_0x163556){return _0x1e45c2===_0x163556;},'BJHhI':_0x32e346(0x1ba)},{isPlaywright:_0x2501c8,type:_0x3ab2e2}=_0x5e56f1[_0x32e346(0x267)](detectDriverType,_0x1f7484),_0x5c43d9={};_0x5c43d9[_0x32e346(0x26c)]=![],_0x5c43d9[_0x32e346(0x258)]=[],_0x5c43d9[_0x32e346(0x206)]={},_0x5c43d9['error']=null,_0x5c43d9[_0x32e346(0x1f7)]=_0x3ab2e2;const _0x199d43=_0x5c43d9;try{_0x199d43[_0x32e346(0x26c)]=await exports[_0x32e346(0x255)](_0x1f7484,_0x561f4c);if(_0x199d43[_0x32e346(0x26c)]){const [_0x217828,_0x4df66b]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x1f7484,_0x324d7e),exports[_0x32e346(0x21f)](_0x1f7484,_0x324d7e)]);_0x199d43[_0x32e346(0x258)]=_0x5e56f1[_0x32e346(0x1b8)](_0x217828[_0x32e346(0x24a)],_0x5e56f1[_0x32e346(0x24f)])?_0x217828[_0x32e346(0x1cb)]:[],_0x199d43[_0x32e346(0x206)]=_0x5e56f1['rITpt'](_0x4df66b[_0x32e346(0x24a)],_0x5e56f1[_0x32e346(0x24f)])?_0x4df66b[_0x32e346(0x1cb)]:{},_0x5e56f1['lavEb'](_0x217828[_0x32e346(0x24a)],_0x5e56f1['vZowp'])&&logger['warn'](_0x32e346(0x26f)+_0x3ab2e2+_0x32e346(0x1d5)+_0x217828['reason']?.[_0x32e346(0x202)]),_0x5e56f1[_0x32e346(0x1e6)](_0x4df66b[_0x32e346(0x24a)],_0x5e56f1[_0x32e346(0x1d2)])&&logger[_0x32e346(0x1db)](_0x32e346(0x1c5)+_0x3ab2e2+_0x32e346(0x1d5)+_0x4df66b['reason']?.['message']);}}catch(_0x49ca95){_0x199d43[_0x32e346(0x1d8)]=_0x49ca95[_0x32e346(0x202)]||_0x5e56f1['BJHhI'],logger[_0x32e346(0x1d8)]('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x3ab2e2+'):\x20'+_0x199d43['error']);}return _0x199d43;},exports[a106_0x3d7789(0x1bc)]=_0x195dd6=>{const _0x513753=a106_0x3d7789,_0x3094ed={};_0x3094ed[_0x513753(0x1af)]=function(_0x1625ef,_0x34ac1e){return _0x1625ef!==_0x34ac1e;};const _0x377e1b=_0x3094ed;_0x377e1b['fvoqx'](_0x195dd6[_0x513753(0x1b0)],undefined)&&(RETRY_CONFIG[_0x513753(0x1b0)]=Math[_0x513753(0x1f0)](0x0,_0x195dd6['maxRetries'])),_0x377e1b[_0x513753(0x1af)](_0x195dd6[_0x513753(0x214)],undefined)&&(RETRY_CONFIG[_0x513753(0x214)]=Math[_0x513753(0x1f0)](0x3e8,_0x195dd6[_0x513753(0x214)])),logger[_0x513753(0x1eb)](_0x513753(0x23c)+JSON[_0x513753(0x1f8)](RETRY_CONFIG));},exports[a106_0x3d7789(0x1fb)]=()=>{const _0x5690bc={...RETRY_CONFIG};return _0x5690bc;},exports[a106_0x3d7789(0x262)]=_0x23b6d6=>{const _0x5c39db=a106_0x3d7789,_0x439722={'jXxaO':function(_0x4af604,_0x9dcd76){return _0x4af604(_0x9dcd76);}};return _0x439722['jXxaO'](detectDriverType,_0x23b6d6)[_0x5c39db(0x1cd)];},exports[a106_0x3d7789(0x212)]=_0x1cd566=>{const _0xc6778f=a106_0x3d7789,_0x5bfd4b={'HPNIS':function(_0x37a7c8,_0x5d5ae6){return _0x37a7c8(_0x5d5ae6);},'Issch':function(_0x6f8e8c,_0x1164ff){return _0x6f8e8c===_0x1164ff;},'dfabU':'selenium-webdriver'},{isPlaywright:_0x1cdf1c,type:_0x3043aa}=_0x5bfd4b[_0xc6778f(0x259)](detectDriverType,_0x1cd566);return!_0x1cdf1c&&_0x5bfd4b[_0xc6778f(0x1a4)](_0x3043aa,_0x5bfd4b['dfabU']);},exports[a106_0x3d7789(0x24d)]=async(_0x2afae9,_0x4af0dc=null)=>{const _0x1aa2b7=a106_0x3d7789,_0x3693a6={'CFrWB':function(_0x4520ed,_0x43e77e){return _0x4520ed(_0x43e77e);},'wPYnP':function(_0x618cff,_0x430a2c){return _0x618cff===_0x430a2c;},'GTPQB':_0x1aa2b7(0x1fe)},{isPlaywright:_0x524b0f,type:_0x435031}=_0x3693a6[_0x1aa2b7(0x244)](detectDriverType,_0x2afae9);if(!_0x524b0f)return logger[_0x1aa2b7(0x1eb)]('Skipping\x20timeout\x20setting\x20for\x20'+_0x435031+_0x1aa2b7(0x1ae)),!![];const _0x1050c3=_0x4af0dc||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x2afae9&&_0x3693a6[_0x1aa2b7(0x20f)](typeof _0x2afae9[_0x1aa2b7(0x1da)],_0x3693a6[_0x1aa2b7(0x223)])&&(await _0x2afae9['setDefaultTimeout'](_0x1050c3),logger[_0x1aa2b7(0x1eb)](_0x1aa2b7(0x208)+_0x1050c3+'ms')),!![];}catch(_0x3c8db3){return logger[_0x1aa2b7(0x1db)](_0x1aa2b7(0x20b)+_0x3c8db3[_0x1aa2b7(0x202)]),![];}},exports[a106_0x3d7789(0x1a7)]=async(_0x3e75a5,_0x1bb521=null)=>{const _0x4147fd=a106_0x3d7789,_0x299872={};_0x299872[_0x4147fd(0x1dc)]=_0x4147fd(0x246),_0x299872['VNwVp']=function(_0x2a1b44,_0x25070a){return _0x2a1b44===_0x25070a;},_0x299872[_0x4147fd(0x1f6)]='function',_0x299872[_0x4147fd(0x1b3)]=function(_0x3df89f,_0x264aef){return _0x3df89f===_0x264aef;},_0x299872[_0x4147fd(0x1ab)]=_0x4147fd(0x207),_0x299872[_0x4147fd(0x204)]=_0x4147fd(0x1c1);const _0x25311d=_0x299872;if(!exports['isSeleniumDriver'](_0x3e75a5))return logger[_0x4147fd(0x1db)](_0x25311d[_0x4147fd(0x1dc)]),![];const _0x2565e4=_0x1bb521||RETRY_CONFIG[_0x4147fd(0x237)];try{if(_0x3e75a5&&_0x25311d[_0x4147fd(0x1e0)](typeof _0x3e75a5[_0x4147fd(0x239)],_0x25311d[_0x4147fd(0x1f6)])){const _0x5a31dc=_0x3e75a5[_0x4147fd(0x239)]();if(_0x5a31dc&&_0x25311d[_0x4147fd(0x1b3)](typeof _0x5a31dc[_0x4147fd(0x1aa)],_0x25311d['AGCJD']))await _0x5a31dc[_0x4147fd(0x1aa)]()[_0x4147fd(0x26b)](_0x2565e4),logger[_0x4147fd(0x1eb)](_0x4147fd(0x240)+_0x2565e4+_0x4147fd(0x1b2));else{if(_0x5a31dc&&_0x25311d['VNwVp'](typeof _0x5a31dc[_0x4147fd(0x210)],_0x25311d[_0x4147fd(0x1f6)])){const _0x44d54e={};_0x44d54e[_0x4147fd(0x245)]=_0x2565e4,await _0x5a31dc['setTimeouts'](_0x44d54e),logger[_0x4147fd(0x1eb)](_0x4147fd(0x240)+_0x2565e4+_0x4147fd(0x201));}else{if(_0x5a31dc&&_0x25311d[_0x4147fd(0x1b3)](typeof _0x5a31dc[_0x4147fd(0x26b)],_0x25311d['AGCJD']))await _0x5a31dc[_0x4147fd(0x26b)](_0x2565e4),logger[_0x4147fd(0x1eb)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x2565e4+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x4147fd(0x1eb)](_0x25311d['WeZmg']),!![];}}}else return logger['debug'](_0x25311d[_0x4147fd(0x204)]),!![];return!![];}catch(_0x2b5b4d){return logger[_0x4147fd(0x1db)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x2b5b4d[_0x4147fd(0x202)]),![];}},exports[a106_0x3d7789(0x1c7)]=async(_0x30bce2,_0x48782f)=>{const _0x1a3256=a106_0x3d7789,_0x15daf6={'EwYKn':function(_0x5e39f5,_0x26cdb3){return _0x5e39f5(_0x26cdb3);},'kgUjJ':'isAccessibilityPlatform','BziyV':function(_0x2f0572,_0x11f250){return _0x2f0572<=_0x11f250;},'cDibG':function(_0x25c3de,_0x5905e1){return _0x25c3de+_0x5905e1;},'YPhKO':function(_0x59112a,_0x485faa){return _0x59112a+_0x485faa;},'GIrWP':function(_0x43b455,_0x1866ee){return _0x43b455&&_0x1866ee;},'HRuPG':function(_0x3448d5,_0x580f4c,_0x23acaf){return _0x3448d5(_0x580f4c,_0x23acaf);},'HCbro':function(_0x15ce1f,_0xb2f813,_0x525ca6){return _0x15ce1f(_0xb2f813,_0x525ca6);},'wTfZC':_0x1a3256(0x256),'RhOiC':_0x1a3256(0x1d3)},{isPlaywright:_0x1d7c21,type:_0x32ff20}=_0x15daf6[_0x1a3256(0x264)](detectDriverType,_0x30bce2),_0x38ba2c=_0x1d7c21?global[_0x1a3256(0x238)]:accessibilityHelper[_0x1a3256(0x248)]()&&globals['getGlobal'](_0x15daf6[_0x1a3256(0x1c3)]);if(!_0x38ba2c)return logger[_0x1a3256(0x1db)](_0x1a3256(0x226)+_0x32ff20+_0x1a3256(0x270)),![];let _0x3a231b=null;for(let _0x262364=0x1;_0x15daf6[_0x1a3256(0x22a)](_0x262364,_0x15daf6[_0x1a3256(0x1a6)](RETRY_CONFIG['maxRetries'],0x1));_0x262364++){try{logger['debug'](_0x1a3256(0x23d)+_0x262364+'/'+_0x15daf6[_0x1a3256(0x218)](RETRY_CONFIG[_0x1a3256(0x1b0)],0x1)+'\x20('+_0x32ff20+')');if(_0x15daf6[_0x1a3256(0x1b4)](_0x1d7c21,playwrightA11yHelper)){_0x15daf6['HRuPG'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x1a3256(0x24d)](_0x30bce2,RETRY_CONFIG['timeoutMs']);const _0x1f31c5={};_0x1f31c5['is_mobile_session']=!![];const _0x20aef3=global['isMobilePlatform']?Object[_0x1a3256(0x222)]({},_0x48782f,_0x1f31c5):_0x48782f;await _0x15daf6[_0x1a3256(0x1e2)](withTimeout,playwrightA11yHelper[_0x1a3256(0x1c2)](_0x30bce2,scripts[_0x1a3256(0x1f1)],_0x20aef3),RETRY_CONFIG[_0x1a3256(0x214)]),await exports[_0x1a3256(0x24d)](_0x30bce2,RETRY_CONFIG[_0x1a3256(0x237)]);}else{await exports[_0x1a3256(0x1a7)](_0x30bce2,RETRY_CONFIG[_0x1a3256(0x214)]);const _0x1f4e02={};_0x1f4e02[_0x1a3256(0x269)]=!![];const _0x5c92f8=globals[_0x1a3256(0x272)](_0x15daf6[_0x1a3256(0x261)])?Object[_0x1a3256(0x222)]({},_0x48782f,_0x1f4e02):_0x48782f;await _0x15daf6[_0x1a3256(0x211)](withTimeout,_0x30bce2[_0x1a3256(0x1e5)](scripts[_0x1a3256(0x1f1)],_0x5c92f8),RETRY_CONFIG[_0x1a3256(0x214)]),await exports[_0x1a3256(0x1a7)](_0x30bce2,RETRY_CONFIG[_0x1a3256(0x237)]);}return logger[_0x1a3256(0x221)](_0x1a3256(0x1fa)+_0x262364+'\x20('+_0x32ff20+')'),!![];}catch(_0x5f500a){_0x3a231b=_0x5f500a,logger['warn'](_0x1a3256(0x23d)+_0x262364+'\x20failed\x20('+_0x32ff20+').\x20Error:\x20'+_0x5f500a['message']);}}return logger[_0x1a3256(0x1d8)](_0x1a3256(0x1e8)+_0x32ff20+').\x20Last\x20error:\x20'+(_0x3a231b?.[_0x1a3256(0x202)]||_0x15daf6['RhOiC'])),![];};
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
- var a107_0x5e90a0=a107_0x4a04;(function(_0x2a017d,_0x56013e){var _0x6d6003=a107_0x4a04,_0x5c32d6=_0x2a017d();while(!![]){try{var _0xce80fe=parseInt(_0x6d6003(0xb1))/0x1*(parseInt(_0x6d6003(0xc6))/0x2)+parseInt(_0x6d6003(0xc2))/0x3*(-parseInt(_0x6d6003(0xb8))/0x4)+parseInt(_0x6d6003(0xb4))/0x5+-parseInt(_0x6d6003(0xb0))/0x6+parseInt(_0x6d6003(0xc3))/0x7+parseInt(_0x6d6003(0xc1))/0x8*(-parseInt(_0x6d6003(0xbe))/0x9)+parseInt(_0x6d6003(0xc8))/0xa;if(_0xce80fe===_0x56013e)break;else _0x5c32d6['push'](_0x5c32d6['shift']());}catch(_0x59e8e9){_0x5c32d6['push'](_0x5c32d6['shift']());}}}(a107_0xb18f,0x5f4e8),exports['API_URL']=a107_0x5e90a0(0xca),exports[a107_0x5e90a0(0xc4)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a107_0x5e90a0(0xc7),exports[a107_0x5e90a0(0xbf)]=a107_0x5e90a0(0xb2),exports[a107_0x5e90a0(0xc0)]=a107_0x5e90a0(0xb3));function a107_0x4a04(_0x9c7b4d,_0x515252){var _0xb18fa=a107_0xb18f();return a107_0x4a04=function(_0x4a047d,_0x324447){_0x4a047d=_0x4a047d-0xaf;var _0xea5995=_0xb18fa[_0x4a047d];return _0xea5995;},a107_0x4a04(_0x9c7b4d,_0x515252);}var a107_0x3b90ab={};a107_0x3b90ab['display_name']='Chrome',a107_0x3b90ab[a107_0x5e90a0(0xb7)]=0x5e,a107_0x3b90ab['min_version_non_browserstack']=0x64,a107_0x3b90ab[a107_0x5e90a0(0xbd)]=!![];var a107_0x38b4a9={};a107_0x38b4a9[a107_0x5e90a0(0xba)]=a107_0x5e90a0(0xbc),a107_0x38b4a9[a107_0x5e90a0(0xb7)]=0x5e,a107_0x38b4a9[a107_0x5e90a0(0xb6)]=0x64,a107_0x38b4a9[a107_0x5e90a0(0xbd)]=!![];var a107_0x36632e={};a107_0x36632e[a107_0x5e90a0(0xba)]=a107_0x5e90a0(0xbc),a107_0x36632e[a107_0x5e90a0(0xb7)]=0x5e,a107_0x36632e[a107_0x5e90a0(0xb6)]=0x64,a107_0x36632e[a107_0x5e90a0(0xbd)]=!![];var a107_0x40f320={};a107_0x40f320[a107_0x5e90a0(0xba)]='ChromeForTesting',a107_0x40f320[a107_0x5e90a0(0xb7)]=0x8d,a107_0x40f320[a107_0x5e90a0(0xb6)]=0x8d,a107_0x40f320['requires_chrome_options_check']=!![];function a107_0xb18f(){var _0xd0cd32=['chrome','display_name','safari','Chrome','requires_chrome_options_check','189pcrJnv','MINIMUM_CHROMEFORTESTING_VERSION','MINIMUM_SAFARI_VERSION','207344EIFJKX','71811zAGRlC','1096613PqcmwL','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','ACCESSIBILITY_SUPPORTED_BROWSERS','920534zBthzD','100','12703830WgajwB','chromium','https://accessibility.browserstack.com/api','playwright-chromium','4257018DJBreG','1qEjqQo','141','18.4','1896050eUBzTc','Safari','min_version_non_browserstack','min_version_browserstack','104WAGnGx'];a107_0xb18f=function(){return _0xd0cd32;};return a107_0xb18f();}var a107_0x597e61={};a107_0x597e61[a107_0x5e90a0(0xba)]=a107_0x5e90a0(0xb5),a107_0x597e61['min_version_browserstack']=18.4,a107_0x597e61[a107_0x5e90a0(0xb6)]=18.4,a107_0x597e61[a107_0x5e90a0(0xbd)]=![];var a107_0x66d743={};a107_0x66d743[a107_0x5e90a0(0xb9)]=a107_0x3b90ab,a107_0x66d743[a107_0x5e90a0(0xc9)]=a107_0x38b4a9,a107_0x66d743[a107_0x5e90a0(0xaf)]=a107_0x36632e,a107_0x66d743['chromefortesting']=a107_0x40f320,a107_0x66d743[a107_0x5e90a0(0xbb)]=a107_0x597e61,exports[a107_0x5e90a0(0xc5)]=a107_0x66d743;
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
- const a108_0x30129a=a108_0x272b;(function(_0x4e347c,_0xfe5ca2){const _0x55b8f5=a108_0x272b,_0x549679=_0x4e347c();while(!![]){try{const _0x43e553=parseInt(_0x55b8f5(0x216))/0x1*(parseInt(_0x55b8f5(0x1c4))/0x2)+parseInt(_0x55b8f5(0x2a8))/0x3*(parseInt(_0x55b8f5(0x2a1))/0x4)+parseInt(_0x55b8f5(0x25b))/0x5*(-parseInt(_0x55b8f5(0x296))/0x6)+parseInt(_0x55b8f5(0x2bf))/0x7*(-parseInt(_0x55b8f5(0x212))/0x8)+-parseInt(_0x55b8f5(0x286))/0x9*(-parseInt(_0x55b8f5(0x2b1))/0xa)+parseInt(_0x55b8f5(0x20d))/0xb+parseInt(_0x55b8f5(0x231))/0xc;if(_0x43e553===_0xfe5ca2)break;else _0x549679['push'](_0x549679['shift']());}catch(_0x26f8d2){_0x549679['push'](_0x549679['shift']());}}}(a108_0x1bd2,0x2a035));const path=require(a108_0x30129a(0x1cb)),util=require(a108_0x30129a(0x256)),bsSetupHelper=require(a108_0x30129a(0x271)),logger=require(a108_0x30129a(0x243))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x30129a(0x221)),PerformanceTester=require(a108_0x30129a(0x1be)),scripts=require(a108_0x30129a(0x20b)),globals=require(a108_0x30129a(0x26e)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a108_0x30129a(0x2b6)]=async _0x49fbca=>{const _0x4cc663=a108_0x30129a,_0x4bf2a8={};_0x4bf2a8[_0x4cc663(0x268)]=function(_0xd6f9ce,_0x5e85f7){return _0xd6f9ce===_0x5e85f7;},_0x4bf2a8['uevUl']=_0x4cc663(0x233);const _0x4e8eed=_0x4bf2a8;let _0x4f5c8e={};try{const _0x274f39=await _0x49fbca[_0x4cc663(0x1f2)]();_0x4f5c8e={'os_name':_0x274f39[_0x4cc663(0x21e)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x4e8eed[_0x4cc663(0x268)](global[_0x4cc663(0x269)],_0x4e8eed[_0x4cc663(0x1d0)])),'browser_name':_0x274f39[_0x4cc663(0x201)](),'browser_version':_0x274f39[_0x4cc663(0x1e7)]()};}catch(_0x3bfafb){logger[_0x4cc663(0x2a0)](_0x4cc663(0x1c9)+_0x3bfafb);}return _0x4f5c8e;},exports[a108_0x30129a(0x1b4)]=()=>{const _0x1abe1f=a108_0x30129a,_0x153442={};_0x153442[_0x1abe1f(0x293)]=function(_0x2c37f6,_0x17eafd){return _0x2c37f6===_0x17eafd;},_0x153442[_0x1abe1f(0x279)]=_0x1abe1f(0x2b0),_0x153442['mGSSI']=function(_0xbb7230,_0x24c47e){return _0xbb7230>_0x24c47e;},_0x153442[_0x1abe1f(0x24b)]=function(_0x19b613,_0x1f3e4f){return _0x19b613!==_0x1f3e4f;},_0x153442[_0x1abe1f(0x264)]='null',_0x153442[_0x1abe1f(0x260)]=function(_0x5c5666,_0x32577a){return _0x5c5666&&_0x32577a;};const _0x28743d=_0x153442;try{const _0x3ffadd=bsSetupHelper[_0x1abe1f(0x25c)](process[_0x1abe1f(0x1da)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x1abe1f(0x25c)](process[_0x1abe1f(0x1da)][_0x1abe1f(0x2a4)]),_0x56f8ff=_0x28743d[_0x1abe1f(0x293)](typeof process['env'][_0x1abe1f(0x2b9)],_0x28743d[_0x1abe1f(0x279)])&&_0x28743d['mGSSI'](process[_0x1abe1f(0x1da)][_0x1abe1f(0x2b9)][_0x1abe1f(0x1d7)],0x0)&&_0x28743d[_0x1abe1f(0x24b)](process['env'][_0x1abe1f(0x2b9)],_0x28743d[_0x1abe1f(0x264)]);return _0x28743d[_0x1abe1f(0x260)](_0x3ffadd,_0x56f8ff);}catch(_0x572c12){logger[_0x1abe1f(0x2a0)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x572c12);}return![];},exports[a108_0x30129a(0x29a)]=(_0x51fcd7,_0x2d06b3)=>{const _0x1629ef=a108_0x30129a,_0x109bf0={'fpWtJ':'browserName','yetyK':function(_0x3c9c09,_0x38e5d6){return _0x3c9c09(_0x38e5d6);},'TRSPM':_0x1629ef(0x1e9),'wfJbH':_0x1629ef(0x213),'YaOWc':'bstack:options','GHRhN':function(_0x324379,_0x599323){return _0x324379(_0x599323);},'hpoca':_0x1629ef(0x1de),'GvlgD':_0x1629ef(0x1fe),'HKjHf':_0x1629ef(0x27d),'rCOgk':_0x1629ef(0x1bd),'guQBS':_0x1629ef(0x2ae),'oGpjP':'options_','wrjAP':_0x1629ef(0x295),'SlLnY':_0x1629ef(0x297),'wKYXA':_0x1629ef(0x1cd),'ccAAH':_0x1629ef(0x1e3),'KDOZJ':function(_0x28a2b9,_0xd5c071){return _0x28a2b9===_0xd5c071;},'hPefz':_0x1629ef(0x227),'VsbJY':function(_0x3d20a7,_0xc90579){return _0x3d20a7>=_0xc90579;}},_0x5de560=_0x51fcd7[_0x1629ef(0x25a)](_0x109bf0[_0x1629ef(0x1c8)]),_0x497d51=_0x109bf0[_0x1629ef(0x27b)](parseFloat,_0x51fcd7[_0x1629ef(0x25a)](_0x109bf0['TRSPM']))||_0x109bf0[_0x1629ef(0x27b)](parseFloat,_0x51fcd7[_0x1629ef(0x25a)](_0x109bf0[_0x1629ef(0x1db)])),_0x3c0b39=_0x51fcd7['get'](_0x109bf0['YaOWc'])||{},_0x37fb87=_0x109bf0[_0x1629ef(0x1d2)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x4ab555=_0x3c0b39[_0x109bf0[_0x1629ef(0x1f3)]]||_0x51fcd7[_0x1629ef(0x25a)](_0x109bf0[_0x1629ef(0x1b2)])||![];if(_0x4ab555)return logger[_0x1629ef(0x250)](_0x109bf0['HKjHf']),![];let _0xac7c00;try{_0xac7c00=bsSetupHelper['requireModule'](_0x109bf0['rCOgk'],_0x109bf0['guQBS']);}catch(_0x52cc6b){return![];}const _0x131eaf=new _0xac7c00['Options'](_0x2d06b3[_0x1629ef(0x207)]),_0x2caddb=bsSetupHelper[_0x1629ef(0x28b)](_0x131eaf,[_0x109bf0['oGpjP'],_0x109bf0[_0x1629ef(0x292)]])||bsSetupHelper[_0x1629ef(0x28b)](_0x2d06b3[_0x1629ef(0x220)],[_0x109bf0[_0x1629ef(0x1dc)],_0x109bf0[_0x1629ef(0x1b5)],_0x109bf0['wrjAP']])||bsSetupHelper[_0x1629ef(0x28b)](_0x2d06b3[_0x1629ef(0x220)],[_0x109bf0['SlLnY'],_0x109bf0[_0x1629ef(0x292)]])||[],_0x172074=Array[_0x1629ef(0x1b1)](_0x2caddb)?_0x2caddb:[];if(_0x172074[_0x1629ef(0x29d)](_0x282e1c=>typeof _0x282e1c==='string'&&(_0x282e1c==='--headless'||_0x282e1c[_0x1629ef(0x22e)]('--headless=')&&_0x282e1c!==_0x1629ef(0x284))))return logger[_0x1629ef(0x250)](_0x109bf0[_0x1629ef(0x281)]),![];const _0x50a40a=_0x2d06b3[_0x1629ef(0x220)]||{},_0x1f33ef=bsSetupHelper[_0x1629ef(0x28b)](_0x50a40a,[_0x109bf0[_0x1629ef(0x1df)]])||{},_0x41d6de=bsSetupHelper[_0x1629ef(0x28b)](_0x1f33ef,[_0x109bf0[_0x1629ef(0x292)]])||[],_0x54d55a=Array[_0x1629ef(0x1b1)](_0x41d6de)?_0x41d6de:[];if(_0x54d55a[_0x1629ef(0x29d)](_0x3a4cfd=>typeof _0x3a4cfd===_0x1629ef(0x2b0)&&(_0x3a4cfd==='--headless'||_0x3a4cfd[_0x1629ef(0x22e)](_0x1629ef(0x1d4))&&_0x3a4cfd!==_0x1629ef(0x284))))return logger[_0x1629ef(0x250)](_0x109bf0['wKYXA']),![];if(_0x109bf0[_0x1629ef(0x1cc)](_0x5de560[_0x1629ef(0x253)](),_0x109bf0[_0x1629ef(0x277)])&&_0x109bf0['VsbJY'](_0x497d51,_0x37fb87))return!![];return logger['warn'](_0x1629ef(0x1e4)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x30129a(0x26c)]=_0x4e2708=>{const _0x42a1fc=a108_0x30129a,_0x2902e0={};_0x2902e0['pKKmG']=_0x42a1fc(0x1e3),_0x2902e0[_0x42a1fc(0x257)]=function(_0x5dfb5b,_0x2e9317){return _0x5dfb5b||_0x2e9317;},_0x2902e0[_0x42a1fc(0x2ab)]=_0x42a1fc(0x248);const _0x1d184a=_0x2902e0,_0x49277f=scripts[_0x42a1fc(0x1f9)];try{const _0x44f992=bsSetupHelper[_0x42a1fc(0x25c)](process[_0x42a1fc(0x1da)][_0x42a1fc(0x263)])||bsSetupHelper['isTrue'](process['env'][_0x42a1fc(0x2a4)]);if((!bsSetupHelper[_0x42a1fc(0x245)]()||process[_0x42a1fc(0x1da)]['BROWSERSTACK_TURBOSCALE'])&&_0x44f992){const _0x30ddc1=_0x4e2708[_0x42a1fc(0x1f2)](),_0x3e2ba3=_0x30ddc1[_0x42a1fc(0x25a)](_0x1d184a['pKKmG']),_0x377e87=_0x1d184a[_0x42a1fc(0x257)](_0x3e2ba3,{});bsSetupHelper[_0x42a1fc(0x2ad)](_0x377e87,_0x49277f),_0x4e2708[_0x42a1fc(0x1f2)]()['set'](_0x1d184a[_0x42a1fc(0x270)],_0x377e87);}else logger[_0x42a1fc(0x250)](_0x1d184a[_0x42a1fc(0x2ab)]);}catch(_0x94f359){logger['error'](_0x42a1fc(0x251)+_0x94f359);}},exports[a108_0x30129a(0x21c)]=(_0x22a5c4=null,_0x253aa5=!![],_0x9281ae=[])=>{const _0x97c089=a108_0x30129a,_0x5c5cef={};_0x5c5cef[_0x97c089(0x290)]=function(_0x3acc9a,_0x23380b){return _0x3acc9a==_0x23380b;},_0x5c5cef[_0x97c089(0x1c1)]=function(_0x3d616e,_0xc8ffb){return _0x3d616e>_0xc8ffb;},_0x5c5cef[_0x97c089(0x1b9)]=function(_0x808c35,_0x25e9ab){return _0x808c35===_0x25e9ab;},_0x5c5cef[_0x97c089(0x276)]=function(_0x42bd6e,_0x3f7001){return _0x42bd6e&&_0x3f7001;},_0x5c5cef['uTygb']=function(_0x23dc44,_0x429dd6){return _0x23dc44===_0x429dd6;};const _0x3cdf24=_0x5c5cef;if(_0x3cdf24[_0x97c089(0x290)](process['env'][_0x97c089(0x262)],null))return!![];try{const _0x26b56c=JSON['parse'](process[_0x97c089(0x1da)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x27861d=Array[_0x97c089(0x1b1)](_0x26b56c[_0x97c089(0x2b5)])?_0x26b56c[_0x97c089(0x2b5)]:[],_0x28e6d5=Array[_0x97c089(0x1b1)](_0x26b56c[_0x97c089(0x206)])?_0x26b56c[_0x97c089(0x206)]:[],_0x3b6280=_0x1b8c0c=>typeof _0x1b8c0c==='string'?_0x1b8c0c['replace'](/^@/,'')['toLowerCase']()[_0x97c089(0x1f6)]():_0x1b8c0c;if(bsSetupHelper[_0x97c089(0x20a)](_0x22a5c4)){if(_0x3cdf24[_0x97c089(0x1c1)](_0x9281ae['length'],0x0)){const _0x512d9f=_0x9281ae[_0x97c089(0x23e)](_0x3b6280),_0x2cd2a3=_0x28e6d5['some'](_0x3007fd=>_0x512d9f[_0x97c089(0x239)](_0x3b6280(_0x3007fd))),_0x2fa166=_0x3cdf24[_0x97c089(0x1b9)](_0x27861d[_0x97c089(0x1d7)],0x0)||_0x27861d['some'](_0x1b31cd=>_0x512d9f[_0x97c089(0x239)](_0x3b6280(_0x1b31cd)));return _0x3cdf24['ohxeX'](!_0x2cd2a3,_0x2fa166);}return!![];}let _0x1287f2;_0x253aa5?_0x1287f2=_0x22a5c4[_0x97c089(0x299)]('/'):_0x1287f2=_0x22a5c4;const _0x1c29e1=_0x28e6d5[_0x97c089(0x29d)](_0x377d32=>_0x1287f2[_0x97c089(0x253)]()[_0x97c089(0x239)](_0x3b6280(_0x377d32)['toLowerCase']())),_0x3bfbda=_0x3cdf24[_0x97c089(0x215)](_0x27861d['length'],0x0)||_0x27861d[_0x97c089(0x29d)](_0x2224b5=>_0x1287f2['toLowerCase']()['includes'](_0x3b6280(_0x2224b5)['toLowerCase']()));return _0x3cdf24[_0x97c089(0x276)](!_0x1c29e1,_0x3bfbda);}catch(_0x1ebbe7){logger[_0x97c089(0x2a0)](_0x97c089(0x278)+util[_0x97c089(0x2b4)](_0x1ebbe7));}return![];},exports[a108_0x30129a(0x1e6)]=_0x3d3577=>{const _0x195af7=a108_0x30129a;let _0x149eda=![];try{_0x3d3577['platforms'][_0x195af7(0x203)](_0x8e5e24=>{const _0x17046e=_0x195af7;if(bsSetupHelper[_0x17046e(0x25c)](_0x8e5e24[_0x17046e(0x22a)]))return _0x149eda=!![],!![];});}catch(_0x5e1ec0){logger[_0x195af7(0x2a0)](_0x195af7(0x24f)+_0x5e1ec0);}return _0x149eda||bsSetupHelper[_0x195af7(0x25c)](_0x3d3577[_0x195af7(0x22a)]);},exports[a108_0x30129a(0x29b)]=PerformanceTester[a108_0x30129a(0x27f)]('a11y:start',async function(_0x32ea92,_0x17b11f){const _0x4332e6=a108_0x30129a,_0x170154={};_0x170154[_0x4332e6(0x1c7)]=_0x4332e6(0x29e),_0x170154[_0x4332e6(0x25f)]=_0x4332e6(0x27a),_0x170154[_0x4332e6(0x1ce)]=_0x4332e6(0x23d),_0x170154[_0x4332e6(0x1eb)]='application/json',_0x170154[_0x4332e6(0x22b)]=_0x4332e6(0x291),_0x170154['VcLKF']=_0x4332e6(0x1ba),_0x170154[_0x4332e6(0x205)]=function(_0x3625ed,_0x975725){return _0x3625ed===_0x975725;},_0x170154['uWIrq']='Invalid\x20configuration\x20passed.',_0x170154[_0x4332e6(0x1f8)]='false';const _0x5e219e=_0x170154,_0x139bb1=bsSetupHelper[_0x4332e6(0x280)](_0x32ea92),_0x7b8b23=bsSetupHelper[_0x4332e6(0x282)](_0x32ea92);if(bsSetupHelper[_0x4332e6(0x20a)](_0x139bb1)||bsSetupHelper[_0x4332e6(0x20a)](_0x7b8b23))return logger[_0x4332e6(0x241)](_0x5e219e[_0x4332e6(0x1c7)]),[null,null];try{let _0x17b0fe;bsSetupHelper[_0x4332e6(0x20a)](process[_0x4332e6(0x1da)][_0x4332e6(0x262)])?_0x17b0fe={}:_0x17b0fe=JSON[_0x4332e6(0x1ff)](process[_0x4332e6(0x1da)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x2effb2,version:_0x481b46}=bsSetupHelper[_0x4332e6(0x246)](_0x32ea92,_0x17b11f),_0x5c49ae={'projectName':_0x32ea92['projectName'],'buildName':_0x32ea92[_0x4332e6(0x211)]||path[_0x4332e6(0x285)](path[_0x4332e6(0x237)](process[_0x4332e6(0x204)]())),'startTime':new Date()[_0x4332e6(0x1b8)](),'description':_0x32ea92['buildDescription']||'','source':{'frameworkName':_0x17b11f[_0x4332e6(0x239)](_0x5e219e[_0x4332e6(0x25f)])?_0x5e219e[_0x4332e6(0x25f)]:_0x17b11f,'frameworkVersion':bsSetupHelper[_0x4332e6(0x266)](_0x17b11f),'sdkVersion':bsSetupHelper[_0x4332e6(0x235)](),'language':_0x5e219e[_0x4332e6(0x1ce)],'testFramework':_0x2effb2,'testFrameworkVersion':_0x481b46},'settings':_0x17b0fe,'versionControl':await bsSetupHelper[_0x4332e6(0x283)](),'ciInfo':bsSetupHelper[_0x4332e6(0x1d6)](),'hostInfo':bsSetupHelper[_0x4332e6(0x274)](),'browserstackAutomation':bsSetupHelper[_0x4332e6(0x245)]()},_0x26d6e0={};_0x26d6e0['user']=_0x139bb1,_0x26d6e0[_0x4332e6(0x258)]=_0x7b8b23;const _0x5bbf21={};_0x5bbf21[_0x4332e6(0x26b)]=_0x5e219e[_0x4332e6(0x1eb)];const _0x3a8f4b={};_0x3a8f4b[_0x4332e6(0x289)]=_0x26d6e0,_0x3a8f4b[_0x4332e6(0x1c0)]=_0x5bbf21;const _0xc02202=_0x3a8f4b,_0xb91883={};_0xb91883[_0x4332e6(0x287)]=_0x5c49ae,_0xb91883[_0x4332e6(0x229)]=!![];const _0x8f973f=Object[_0x4332e6(0x294)](_0xc02202,_0xb91883),_0x1b3dd6=await bsSetupHelper['nodeRequest'](_0x5e219e[_0x4332e6(0x22b)],_0x5e219e[_0x4332e6(0x1e5)],_0x8f973f,_0x32ea92,API_URL);let _0x9d4f99=process[_0x4332e6(0x1da)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x9d4f99?_0x9d4f99=JSON[_0x4332e6(0x1ff)](process[_0x4332e6(0x1da)][_0x4332e6(0x262)]):_0x9d4f99={},scripts['parseFromJson'](_0x1b3dd6['data'][_0x4332e6(0x1ef)]),scripts[_0x4332e6(0x1c6)](),_0x9d4f99[_0x4332e6(0x1fb)]=_0x1b3dd6['data'][_0x4332e6(0x1ef)][_0x4332e6(0x1fb)],process['env'][_0x4332e6(0x262)]=JSON[_0x4332e6(0x265)](_0x9d4f99),[_0x1b3dd6[_0x4332e6(0x1ef)][_0x4332e6(0x1ef)]['accessibilityToken'],_0x1b3dd6[_0x4332e6(0x1ef)][_0x4332e6(0x1ef)]['id']];}catch(_0x5cc463){if(_0x5cc463['response'])logger[_0x4332e6(0x241)](_0x4332e6(0x254)+_0x5cc463['response']['status']+'\x20'+_0x5cc463[_0x4332e6(0x2b8)]['statusText']+'\x20'+JSON['stringify'](_0x5cc463[_0x4332e6(0x2b8)]['data']));else{if(_0x5e219e[_0x4332e6(0x205)](_0x5cc463['message'],_0x5e219e[_0x4332e6(0x200)])){logger[_0x4332e6(0x241)](_0x4332e6(0x254)+(_0x5cc463[_0x4332e6(0x236)]||_0x5cc463[_0x4332e6(0x210)]));for(const _0x3d24c9 of _0x5cc463[_0x4332e6(0x1fa)]){logger[_0x4332e6(0x241)](_0x3d24c9[_0x4332e6(0x236)]);}process[_0x4332e6(0x1da)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5e219e[_0x4332e6(0x1f8)],process[_0x4332e6(0x1da)][_0x4332e6(0x2a4)]=_0x5e219e['POaXk'];}else logger[_0x4332e6(0x241)](_0x4332e6(0x254)+(_0x5cc463[_0x4332e6(0x236)]||_0x5cc463[_0x4332e6(0x210)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester['measureWrapper'](a108_0x30129a(0x244),async function(_0x2818bf){const _0x4d8597=a108_0x30129a,_0x20a09e={};_0x20a09e['jZUvw']=function(_0x42b8e8,_0x28c39d){return _0x42b8e8!==_0x28c39d;},_0x20a09e[_0x4d8597(0x20f)]=_0x4d8597(0x2b0),_0x20a09e[_0x4d8597(0x1e2)]=_0x4d8597(0x241),_0x20a09e[_0x4d8597(0x2b7)]=_0x4d8597(0x209),_0x20a09e[_0x4d8597(0x232)]=_0x4d8597(0x1b7),_0x20a09e[_0x4d8597(0x2a7)]='PUT',_0x20a09e[_0x4d8597(0x249)]='test_runs/stop',_0x20a09e[_0x4d8597(0x219)]=function(_0x20e0f7,_0x3a4119){return _0x20e0f7+_0x3a4119;},_0x20a09e[_0x4d8597(0x22f)]=_0x4d8597(0x2ba),_0x20a09e[_0x4d8597(0x1f0)]=_0x4d8597(0x222);const _0x323e84=_0x20a09e;if(bsSetupHelper[_0x4d8597(0x20a)](process[_0x4d8597(0x1da)]['BS_A11Y_JWT'])||_0x323e84['jZUvw'](typeof process['env'][_0x4d8597(0x2b9)],_0x323e84['VNJBz'])){const _0x3f2301={};return _0x3f2301['status']=_0x323e84[_0x4d8597(0x1e2)],_0x3f2301[_0x4d8597(0x236)]=_0x323e84['UulkT'],_0x3f2301;}const _0x3d85d7={'endTime':new Date()[_0x4d8597(0x1b8)]()},_0x47ba55={};_0x47ba55[_0x4d8597(0x21d)]=_0x4d8597(0x2c0)+process['env'][_0x4d8597(0x2b9)],_0x47ba55[_0x4d8597(0x26b)]=_0x323e84[_0x4d8597(0x232)];const _0x25bc73={};_0x25bc73[_0x4d8597(0x1c0)]=_0x47ba55;const _0x40f27f=_0x25bc73,_0x377813={};_0x377813['body']=_0x3d85d7,_0x377813['auth']=null,_0x377813[_0x4d8597(0x229)]=!![];const _0x510e25=Object[_0x4d8597(0x294)](_0x40f27f,_0x377813);try{const _0x336fd7=await bsSetupHelper[_0x4d8597(0x20e)](_0x323e84[_0x4d8597(0x2a7)],_0x323e84[_0x4d8597(0x249)],_0x510e25,_0x2818bf,API_URL);if(_0x336fd7[_0x4d8597(0x1ef)]['error'])throw new Error(_0x323e84['WEHmy'](_0x323e84[_0x4d8597(0x22f)],_0x336fd7[_0x4d8597(0x1ef)][_0x4d8597(0x241)]));else{logger[_0x4d8597(0x20c)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()['toISOString']());const _0x386a48={};return _0x386a48['status']=_0x323e84[_0x4d8597(0x1f0)],_0x386a48[_0x4d8597(0x236)]='',_0x386a48;}}catch(_0x492e07){_0x492e07['response']?logger[_0x4d8597(0x241)](_0x4d8597(0x208)+_0x492e07[_0x4d8597(0x2b8)][_0x4d8597(0x1fd)]+'\x20'+_0x492e07['response'][_0x4d8597(0x275)]+'\x20'+JSON[_0x4d8597(0x265)](_0x492e07[_0x4d8597(0x2b8)][_0x4d8597(0x1ef)])):logger['error'](_0x4d8597(0x208)+(_0x492e07[_0x4d8597(0x236)]||util['format'](_0x492e07)));const _0x3220c5={};return _0x3220c5[_0x4d8597(0x1fd)]=_0x323e84[_0x4d8597(0x1e2)],_0x3220c5['message']=_0x492e07[_0x4d8597(0x236)]||(_0x492e07[_0x4d8597(0x2b8)]?_0x492e07[_0x4d8597(0x2b8)][_0x4d8597(0x1fd)]+':'+_0x492e07[_0x4d8597(0x2b8)][_0x4d8597(0x275)]:_0x492e07),_0x3220c5;}}),exports['performScan']=async(_0x687091,_0x59dfb3=null,_0x1d6f9a=![],_0xcf5a08=null)=>{const _0x3be8ed=a108_0x30129a,_0x278668={};_0x278668[_0x3be8ed(0x2bd)]='isAccessibilityPlatform',_0x278668[_0x3be8ed(0x225)]=_0x3be8ed(0x202),_0x278668['CRlrj']=_0x3be8ed(0x23a),_0x278668['LVgep']=function(_0x124242,_0x650753){return _0x124242||_0x650753;},_0x278668[_0x3be8ed(0x26a)]='bstackA11yScanOptions',_0x278668[_0x3be8ed(0x23c)]='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0xf2d7e=_0x278668;if(!this[_0x3be8ed(0x1b4)]()||!globals[_0x3be8ed(0x28c)](_0xf2d7e[_0x3be8ed(0x2bd)])||!_0x1d6f9a&&!globals['getGlobal'](_0xf2d7e[_0x3be8ed(0x225)])){logger['warn'](_0xf2d7e['CRlrj']);return;}const _0x4c98d2=_0x1d6f9a?_0xf2d7e[_0x3be8ed(0x2af)](_0xcf5a08,{}):globals[_0x3be8ed(0x28c)](_0xf2d7e[_0x3be8ed(0x26a)])||{},_0x1ea3ee={};_0x1ea3ee[_0x3be8ed(0x2bc)]=_0x59dfb3||global[_0x3be8ed(0x234)];const _0x1d767f=Object[_0x3be8ed(0x294)]({},_0x4c98d2,_0x1ea3ee);await this['isMobileAccessibilitySession'](_0x687091)&&(Object['assign'](_0x1d767f,this[_0x3be8ed(0x2aa)](),{'thTestRunUuid':this[_0x3be8ed(0x2ac)]()}),logger[_0x3be8ed(0x2a0)](_0xf2d7e[_0x3be8ed(0x23c)]));logger[_0x3be8ed(0x2a0)](_0x3be8ed(0x28f)+util['format']('%j',_0x1d767f));const _0x58ccf8={};return _0x58ccf8[_0x3be8ed(0x259)]=_0x59dfb3,await PerformanceTester[_0x3be8ed(0x27f)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x27adeb=_0x3be8ed;try{await _0x687091[_0x27adeb(0x228)](()=>_0x687091['executeScript'](_0x27adeb(0x23f)),0x1388);}catch(_0x40ceaa){}const _0x587aff=util[_0x27adeb(0x2b4)](await _0x687091[_0x27adeb(0x22c)](scripts[_0x27adeb(0x223)],_0x1d767f));return logger[_0x27adeb(0x2a0)](_0x27adeb(0x1c2)+_0x587aff),_0x587aff;},_0x58ccf8)();},exports[a108_0x30129a(0x23b)]=async(_0x2c87c1,_0x1b0789)=>{const _0x4fd222=a108_0x30129a,_0x2fd051={};_0x2fd051[_0x4fd222(0x1b3)]='Performing\x20scan\x20before\x20getting\x20results',_0x2fd051[_0x4fd222(0x238)]=_0x4fd222(0x1b0),_0x2fd051['Okmpj']='bstackA11yShouldScan',_0x2fd051['SFHYi']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x2fd051['ePOlu']=_0x4fd222(0x23b),_0x2fd051[_0x4fd222(0x28e)]=_0x4fd222(0x1d1);const _0x55ce17=_0x2fd051;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x55ce17[_0x4fd222(0x238)])||!globals[_0x4fd222(0x28c)](_0x55ce17[_0x4fd222(0x1bc)]))return logger['warn'](_0x55ce17[_0x4fd222(0x21b)]),[];try{const _0x2ad382=await this[_0x4fd222(0x1ed)](_0x2c87c1),_0x2cf1ce=_0x2ad382?Object[_0x4fd222(0x294)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x4fd222(0x2ac)]()}):{};return _0x2ad382&&logger[_0x4fd222(0x2a0)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x4fd222(0x2b4)]('%j',_0x2cf1ce)),await PerformanceTester[_0x4fd222(0x27f)](PerformanceA11yEvents[_0x4fd222(0x1dd)],async()=>{const _0x39cff6=_0x4fd222;logger[_0x39cff6(0x2a0)](_0x55ce17[_0x39cff6(0x1b3)]);const _0x18c8c0={};_0x18c8c0[_0x39cff6(0x2bc)]=_0x1b0789[_0x39cff6(0x234)];const _0x22e7f1=Object[_0x39cff6(0x294)](_0x18c8c0,_0x2cf1ce);logger['debug'](util[_0x39cff6(0x2b4)](await _0x2c87c1[_0x39cff6(0x22c)](scripts[_0x39cff6(0x223)],_0x22e7f1)));},{'command':_0x55ce17[_0x4fd222(0x1c3)]})(),await PerformanceTester[_0x4fd222(0x27f)](PerformanceA11yEvents[_0x4fd222(0x217)],async()=>{const _0x481f1=_0x4fd222,_0x1e83c3=_0x2ad382?await _0x2c87c1[_0x481f1(0x22c)](scripts[_0x481f1(0x2a2)],_0x2cf1ce):await _0x2c87c1[_0x481f1(0x22c)](scripts[_0x481f1(0x2a2)]);return _0x1e83c3;})();}catch{return logger[_0x4fd222(0x241)](_0x55ce17['hBWls']),[];}},exports[a108_0x30129a(0x2be)]=async(_0x365bcd,_0x53ec24)=>{const _0x32714b=a108_0x30129a,_0x408420={};_0x408420[_0x32714b(0x29c)]=_0x32714b(0x21f),_0x408420['zwZwy']=_0x32714b(0x1b0),_0x408420[_0x32714b(0x2a6)]=_0x32714b(0x202),_0x408420[_0x32714b(0x214)]=_0x32714b(0x1fc),_0x408420[_0x32714b(0x252)]=_0x32714b(0x2be),_0x408420[_0x32714b(0x273)]=_0x32714b(0x1f5);const _0x1cd36c=_0x408420;if(!this[_0x32714b(0x1b4)]()||!globals[_0x32714b(0x28c)](_0x1cd36c['zwZwy'])||!globals[_0x32714b(0x28c)](_0x1cd36c[_0x32714b(0x2a6)]))return logger['warn'](_0x1cd36c[_0x32714b(0x214)]),{};try{const _0x5699db=await this[_0x32714b(0x1ed)](_0x365bcd),_0x10dcc3=_0x5699db?Object['assign']({},this[_0x32714b(0x2aa)](),{'thTestRunUuid':this[_0x32714b(0x2ac)]()}):{};return _0x5699db&&logger[_0x32714b(0x2a0)](_0x32714b(0x21a)+util[_0x32714b(0x2b4)]('%j',_0x10dcc3)),await PerformanceTester[_0x32714b(0x27f)](PerformanceA11yEvents[_0x32714b(0x1dd)],async()=>{const _0x4b0fdb=_0x32714b;logger[_0x4b0fdb(0x2a0)](_0x1cd36c['UHxGj']);const _0x27f4f1={};_0x27f4f1['method']=_0x53ec24['browserstackSessionName'];const _0x1caea9=Object[_0x4b0fdb(0x294)](_0x27f4f1,_0x10dcc3);logger['debug'](util[_0x4b0fdb(0x2b4)](await _0x365bcd[_0x4b0fdb(0x22c)](scripts[_0x4b0fdb(0x223)],_0x1caea9)));},{'command':_0x1cd36c[_0x32714b(0x252)]})(),await PerformanceTester[_0x32714b(0x27f)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x238464=_0x32714b,_0x8a1c42=_0x5699db?await _0x365bcd[_0x238464(0x22c)](scripts[_0x238464(0x2b2)],_0x10dcc3):await _0x365bcd[_0x238464(0x22c)](scripts[_0x238464(0x2b2)]);return _0x8a1c42;})();}catch{return logger['error'](_0x1cd36c[_0x32714b(0x273)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x54696a,_0xf7ea7f=![])=>{const _0x4f2812=a108_0x30129a,_0x27c86a={'pbiYB':function(_0x3d2931,_0x3c9fde){return _0x3d2931(_0x3c9fde);},'iUpBx':_0x4f2812(0x2a5),'NyBCx':function(_0x1f25a9,_0x58c667){return _0x1f25a9!==_0x58c667;},'UEKhU':'android','OFXXh':function(_0x3af242,_0x2bcfb9){return _0x3af242(_0x2bcfb9);},'GVbvk':_0x4f2812(0x22d),'WTekm':_0x4f2812(0x227),'AJURI':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','AFkdU':'Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)'};try{if(!_0x54696a)return![];const _0x1c16da=_0x19c83b=>typeof _0x54696a[_0x4f2812(0x25a)]===_0x4f2812(0x272)?_0x54696a[_0x4f2812(0x25a)](_0x19c83b):_0x54696a[_0x19c83b],_0x981845=_0x27c86a[_0x4f2812(0x1d9)](String,_0x27c86a[_0x4f2812(0x1d9)](_0x1c16da,_0x27c86a['iUpBx'])||'')[_0x4f2812(0x253)]();if(_0x27c86a['NyBCx'](_0x981845,_0x27c86a[_0x4f2812(0x1b6)]))return![];const _0x4cd959=_0x27c86a[_0x4f2812(0x1d9)](String,_0x27c86a[_0x4f2812(0x1bf)](_0x1c16da,_0x27c86a['GVbvk'])||'')[_0x4f2812(0x253)]();if(!_0x4cd959[_0x4f2812(0x239)](_0x27c86a['WTekm']))return _0xf7ea7f&&logger[_0x4f2812(0x250)](_0x27c86a[_0x4f2812(0x240)]),![];return logger[_0x4f2812(0x2a0)](_0x27c86a['AFkdU']),!![];}catch(_0x29b952){return logger[_0x4f2812(0x2a0)](_0x4f2812(0x2c1)+_0x29b952),![];}},exports[a108_0x30129a(0x1ed)]=async _0x4b077c=>{const _0x5148fe=a108_0x30129a;try{const _0x502ee2=await _0x4b077c[_0x5148fe(0x1f2)]();return exports[_0x5148fe(0x26d)](_0x502ee2);}catch(_0x4b5a59){return logger[_0x5148fe(0x2a0)](_0x5148fe(0x2bb)+_0x4b5a59),![];}},exports[a108_0x30129a(0x2aa)]=()=>{const _0x13baf3=a108_0x30129a,_0x1338d4={};return _0x1338d4[_0x13baf3(0x27c)]=!![],_0x1338d4;},exports[a108_0x30129a(0x2ac)]=()=>{const _0x37f1c8=a108_0x30129a,_0x1aaf46={};_0x1aaf46[_0x37f1c8(0x261)]=function(_0x559e9d,_0x10a7af){return _0x559e9d===_0x10a7af;},_0x1aaf46[_0x37f1c8(0x2a3)]='string',_0x1aaf46['dhyga']=function(_0x443050,_0x3d8927){return _0x443050>_0x3d8927;},_0x1aaf46[_0x37f1c8(0x298)]='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).',_0x1aaf46[_0x37f1c8(0x27e)]=_0x37f1c8(0x24a),_0x1aaf46[_0x37f1c8(0x28d)]='undefined';const _0x26359a=_0x1aaf46,_0x5cf707=global['__workerDetails'],_0x22fa36=_0x5cf707&&_0x5cf707[_0x37f1c8(0x1e8)],_0xe45e8b=_0x22fa36&&_0x22fa36[_0x37f1c8(0x24d)];if(_0x26359a['KxVbA'](typeof _0xe45e8b,_0x26359a[_0x37f1c8(0x2a3)])&&_0x26359a[_0x37f1c8(0x24e)](_0xe45e8b[_0x37f1c8(0x1d7)],0x0))return _0xe45e8b;let _0x2cfb1d;if(!_0x5cf707)_0x2cfb1d=_0x26359a[_0x37f1c8(0x298)];else!_0x22fa36?_0x2cfb1d=_0x26359a[_0x37f1c8(0x27e)]:_0x2cfb1d='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object[_0x37f1c8(0x247)](_0x22fa36)[_0x37f1c8(0x299)](',\x20')+_0x37f1c8(0x255)+(_0x26359a[_0x37f1c8(0x261)](_0xe45e8b,undefined)?_0x26359a['rMZxD']:'\x22'+_0xe45e8b+'\x22')+_0x37f1c8(0x28a);return logger[_0x37f1c8(0x250)](_0x37f1c8(0x218)+_0x2cfb1d+_0x37f1c8(0x29f)),'';},exports['isBrowserStackCommandExecutor']=_0x56bbc4=>{const _0x18008d=a108_0x30129a,_0x8afac0={};_0x8afac0[_0x18008d(0x1f4)]=function(_0x414192,_0x2539ea){return _0x414192===_0x2539ea;},_0x8afac0[_0x18008d(0x1ea)]=_0x18008d(0x2b0),_0x8afac0['xkGii']=_0x18008d(0x224);const _0x354bce=_0x8afac0;if(_0x56bbc4&&_0x56bbc4[_0x18008d(0x2b3)]&&_0x354bce['GwzCy'](typeof _0x56bbc4[_0x18008d(0x2b3)],_0x354bce[_0x18008d(0x1ea)]))return _0x56bbc4[_0x18008d(0x2b3)]['includes'](_0x354bce['xkGii']);return![];},exports[a108_0x30129a(0x1f1)]=a108_0x30129a(0x226),exports[a108_0x30129a(0x230)]=()=>process[a108_0x30129a(0x1da)][a108_0x30129a(0x1e0)]===a108_0x30129a(0x1d3),exports[a108_0x30129a(0x25e)]=_0x473f3b=>{const _0x55475c=a108_0x30129a,_0x249c5f={};_0x249c5f['qsJfx']=function(_0x3b2e3f,_0x3ed06){return _0x3b2e3f in _0x3ed06;};const _0x5118ee=_0x249c5f;if(bsSetupHelper[_0x55475c(0x20a)](_0x473f3b))return![];const _0x258d85=_0x473f3b[_0x55475c(0x253)]();return _0x5118ee[_0x55475c(0x2a9)](_0x258d85,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x30129a(0x1f7)]=_0x3c00c8=>{const _0x143cae=a108_0x30129a;if(bsSetupHelper[_0x143cae(0x20a)](_0x3c00c8))return null;const _0x5b96bd=_0x3c00c8[_0x143cae(0x253)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x5b96bd]||null;},exports['getMinVersionForBrowser']=(_0x331b2d,_0x33ada7)=>{const _0x363088=a108_0x30129a,_0x25f7c7=this['getBrowserA11yConfig'](_0x331b2d);if(!_0x25f7c7)return null;if(_0x33ada7)return _0x25f7c7[_0x363088(0x242)];return _0x25f7c7['min_version_non_browserstack'];},exports[a108_0x30129a(0x25d)]=_0x19d4ef=>{const _0x2ef999=a108_0x30129a,_0x5f2ea7=this[_0x2ef999(0x1f7)](_0x19d4ef);return _0x5f2ea7?_0x5f2ea7[_0x2ef999(0x1d5)]:_0x19d4ef;},exports[a108_0x30129a(0x288)]=_0x3db2fe=>{const _0x36c2e7=a108_0x30129a,_0x338916=this[_0x36c2e7(0x1f7)](_0x3db2fe);return _0x338916?_0x338916[_0x36c2e7(0x1ca)]:![];},exports[a108_0x30129a(0x1c5)]=(_0x2044be,_0x432c01)=>{const _0x396723=a108_0x30129a,_0x1ce480={'kSaiN':function(_0xa6a700,_0x47b3d3){return _0xa6a700(_0x47b3d3);},'FdccB':function(_0x24098e,_0x495a1d){return _0x24098e(_0x495a1d);},'lTLVz':function(_0x38a382,_0x159488){return _0x38a382>=_0x159488;}};if(bsSetupHelper[_0x396723(0x20a)](_0x2044be)||bsSetupHelper['isUndefined'](_0x432c01))return![];const _0x41935f=bsSetupHelper[_0x396723(0x26f)](_0x1ce480[_0x396723(0x1cf)](String,_0x2044be),_0x1ce480['FdccB'](String,_0x432c01));return _0x1ce480['lTLVz'](_0x41935f,0x0);},exports[a108_0x30129a(0x24c)]=_0x20d90c=>{const _0x5de97d=a108_0x30129a,_0x58abc9={};_0x58abc9[_0x5de97d(0x1d8)]=function(_0x5df359,_0x5a2862){return _0x5df359!==_0x5a2862;},_0x58abc9[_0x5de97d(0x1ee)]=_0x5de97d(0x2b0),_0x58abc9[_0x5de97d(0x1e1)]=_0x5de97d(0x1bb);const _0x5ba5f4=_0x58abc9;if(!_0x20d90c||_0x5ba5f4[_0x5de97d(0x1d8)](typeof _0x20d90c,_0x5ba5f4[_0x5de97d(0x1ee)]))return null;try{return JSON[_0x5de97d(0x1ff)](Buffer[_0x5de97d(0x1ec)](_0x20d90c[_0x5de97d(0x267)]('.')[0x1],_0x5ba5f4['XrhxJ'])['toString']());}catch{return null;}};function a108_0x272b(_0x137c9e,_0x1ad665){const _0x1bd2ad=a108_0x1bd2();return a108_0x272b=function(_0x272bb3,_0x3e6b71){_0x272bb3=_0x272bb3-0x1b0;let _0xa1c63e=_0x1bd2ad[_0x272bb3];return _0xa1c63e;},a108_0x272b(_0x137c9e,_0x1ad665);}function a108_0x1bd2(){const _0x3a81b7=['scannerVersion','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','status','device','parse','uWIrq','getBrowserName','bstackA11yShouldScan','forEach','cwd','qtnRJ','excludeTagsInTestingScope','chromeOptions_','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','Build\x20creation\x20had\x20failed.','isUndefined','./scripts','info','1104565eVJtAY','nodeRequest','VNJBz','stack','buildName','8WOpXoV','version','gmuuK','uTygb','5LpMOGH','GET_RESULTS','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','WEHmy','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','SFHYi','shouldScanTestForAccessibility','Authorization','getPlatform','Performing\x20scan\x20before\x20getting\x20results\x20summary','capabilities_','./constants','success','performScan','browserstack_executor','dcorc','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','chrome','wait','json','accessibility','bjQvq','executeAsyncScript','browserName','startsWith','rENXD','isMobileScanningEnabledForGroup','2362140iHNXHG','IKVhH','browserstack','browserstackSessionName','getAgentVersion','message','resolve','eUMPU','includes','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','getAccessibilityResults','HPtGz','javascript','map','return\x20document.readyState\x20===\x20\x22complete\x22','AJURI','error','min_version_browserstack','../logger','a11y:stop','isBrowserstackInfra','getTestFrameworkDetails','keys','Not\x20a\x20Accessibility\x20Session','POCDE','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','HROVr','parseA11yJwtPayload','thTestRunUuid','dhyga','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','warn','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','UnCjz','toLowerCase','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20',']\x20but\x20thTestRunUuid\x20is\x20','util','XruRN','pass','command','get','10IbULpN','isTrue','getBrowserDisplayName','isBrowserSupportedForAccessibility','VFmgp','ptUoQ','KxVbA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TEST_ACCESSIBILITY_YML','yweIS','stringify','getPackageVersion','split','okhNy','__cloud_provider___','YrggH','Content-Type','setNonBstackInfraCapabilities','isMobileAccessibilityPlatform','../globals','compareVersions','pKKmG','../helper','function','LxRJT','getHostInfo','statusText','ohxeX','hPefz','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','CphOh','playwright','yetyK','is_mobile_session','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','zQzvg','measureWrapper','getUserName','wKYXA','getAccessKey','getGitMetaData','--headless=new','basename','52524DzDpDI','body','requiresChromeOptionsValidation','auth','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','nestedKeyValue','getGlobal','rMZxD','hBWls','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','hHxlt','POST','wrjAP','voGja','assign','args','623334AaAqPs','chromeOptions','ETJfu','join','nonBstackPlatformValidation','createAccessibilityTestRun','UHxGj','some','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','\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.','debug','4XslYii','getResults','xsWTp','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','platformName','mEszu','klEXc','196434yaXksc','qsJfx','getMobileA11yCapabilities','USgfq','resolveMobileThTestRunUuid','mergeDeep','selenium-webdriver','LVgep','string','100vpIfZE','getResultsSummary','script','format','includeTagsInTestingScope','fetchPlatformDetails','UulkT','response','BS_A11Y_JWT','Invalid\x20request:\x20','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','method','SaaoE','getAccessibilityResultsSummary','764715YPZtOl','Bearer\x20','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','isAccessibilityPlatform','isArray','GvlgD','KiDoA','isAccessibilityAutomationSession','SlLnY','UEKhU','application/json','toISOString','UiNEQ','v2/test_runs','base64','Okmpj','selenium-webdriver/chrome.js','../performance/performance-tester','OFXXh','headers','VaqNk','Performed\x20scan\x20with\x20result:\x20','ePOlu','27204ZFBDNC','isVersionSupported','toJson','EgFxV','fpWtJ','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','requires_chrome_options_check','path','KDOZJ','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','VajTH','kSaiN','uevUl','No\x20accessibility\x20results\x20were\x20found.','GHRhN','true','--headless=','display_name','getCiInfo','length','qrNzh','pbiYB','env','wfJbH','YaOWc','PERFORM_SCAN','deviceName','ccAAH','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','XrhxJ','IAFgF','goog:chromeOptions','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','VcLKF','checkAccessibilityPlatformConfig','getBrowserVersion','currentTest','browserVersion','nWpBV','HmuFc','from','isMobileAccessibilitySession','NYBia','data','bahKo','MOBILE_SCANNING_DISABLED_WARNING','getCapabilities','hpoca','GwzCy','No\x20accessibility\x20summary\x20was\x20found.','trim','getBrowserA11yConfig','POaXk','ChromeExtension','errors'];a108_0x1bd2=function(){return _0x3a81b7;};return a108_0x1bd2();}
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
- function a109_0x7adc(){const _0x1e1e4d=['getName','scan','.browserstack','debug','GzmpR','ffOMe','Ctasi','toJson','15312FPFIjv','getCommand','saveTestResults','existsSync','ChromeExtension','ESXOF','saveResults','getResultsSummary','459206bjEKIP','getMethod','KeaXi','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','performScan','winstonLogger','commands','scripts','../helper','browserstackFolderPath','WmpGl','findIndex','getResults','ntcnO','161skrakj','80Gpkydm','parseFromProto','commandsPath','4JluZlk','3490urHIaQ','parseFromJson','toLowerCase','nonBStackInfraA11yChromeOptions','54CHTWJu','split','commandsToWrap','2392235QxUcsW','mkdirSync','2817997rgLWBi','1590174GhLjbG','JDGWa','vHuEO','944811vaWpww','path','exports','length','fromJson','RrKbh','shouldWrapCommand','stringify'];a109_0x7adc=function(){return _0x1e1e4d;};return a109_0x7adc();}const a109_0x319218=a109_0x364e;(function(_0x46a703,_0x8b53e4){const _0x8528bb=a109_0x364e,_0x22b86e=_0x46a703();while(!![]){try{const _0x8e3643=-parseInt(_0x8528bb(0x1dd))/0x1*(-parseInt(_0x8528bb(0x1e2))/0x2)+parseInt(_0x8528bb(0x1ef))/0x3+parseInt(_0x8528bb(0x1e1))/0x4*(-parseInt(_0x8528bb(0x1e9))/0x5)+parseInt(_0x8528bb(0x1ec))/0x6+-parseInt(_0x8528bb(0x1eb))/0x7+-parseInt(_0x8528bb(0x1ff))/0x8*(parseInt(_0x8528bb(0x1e6))/0x9)+parseInt(_0x8528bb(0x1de))/0xa*(parseInt(_0x8528bb(0x1cf))/0xb);if(_0x8e3643===_0x8b53e4)break;else _0x22b86e['push'](_0x22b86e['shift']());}catch(_0x29c387){_0x22b86e['push'](_0x22b86e['shift']());}}}(a109_0x7adc,0x49d29));const path=require(a109_0x319218(0x1f0)),fs=require('fs'),logger=require('../../helpers/logger')[a109_0x319218(0x1d4)],helper=require(a109_0x319218(0x1d7));class Scripts{constructor(){const _0x45dad0=a109_0x319218,_0x2d46f0={};_0x2d46f0[_0x45dad0(0x1fb)]='3|4|0|6|2|5|1',_0x2d46f0[_0x45dad0(0x1fd)]=_0x45dad0(0x1f9),_0x2d46f0[_0x45dad0(0x1d1)]='commands.json';const _0x2dbc90=_0x2d46f0,_0x284dd3=_0x2dbc90['GzmpR'][_0x45dad0(0x1e7)]('|');let _0x433e1d=0x0;while(!![]){switch(_0x284dd3[_0x433e1d++]){case'0':this[_0x45dad0(0x1ce)]=null;continue;case'1':this['fromJson']();continue;case'2':this[_0x45dad0(0x1d8)]=path['join'](helper['homedir'](),_0x2dbc90[_0x45dad0(0x1fd)]);continue;case'3':this[_0x45dad0(0x1d3)]=null;continue;case'4':this[_0x45dad0(0x1db)]=null;continue;case'5':this[_0x45dad0(0x1e0)]=path['join'](this[_0x45dad0(0x1d8)],_0x2dbc90[_0x45dad0(0x1d1)]);continue;case'6':this[_0x45dad0(0x201)]=null;continue;}break;}}[a109_0x319218(0x1e3)](_0x3883fa){const _0x3d9bce=a109_0x319218;_0x3883fa['scripts']&&(this[_0x3d9bce(0x1d3)]=_0x3883fa[_0x3d9bce(0x1d6)][_0x3d9bce(0x1f8)],this['getResults']=_0x3883fa[_0x3d9bce(0x1d6)][_0x3d9bce(0x1db)],this[_0x3d9bce(0x1ce)]=_0x3883fa['scripts'][_0x3d9bce(0x1ce)],this[_0x3d9bce(0x201)]=_0x3883fa[_0x3d9bce(0x1d6)]['saveResults']),this[_0x3d9bce(0x1e8)]=_0x3883fa[_0x3d9bce(0x1d5)],this[_0x3d9bce(0x203)]=_0x3883fa[_0x3d9bce(0x1e5)];}[a109_0x319218(0x1df)](_0x186c71,_0x3e6138){const _0x4fac47=a109_0x319218,_0x483b54={};_0x483b54['WXzuS']=function(_0x1c265d,_0x512352){return _0x1c265d>_0x512352;},_0x483b54[_0x4fac47(0x1f4)]=function(_0x4a0b5b,_0x13385a){return _0x4a0b5b===_0x13385a;},_0x483b54['ntcnO']=_0x4fac47(0x1f8),_0x483b54['JDGWa']=_0x4fac47(0x1db),_0x483b54[_0x4fac47(0x1d9)]=_0x4fac47(0x1ce),_0x483b54['GQDda']=function(_0x4ccffd,_0x313b37){return _0x4ccffd===_0x313b37;},_0x483b54[_0x4fac47(0x204)]=_0x4fac47(0x1cd),_0x483b54['ffOMe']=function(_0x1d7665,_0x38647b){return _0x1d7665>_0x38647b;};const _0x5a7e87=_0x483b54;if(_0x186c71&&_0x5a7e87['WXzuS'](_0x186c71['length'],0x0))for(const _0x53451 of _0x186c71){if(_0x5a7e87[_0x4fac47(0x1f4)](_0x53451[_0x4fac47(0x1f7)](),_0x5a7e87[_0x4fac47(0x1dc)]))this[_0x4fac47(0x1d3)]=_0x53451['getCommand']();else{if(_0x5a7e87[_0x4fac47(0x1f4)](_0x53451[_0x4fac47(0x1f7)](),_0x5a7e87[_0x4fac47(0x1ed)]))this[_0x4fac47(0x1db)]=_0x53451['getCommand']();else{if(_0x5a7e87[_0x4fac47(0x1f4)](_0x53451[_0x4fac47(0x1f7)](),_0x5a7e87[_0x4fac47(0x1d9)]))this[_0x4fac47(0x1ce)]=_0x53451[_0x4fac47(0x200)]();else _0x5a7e87['GQDda'](_0x53451[_0x4fac47(0x1f7)](),_0x5a7e87[_0x4fac47(0x204)])&&(this[_0x4fac47(0x201)]=_0x53451[_0x4fac47(0x200)]());}}}_0x3e6138&&_0x5a7e87[_0x4fac47(0x1fc)](_0x3e6138[_0x4fac47(0x1f2)],0x0)&&(this[_0x4fac47(0x1e8)]=_0x3e6138['map'](_0x3a1f0c=>{const _0x56e37e=_0x4fac47;return{'name':_0x3a1f0c[_0x56e37e(0x1f7)](),'method':_0x3a1f0c[_0x56e37e(0x1d0)](),'library':_0x3a1f0c['getLibrary'](),'module':_0x3a1f0c['getModule'](),'class':_0x3a1f0c['getClass']()};}));}[a109_0x319218(0x1f5)](_0x57260f){const _0x807f71=a109_0x319218,_0x360861={};_0x360861[_0x807f71(0x1ee)]=function(_0x4fda63,_0x24f0e9){return _0x4fda63!==_0x24f0e9;};const _0x4c6ce2=_0x360861;try{return _0x4c6ce2[_0x807f71(0x1ee)](this[_0x807f71(0x1e8)][_0x807f71(0x1da)](_0x512a52=>_0x512a52['name']['toLowerCase']()===_0x57260f[_0x807f71(0x1e4)]()),-0x1);}catch(_0x13bf86){logger[_0x807f71(0x1fa)](_0x807f71(0x1d2)+_0x13bf86);}return![];}[a109_0x319218(0x1fe)](){const _0x36539a=a109_0x319218;!fs[_0x36539a(0x202)](this[_0x36539a(0x1d8)])&&fs[_0x36539a(0x1ea)](this[_0x36539a(0x1d8)]),fs['writeFileSync'](this[_0x36539a(0x1e0)],JSON[_0x36539a(0x1f6)]({'scripts':{'scan':this[_0x36539a(0x1d3)],'getResults':this[_0x36539a(0x1db)],'getResultsSummary':this[_0x36539a(0x1ce)],'saveResults':this[_0x36539a(0x201)]},'commands':this[_0x36539a(0x1e8)],'nonBStackInfraA11yChromeOptions':this[_0x36539a(0x203)]}));}[a109_0x319218(0x1f3)](){const _0x742c7a=a109_0x319218,_0x549ff4={'xPNWm':function(_0x41819b,_0x33e69a){return _0x41819b(_0x33e69a);}};fs['existsSync'](this['commandsPath'])&&this[_0x742c7a(0x1e3)](_0x549ff4['xPNWm'](require,this[_0x742c7a(0x1e0)]));}}function a109_0x364e(_0x230a98,_0x535f5e){const _0x7adc45=a109_0x7adc();return a109_0x364e=function(_0x364e54,_0x5300d1){_0x364e54=_0x364e54-0x1cd;let _0x27d9a5=_0x7adc45[_0x364e54];return _0x27d9a5;},a109_0x364e(_0x230a98,_0x535f5e);}module[a109_0x319218(0x1f1)]=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
- const a110_0x257822=a110_0x21f7;function a110_0x21f7(_0xb7f807,_0x3848a4){const _0x428e19=a110_0x428e();return a110_0x21f7=function(_0x21f7a4,_0x54891a){_0x21f7a4=_0x21f7a4-0x109;let _0x351563=_0x428e19[_0x21f7a4];return _0x351563;},a110_0x21f7(_0xb7f807,_0x3848a4);}(function(_0x40471e,_0x38c9ec){const _0x125f44=a110_0x21f7,_0x5ae734=_0x40471e();while(!![]){try{const _0x3d4a28=-parseInt(_0x125f44(0x173))/0x1+-parseInt(_0x125f44(0x162))/0x2*(parseInt(_0x125f44(0x11e))/0x3)+parseInt(_0x125f44(0x12e))/0x4*(parseInt(_0x125f44(0x13a))/0x5)+-parseInt(_0x125f44(0x112))/0x6+parseInt(_0x125f44(0x146))/0x7+parseInt(_0x125f44(0x14a))/0x8*(parseInt(_0x125f44(0x142))/0x9)+parseInt(_0x125f44(0x131))/0xa*(parseInt(_0x125f44(0x153))/0xb);if(_0x3d4a28===_0x38c9ec)break;else _0x5ae734['push'](_0x5ae734['shift']());}catch(_0x258a6f){_0x5ae734['push'](_0x5ae734['shift']());}}}(a110_0x428e,0xddc23));const path=require('path'),{commandRepository}=require(a110_0x257822(0x11a)),constants=require('../../bin/utils/constants'),logger=require(a110_0x257822(0x152))['winstonLogger'],globals=require('../globals'),timeoutPromise=require(a110_0x257822(0x16e)),isUndefinedOrNull=_0x550102=>_0x550102===undefined||_0x550102===null||_0x550102==='',isNotUndefinedOrNull=_0x1ae1a9=>!isUndefinedOrNull(_0x1ae1a9),isString=_0x4cc18b=>isNotUndefinedOrNull(_0x4cc18b)&&typeof _0x4cc18b===a110_0x257822(0x178);function a110_0x428e(){const _0x505449=['QSnOp','../../helpers/timeoutPromise','vPFQq','getId','TCG_URL','info','253851oThjqs','baGIl','wdzvC','Uzmqh','debug','string','nqpwg','XNTWJ','edge','logData','then','jZnPt','wvihr','selector','../../ai-sdk-node/bundle','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','txedI','2218572JLSFqU','TCG_REGION','BrowserstackHealingPollResultFailed','POLL_HEALING_RESULT_TIMEOUT','BrowserstackHealing.logData\x20method\x20timed\x20out','NpUPR','Mhbsp','BrowserstackHealingHealFailureFailed','./autoHealHelper','aiHeal_groupId','microsoftedge','get','27YAnjCh','DCdrs','MSHMH','join','_handleEvent','BrowserstackHealingLogDataFailed','locatorType','initializeCapabilities','HFkQC','setToken','map_','newCapabilities','race','parameters_','getCommands','locatorValue','56044vzlERc','fjfgT','getProjectName','6392540VTbDIT','ieOptions_','nLyiO','browserName','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','pBgMA','message','toLowerCase','chrome','50SnkRLK','config','edgeOptions_','KkPIR','handleSuccess','kaZZr','getTestName','cancel','15973677EEnbxS','using','BrowserstackHealingSetTcgTokenFailed','HEALING_FAILURE_TIMEOUT','4072271oNNsQV','replace','isSelfHealEnabled','BrowserstackHealing','8HqQkzZ','aiSdkWrapper','\x22:\x20{\x22endpoint\x22:\x20\x22','BrowserstackHealing.setToken\x20method\x20timed\x20out','initializeHealingCapabilities','framework','forEach','IqYov','../logger','11KNxtXt','aiHealing','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','set','capabilities_','KSket','\x22,\x20\x22tcgUrls\x22:\x20{\x22','\x20command','keys','getGlobal','chromeOptions_','getCapabilities','getSession','error','safari','356452uiMbqA','gNnNG','EdeNs','BrowserstackHealing.pollResult\x20method\x20timed\x20out','nbSPl','freeze','oFAUc','firefox','pollResult','value','aiHeal_sessionToken'];a110_0x428e=function(){return _0x505449;};return a110_0x428e();}class AiSdkWrapper{constructor(){const _0x2a6118=a110_0x257822,_0x2bb4d7={'WgINs':function(_0x40c45d,_0x3ec925){return _0x40c45d(_0x3ec925);},'KkPIR':_0x2a6118(0x10e)};this['BrowserstackHealing']=undefined;try{this[_0x2a6118(0x149)]=_0x2bb4d7['WgINs'](require,path[_0x2a6118(0x121)](__dirname,_0x2bb4d7[_0x2a6118(0x13d)]));}catch(_0x2fdad0){logger[_0x2a6118(0x160)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x2fdad0&&_0x2fdad0[_0x2a6118(0x137)]?_0x2fdad0[_0x2a6118(0x137)]:''));}}[a110_0x257822(0x14e)](_0x29b440){const _0x4feb6d=a110_0x257822,_0x378f5e={};_0x378f5e[_0x4feb6d(0x10b)]=_0x4feb6d(0x129),_0x378f5e[_0x4feb6d(0x179)]=function(_0x50ae16,_0x21c66b){return _0x50ae16===_0x21c66b;},_0x378f5e[_0x4feb6d(0x111)]=_0x4feb6d(0x139),_0x378f5e[_0x4feb6d(0x117)]=function(_0x50c504,_0x32612b){return _0x50c504===_0x32612b;},_0x378f5e[_0x4feb6d(0x168)]=_0x4feb6d(0x169),_0x378f5e[_0x4feb6d(0x164)]=_0x4feb6d(0x161),_0x378f5e[_0x4feb6d(0x11f)]=function(_0x3155cf,_0x557bb8){return _0x3155cf===_0x557bb8;},_0x378f5e[_0x4feb6d(0x158)]=_0x4feb6d(0x17b),_0x378f5e[_0x4feb6d(0x151)]=_0x4feb6d(0x11c);const _0x40f95b=_0x378f5e;try{const _0x161903=this[_0x4feb6d(0x149)][_0x4feb6d(0x125)](Object['fromEntries'](_0x29b440[_0x4feb6d(0x15e)]()[_0x4feb6d(0x128)]));console['log'](_0x40f95b[_0x4feb6d(0x10b)],_0x161903);if(_0x40f95b[_0x4feb6d(0x179)](_0x161903?.[_0x4feb6d(0x134)]?.[_0x4feb6d(0x138)](),_0x40f95b[_0x4feb6d(0x111)]))_0x29b440[_0x4feb6d(0x15d)]=_0x161903;else{if(_0x40f95b[_0x4feb6d(0x117)](_0x161903?.['browserName']?.['toLowerCase'](),_0x40f95b[_0x4feb6d(0x168)]))_0x29b440['firefoxOptions_']=_0x161903;else{if(_0x40f95b[_0x4feb6d(0x179)](_0x161903?.[_0x4feb6d(0x134)]?.[_0x4feb6d(0x138)](),_0x40f95b[_0x4feb6d(0x164)]))_0x29b440['safariOptions_']=_0x161903;else{if(_0x40f95b[_0x4feb6d(0x11f)](_0x161903?.[_0x4feb6d(0x134)]?.['toLowerCase'](),_0x40f95b['KSket'])||_0x40f95b[_0x4feb6d(0x179)](_0x161903?.[_0x4feb6d(0x134)]?.[_0x4feb6d(0x138)](),_0x40f95b[_0x4feb6d(0x151)]))_0x29b440[_0x4feb6d(0x13c)]=_0x161903;else _0x40f95b[_0x4feb6d(0x179)](_0x161903?.['browserName']?.[_0x4feb6d(0x138)](),'ie')&&(_0x29b440[_0x4feb6d(0x132)]=_0x161903);}}}Object[_0x4feb6d(0x15b)](_0x161903)[_0x4feb6d(0x150)](_0x5d9148=>{const _0x493218=_0x4feb6d,_0x265efe=_0x29b440[_0x493218(0x157)][_0x493218(0x11d)](_0x5d9148);_0x29b440[_0x493218(0x157)][_0x493218(0x156)](_0x5d9148,_0x161903[_0x5d9148]);});}catch(_0x21d813){logger[_0x4feb6d(0x160)](_0x4feb6d(0x110)+(_0x21d813&&_0x21d813[_0x4feb6d(0x137)]?_0x21d813[_0x4feb6d(0x137)]:''));}}async['setTcgToken'](_0x726c33){const _0x479fd8=a110_0x257822,_0x553f9b={'wvihr':function(_0x2ef89c,_0x502cc7,_0x245704,_0x92ce78,_0x42beb8,_0x99fefd,_0x315b75){return _0x2ef89c(_0x502cc7,_0x245704,_0x92ce78,_0x42beb8,_0x99fefd,_0x315b75);},'ykTTp':_0x479fd8(0x14d),'BiRdu':_0x479fd8(0x144),'vPFQq':_0x479fd8(0x16c)},_0x39481f=new Date(),_0x5cdf72=_0x553f9b[_0x479fd8(0x10c)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x553f9b['ykTTp'],_0x553f9b['BiRdu'],_0x39481f,this[_0x479fd8(0x13b)],this[_0x479fd8(0x14f)]);await Promise[_0x479fd8(0x12a)]([this[_0x479fd8(0x149)][_0x479fd8(0x127)](_0x726c33,globals[_0x479fd8(0x15c)](_0x553f9b[_0x479fd8(0x16f)]),constants['TCG_URL'])[_0x479fd8(0x10a)](()=>{const _0x3d2644=_0x479fd8;_0x5cdf72[_0x3d2644(0x141)]();}),_0x5cdf72]);}async[a110_0x257822(0x122)](_0x509c4a,_0x1a3c94,_0x269082,_0x16bcb8){const _0x6ffbfb=a110_0x257822,_0x56ec94={'gNnNG':function(_0x3a8979,_0x3edd90){return _0x3a8979===_0x3edd90;},'XNTWJ':function(_0x42f94a,_0x242d21){return _0x42f94a(_0x242d21);},'pBgMA':function(_0x4fc8d8,_0x2bb5bb){return _0x4fc8d8(_0x2bb5bb);},'MrTID':function(_0x5a72cb,_0x4b888c){return _0x5a72cb(_0x4b888c);},'Mhbsp':function(_0x48b839,_0x903899){return _0x48b839(_0x903899);},'QQACS':function(_0x5655e1,_0x12a2d1){return _0x5655e1(_0x12a2d1);},'nbSPl':'s://','HFkQC':function(_0x3ad46a,_0x5fbf3){return _0x3ad46a(_0x5fbf3);},'RyeKi':function(_0x5a1a5d,_0x2b0783){return _0x5a1a5d(_0x2b0783);},'Uzmqh':'aiHeal_userId','RyYla':_0x6ffbfb(0x11b),'fjfgT':'aiHeal_isGroupAIEnabled','baGIl':function(_0x631c54,_0x4b7918,_0x5c76fd,_0x412f07,_0xdb33b8,_0x2e8e6c,_0x379ed0){return _0x631c54(_0x4b7918,_0x5c76fd,_0x412f07,_0xdb33b8,_0x2e8e6c,_0x379ed0);},'QHelY':_0x6ffbfb(0x116),'MSHMH':_0x6ffbfb(0x123),'yDafv':function(_0x5cf663,_0x2c4d26,_0x36581f,_0x440639,_0x45b461,_0x59e552,_0x52182f){return _0x5cf663(_0x2c4d26,_0x36581f,_0x440639,_0x45b461,_0x59e552,_0x52182f);},'nLyiO':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','QSnOp':_0x6ffbfb(0x119)},_0x330dd5=(await _0x1a3c94[_0x6ffbfb(0x15f)]())[_0x6ffbfb(0x170)]();let _0x2a7fed='';if(commandRepository['isSelfHealEnabled']()&&_0x56ec94[_0x6ffbfb(0x163)](_0x16bcb8,![])||_0x56ec94['gNnNG'](_0x16bcb8,!![])){const _0x4ad414=_0x56ec94['XNTWJ'](isNotUndefinedOrNull,_0x269082[_0x6ffbfb(0x12b)]['using'])&&_0x56ec94[_0x6ffbfb(0x17a)](isString,_0x269082[_0x6ffbfb(0x12b)][_0x6ffbfb(0x143)])?_0x269082[_0x6ffbfb(0x12b)][_0x6ffbfb(0x143)][_0x6ffbfb(0x147)](/'/g,'\x5c\x27')[_0x6ffbfb(0x147)](/"/g,'\x5c\x22'):'',_0x144fae=_0x56ec94['XNTWJ'](isNotUndefinedOrNull,_0x269082[_0x6ffbfb(0x12b)][_0x6ffbfb(0x143)])&&_0x56ec94['XNTWJ'](isString,_0x269082[_0x6ffbfb(0x12b)][_0x6ffbfb(0x16b)])?_0x269082[_0x6ffbfb(0x12b)][_0x6ffbfb(0x16b)]['replace'](/'/g,'\x5c\x27')[_0x6ffbfb(0x147)](/"/g,'\x5c\x22'):'',_0x928a0d=_0x56ec94[_0x6ffbfb(0x136)](isNotUndefinedOrNull,commandRepository[_0x6ffbfb(0x130)]())&&_0x56ec94['MrTID'](isString,commandRepository[_0x6ffbfb(0x130)]())?commandRepository[_0x6ffbfb(0x130)]()[_0x6ffbfb(0x147)](/'/g,'\x5c\x27')[_0x6ffbfb(0x147)](/"/g,'\x5c\x22'):'';let _0x420de1=_0x56ec94[_0x6ffbfb(0x118)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x56ec94[_0x6ffbfb(0x136)](isString,global['browserstackSessionName'])?global['browserstackSessionName'][_0x6ffbfb(0x147)](/'/g,'\x5c\x27')[_0x6ffbfb(0x147)](/"/g,'\x5c\x22'):'';!_0x420de1&&(_0x420de1=_0x56ec94['pBgMA'](isNotUndefinedOrNull,commandRepository[_0x6ffbfb(0x140)]())&&_0x56ec94['QQACS'](isString,commandRepository[_0x6ffbfb(0x140)]())?commandRepository['getTestName']()[_0x6ffbfb(0x147)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'');let _0x35080a='{\x22region\x22:\x20\x22'+constants[_0x6ffbfb(0x113)]+_0x6ffbfb(0x159)+constants[_0x6ffbfb(0x113)]+_0x6ffbfb(0x14c)+constants['TCG_URL']['split'](_0x56ec94[_0x6ffbfb(0x166)])[0x1]+'\x22}}}';_0x35080a=_0x56ec94[_0x6ffbfb(0x126)](isNotUndefinedOrNull,_0x35080a)&&_0x56ec94['RyeKi'](isString,_0x35080a)?_0x35080a[_0x6ffbfb(0x147)](/'/g,'\x5c\x27')[_0x6ffbfb(0x147)](/"/g,'\x5c\x22'):'';const _0x4560aa=commandRepository[_0x6ffbfb(0x12c)](_0x330dd5),_0x55bdab=globals[_0x6ffbfb(0x15c)](_0x56ec94[_0x6ffbfb(0x176)]),_0x2e4bb3=globals[_0x6ffbfb(0x15c)](_0x56ec94['RyYla']),_0x5a9104=globals[_0x6ffbfb(0x15c)](_0x56ec94[_0x6ffbfb(0x12f)]),_0x19612b=![],_0x346016=new Date();if(_0x16bcb8){const _0xe1ffd7=_0x56ec94[_0x6ffbfb(0x174)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x56ec94['QHelY'],_0x56ec94[_0x6ffbfb(0x120)],_0x346016,this[_0x6ffbfb(0x13b)],this[_0x6ffbfb(0x14f)]);_0x2a7fed=await Promise[_0x6ffbfb(0x12a)]([this['BrowserstackHealing'][_0x6ffbfb(0x109)](_0x4ad414,_0x144fae,_0x928a0d,_0x420de1,_0x2e4bb3,_0x330dd5,_0x4560aa,_0x35080a)[_0x6ffbfb(0x10a)](_0x544997=>{const _0x341572=_0x6ffbfb;return _0xe1ffd7[_0x341572(0x141)](),_0x544997;}),_0xe1ffd7]);}else{if(commandRepository[_0x6ffbfb(0x148)]()){const _0x353718=_0x56ec94['yDafv'](timeoutPromise,constants[_0x6ffbfb(0x145)],_0x56ec94[_0x6ffbfb(0x133)],_0x56ec94[_0x6ffbfb(0x16d)],_0x346016,this['config'],this[_0x6ffbfb(0x14f)]);_0x2a7fed=await Promise[_0x6ffbfb(0x12a)]([this[_0x6ffbfb(0x149)]['healFailure'](_0x4ad414,_0x144fae,_0x928a0d,_0x420de1,_0x55bdab,_0x2e4bb3,_0x330dd5,_0x4560aa,_0x19612b,_0x5a9104,_0x35080a)[_0x6ffbfb(0x10a)](_0x44f59c=>{return _0x353718['cancel'](),_0x44f59c;}),_0x353718]);}}_0x2a7fed&&await _0x1a3c94['executeScript'](_0x2a7fed);}}async[a110_0x257822(0x13e)](_0x57b5e4,_0x20f48d,_0x250e2b){const _0xe6f12c=a110_0x257822;try{await this[_0xe6f12c(0x122)](_0x57b5e4,_0x20f48d,_0x250e2b,!![]);}catch(_0x982b4){return logger[_0xe6f12c(0x160)](_0xe6f12c(0x135)+(_0x982b4&&_0x982b4[_0xe6f12c(0x137)]?_0x982b4[_0xe6f12c(0x137)]:'')),![];}return!![];}async['handleFailure'](_0xfded7a,_0xb56478,_0x372d47){const _0x1f8813=a110_0x257822,_0x276a54={'ULkBt':function(_0x334abe,_0x7e2e2b,_0x26d74f,_0x56832a,_0x41484d,_0x522024,_0xb37fb7){return _0x334abe(_0x7e2e2b,_0x26d74f,_0x56832a,_0x41484d,_0x522024,_0xb37fb7);},'kaZZr':_0x1f8813(0x165),'CqQvK':_0x1f8813(0x114),'wdzvC':_0x1f8813(0x16c)};try{await this[_0x1f8813(0x122)](_0xfded7a,_0xb56478,_0x372d47,![]);const _0xe4dc7e=(await _0xb56478[_0x1f8813(0x15f)]())[_0x1f8813(0x170)](),_0x20fc28=new Date(),_0x399f77=_0x276a54['ULkBt'](timeoutPromise,constants[_0x1f8813(0x115)],_0x276a54[_0x1f8813(0x13f)],_0x276a54['CqQvK'],_0x20fc28,this[_0x1f8813(0x13b)],this['framework']),_0x4ee7c0=await Promise['race']([this[_0x1f8813(0x149)][_0x1f8813(0x16a)](constants[_0x1f8813(0x171)],_0xe4dc7e,globals[_0x1f8813(0x15c)](_0x276a54[_0x1f8813(0x175)]))['then'](_0x110f9e=>{const _0x23a812=_0x1f8813;return _0x399f77[_0x23a812(0x141)](),_0x110f9e;}),_0x399f77]);if(_0x4ee7c0&&_0x4ee7c0[_0x1f8813(0x10d)]&&_0x4ee7c0[_0x1f8813(0x16b)]){const _0x1efd72={};return _0x1efd72[_0x1f8813(0x124)]=_0x4ee7c0['selector'],_0x1efd72[_0x1f8813(0x12d)]=_0x4ee7c0[_0x1f8813(0x16b)],_0x1efd72[_0x1f8813(0x154)]=!![],_0x1efd72;}const _0x3b0195={};return _0x3b0195['locatorType']=_0x372d47[_0x1f8813(0x12b)][_0x1f8813(0x143)],_0x3b0195[_0x1f8813(0x12d)]=_0x4ee7c0[_0x1f8813(0x16b)],_0x3b0195[_0x1f8813(0x154)]=!![],_0x3b0195;}catch(_0x3f6305){return logger[_0x1f8813(0x177)](_0x1f8813(0x155)+(_0x3f6305&&_0x3f6305[_0x1f8813(0x137)]?_0x3f6305[_0x1f8813(0x137)]:'')),logger[_0x1f8813(0x172)](_0x1f8813(0x10f)+_0x372d47['name_']+_0x1f8813(0x15a)),_0x372d47;}}}exports[a110_0x257822(0x14b)]=Object[a110_0x257822(0x167)](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
- function a111_0x3e65(_0x470876,_0x22e976){const _0x41c23f=a111_0x41c2();return a111_0x3e65=function(_0x3e65a4,_0x1a000c){_0x3e65a4=_0x3e65a4-0xb2;let _0x422f7a=_0x41c23f[_0x3e65a4];return _0x422f7a;},a111_0x3e65(_0x470876,_0x22e976);}const a111_0x40cd7b=a111_0x3e65;(function(_0x130eae,_0x4555e0){const _0x3b9825=a111_0x3e65,_0x29a923=_0x130eae();while(!![]){try{const _0x35c143=-parseInt(_0x3b9825(0xe5))/0x1*(parseInt(_0x3b9825(0xd8))/0x2)+-parseInt(_0x3b9825(0xed))/0x3+parseInt(_0x3b9825(0xde))/0x4+-parseInt(_0x3b9825(0xd9))/0x5*(parseInt(_0x3b9825(0xe6))/0x6)+-parseInt(_0x3b9825(0xc8))/0x7*(parseInt(_0x3b9825(0xc9))/0x8)+-parseInt(_0x3b9825(0xd4))/0x9*(-parseInt(_0x3b9825(0xd5))/0xa)+parseInt(_0x3b9825(0xc7))/0xb*(parseInt(_0x3b9825(0xd3))/0xc);if(_0x35c143===_0x4555e0)break;else _0x29a923['push'](_0x29a923['shift']());}catch(_0xa8942d){_0x29a923['push'](_0x29a923['shift']());}}}(a111_0x41c2,0xb1f77));const calculateTimeDiff=_0x2713e8=>Date[a111_0x40cd7b(0xcf)]()-_0x2713e8,logger=require(a111_0x40cd7b(0xce))[a111_0x40cd7b(0xe0)],globals=require(a111_0x40cd7b(0xc5));class HealingCommandRepo{constructor(){const _0x240ac4=a111_0x40cd7b,_0x19ef2a={};_0x19ef2a[_0x240ac4(0xc4)]=_0x240ac4(0xe7);const _0x25e684=_0x19ef2a,_0x348f9f=_0x25e684[_0x240ac4(0xc4)][_0x240ac4(0xf0)]('|');let _0x211be9=0x0;while(!![]){switch(_0x348f9f[_0x211be9++]){case'0':this[_0x240ac4(0xbe)]={};continue;case'1':this['projectName']='';continue;case'2':this[_0x240ac4(0xea)]=![];continue;case'3':this[_0x240ac4(0xbf)]={};continue;case'4':this[_0x240ac4(0xdf)]={};continue;case'5':this[_0x240ac4(0xbb)]='';continue;}break;}}[a111_0x40cd7b(0xb6)](_0x490734,_0x10414d){const _0x4cd797=a111_0x40cd7b,_0xb8586d={};_0xb8586d[_0x4cd797(0xd2)]=function(_0x1ac4e0,_0x52d376){return _0x1ac4e0 in _0x52d376;};const _0x2835ca=_0xb8586d;!_0x2835ca['TWQfW'](_0x490734,this['commands'])&&(this['commands'][_0x490734]=[]),this[_0x4cd797(0xbe)][_0x490734][_0x4cd797(0xbd)](_0x10414d);}[a111_0x40cd7b(0xb9)](_0x59234a,_0x1c0865){const _0x3bae24=a111_0x40cd7b,_0x3751cf={'Dgwod':function(_0x9222bb,_0x341328){return _0x9222bb(_0x341328);}},_0x391643=_0x1c0865[_0x3bae24(0xd7)],_0xea7d9f=_0x1c0865[_0x3bae24(0xdc)]['split'](_0x59234a)[0x1],_0x21d03e=this[_0x3bae24(0xbf)][_0x59234a],_0x5a1ec9={'k':_0x391643+':'+_0xea7d9f,'t':_0x3751cf[_0x3bae24(0xd0)](calculateTimeDiff,_0x21d03e)};this['_pushCommand'](_0x59234a,_0x5a1ec9);}['setAiSessionTimeStamp'](_0x2e8647){const _0x2685f5=a111_0x40cd7b;this[_0x2685f5(0xbf)][_0x2e8647]=Date['now']();}[a111_0x40cd7b(0xcd)](_0x3ec50b,_0x4de093){const _0x45c3da=a111_0x40cd7b;this['authInfo'][_0x45c3da(0xee)]=_0x3ec50b,this[_0x45c3da(0xdf)][_0x45c3da(0xc6)]=_0x4de093;}[a111_0x40cd7b(0xc0)](){const _0x553aba=a111_0x40cd7b;return this[_0x553aba(0xdf)];}['setProjectNameForHealingContext'](_0x5abf74){const _0xbd34da=a111_0x40cd7b;this[_0xbd34da(0xb5)]=_0x5abf74;}['setTestNameForHealingContext'](_0x53e870){const _0x1e1cac=a111_0x40cd7b;this[_0x1e1cac(0xbb)]=_0x53e870;}[a111_0x40cd7b(0xcc)](_0x18d04d){const _0x5d74a4=a111_0x40cd7b;this[_0x5d74a4(0xca)]=_0x18d04d,this[_0x5d74a4(0xb2)](_0x18d04d[_0x5d74a4(0xb5)]),this[_0x5d74a4(0xcd)](_0x18d04d['userName'],_0x18d04d[_0x5d74a4(0xc6)]);}[a111_0x40cd7b(0xe1)](_0x15028b){const _0x15bbf0=a111_0x40cd7b;this[_0x15bbf0(0xda)]=_0x15028b;}[a111_0x40cd7b(0xd1)](_0x458c4b){this['isTcgTokenSet']=_0x458c4b;}[a111_0x40cd7b(0xe3)](){const _0x425c96=a111_0x40cd7b;return this[_0x425c96(0xca)];}['getFramework'](){const _0x395b44=a111_0x40cd7b;return this[_0x395b44(0xda)];}[a111_0x40cd7b(0xc3)](){return this['projectName'];}[a111_0x40cd7b(0xb8)](){return this['testName'];}[a111_0x40cd7b(0xeb)](_0x5873ad){const _0x55ae59=a111_0x40cd7b,_0x2ba0dc={};_0x2ba0dc[_0x55ae59(0xd6)]=_0x55ae59(0xba),_0x2ba0dc['RoEpD']=_0x55ae59(0xb4),_0x2ba0dc[_0x55ae59(0xc1)]=function(_0x1a2208,_0x328006){return _0x1a2208===_0x328006;},_0x2ba0dc[_0x55ae59(0xdd)]=function(_0x420d3d,_0x363880){return _0x420d3d+_0x363880;},_0x2ba0dc[_0x55ae59(0xc2)]=_0x55ae59(0xdb);const _0x8d4f6b=_0x2ba0dc,_0x2e9a73=this[_0x55ae59(0xbe)][_0x5873ad];this[_0x55ae59(0xbe)][_0x5873ad]=[];if(globals[_0x55ae59(0xe9)](_0x8d4f6b[_0x55ae59(0xd6)])&&globals[_0x55ae59(0xe9)](_0x8d4f6b['RoEpD'])&&!_0x2e9a73||_0x8d4f6b[_0x55ae59(0xc1)](_0x2e9a73[_0x55ae59(0xb7)],0x0))return logger[_0x55ae59(0xef)](_0x8d4f6b['jmSDe'](_0x8d4f6b['DtwLK'],_0x5873ad)),'';return _0x2e9a73['map'](_0x423f9b=>JSON['stringify'](_0x423f9b))['join'](',');}[a111_0x40cd7b(0xe4)](){const _0x5c5ba7=a111_0x40cd7b,_0xc7a85c={};_0xc7a85c[_0x5c5ba7(0xe2)]=function(_0x4ad0db,_0x291ba2){return _0x4ad0db===_0x291ba2;},_0xc7a85c[_0x5c5ba7(0xb3)]=_0x5c5ba7(0xec);const _0x36d381=_0xc7a85c;let _0xad6aa9=![];return this['getConfig']()&&(_0x36d381[_0x5c5ba7(0xe2)](this['getConfig']()[_0x5c5ba7(0xe8)],!![])||_0x36d381[_0x5c5ba7(0xe2)](this['getConfig']()[_0x5c5ba7(0xe8)],_0x36d381['OgQua']))&&(_0xad6aa9=!![]),_0xad6aa9;}[a111_0x40cd7b(0xbc)](){const _0x364257=a111_0x40cd7b;return this[_0x364257(0xea)];}}function a111_0x41c2(){const _0x4c736c=['setConfig','setAuthInfo','../logger','now','Dgwod','setTcgTokenStatus','TWQfW','14351916Cetuqg','25218VMTvSF','1510CVSKCJ','TsSZD','method','1783806JxZxGh','76415NBaAOO','framework','No\x20commands\x20found\x20for\x20session:\x20','path','jmSDe','2532312SxmSxn','authInfo','winstonLogger','setFramework','Mvjkm','getConfig','isSelfHealEnabled','1jfrcJf','306kxrqBB','0|3|1|5|4|2','selfHeal','getGlobal','isTcgTokenSet','getCommands','true','232815MFxBQv','userName','debug','split','setProjectNameForHealingContext','OgQua','aiHeal_isHealingEnabled','projectName','_pushCommand','length','getTestName','pushCommand','aiHeal_isAuthenticated','testName','getTcgTokenStatus','push','commands','aiSessionTimeStamp','getAuthInfo','rjDgE','DtwLK','getProjectName','qvHZQ','../globals','accessKey','22LqYtiM','3395959qvPann','16hlNXST','config','commandRepository'];a111_0x41c2=function(){return _0x4c736c;};return a111_0x41c2();}exports[a111_0x40cd7b(0xcb)]=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_0x25adf2=a112_0x424a;(function(_0x18d896,_0x2381a0){const _0x382fcc=a112_0x424a,_0x146aea=_0x18d896();while(!![]){try{const _0x547198=parseInt(_0x382fcc(0x154))/0x1+parseInt(_0x382fcc(0x153))/0x2+parseInt(_0x382fcc(0x15d))/0x3+-parseInt(_0x382fcc(0x157))/0x4+parseInt(_0x382fcc(0x14f))/0x5+-parseInt(_0x382fcc(0x159))/0x6*(-parseInt(_0x382fcc(0x150))/0x7)+-parseInt(_0x382fcc(0x152))/0x8*(parseInt(_0x382fcc(0x14d))/0x9);if(_0x547198===_0x2381a0)break;else _0x146aea['push'](_0x146aea['shift']());}catch(_0x45e82b){_0x146aea['push'](_0x146aea['shift']());}}}(a112_0x4ebd,0x50a8f));const a112_0x429849={};a112_0x429849[a112_0x25adf2(0x151)]='https://grid.browserstack.com/dashboard/builds',a112_0x429849['API_ENDPOINT']=a112_0x25adf2(0x15c),module['exports']=a112_0x429849;const _env=(process[a112_0x25adf2(0x155)]['BROWSERSTACK_ENV']||a112_0x25adf2(0x14e))['toLowerCase']();if(_env===a112_0x25adf2(0x156)||_env==='stag')module[a112_0x25adf2(0x158)][a112_0x25adf2(0x151)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a112_0x25adf2(0x15a)||_env===a112_0x25adf2(0x15b))&&(module[a112_0x25adf2(0x158)][a112_0x25adf2(0x151)]='https://grid-preprod.bsstag.com/dashboard/builds');function a112_0x424a(_0x3fe90e,_0x13aae0){const _0x4ebd80=a112_0x4ebd();return a112_0x424a=function(_0x424a06,_0x58fe37){_0x424a06=_0x424a06-0x14d;let _0x113498=_0x4ebd80[_0x424a06];return _0x113498;},a112_0x424a(_0x3fe90e,_0x13aae0);}function a112_0x4ebd(){const _0x3e86e2=['310902dGKoWo','preprod','pre-prod','automate-turboscale/v1','32673VGnKHf','999cMfvWc','prod','3114980KJxbBH','21gYYnRW','BUILDS_DASHBOARD_URL','85864bHHgqs','866134JdvwuK','534857glIfCh','env','staging','942064AAsyQs','exports'];a112_0x4ebd=function(){return _0x3e86e2;};return a112_0x4ebd();}
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');