browserstack-node-sdk 1.46.5 → 1.46.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  114. package/src/bin/v2/framework/testFramework.js +1 -1
  115. package/src/bin/v2/grpcClient.js +1 -1
  116. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  117. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/trackedContext.js +1 -1
  119. package/src/bin/v2/instances/trackedInstance.js +1 -1
  120. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  121. package/src/bin/v2/modules/baseModule.js +1 -1
  122. package/src/bin/v2/modules/observabilityModule.js +1 -1
  123. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  124. package/src/bin/v2/modules/testhubModule.js +1 -1
  125. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  126. package/src/bin/v2/state/hookState.js +1 -1
  127. package/src/bin/v2/state/testFrameworkState.js +1 -1
  128. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  129. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  130. package/src/bin/vanilla-js/command.js +1 -1
  131. package/src/browserStackSdk.js +1 -1
  132. package/src/helpers/BrowserStackSetup.js +1 -1
  133. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  134. package/src/helpers/accessibility-automation/constants.js +1 -1
  135. package/src/helpers/accessibility-automation/helper.js +1 -1
  136. package/src/helpers/accessibility-automation/scripts.js +1 -1
  137. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  138. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  139. package/src/helpers/ats/constants.js +1 -1
  140. package/src/helpers/ats/helper.js +1 -1
  141. package/src/helpers/capsMapping.js +1 -1
  142. package/src/helpers/central-scanner/constants.js +1 -1
  143. package/src/helpers/central-scanner/helpers.js +1 -1
  144. package/src/helpers/classLogger.js +1 -1
  145. package/src/helpers/globals.js +1 -1
  146. package/src/helpers/helper.js +1 -1
  147. package/src/helpers/logger.js +1 -1
  148. package/src/helpers/metadata.js +1 -1
  149. package/src/helpers/patchHelper.js +1 -1
  150. package/src/helpers/patchHelpers.js +1 -1
  151. package/src/helpers/percy/Percy.js +1 -1
  152. package/src/helpers/percy/PercyBinary.js +1 -1
  153. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  154. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  155. package/src/helpers/percy/PercySDK.js +1 -1
  156. package/src/helpers/percy/index.js +1 -1
  157. package/src/helpers/percy/utils.js +1 -1
  158. package/src/helpers/performance/constants.js +1 -1
  159. package/src/helpers/performance/performance-tester.js +1 -1
  160. package/src/helpers/playwright-helper.js +1 -1
  161. package/src/helpers/processHelper.js +1 -1
  162. package/src/helpers/request-spy.js +1 -1
  163. package/src/helpers/setKeepAlive.js +1 -1
  164. package/src/helpers/test-observability/constants.js +1 -1
  165. package/src/helpers/test-observability/error-handler.js +1 -1
  166. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  167. package/src/helpers/test-observability/sessionHandler.js +1 -1
  168. package/src/helpers/test-observability/utils.js +1 -1
  169. package/src/helpers/test-orchestration/constants.js +1 -1
  170. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  171. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  172. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  173. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  174. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  175. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  176. package/src/helpers/testhub/constants.js +1 -1
  177. package/src/helpers/testhub/testhubHandler.js +1 -1
  178. package/src/helpers/testhub/utils.js +1 -1
  179. package/src/helpers/timeoutPromise.js +1 -1
  180. package/src/helpers/utilities.js +1 -1
  181. package/src/helpers/w3cMapping.js +1 -1
  182. package/src/hubAllocationMethods.js +1 -1
  183. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a92_0x1f4f7f=a92_0x49d9;(function(_0xd9c25,_0x422d99){const _0x175466=a92_0x49d9,_0x282992=_0xd9c25();while(!![]){try{const _0x436a89=-parseInt(_0x175466(0x94))/0x1+-parseInt(_0x175466(0x106))/0x2*(parseInt(_0x175466(0xbf))/0x3)+parseInt(_0x175466(0x127))/0x4+parseInt(_0x175466(0x7f))/0x5+-parseInt(_0x175466(0xe6))/0x6+parseInt(_0x175466(0xea))/0x7*(-parseInt(_0x175466(0x9d))/0x8)+-parseInt(_0x175466(0xaa))/0x9*(-parseInt(_0x175466(0xc0))/0xa);if(_0x436a89===_0x422d99)break;else _0x282992['push'](_0x282992['shift']());}catch(_0x323305){_0x282992['push'](_0x282992['shift']());}}}(a92_0x1786,0x5380c));function a92_0x49d9(_0x353772,_0x1c68dc){const _0x178667=a92_0x1786();return a92_0x49d9=function(_0x49d911,_0x572664){_0x49d911=_0x49d911-0x73;let _0x1479ea=_0x178667[_0x49d911];return _0x1479ea;},a92_0x49d9(_0x353772,_0x1c68dc);}const util=require('util'),logger=require(a92_0x1f4f7f(0xe2))[a92_0x1f4f7f(0xd7)],accessibilityHelper=require(a92_0x1f4f7f(0xae)),globals=require(a92_0x1f4f7f(0x91)),scripts=require(a92_0x1f4f7f(0x114)),PerformanceTester=require(a92_0x1f4f7f(0x90)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a92_0x1f4f7f(0x83)),BrowserstackCLI=require(a92_0x1f4f7f(0xfc));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a92_0x1f4f7f(0xa0));}catch(a92_0x3b7b02){logger[a92_0x1f4f7f(0xe0)](a92_0x1f4f7f(0x103));}const a92_0x173911={};a92_0x173911[a92_0x1f4f7f(0xde)]=0x1,a92_0x173911['timeoutMs']=0x7530,a92_0x173911[a92_0x1f4f7f(0x77)]=0x7530;function a92_0x1786(){const _0x410b77=['getAccessibilityResultsSummary','tqkdA','dXRuo','selenium-webdriver','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','SxCVS','page','./scripts','evaluate','isSeleniumDriver','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','Accessibility\x20retry\x20configuration\x20updated:\x20','):\x20','ThtVZ','goto','message','JKYos','getSession','DLlSG','browserStackEvaluate','Unknown\x20driver/page\x20type:\x20','xKsco','KKPZy','nUPYE','manage','name','1303564LaBoDO','URUui','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','krGOQ','env','xfzEz','getRetryConfig','RJeAQ','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','IrIqQ','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','playwright-codecept-driver','setPlaywrightScriptTimeout','setSeleniumScriptTimeout','ktbgd','__workerDetails','defaultTimeoutMs','Playwright','bvumf','Accessibility\x20scan\x20attempt\x20','measureWrapper','summary','getAccessibilityResultsSummaryWithRetry','\x20completed\x20successfully.','2081095fXugGY','status','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','ZkpeI','../performance/constants','accessibilityPlatform','ms\x20using\x20timeouts()\x20API','ukali','GDrim','getAccessibilityResultsWithRetry','ms\x20using\x20setTimeouts\x20API','tdmXp','saveTestResults','Skipping\x20timeout\x20setting\x20for\x20','warn','getGlobal','scannerProcessingTimeout','../performance/performance-tester','../globals','tmukr','vPOPe','16398qWSAtb','ovcsv','yANyg','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Comprehensive\x20accessibility\x20scan\x20failed\x20(','\x20failed\x20(','getCurrentUrl','WebDriver','ipIbl','21744PwPqZP','jNcgQ','value','../../bin/playwright/accessibility-helper','\x20for\x20method:\x20','type','fulfilled','sauxv','options','ms\x20using\x20setScriptTimeout\x20API','Accessibility\x20results\x20save\x20attempt\x20','getCapabilities','KfGAT','672003OGsSwU','constructor','info','isRunning','./helper','\x20-\x20not\x20applicable','QPsii','getAccessibilityResults','bfJVi','vOyIV','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','scanSucceeded','performComprehensiveAccessibilityScanWithRetry','URdrr','eDqgc','stringify','zFgmh','CLlfn','qAjuB','results','123NtNAur','40tRbJQC','SFSQE','isPlaywright','timeouts','getAccessibilityModule','timeoutMs','XuoBt','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','jmhLZ','IyoWp',').\x20Last\x20error:\x20','mKIJp',').\x20Error:\x20','url','getId','performScan','QHyVJ','RcjFh','hoHAJ','playwright-page','\x20failed\x20for\x20method:\x20','saveAccessibilityResultsWithRetry',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','winstonLogger','sXzOl','performScanWithRetry','max','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','PuyQk','Unknown\x20error','maxRetries','setTimeouts','debug','oytIu','../logger','executeAsyncScript','rejected','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','195834mETUqO','unknown','Rowqa','lzodD','1379CkvyUP','gZZmT','function','setDefaultTimeout','mzbsF','rLiIV','dChTk','setScriptTimeout','PERFORM_SCAN','snuid','jHudO',',\x20cannot\x20perform\x20scan\x20with\x20retry.','reason','RdQjH','error','Operation\x20timed\x20out\x20after\x20','isAccessibilityPlatform','GaVIh','../../bin/v2/browserstackCLI','efGIB','Scan\x20attempt\x20','woPRk','isAccessibilityAutomationSession','capabilitiesList','idwGY','Playwright\x20accessibility\x20helper\x20not\x20available','accessibilityConfig','getInstance','5574YQnJjj','nLBBK','Accessibility\x20results\x20retrieval\x20attempt\x20','qsrAU','uSsZf','bstackA11yShouldScan'];a92_0x1786=function(){return _0x410b77;};return a92_0x1786();}const RETRY_CONFIG=a92_0x173911,setConfigTimeout=(_0x2f19f9,_0xcd2376=null)=>{const _0x493be6=a92_0x1f4f7f,_0x6e43ce={'idwGY':function(_0x3889eb,_0x5b3f6e){return _0x3889eb===_0x5b3f6e;},'qhwNl':_0x493be6(0x8f),'jmhLZ':function(_0x253f8c,_0x48dc7d){return _0x253f8c*_0x48dc7d;},'rEsET':function(_0x126566,_0x5707b1){return _0x126566(_0x5707b1);}};if(BrowserstackCLI['getInstance']()[_0x493be6(0xad)]()&&BrowserstackCLI['getInstance']()['getAccessibilityModule']()){const _0x17a157=BrowserstackCLI[_0x493be6(0x105)]()[_0x493be6(0xc4)]()[_0x493be6(0x104)],_0x1bdc3f=_0x17a157[_0x493be6(0xa5)][_0x493be6(0x101)]||[];for(const _0x35d54d of _0x1bdc3f){_0x6e43ce[_0x493be6(0x102)](_0x35d54d[_0x493be6(0x126)],_0x6e43ce['qhwNl'])&&_0x6e43ce[_0x493be6(0x102)](_0xcd2376,null)&&(_0x2f19f9[_0x493be6(0xc5)]=_0x6e43ce[_0x493be6(0xc8)](_0x6e43ce['rEsET'](parseInt,_0x35d54d['value']),0x3e8));}}else process[_0x493be6(0x12c)][_0x493be6(0xc7)]&&(_0x2f19f9[_0x493be6(0xc5)]=_0x6e43ce[_0x493be6(0xc8)](_0x6e43ce['rEsET'](parseInt,process[_0x493be6(0x12c)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x41221e=>{const _0xf6d1d9=a92_0x1f4f7f,_0x5c29a5={};_0x5c29a5[_0xf6d1d9(0xe8)]=_0xf6d1d9(0xe7),_0x5c29a5[_0xf6d1d9(0x9e)]=function(_0x170f62,_0x3cad8d){return _0x170f62===_0x3cad8d;},_0x5c29a5['mzbsF']=_0xf6d1d9(0xec),_0x5c29a5[_0xf6d1d9(0xb9)]=function(_0x2dadd2,_0x57f8aa){return _0x2dadd2===_0x57f8aa;},_0x5c29a5[_0xf6d1d9(0x112)]=_0xf6d1d9(0xd3),_0x5c29a5['taGwV']=function(_0x5bb0e4,_0x557003){return _0x5bb0e4===_0x557003;},_0x5c29a5[_0xf6d1d9(0x10e)]=_0xf6d1d9(0x10f),_0x5c29a5[_0xf6d1d9(0xf0)]='Page',_0x5c29a5[_0xf6d1d9(0xd1)]=_0xf6d1d9(0x9b),_0x5c29a5[_0xf6d1d9(0x86)]=_0xf6d1d9(0x78),_0x5c29a5['GDrim']='playwright-codecept-driver',_0x5c29a5[_0xf6d1d9(0xf7)]=function(_0x4717e2,_0x2877cd){return _0x4717e2||_0x2877cd;},_0x5c29a5[_0xf6d1d9(0xe9)]='undefined';const _0x4d1ecd=_0x5c29a5;if(!_0x41221e){const _0x521d57={};return _0x521d57[_0xf6d1d9(0xc2)]=![],_0x521d57[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0xe8)],_0x521d57;}if(_0x4d1ecd[_0xf6d1d9(0x9e)](typeof _0x41221e[_0xf6d1d9(0x115)],_0x4d1ecd[_0xf6d1d9(0xee)])&&_0x4d1ecd[_0xf6d1d9(0x9e)](typeof _0x41221e['url'],_0x4d1ecd['mzbsF'])&&_0x4d1ecd[_0xf6d1d9(0xb9)](typeof _0x41221e[_0xf6d1d9(0x11b)],_0x4d1ecd['mzbsF'])){const _0x221605={};return _0x221605[_0xf6d1d9(0xc2)]=!![],_0x221605['type']=_0x4d1ecd[_0xf6d1d9(0x112)],_0x221605;}if(_0x4d1ecd['taGwV'](typeof _0x41221e[_0xf6d1d9(0xe3)],_0x4d1ecd[_0xf6d1d9(0xee)])&&_0x4d1ecd[_0xf6d1d9(0x9e)](typeof _0x41221e[_0xf6d1d9(0xa8)],_0x4d1ecd[_0xf6d1d9(0xee)])){const _0x5a5fc2={};return _0x5a5fc2[_0xf6d1d9(0xc2)]=![],_0x5a5fc2[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0x10e)],_0x5a5fc2;}const _0x41cb58=_0x41221e[_0xf6d1d9(0xab)]?.[_0xf6d1d9(0x126)];if(_0x4d1ecd['eDqgc'](_0x41cb58,_0x4d1ecd['dChTk'])){const _0x5def29={};return _0x5def29[_0xf6d1d9(0xc2)]=!![],_0x5def29[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0x112)],_0x5def29;}if(_0x4d1ecd[_0xf6d1d9(0xb9)](_0x41cb58,_0x4d1ecd[_0xf6d1d9(0xd1)])){const _0x1e006a={};return _0x1e006a[_0xf6d1d9(0xc2)]=![],_0x1e006a[_0xf6d1d9(0xa2)]=_0x4d1ecd['dXRuo'],_0x1e006a;}if(_0x4d1ecd[_0xf6d1d9(0x9e)](_0x41cb58,_0x4d1ecd['ukali'])){const _0x3f366e={};return _0x3f366e[_0xf6d1d9(0xc2)]=!![],_0x3f366e[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0x87)],_0x3f366e;}logger[_0xf6d1d9(0x8d)](_0xf6d1d9(0x121)+_0x4d1ecd[_0xf6d1d9(0xf7)](_0x41cb58,_0x4d1ecd[_0xf6d1d9(0xe9)]));const _0xec2458={};return _0xec2458[_0xf6d1d9(0xc2)]=![],_0xec2458[_0xf6d1d9(0xa2)]=_0x4d1ecd[_0xf6d1d9(0xe8)],_0xec2458;},withTimeout=(_0x15ec6a,_0x31c7d5)=>{const _0x298da5=a92_0x1f4f7f;return Promise['race']([_0x15ec6a,new Promise((_0x598bb1,_0x576f62)=>setTimeout(()=>_0x576f62(new Error(_0x298da5(0xf9)+_0x31c7d5+'ms')),_0x31c7d5))]);};exports[a92_0x1f4f7f(0xd9)]=async(_0x4eb1fc,_0x220e48=null,_0x5b0429=null)=>{const _0x97b4c3=a92_0x1f4f7f,_0x336f9a={'bfJVi':function(_0x1c4b8c,_0x4a3869){return _0x1c4b8c&&_0x4a3869;},'bvumf':function(_0x33621a,_0x558261,_0x1c66db){return _0x33621a(_0x558261,_0x1c66db);},'rLiIV':function(_0x41b15e,_0x11d59f){return _0x41b15e===_0x11d59f;},'SFSQE':_0x97b4c3(0x134),'DKNmS':function(_0x48383d,_0x5b5337,_0x10ffd1){return _0x48383d(_0x5b5337,_0x10ffd1);},'feykv':function(_0x287230,_0x5c1793,_0x3de1f1){return _0x287230(_0x5c1793,_0x3de1f1);},'zFgmh':function(_0x1510f7,_0x5f9da0){return _0x1510f7(_0x5f9da0);},'qAjuB':_0x97b4c3(0xfa),'mfLjM':'bstackA11yShouldScan','DePJe':'unknown_method','krGOQ':function(_0x1dde76,_0x35a608){return _0x1dde76===_0x35a608;},'qEwzj':_0x97b4c3(0xec),'ifdiB':function(_0x5d74bb,_0x121a2e){return _0x5d74bb===_0x121a2e;},'ovcsv':function(_0x334460,_0x5d3339){return _0x334460<=_0x5d3339;},'QPsii':function(_0x492a3e,_0x4ff598){return _0x492a3e+_0x4ff598;},'QHyVJ':'Unknown\x20error'},{isPlaywright:_0x68493b,type:_0x708cc}=_0x336f9a[_0x97b4c3(0xbb)](detectDriverType,_0x4eb1fc),_0x20d640=_0x68493b?global[_0x97b4c3(0x84)]:accessibilityHelper[_0x97b4c3(0x100)]()&&globals['getGlobal'](_0x336f9a[_0x97b4c3(0xbd)])&&globals[_0x97b4c3(0x8e)](_0x336f9a['mfLjM']);if(!_0x20d640)return logger[_0x97b4c3(0x8d)](_0x97b4c3(0x129)+_0x708cc+_0x97b4c3(0xf5)),![];const _0x2be2c1=_0x220e48||global['browserstackSessionName']||_0x336f9a['DePJe'];let _0x45faa3=null;const _0x2a226a={'testhub_btcer_uuid':global[_0x97b4c3(0x76)]?.['currentTest']?.['id'],'url':_0x336f9a[_0x97b4c3(0x12b)](typeof _0x4eb1fc[_0x97b4c3(0xcd)],_0x336f9a['qEwzj'])?await _0x4eb1fc['url']():_0x336f9a['ifdiB'](typeof _0x4eb1fc[_0x97b4c3(0x9a)],_0x336f9a['qEwzj'])?await _0x4eb1fc[_0x97b4c3(0x9a)]():'','automate_session_id':_0x336f9a['rLiIV'](typeof _0x4eb1fc[_0x97b4c3(0x11e)],_0x336f9a['qEwzj'])?(await _0x4eb1fc[_0x97b4c3(0x11e)]())[_0x97b4c3(0xce)]():''};for(let _0x1be3f0=0x1;_0x336f9a[_0x97b4c3(0x95)](_0x1be3f0,_0x336f9a['QPsii'](RETRY_CONFIG[_0x97b4c3(0xde)],0x1));_0x1be3f0++){try{return logger[_0x97b4c3(0xe0)](_0x97b4c3(0x7a)+_0x1be3f0+'/'+_0x336f9a[_0x97b4c3(0xb0)](RETRY_CONFIG[_0x97b4c3(0xde)],0x1)+_0x97b4c3(0xa1)+_0x2be2c1+'\x20('+_0x708cc+')'),await PerformanceTester[_0x97b4c3(0x7b)](PerformanceA11yEvents[_0x97b4c3(0xf2)],async()=>{const _0x461170=_0x97b4c3;let _0x2979d3;if(_0x336f9a[_0x461170(0xb2)](_0x68493b,playwrightA11yHelper)){_0x336f9a[_0x461170(0x79)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x461170(0x73)](_0x4eb1fc,RETRY_CONFIG['timeoutMs']);let _0x4b0a5d=_0x4eb1fc;_0x336f9a[_0x461170(0xef)](_0x708cc,_0x336f9a[_0x461170(0xc1)])&&(_0x4b0a5d=_0x4eb1fc[_0x461170(0x113)]),_0x2979d3=await _0x336f9a['DKNmS'](withTimeout,playwrightA11yHelper['performScan'](_0x4b0a5d,_0x2be2c1),RETRY_CONFIG[_0x461170(0xc5)]),await exports['setPlaywrightScriptTimeout'](_0x4eb1fc,RETRY_CONFIG[_0x461170(0x77)]);}else await exports[_0x461170(0x74)](_0x4eb1fc,RETRY_CONFIG[_0x461170(0xc5)]),_0x2979d3=await _0x336f9a['feykv'](withTimeout,accessibilityHelper[_0x461170(0xcf)](_0x4eb1fc,_0x2be2c1),RETRY_CONFIG[_0x461170(0xc5)]),await exports[_0x461170(0x74)](_0x4eb1fc,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x461170(0xe0)](_0x461170(0xfe)+_0x1be3f0+_0x461170(0x7e));},{'command':_0x2be2c1,..._0x2a226a})(),logger[_0x97b4c3(0xac)](_0x97b4c3(0x81)+_0x1be3f0+'.'),!![];}catch(_0x5e6cb2){_0x45faa3=_0x5e6cb2,logger[_0x97b4c3(0xe0)](_0x97b4c3(0x7a)+_0x1be3f0+_0x97b4c3(0xd4)+_0x2be2c1+'\x20('+_0x708cc+_0x97b4c3(0xcc)+_0x5e6cb2[_0x97b4c3(0x11c)]);}}return logger['error'](_0x97b4c3(0xdb)+_0x2be2c1+'\x20('+_0x708cc+')\x20with\x20error:\x20'+(_0x45faa3?.[_0x97b4c3(0x11c)]||_0x336f9a[_0x97b4c3(0xd0)])),![];},exports[a92_0x1f4f7f(0x88)]=async(_0x2c43f4,_0x5eb55f)=>{const _0x25ff48=a92_0x1f4f7f,_0x50968e={'KoxCD':function(_0x3ea5e6,_0x14cff9){return _0x3ea5e6(_0x14cff9);},'KKPZy':_0x25ff48(0xfa),'tqkdA':_0x25ff48(0x10b),'URdrr':function(_0x4f7f45,_0x28279f){return _0x4f7f45<=_0x28279f;},'vOyIV':function(_0x4f974d,_0x4cacef){return _0x4f974d+_0x4cacef;},'GaVIh':function(_0x30cc13,_0x4c5bdb){return _0x30cc13&&_0x4c5bdb;},'vPOPe':function(_0x33a1b0,_0x21c9f8,_0x3d2413){return _0x33a1b0(_0x21c9f8,_0x3d2413);},'sXzOl':function(_0x4f09d3,_0x3afdf9,_0x55d70d){return _0x4f09d3(_0x3afdf9,_0x55d70d);},'uSsZf':function(_0x277143,_0x1052f8,_0xf0bd86){return _0x277143(_0x1052f8,_0xf0bd86);},'lQdQu':'Unknown\x20error'},{isPlaywright:_0x1425f7,type:_0x770797}=_0x50968e['KoxCD'](detectDriverType,_0x2c43f4),_0x188672=_0x1425f7?_0x5eb55f[_0x25ff48(0x84)]:accessibilityHelper[_0x25ff48(0x100)]()&&globals['getGlobal'](_0x50968e[_0x25ff48(0x123)])&&globals[_0x25ff48(0x8e)](_0x50968e[_0x25ff48(0x10d)]);if(!_0x188672)return logger['warn'](_0x25ff48(0x129)+_0x770797+_0x25ff48(0xd6)),[];let _0xfad07=null;for(let _0x4d27a7=0x1;_0x50968e[_0x25ff48(0xb8)](_0x4d27a7,_0x50968e['vOyIV'](RETRY_CONFIG[_0x25ff48(0xde)],0x1));_0x4d27a7++){try{logger[_0x25ff48(0xe0)](_0x25ff48(0x108)+_0x4d27a7+'/'+_0x50968e[_0x25ff48(0xb3)](RETRY_CONFIG[_0x25ff48(0xde)],0x1)+'\x20('+_0x770797+')');let _0x3fd1fb;return _0x50968e[_0x25ff48(0xfb)](_0x1425f7,playwrightA11yHelper)?(_0x50968e[_0x25ff48(0x93)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x25ff48(0x73)](_0x2c43f4,RETRY_CONFIG[_0x25ff48(0xc5)]),_0x3fd1fb=await _0x50968e[_0x25ff48(0xd8)](withTimeout,playwrightA11yHelper[_0x25ff48(0xb1)](_0x2c43f4),RETRY_CONFIG[_0x25ff48(0xc5)]),await exports['setPlaywrightScriptTimeout'](_0x2c43f4,RETRY_CONFIG[_0x25ff48(0x77)])):(await exports[_0x25ff48(0x74)](_0x2c43f4,RETRY_CONFIG[_0x25ff48(0xc5)]),_0x3fd1fb=await _0x50968e[_0x25ff48(0x10a)](withTimeout,accessibilityHelper[_0x25ff48(0xb1)](_0x2c43f4,_0x5eb55f),RETRY_CONFIG[_0x25ff48(0xc5)]),await exports[_0x25ff48(0x74)](_0x2c43f4,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x25ff48(0xac)](_0x25ff48(0x97)+_0x4d27a7+'\x20('+_0x770797+')'),_0x3fd1fb;}catch(_0x483eec){_0xfad07=_0x483eec,logger[_0x25ff48(0x8d)](_0x25ff48(0x108)+_0x4d27a7+_0x25ff48(0x99)+_0x770797+_0x25ff48(0xcc)+_0x483eec[_0x25ff48(0x11c)]);}}return logger['error']('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x770797+_0x25ff48(0xca)+(_0xfad07?.[_0x25ff48(0x11c)]||_0x50968e['lQdQu'])),[];},exports[a92_0x1f4f7f(0x7d)]=async(_0x3c13f8,_0x5e6a27)=>{const _0x15dfda=a92_0x1f4f7f,_0x13d6dd={'XuoBt':function(_0x57ffd5,_0x38fde3){return _0x57ffd5(_0x38fde3);},'gZZmT':_0x15dfda(0xfa),'kWpCx':_0x15dfda(0x10b),'xKsco':function(_0x53e6fc,_0x2173e3){return _0x53e6fc<=_0x2173e3;},'jODYL':function(_0xd6210f,_0x588a0d){return _0xd6210f+_0x588a0d;},'CLlfn':function(_0x1b4be4,_0x2f2817){return _0x1b4be4+_0x2f2817;},'wOwHU':function(_0x4eb218,_0x3d3e57){return _0x4eb218&&_0x3d3e57;},'ktbgd':function(_0x227709,_0x3f33ae,_0xdfca6c){return _0x227709(_0x3f33ae,_0xdfca6c);},'sauxv':function(_0x58b35a,_0x134787,_0x175dfc){return _0x58b35a(_0x134787,_0x175dfc);},'qsrAU':_0x15dfda(0xdd)},{isPlaywright:_0x2acf07,type:_0x39f4d8}=_0x13d6dd[_0x15dfda(0xc6)](detectDriverType,_0x3c13f8),_0x22ce66=_0x2acf07?_0x5e6a27['accessibilityPlatform']:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x15dfda(0x8e)](_0x13d6dd[_0x15dfda(0xeb)])&&globals[_0x15dfda(0x8e)](_0x13d6dd['kWpCx']);if(!_0x22ce66)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x39f4d8+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0xa1fb72=null;for(let _0x12ffad=0x1;_0x13d6dd[_0x15dfda(0x122)](_0x12ffad,_0x13d6dd['jODYL'](RETRY_CONFIG[_0x15dfda(0xde)],0x1));_0x12ffad++){try{logger[_0x15dfda(0xe0)](_0x15dfda(0xb5)+_0x12ffad+'/'+_0x13d6dd[_0x15dfda(0xbc)](RETRY_CONFIG[_0x15dfda(0xde)],0x1)+'\x20('+_0x39f4d8+')');let _0x48496a;return _0x13d6dd['wOwHU'](_0x2acf07,playwrightA11yHelper)?(_0x13d6dd[_0x15dfda(0x75)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0xc5)]),_0x48496a=await _0x13d6dd[_0x15dfda(0xa4)](withTimeout,playwrightA11yHelper[_0x15dfda(0x10c)](_0x3c13f8),RETRY_CONFIG[_0x15dfda(0xc5)]),await exports[_0x15dfda(0x73)](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0x77)])):(await exports[_0x15dfda(0x74)](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0xc5)]),_0x48496a=await _0x13d6dd[_0x15dfda(0x75)](withTimeout,accessibilityHelper[_0x15dfda(0x10c)](_0x3c13f8,_0x5e6a27),RETRY_CONFIG[_0x15dfda(0xc5)]),await exports[_0x15dfda(0x74)](_0x3c13f8,RETRY_CONFIG[_0x15dfda(0x77)])),logger[_0x15dfda(0xac)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x12ffad+'\x20('+_0x39f4d8+')'),_0x48496a;}catch(_0xde1af9){_0xa1fb72=_0xde1af9,logger['warn'](_0x15dfda(0xb5)+_0x12ffad+_0x15dfda(0x99)+_0x39f4d8+').\x20Error:\x20'+_0xde1af9[_0x15dfda(0x11c)]);}}return logger[_0x15dfda(0xf8)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x39f4d8+_0x15dfda(0xca)+(_0xa1fb72?.[_0x15dfda(0x11c)]||_0x13d6dd[_0x15dfda(0x109)])),{};},exports[a92_0x1f4f7f(0xb7)]=async(_0x4fbbf9,_0x1a6328,_0x14d257=null)=>{const _0x46d10e=a92_0x1f4f7f,_0x646aea={'eJpBe':function(_0x119f19,_0x36eb88){return _0x119f19(_0x36eb88);},'ThtVZ':function(_0x22aead,_0x199a0d){return _0x22aead===_0x199a0d;},'efGIB':_0x46d10e(0xa3),'RJeAQ':function(_0x548973,_0x23695a){return _0x548973===_0x23695a;},'hoHAJ':_0x46d10e(0xe4),'JKYos':_0x46d10e(0x111)},{isPlaywright:_0x440966,type:_0x347757}=_0x646aea['eJpBe'](detectDriverType,_0x4fbbf9),_0x527802={};_0x527802[_0x46d10e(0xb6)]=![],_0x527802[_0x46d10e(0xbe)]=[],_0x527802[_0x46d10e(0x7c)]={},_0x527802[_0x46d10e(0xf8)]=null,_0x527802['driverType']=_0x347757;const _0x1922ec=_0x527802;try{_0x1922ec[_0x46d10e(0xb6)]=await exports[_0x46d10e(0xd9)](_0x4fbbf9,_0x14d257);if(_0x1922ec[_0x46d10e(0xb6)]){const [_0x3253e6,_0x54e49a]=await Promise['allSettled']([exports[_0x46d10e(0x88)](_0x4fbbf9,_0x1a6328),exports[_0x46d10e(0x7d)](_0x4fbbf9,_0x1a6328)]);_0x1922ec[_0x46d10e(0xbe)]=_0x646aea[_0x46d10e(0x11a)](_0x3253e6['status'],_0x646aea[_0x46d10e(0xfd)])?_0x3253e6[_0x46d10e(0x9f)]:[],_0x1922ec[_0x46d10e(0x7c)]=_0x646aea[_0x46d10e(0x11a)](_0x54e49a[_0x46d10e(0x80)],_0x646aea[_0x46d10e(0xfd)])?_0x54e49a[_0x46d10e(0x9f)]:{},_0x646aea[_0x46d10e(0x12f)](_0x3253e6['status'],_0x646aea[_0x46d10e(0xd2)])&&logger[_0x46d10e(0x8d)](_0x46d10e(0x131)+_0x347757+_0x46d10e(0x119)+_0x3253e6['reason']?.[_0x46d10e(0x11c)]),_0x646aea['ThtVZ'](_0x54e49a['status'],_0x646aea[_0x46d10e(0xd2)])&&logger['warn'](_0x46d10e(0xe5)+_0x347757+_0x46d10e(0x119)+_0x54e49a[_0x46d10e(0xf6)]?.[_0x46d10e(0x11c)]);}}catch(_0x4bf010){_0x1922ec['error']=_0x4bf010[_0x46d10e(0x11c)]||_0x646aea[_0x46d10e(0x11d)],logger[_0x46d10e(0xf8)](_0x46d10e(0x98)+_0x347757+_0x46d10e(0x119)+_0x1922ec[_0x46d10e(0xf8)]);}return _0x1922ec;},exports['updateRetryConfig']=_0x2d4d42=>{const _0x39d8f8=a92_0x1f4f7f,_0x2da12c={};_0x2da12c[_0x39d8f8(0x107)]=function(_0x2ad736,_0x315c5e){return _0x2ad736!==_0x315c5e;},_0x2da12c[_0x39d8f8(0x11f)]=function(_0x38d4d3,_0x598392){return _0x38d4d3!==_0x598392;};const _0x531049=_0x2da12c;_0x531049[_0x39d8f8(0x107)](_0x2d4d42[_0x39d8f8(0xde)],undefined)&&(RETRY_CONFIG[_0x39d8f8(0xde)]=Math[_0x39d8f8(0xda)](0x0,_0x2d4d42['maxRetries'])),_0x531049[_0x39d8f8(0x11f)](_0x2d4d42[_0x39d8f8(0xc5)],undefined)&&(RETRY_CONFIG[_0x39d8f8(0xc5)]=Math[_0x39d8f8(0xda)](0x3e8,_0x2d4d42[_0x39d8f8(0xc5)])),logger[_0x39d8f8(0xe0)](_0x39d8f8(0x118)+JSON[_0x39d8f8(0xba)](RETRY_CONFIG));},exports[a92_0x1f4f7f(0x12e)]=()=>{const _0x33518e={...RETRY_CONFIG};return _0x33518e;},exports['isPlaywrightPage']=_0x203b58=>{const _0x2ae63b=a92_0x1f4f7f,_0x134c94={'oytIu':function(_0x4587a6,_0x4adb50){return _0x4587a6(_0x4adb50);}};return _0x134c94[_0x2ae63b(0xe1)](detectDriverType,_0x203b58)[_0x2ae63b(0xc2)];},exports[a92_0x1f4f7f(0x116)]=_0x20cb7b=>{const _0x511867=a92_0x1f4f7f,_0x39c41e={'URUui':function(_0x55bf48,_0x317e62){return _0x55bf48(_0x317e62);},'wKNbS':function(_0x4ab4c1,_0x55d06e){return _0x4ab4c1===_0x55d06e;},'LbWfc':'selenium-webdriver'},{isPlaywright:_0x157c98,type:_0x4bc4a5}=_0x39c41e[_0x511867(0x128)](detectDriverType,_0x20cb7b);return!_0x157c98&&_0x39c41e['wKNbS'](_0x4bc4a5,_0x39c41e['LbWfc']);},exports[a92_0x1f4f7f(0x73)]=async(_0x489e36,_0x200da4=null)=>{const _0x4c4a45=a92_0x1f4f7f,_0x4a8280={'snuid':function(_0x38b019,_0x1d33ab){return _0x38b019(_0x1d33ab);},'oCvOr':function(_0x220d48,_0x1b8af9){return _0x220d48===_0x1b8af9;},'ZkpeI':_0x4c4a45(0xec)},{isPlaywright:_0x4cbda9,type:_0x4de2b0}=_0x4a8280[_0x4c4a45(0xf3)](detectDriverType,_0x489e36);if(!_0x4cbda9)return logger[_0x4c4a45(0xe0)](_0x4c4a45(0x8c)+_0x4de2b0+_0x4c4a45(0xaf)),!![];const _0x518586=_0x200da4||RETRY_CONFIG[_0x4c4a45(0x77)];try{return _0x489e36&&_0x4a8280['oCvOr'](typeof _0x489e36[_0x4c4a45(0xed)],_0x4a8280[_0x4c4a45(0x82)])&&(await _0x489e36[_0x4c4a45(0xed)](_0x518586),logger[_0x4c4a45(0xe0)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x518586+'ms')),!![];}catch(_0x2f92ed){return logger[_0x4c4a45(0x8d)](_0x4c4a45(0x110)+_0x2f92ed['message']),![];}},exports[a92_0x1f4f7f(0x74)]=async(_0x5ab47c,_0x22e76b=null)=>{const _0x40bf70=a92_0x1f4f7f,_0x53ae37={};_0x53ae37[_0x40bf70(0xf4)]=_0x40bf70(0x130),_0x53ae37[_0x40bf70(0xdc)]=function(_0x182886,_0x180ad7){return _0x182886===_0x180ad7;},_0x53ae37[_0x40bf70(0x9c)]=_0x40bf70(0xec),_0x53ae37[_0x40bf70(0xff)]=function(_0x35ab78,_0x424f16){return _0x35ab78===_0x424f16;},_0x53ae37[_0x40bf70(0xcb)]=_0x40bf70(0x117),_0x53ae37['yANyg']='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x12d0de=_0x53ae37;if(!exports['isSeleniumDriver'](_0x5ab47c))return logger[_0x40bf70(0x8d)](_0x12d0de[_0x40bf70(0xf4)]),![];const _0x3bfd40=_0x22e76b||RETRY_CONFIG[_0x40bf70(0x77)];try{if(_0x5ab47c&&_0x12d0de[_0x40bf70(0xdc)](typeof _0x5ab47c[_0x40bf70(0x125)],_0x12d0de[_0x40bf70(0x9c)])){const _0x335371=_0x5ab47c[_0x40bf70(0x125)]();if(_0x335371&&_0x12d0de['PuyQk'](typeof _0x335371[_0x40bf70(0xc3)],_0x12d0de['ipIbl']))await _0x335371[_0x40bf70(0xc3)]()['setScriptTimeout'](_0x3bfd40),logger[_0x40bf70(0xe0)](_0x40bf70(0xb4)+_0x3bfd40+_0x40bf70(0x85));else{if(_0x335371&&_0x12d0de[_0x40bf70(0xdc)](typeof _0x335371[_0x40bf70(0xdf)],_0x12d0de[_0x40bf70(0x9c)])){const _0x1f1f4f={};_0x1f1f4f['script']=_0x3bfd40,await _0x335371[_0x40bf70(0xdf)](_0x1f1f4f),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x3bfd40+_0x40bf70(0x89));}else{if(_0x335371&&_0x12d0de[_0x40bf70(0xff)](typeof _0x335371[_0x40bf70(0xf1)],_0x12d0de['ipIbl']))await _0x335371[_0x40bf70(0xf1)](_0x3bfd40),logger['debug'](_0x40bf70(0xb4)+_0x3bfd40+_0x40bf70(0xa6));else return logger[_0x40bf70(0xe0)](_0x12d0de['mKIJp']),!![];}}}else return logger[_0x40bf70(0xe0)](_0x12d0de[_0x40bf70(0x96)]),!![];return!![];}catch(_0x32874f){return logger[_0x40bf70(0x8d)](_0x40bf70(0x133)+_0x32874f[_0x40bf70(0x11c)]),![];}},exports[a92_0x1f4f7f(0xd5)]=async(_0x444a4d,_0x81c27a)=>{const _0x5a62c6=a92_0x1f4f7f,_0x432526={'hImwv':function(_0x4126ac,_0x4b46b1){return _0x4126ac(_0x4b46b1);},'tmukr':_0x5a62c6(0xfa),'xfzEz':_0x5a62c6(0x10b),'XhFAJ':function(_0xd39fe,_0x3fcd83){return _0xd39fe<=_0x3fcd83;},'KfGAT':function(_0x22d940,_0x320bfe){return _0x22d940+_0x320bfe;},'nUPYE':function(_0x277fba,_0x570241){return _0x277fba+_0x570241;},'IrIqQ':function(_0x7afe06,_0x237044){return _0x7afe06&&_0x237044;},'IyoWp':function(_0x4536c5,_0xc0ade8,_0x1d0525){return _0x4536c5(_0xc0ade8,_0x1d0525);},'tdmXp':function(_0x405e92,_0x6629f5,_0x62ef4b){return _0x405e92(_0x6629f5,_0x62ef4b);},'xNwKI':_0x5a62c6(0xdd)},{isPlaywright:_0x31b3ad,type:_0x198513}=_0x432526['hImwv'](detectDriverType,_0x444a4d),_0x56c81d=_0x31b3ad?global[_0x5a62c6(0x84)]:accessibilityHelper[_0x5a62c6(0x100)]()&&globals[_0x5a62c6(0x8e)](_0x432526[_0x5a62c6(0x92)])&&globals[_0x5a62c6(0x8e)](_0x432526[_0x5a62c6(0x12d)]);if(!_0x56c81d)return logger[_0x5a62c6(0x8d)](_0x5a62c6(0x129)+_0x198513+_0x5a62c6(0x12a)),![];let _0x53e12a=null;for(let _0x4d8df3=0x1;_0x432526['XhFAJ'](_0x4d8df3,_0x432526[_0x5a62c6(0xa9)](RETRY_CONFIG['maxRetries'],0x1));_0x4d8df3++){try{return logger[_0x5a62c6(0xe0)](_0x5a62c6(0xa7)+_0x4d8df3+'/'+_0x432526[_0x5a62c6(0x124)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x198513+')'),_0x432526[_0x5a62c6(0x132)](_0x31b3ad,playwrightA11yHelper)?(_0x432526[_0x5a62c6(0xc9)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5a62c6(0x73)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0xc5)]),await _0x432526['IyoWp'](withTimeout,playwrightA11yHelper[_0x5a62c6(0x120)](_0x444a4d,scripts[_0x5a62c6(0x8b)],_0x81c27a),RETRY_CONFIG['timeoutMs']),await exports[_0x5a62c6(0x73)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0x77)])):(await exports[_0x5a62c6(0x74)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0xc5)]),await _0x432526[_0x5a62c6(0x8a)](withTimeout,_0x444a4d[_0x5a62c6(0xe3)](scripts[_0x5a62c6(0x8b)],_0x81c27a),RETRY_CONFIG[_0x5a62c6(0xc5)]),await exports[_0x5a62c6(0x74)](_0x444a4d,RETRY_CONFIG[_0x5a62c6(0x77)])),logger[_0x5a62c6(0xac)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x4d8df3+'\x20('+_0x198513+')'),!![];}catch(_0x2dde47){_0x53e12a=_0x2dde47,logger[_0x5a62c6(0x8d)](_0x5a62c6(0xa7)+_0x4d8df3+_0x5a62c6(0x99)+_0x198513+_0x5a62c6(0xcc)+_0x2dde47[_0x5a62c6(0x11c)]);}}return logger[_0x5a62c6(0xf8)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x198513+_0x5a62c6(0xca)+(_0x53e12a?.['message']||_0x432526['xNwKI'])),![];};
1
+ function a92_0x334a(_0x3304a8,_0x3be2f8){const _0x228359=a92_0x2283();return a92_0x334a=function(_0x334ac4,_0x5c7ac5){_0x334ac4=_0x334ac4-0x153;let _0x3eb9c9=_0x228359[_0x334ac4];return _0x3eb9c9;},a92_0x334a(_0x3304a8,_0x3be2f8);}const a92_0x51fdb9=a92_0x334a;(function(_0x989178,_0x3fc462){const _0x19ebbe=a92_0x334a,_0x4bb5e2=_0x989178();while(!![]){try{const _0x30fb43=-parseInt(_0x19ebbe(0x16c))/0x1*(-parseInt(_0x19ebbe(0x219))/0x2)+-parseInt(_0x19ebbe(0x1ac))/0x3*(-parseInt(_0x19ebbe(0x1ea))/0x4)+-parseInt(_0x19ebbe(0x1a0))/0x5*(-parseInt(_0x19ebbe(0x1b0))/0x6)+parseInt(_0x19ebbe(0x1f6))/0x7*(-parseInt(_0x19ebbe(0x1d7))/0x8)+-parseInt(_0x19ebbe(0x165))/0x9+parseInt(_0x19ebbe(0x217))/0xa*(parseInt(_0x19ebbe(0x155))/0xb)+-parseInt(_0x19ebbe(0x204))/0xc;if(_0x30fb43===_0x3fc462)break;else _0x4bb5e2['push'](_0x4bb5e2['shift']());}catch(_0x420cb3){_0x4bb5e2['push'](_0x4bb5e2['shift']());}}}(a92_0x2283,0xb156e));const util=require(a92_0x51fdb9(0x177)),logger=require('../logger')[a92_0x51fdb9(0x1bc)],accessibilityHelper=require(a92_0x51fdb9(0x1c2)),globals=require(a92_0x51fdb9(0x1aa)),scripts=require(a92_0x51fdb9(0x16d)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a92_0x51fdb9(0x184));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a92_0x51fdb9(0x171));}catch(a92_0x19f719){logger[a92_0x51fdb9(0x1c5)](a92_0x51fdb9(0x21e));}const a92_0x144522={};a92_0x144522[a92_0x51fdb9(0x1d9)]=0x1,a92_0x144522[a92_0x51fdb9(0x161)]=0x7530,a92_0x144522['defaultTimeoutMs']=0x7530;function a92_0x2283(){const _0x16c01d=['debug','JsMTO','OLibL','\x20failed\x20for\x20method:\x20','defaultTimeoutMs','isSeleniumDriver','qYoci','getAccessibilityResultsWithRetry','RfZam','hqgeC','rjdVh','message','LnQWq','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','bszoP','setSeleniumScriptTimeout','bstackA11yShouldScan','VLXlV','27536FtwMbj','browserstackSessionName','maxRetries','scanSucceeded','unknown','EvAFA','setTimeouts','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','\x20for\x20method:\x20',')\x20with\x20error:\x20','jbrGe','JHSdm','status','performComprehensiveAccessibilityScanWithRetry',').\x20Last\x20error:\x20','type','aYlBU','timeouts','url','4MAfqpG',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','Skipping\x20timeout\x20setting\x20for\x20','accessibilityConfig','Unknown\x20driver/page\x20type:\x20','REGuP','info','WLpzE','ms\x20using\x20setScriptTimeout\x20API','page','getCapabilities','GUVSm','847QxrVDN','URqZM','error','GfFoM','adgOL','AKEYF','qjNeM','Accessibility\x20scan\x20attempt\x20','lzKYF',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','hzbRr','constructor','fSFei','16773972FlBHQA','race','currentTest','WebDriver','driverType','Playwright','setScriptTimeout','RokZs','performScanWithRetry','Accessibility\x20results\x20retrieval\x20attempt\x20','name','tXrKB','saveAccessibilityResultsWithRetry','updateRetryConfig','undefined','executeAsyncScript','SrapO','getCurrentUrl','Operation\x20timed\x20out\x20after\x20','11350520NJdxPY','wQLxn','1788196woDZzH','Unknown\x20error','__workerDetails','browserStackEvaluate','QPTIP','Playwright\x20accessibility\x20helper\x20not\x20available','Comprehensive\x20accessibility\x20scan\x20failed\x20(','xcWYj','DqEXt','getGlobal','results','11pctlcz','dgxVT','RRDDR','capabilitiesList','summary','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','fpcfa','lxVRp','isAccessibilityPlatform','YlIWx','scannerProcessingTimeout','):\x20','timeoutMs','getSession','playwright-codecept-driver','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','7718679ECDtBQ','manage','xcHxo','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','AKewy','rejected','getInstance','1nAFTGR','./scripts','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','FETgE','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','../../bin/playwright/accessibility-helper','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','exgNR','unknown_method','jlgqI','util','isRunning','VfyHN','PERFORM_SCAN','\x20completed\x20successfully.','sPGAL','goto','reason','isPlaywright','ksEuc','isiHD','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','fulfilled','../../bin/v2/browserstackCLI','env','isAccessibilityAutomationSession','HykMo','getAccessibilityResults','script','wPGYD','ms\x20using\x20setTimeouts\x20API','Accessibility\x20retry\x20configuration\x20updated:\x20','Page','performScan','function','MOVZU','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','xKbjn','getAccessibilityModule','\x20-\x20not\x20applicable','getRetryConfig','setPlaywrightScriptTimeout','ehIHz','VBrXF','\x20failed\x20(','RbUuq','saveTestResults','EYWpT','Qmpts','getAccessibilityResultsSummaryWithRetry','NwZTg','2220895dyXntR','gCUSR','ms\x20using\x20timeouts()\x20API','ihovn','RqEmn','ZPCQE','ACRlJ','fLIuI','getAccessibilityResultsSummary','ZuqOF','../globals','QMQfD','1442454yvvOFh','setDefaultTimeout','Accessibility\x20results\x20save\x20attempt\x20','Scan\x20attempt\x20','12jZIOyO','getId','value','accessibilityPlatform','FrOyT','warn',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','FOFvH','tpaPW',').\x20Error:\x20','AqDVN','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','winstonLogger','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','allSettled','zvGnI','selenium-webdriver','WJmLk','./helper','max','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'];a92_0x2283=function(){return _0x16c01d;};return a92_0x2283();}const RETRY_CONFIG=a92_0x144522,setConfigTimeout=(_0x2156b0,_0x2bd9dd=null)=>{const _0x3ec996=a92_0x51fdb9,_0x2eee5b={'hzbRr':function(_0x4ab56d,_0x49bcf0){return _0x4ab56d===_0x49bcf0;},'nyIRl':_0x3ec996(0x15f),'WLpzE':function(_0x46c1af,_0x408d71){return _0x46c1af===_0x408d71;},'AOSYe':function(_0x261fde,_0x4047c6){return _0x261fde*_0x4047c6;},'GUVSm':function(_0xf901f5,_0x19b7c){return _0xf901f5(_0x19b7c);}};if(BrowserstackCLI[_0x3ec996(0x16b)]()[_0x3ec996(0x178)]()&&BrowserstackCLI[_0x3ec996(0x16b)]()[_0x3ec996(0x193)]()){const _0x2d7c2d=BrowserstackCLI[_0x3ec996(0x16b)]()['getAccessibilityModule']()[_0x3ec996(0x1ed)],_0x1e96b7=_0x2d7c2d['options'][_0x3ec996(0x158)]||[];for(const _0x5256a1 of _0x1e96b7){_0x2eee5b[_0x3ec996(0x201)](_0x5256a1['name'],_0x2eee5b['nyIRl'])&&_0x2eee5b[_0x3ec996(0x1f1)](_0x2bd9dd,null)&&(_0x2156b0['timeoutMs']=_0x2eee5b['AOSYe'](_0x2eee5b[_0x3ec996(0x1f5)](parseInt,_0x5256a1[_0x3ec996(0x1b2)]),0x3e8));}}else process[_0x3ec996(0x185)][_0x3ec996(0x172)]&&(_0x2156b0[_0x3ec996(0x161)]=_0x2eee5b['AOSYe'](_0x2eee5b[_0x3ec996(0x1f5)](parseInt,process[_0x3ec996(0x185)][_0x3ec996(0x172)]),0x3e8));},detectDriverType=_0x1295a9=>{const _0x4d1260=a92_0x51fdb9,_0x287f00={};_0x287f00[_0x4d1260(0x169)]=_0x4d1260(0x1db),_0x287f00['ACRlJ']=function(_0x530e4f,_0x192a26){return _0x530e4f===_0x192a26;},_0x287f00[_0x4d1260(0x1fe)]=_0x4d1260(0x18f),_0x287f00[_0x4d1260(0x192)]=function(_0x35d29a,_0x68a552){return _0x35d29a===_0x68a552;},_0x287f00[_0x4d1260(0x1e2)]='playwright-page',_0x287f00['wdwMK']=function(_0x5a5192,_0x3453c0){return _0x5a5192===_0x3453c0;},_0x287f00['wPGYD']=function(_0x3b655a,_0x9afdbb){return _0x3b655a===_0x9afdbb;},_0x287f00[_0x4d1260(0x20f)]=_0x4d1260(0x1c0),_0x287f00[_0x4d1260(0x1a4)]=function(_0x2cd3de,_0x4b6f20){return _0x2cd3de===_0x4b6f20;},_0x287f00[_0x4d1260(0x1b7)]=_0x4d1260(0x18d),_0x287f00[_0x4d1260(0x218)]=_0x4d1260(0x207),_0x287f00[_0x4d1260(0x19c)]=function(_0x3a6cff,_0x76c0b2){return _0x3a6cff===_0x76c0b2;},_0x287f00[_0x4d1260(0x21d)]=_0x4d1260(0x209),_0x287f00[_0x4d1260(0x1d3)]=_0x4d1260(0x163),_0x287f00[_0x4d1260(0x156)]=function(_0x32db7c,_0x4780d4){return _0x32db7c||_0x4780d4;},_0x287f00[_0x4d1260(0x1a7)]=_0x4d1260(0x212);const _0x659517=_0x287f00;if(!_0x1295a9){const _0x35b539={};return _0x35b539[_0x4d1260(0x17f)]=![],_0x35b539[_0x4d1260(0x1e6)]=_0x659517[_0x4d1260(0x169)],_0x35b539;}if(_0x659517[_0x4d1260(0x1a6)](typeof _0x1295a9['evaluate'],_0x659517[_0x4d1260(0x1fe)])&&_0x659517[_0x4d1260(0x192)](typeof _0x1295a9['url'],_0x659517[_0x4d1260(0x1fe)])&&_0x659517[_0x4d1260(0x192)](typeof _0x1295a9[_0x4d1260(0x17d)],_0x659517[_0x4d1260(0x1fe)])){const _0x4a5bf8={};return _0x4a5bf8[_0x4d1260(0x17f)]=!![],_0x4a5bf8[_0x4d1260(0x1e6)]=_0x659517['JHSdm'],_0x4a5bf8;}if(_0x659517['wdwMK'](typeof _0x1295a9[_0x4d1260(0x213)],_0x659517[_0x4d1260(0x1fe)])&&_0x659517[_0x4d1260(0x18a)](typeof _0x1295a9[_0x4d1260(0x1f4)],_0x659517['lzKYF'])){const _0x456173={};return _0x456173[_0x4d1260(0x17f)]=![],_0x456173[_0x4d1260(0x1e6)]=_0x659517[_0x4d1260(0x20f)],_0x456173;}const _0x586af9=_0x1295a9[_0x4d1260(0x202)]?.[_0x4d1260(0x20e)];if(_0x659517[_0x4d1260(0x1a4)](_0x586af9,_0x659517['FOFvH'])){const _0x5812c4={};return _0x5812c4[_0x4d1260(0x17f)]=!![],_0x5812c4['type']=_0x659517[_0x4d1260(0x1e2)],_0x5812c4;}if(_0x659517[_0x4d1260(0x1a4)](_0x586af9,_0x659517['wQLxn'])){const _0x528d71={};return _0x528d71[_0x4d1260(0x17f)]=![],_0x528d71['type']=_0x659517['tXrKB'],_0x528d71;}if(_0x659517[_0x4d1260(0x19c)](_0x586af9,_0x659517[_0x4d1260(0x21d)])){const _0x170147={};return _0x170147[_0x4d1260(0x17f)]=!![],_0x170147['type']=_0x659517[_0x4d1260(0x1d3)],_0x170147;}logger['warn'](_0x4d1260(0x1ee)+_0x659517['dgxVT'](_0x586af9,_0x659517['fLIuI']));const _0x22ca49={};return _0x22ca49[_0x4d1260(0x17f)]=![],_0x22ca49[_0x4d1260(0x1e6)]=_0x659517[_0x4d1260(0x169)],_0x22ca49;},withTimeout=(_0x34fccb,_0xa3d33a)=>{const _0x586cc1=a92_0x51fdb9;return Promise[_0x586cc1(0x205)]([_0x34fccb,new Promise((_0x3d00fb,_0x2fdf01)=>setTimeout(()=>_0x2fdf01(new Error(_0x586cc1(0x216)+_0xa3d33a+'ms')),_0xa3d33a))]);};exports[a92_0x51fdb9(0x20c)]=async(_0x253ec1,_0x2db3d1=null,_0x25b36b=null)=>{const _0x65a4e5=a92_0x51fdb9,_0x233d2d={'YlIWx':function(_0x37fb64,_0xca19b0){return _0x37fb64&&_0xca19b0;},'fSFei':function(_0x28f7a1,_0x2b59c6,_0x11608b){return _0x28f7a1(_0x2b59c6,_0x11608b);},'REGuP':function(_0x34741e,_0x1b25d1){return _0x34741e===_0x1b25d1;},'fCJNA':_0x65a4e5(0x163),'TubaE':function(_0x558e48,_0x2ac864,_0x46ffc1){return _0x558e48(_0x2ac864,_0x46ffc1);},'HtUGU':function(_0x1e4225,_0x2e1695){return _0x1e4225(_0x2e1695);},'RfZam':_0x65a4e5(0x15d),'xcWYj':'bstackA11yShouldScan','gCUSR':_0x65a4e5(0x175),'FETgE':function(_0x169c9c,_0x1c81c8){return _0x169c9c===_0x1c81c8;},'adgOL':_0x65a4e5(0x18f),'ksEuc':function(_0x408054,_0x10239c){return _0x408054<=_0x10239c;},'tpaPW':function(_0x135d9d,_0x545362){return _0x135d9d+_0x545362;},'BjPxL':'Unknown\x20error'},{isPlaywright:_0xc73fc2,type:_0x161e9a}=_0x233d2d['HtUGU'](detectDriverType,_0x253ec1),_0x5eacb3=_0xc73fc2?global['accessibilityPlatform']:accessibilityHelper[_0x65a4e5(0x186)]()&&globals[_0x65a4e5(0x153)](_0x233d2d[_0x65a4e5(0x1cd)])&&globals[_0x65a4e5(0x153)](_0x233d2d[_0x65a4e5(0x220)]);if(!_0x5eacb3)return logger['warn'](_0x65a4e5(0x182)+_0x161e9a+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x2186ea=_0x2db3d1||global[_0x65a4e5(0x1d8)]||_0x233d2d[_0x65a4e5(0x1a1)];let _0x26ddf6=null;const _0x561412={'testhub_btcer_uuid':global[_0x65a4e5(0x21b)]?.[_0x65a4e5(0x206)]?.['id'],'url':_0x233d2d[_0x65a4e5(0x16f)](typeof _0x253ec1[_0x65a4e5(0x1e9)],_0x233d2d[_0x65a4e5(0x1fa)])?await _0x253ec1[_0x65a4e5(0x1e9)]():_0x233d2d[_0x65a4e5(0x1ef)](typeof _0x253ec1[_0x65a4e5(0x215)],_0x233d2d[_0x65a4e5(0x1fa)])?await _0x253ec1[_0x65a4e5(0x215)]():'','automate_session_id':_0x233d2d['REGuP'](typeof _0x253ec1[_0x65a4e5(0x162)],_0x233d2d['adgOL'])?(await _0x253ec1['getSession']())[_0x65a4e5(0x1b1)]():''};for(let _0x59bac2=0x1;_0x233d2d[_0x65a4e5(0x180)](_0x59bac2,_0x233d2d['tpaPW'](RETRY_CONFIG[_0x65a4e5(0x1d9)],0x1));_0x59bac2++){try{return logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0x59bac2+'/'+_0x233d2d[_0x65a4e5(0x1b8)](RETRY_CONFIG[_0x65a4e5(0x1d9)],0x1)+_0x65a4e5(0x1df)+_0x2186ea+'\x20('+_0x161e9a+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x65a4e5(0x17a)],async()=>{const _0x5b6726=_0x65a4e5;let _0x5f0844;if(_0x233d2d[_0x5b6726(0x15e)](_0xc73fc2,playwrightA11yHelper)){_0x233d2d[_0x5b6726(0x203)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5b6726(0x196)](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x161)]);let _0x3895d=_0x253ec1;_0x233d2d['REGuP'](_0x161e9a,_0x233d2d['fCJNA'])&&(_0x3895d=_0x253ec1[_0x5b6726(0x1f3)]),_0x5f0844=await _0x233d2d[_0x5b6726(0x203)](withTimeout,playwrightA11yHelper[_0x5b6726(0x18e)](_0x3895d,_0x2186ea),RETRY_CONFIG[_0x5b6726(0x161)]),await exports[_0x5b6726(0x196)](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x1c9)]);}else await exports['setSeleniumScriptTimeout'](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x161)]),_0x5f0844=await _0x233d2d['TubaE'](withTimeout,accessibilityHelper[_0x5b6726(0x18e)](_0x253ec1,_0x2186ea),RETRY_CONFIG[_0x5b6726(0x161)]),await exports[_0x5b6726(0x1d4)](_0x253ec1,RETRY_CONFIG[_0x5b6726(0x1c9)]);logger[_0x5b6726(0x1c5)](_0x5b6726(0x1af)+_0x59bac2+_0x5b6726(0x17b));},{'command':_0x2186ea,..._0x561412})(),logger[_0x65a4e5(0x1f0)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x59bac2+'.'),!![];}catch(_0x123ec6){_0x26ddf6=_0x123ec6,logger[_0x65a4e5(0x1c5)](_0x65a4e5(0x1fd)+_0x59bac2+_0x65a4e5(0x1c8)+_0x2186ea+'\x20('+_0x161e9a+_0x65a4e5(0x1b9)+_0x123ec6[_0x65a4e5(0x1d0)]);}}return logger[_0x65a4e5(0x1f8)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x2186ea+'\x20('+_0x161e9a+_0x65a4e5(0x1e0)+(_0x26ddf6?.['message']||_0x233d2d['BjPxL'])),![];},exports[a92_0x51fdb9(0x1cc)]=async(_0x353d12,_0x18b93a)=>{const _0x505eeb=a92_0x51fdb9,_0x4d79ea={'DqEXt':function(_0x299e0a,_0x4788ab){return _0x299e0a(_0x4788ab);},'MOVZU':_0x505eeb(0x15d),'SrapO':_0x505eeb(0x1d5),'RbUuq':function(_0x3c8100,_0x2b4bb4){return _0x3c8100<=_0x2b4bb4;},'GfFoM':function(_0x138684,_0x2ca8ee){return _0x138684+_0x2ca8ee;},'ZuqOF':function(_0x336322,_0x644150){return _0x336322+_0x644150;},'LnQWq':function(_0x2fe6b5,_0xba1ab7){return _0x2fe6b5&&_0xba1ab7;},'VLXlV':function(_0x7078f2,_0x129d1e,_0xea5b8f){return _0x7078f2(_0x129d1e,_0xea5b8f);},'Qmpts':function(_0x47243d,_0x4dcb87,_0x1278ce){return _0x47243d(_0x4dcb87,_0x1278ce);},'hqgeC':_0x505eeb(0x21a)},{isPlaywright:_0x3517b8,type:_0x20da5e}=_0x4d79ea[_0x505eeb(0x221)](detectDriverType,_0x353d12),_0x409043=_0x3517b8?_0x18b93a['accessibilityPlatform']:accessibilityHelper[_0x505eeb(0x186)]()&&globals[_0x505eeb(0x153)](_0x4d79ea[_0x505eeb(0x190)])&&globals[_0x505eeb(0x153)](_0x4d79ea[_0x505eeb(0x214)]);if(!_0x409043)return logger['warn'](_0x505eeb(0x182)+_0x20da5e+_0x505eeb(0x1ff)),[];let _0x1a62b8=null;for(let _0x101626=0x1;_0x4d79ea[_0x505eeb(0x19a)](_0x101626,_0x4d79ea[_0x505eeb(0x1f9)](RETRY_CONFIG[_0x505eeb(0x1d9)],0x1));_0x101626++){try{logger[_0x505eeb(0x1c5)](_0x505eeb(0x20d)+_0x101626+'/'+_0x4d79ea[_0x505eeb(0x1a9)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x20da5e+')');let _0x3d5fdd;return _0x4d79ea[_0x505eeb(0x1d1)](_0x3517b8,playwrightA11yHelper)?(_0x4d79ea['VLXlV'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x505eeb(0x196)](_0x353d12,RETRY_CONFIG[_0x505eeb(0x161)]),_0x3d5fdd=await _0x4d79ea[_0x505eeb(0x1d6)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x353d12),RETRY_CONFIG[_0x505eeb(0x161)]),await exports[_0x505eeb(0x196)](_0x353d12,RETRY_CONFIG[_0x505eeb(0x1c9)])):(await exports['setSeleniumScriptTimeout'](_0x353d12,RETRY_CONFIG[_0x505eeb(0x161)]),_0x3d5fdd=await _0x4d79ea[_0x505eeb(0x19d)](withTimeout,accessibilityHelper[_0x505eeb(0x188)](_0x353d12,_0x18b93a),RETRY_CONFIG[_0x505eeb(0x161)]),await exports[_0x505eeb(0x1d4)](_0x353d12,RETRY_CONFIG[_0x505eeb(0x1c9)])),logger[_0x505eeb(0x1f0)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x101626+'\x20('+_0x20da5e+')'),_0x3d5fdd;}catch(_0x4f86db){_0x1a62b8=_0x4f86db,logger['warn']('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x101626+_0x505eeb(0x199)+_0x20da5e+').\x20Error:\x20'+_0x4f86db['message']);}}return logger[_0x505eeb(0x1f8)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x20da5e+_0x505eeb(0x1e5)+(_0x1a62b8?.[_0x505eeb(0x1d0)]||_0x4d79ea[_0x505eeb(0x1ce)])),[];},exports[a92_0x51fdb9(0x19e)]=async(_0x2db34c,_0x45604d)=>{const _0x5d087d=a92_0x51fdb9,_0x15432c={'xcHxo':function(_0xb4b1c0,_0x5d6a14){return _0xb4b1c0(_0x5d6a14);},'WJmLk':_0x5d087d(0x15d),'lxVRp':_0x5d087d(0x1d5),'exgNR':function(_0x69ced7,_0x34292b){return _0x69ced7<=_0x34292b;},'qYoci':function(_0x1ca4d1,_0x24951e){return _0x1ca4d1+_0x24951e;},'zvGnI':function(_0x58361e,_0x3de709){return _0x58361e&&_0x3de709;},'ncbBE':function(_0x46c7b2,_0x5e4a10,_0x52ae03){return _0x46c7b2(_0x5e4a10,_0x52ae03);},'RRDDR':function(_0x4b25c1,_0x16bce4,_0x18ab36){return _0x4b25c1(_0x16bce4,_0x18ab36);},'KcPwP':function(_0x2d87d9,_0x1a5239,_0x4c46c7){return _0x2d87d9(_0x1a5239,_0x4c46c7);},'HykMo':_0x5d087d(0x21a)},{isPlaywright:_0x5e27e2,type:_0x49600b}=_0x15432c[_0x5d087d(0x167)](detectDriverType,_0x2db34c),_0x24e592=_0x5e27e2?_0x45604d[_0x5d087d(0x1b3)]:accessibilityHelper[_0x5d087d(0x186)]()&&globals[_0x5d087d(0x153)](_0x15432c[_0x5d087d(0x1c1)])&&globals[_0x5d087d(0x153)](_0x15432c[_0x5d087d(0x15c)]);if(!_0x24e592)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x49600b+_0x5d087d(0x1eb)),{};let _0x61f600=null;for(let _0x206c88=0x1;_0x15432c[_0x5d087d(0x174)](_0x206c88,_0x15432c[_0x5d087d(0x1cb)](RETRY_CONFIG[_0x5d087d(0x1d9)],0x1));_0x206c88++){try{logger[_0x5d087d(0x1c5)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x206c88+'/'+_0x15432c[_0x5d087d(0x1cb)](RETRY_CONFIG[_0x5d087d(0x1d9)],0x1)+'\x20('+_0x49600b+')');let _0xdfe026;return _0x15432c[_0x5d087d(0x1bf)](_0x5e27e2,playwrightA11yHelper)?(_0x15432c['ncbBE'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5d087d(0x196)](_0x2db34c,RETRY_CONFIG[_0x5d087d(0x161)]),_0xdfe026=await _0x15432c[_0x5d087d(0x157)](withTimeout,playwrightA11yHelper[_0x5d087d(0x1a8)](_0x2db34c),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x2db34c,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x5d087d(0x1d4)](_0x2db34c,RETRY_CONFIG[_0x5d087d(0x161)]),_0xdfe026=await _0x15432c['KcPwP'](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x2db34c,_0x45604d),RETRY_CONFIG[_0x5d087d(0x161)]),await exports[_0x5d087d(0x1d4)](_0x2db34c,RETRY_CONFIG[_0x5d087d(0x1c9)])),logger['info'](_0x5d087d(0x173)+_0x206c88+'\x20('+_0x49600b+')'),_0xdfe026;}catch(_0x19b690){_0x61f600=_0x19b690,logger['warn'](_0x5d087d(0x1c4)+_0x206c88+_0x5d087d(0x199)+_0x49600b+').\x20Error:\x20'+_0x19b690[_0x5d087d(0x1d0)]);}}return logger[_0x5d087d(0x1f8)](_0x5d087d(0x16e)+_0x49600b+_0x5d087d(0x1e5)+(_0x61f600?.[_0x5d087d(0x1d0)]||_0x15432c[_0x5d087d(0x187)])),{};},exports[a92_0x51fdb9(0x1e4)]=async(_0x27a7f3,_0x3ad385,_0x272d7c=null)=>{const _0x9eb351=a92_0x51fdb9,_0xf3518={'IBChX':function(_0x5bc5de,_0x262186){return _0x5bc5de(_0x262186);},'ZPCQE':function(_0x4d69a1,_0x245ed4){return _0x4d69a1===_0x245ed4;},'RokZs':_0x9eb351(0x183),'isiHD':_0x9eb351(0x16a),'jbrGe':_0x9eb351(0x1de)},{isPlaywright:_0x1af9db,type:_0x4872f8}=_0xf3518['IBChX'](detectDriverType,_0x27a7f3),_0xc95670={};_0xc95670[_0x9eb351(0x1da)]=![],_0xc95670['results']=[],_0xc95670['summary']={},_0xc95670[_0x9eb351(0x1f8)]=null,_0xc95670[_0x9eb351(0x208)]=_0x4872f8;const _0x3aee39=_0xc95670;try{_0x3aee39[_0x9eb351(0x1da)]=await exports[_0x9eb351(0x20c)](_0x27a7f3,_0x272d7c);if(_0x3aee39['scanSucceeded']){const [_0x1c12b0,_0x291e9f]=await Promise[_0x9eb351(0x1be)]([exports['getAccessibilityResultsWithRetry'](_0x27a7f3,_0x3ad385),exports[_0x9eb351(0x19e)](_0x27a7f3,_0x3ad385)]);_0x3aee39[_0x9eb351(0x154)]=_0xf3518[_0x9eb351(0x1a5)](_0x1c12b0[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x20b)])?_0x1c12b0[_0x9eb351(0x1b2)]:[],_0x3aee39[_0x9eb351(0x159)]=_0xf3518[_0x9eb351(0x1a5)](_0x291e9f[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x20b)])?_0x291e9f[_0x9eb351(0x1b2)]:{},_0xf3518[_0x9eb351(0x1a5)](_0x1c12b0[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x181)])&&logger['warn']('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x4872f8+_0x9eb351(0x160)+_0x1c12b0[_0x9eb351(0x17e)]?.[_0x9eb351(0x1d0)]),_0xf3518['ZPCQE'](_0x291e9f[_0x9eb351(0x1e3)],_0xf3518[_0x9eb351(0x181)])&&logger[_0x9eb351(0x1b5)](_0x9eb351(0x1bb)+_0x4872f8+'):\x20'+_0x291e9f['reason']?.['message']);}}catch(_0x4203c4){_0x3aee39['error']=_0x4203c4[_0x9eb351(0x1d0)]||_0xf3518[_0x9eb351(0x1e1)],logger[_0x9eb351(0x1f8)](_0x9eb351(0x21f)+_0x4872f8+'):\x20'+_0x3aee39['error']);}return _0x3aee39;},exports[a92_0x51fdb9(0x211)]=_0x57f947=>{const _0x164623=a92_0x51fdb9,_0x16544d={};_0x16544d[_0x164623(0x1c6)]=function(_0x2c5f07,_0x567e89){return _0x2c5f07!==_0x567e89;};const _0x45c709=_0x16544d;_0x45c709['JsMTO'](_0x57f947[_0x164623(0x1d9)],undefined)&&(RETRY_CONFIG[_0x164623(0x1d9)]=Math[_0x164623(0x1c3)](0x0,_0x57f947['maxRetries'])),_0x45c709[_0x164623(0x1c6)](_0x57f947[_0x164623(0x161)],undefined)&&(RETRY_CONFIG[_0x164623(0x161)]=Math[_0x164623(0x1c3)](0x3e8,_0x57f947[_0x164623(0x161)])),logger[_0x164623(0x1c5)](_0x164623(0x18c)+JSON['stringify'](RETRY_CONFIG));},exports[a92_0x51fdb9(0x195)]=()=>{const _0x193d25={...RETRY_CONFIG};return _0x193d25;},exports['isPlaywrightPage']=_0x9c7bac=>{const _0x18bd0b=a92_0x51fdb9,_0x4f5089={'rjdVh':function(_0x1d5d4d,_0x2163e6){return _0x1d5d4d(_0x2163e6);}};return _0x4f5089[_0x18bd0b(0x1cf)](detectDriverType,_0x9c7bac)['isPlaywright'];},exports[a92_0x51fdb9(0x1ca)]=_0x1941b6=>{const _0x4fce48=a92_0x51fdb9,_0x1d10a6={'feeCr':function(_0x3c2214,_0x5b0f94){return _0x3c2214(_0x5b0f94);},'QMQfD':function(_0x3b8cec,_0xc35f2d){return _0x3b8cec===_0xc35f2d;},'qjNeM':_0x4fce48(0x1c0)},{isPlaywright:_0x253778,type:_0x539988}=_0x1d10a6['feeCr'](detectDriverType,_0x1941b6);return!_0x253778&&_0x1d10a6[_0x4fce48(0x1ab)](_0x539988,_0x1d10a6[_0x4fce48(0x1fc)]);},exports['setPlaywrightScriptTimeout']=async(_0x59579c,_0x4a5595=null)=>{const _0x5dde49=a92_0x51fdb9,_0x3d5d42={'ehIHz':function(_0x281c84,_0x11b58a){return _0x281c84(_0x11b58a);},'OLibL':function(_0x2f7174,_0x3d9f5a){return _0x2f7174===_0x3d9f5a;},'FrOyT':_0x5dde49(0x18f)},{isPlaywright:_0x267fa9,type:_0x2b5042}=_0x3d5d42[_0x5dde49(0x197)](detectDriverType,_0x59579c);if(!_0x267fa9)return logger[_0x5dde49(0x1c5)](_0x5dde49(0x1ec)+_0x2b5042+_0x5dde49(0x194)),!![];const _0x4d8490=_0x4a5595||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x59579c&&_0x3d5d42[_0x5dde49(0x1c7)](typeof _0x59579c[_0x5dde49(0x1ad)],_0x3d5d42[_0x5dde49(0x1b4)])&&(await _0x59579c[_0x5dde49(0x1ad)](_0x4d8490),logger[_0x5dde49(0x1c5)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x4d8490+'ms')),!![];}catch(_0xe3d4ba){return logger[_0x5dde49(0x1b5)](_0x5dde49(0x1d2)+_0xe3d4ba[_0x5dde49(0x1d0)]),![];}},exports[a92_0x51fdb9(0x1d4)]=async(_0x227786,_0x45ba38=null)=>{const _0x3fc360=a92_0x51fdb9,_0x21e395={};_0x21e395[_0x3fc360(0x1e7)]=_0x3fc360(0x164),_0x21e395[_0x3fc360(0x1fb)]=function(_0x535f6d,_0x4f657d){return _0x535f6d===_0x4f657d;},_0x21e395[_0x3fc360(0x17c)]=_0x3fc360(0x18f),_0x21e395['VfyHN']=function(_0x28a5ae,_0x35d260){return _0x28a5ae===_0x35d260;},_0x21e395[_0x3fc360(0x1ba)]=_0x3fc360(0x200),_0x21e395[_0x3fc360(0x198)]=_0x3fc360(0x168);const _0x4f56fd=_0x21e395;if(!exports[_0x3fc360(0x1ca)](_0x227786))return logger[_0x3fc360(0x1b5)](_0x4f56fd['aYlBU']),![];const _0x42a1ce=_0x45ba38||RETRY_CONFIG[_0x3fc360(0x1c9)];try{if(_0x227786&&_0x4f56fd[_0x3fc360(0x1fb)](typeof _0x227786[_0x3fc360(0x166)],_0x4f56fd[_0x3fc360(0x17c)])){const _0x1c647c=_0x227786[_0x3fc360(0x166)]();if(_0x1c647c&&_0x4f56fd[_0x3fc360(0x179)](typeof _0x1c647c[_0x3fc360(0x1e8)],_0x4f56fd['sPGAL']))await _0x1c647c[_0x3fc360(0x1e8)]()[_0x3fc360(0x20a)](_0x42a1ce),logger[_0x3fc360(0x1c5)](_0x3fc360(0x170)+_0x42a1ce+_0x3fc360(0x1a2));else{if(_0x1c647c&&_0x4f56fd['VfyHN'](typeof _0x1c647c[_0x3fc360(0x1dd)],_0x4f56fd['sPGAL'])){const _0x5595b3={};_0x5595b3[_0x3fc360(0x189)]=_0x42a1ce,await _0x1c647c[_0x3fc360(0x1dd)](_0x5595b3),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x42a1ce+_0x3fc360(0x18b));}else{if(_0x1c647c&&_0x4f56fd[_0x3fc360(0x179)](typeof _0x1c647c['setScriptTimeout'],_0x4f56fd['sPGAL']))await _0x1c647c['setScriptTimeout'](_0x42a1ce),logger['debug'](_0x3fc360(0x170)+_0x42a1ce+_0x3fc360(0x1f2));else return logger[_0x3fc360(0x1c5)](_0x4f56fd[_0x3fc360(0x1ba)]),!![];}}}else return logger[_0x3fc360(0x1c5)](_0x4f56fd[_0x3fc360(0x198)]),!![];return!![];}catch(_0x2a0fad){return logger[_0x3fc360(0x1b5)](_0x3fc360(0x1bd)+_0x2a0fad['message']),![];}},exports[a92_0x51fdb9(0x210)]=async(_0x4aeab8,_0x2c6abf)=>{const _0x1d0537=a92_0x51fdb9,_0x23aa29={'pvyMz':function(_0x1f9edb,_0x4d6b4c){return _0x1f9edb(_0x4d6b4c);},'nLbgt':_0x1d0537(0x15d),'EvAFA':'bstackA11yShouldScan','jlgqI':function(_0x1fc40b,_0x190e7){return _0x1fc40b<=_0x190e7;},'ihovn':function(_0x54451c,_0x151b8d){return _0x54451c+_0x151b8d;},'NwZTg':function(_0x3f7a52,_0x427302){return _0x3f7a52+_0x427302;},'dLWDW':function(_0x1aae9f,_0x43a980){return _0x1aae9f&&_0x43a980;},'URqZM':function(_0x148a61,_0x4d0a40,_0x5e2654){return _0x148a61(_0x4d0a40,_0x5e2654);},'fpcfa':_0x1d0537(0x21a)},{isPlaywright:_0x37e40b,type:_0x4cfc0f}=_0x23aa29['pvyMz'](detectDriverType,_0x4aeab8),_0x30729d=_0x37e40b?global[_0x1d0537(0x1b3)]:accessibilityHelper[_0x1d0537(0x186)]()&&globals[_0x1d0537(0x153)](_0x23aa29['nLbgt'])&&globals['getGlobal'](_0x23aa29[_0x1d0537(0x1dc)]);if(!_0x30729d)return logger['warn'](_0x1d0537(0x182)+_0x4cfc0f+_0x1d0537(0x1b6)),![];let _0xe20ee1=null;for(let _0x22a2de=0x1;_0x23aa29[_0x1d0537(0x176)](_0x22a2de,_0x23aa29[_0x1d0537(0x1a3)](RETRY_CONFIG[_0x1d0537(0x1d9)],0x1));_0x22a2de++){try{return logger[_0x1d0537(0x1c5)](_0x1d0537(0x1ae)+_0x22a2de+'/'+_0x23aa29[_0x1d0537(0x19f)](RETRY_CONFIG[_0x1d0537(0x1d9)],0x1)+'\x20('+_0x4cfc0f+')'),_0x23aa29['dLWDW'](_0x37e40b,playwrightA11yHelper)?(_0x23aa29['URqZM'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x4aeab8,RETRY_CONFIG[_0x1d0537(0x161)]),await _0x23aa29[_0x1d0537(0x1f7)](withTimeout,playwrightA11yHelper[_0x1d0537(0x21c)](_0x4aeab8,scripts['saveTestResults'],_0x2c6abf),RETRY_CONFIG[_0x1d0537(0x161)]),await exports['setPlaywrightScriptTimeout'](_0x4aeab8,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x1d0537(0x1d4)](_0x4aeab8,RETRY_CONFIG[_0x1d0537(0x161)]),await _0x23aa29[_0x1d0537(0x1f7)](withTimeout,_0x4aeab8[_0x1d0537(0x213)](scripts[_0x1d0537(0x19b)],_0x2c6abf),RETRY_CONFIG['timeoutMs']),await exports[_0x1d0537(0x1d4)](_0x4aeab8,RETRY_CONFIG[_0x1d0537(0x1c9)])),logger[_0x1d0537(0x1f0)](_0x1d0537(0x15a)+_0x22a2de+'\x20('+_0x4cfc0f+')'),!![];}catch(_0x59c069){_0xe20ee1=_0x59c069,logger[_0x1d0537(0x1b5)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x22a2de+_0x1d0537(0x199)+_0x4cfc0f+_0x1d0537(0x1b9)+_0x59c069['message']);}}return logger[_0x1d0537(0x1f8)](_0x1d0537(0x191)+_0x4cfc0f+_0x1d0537(0x1e5)+(_0xe20ee1?.[_0x1d0537(0x1d0)]||_0x23aa29[_0x1d0537(0x15b)])),![];};
@@ -1 +1 @@
1
- var a93_0x3b7fcd=a93_0x5806;(function(_0x250628,_0x5f1c01){var _0x47acde=a93_0x5806,_0x2bccb3=_0x250628();while(!![]){try{var _0x4a3d3b=-parseInt(_0x47acde(0x14d))/0x1*(parseInt(_0x47acde(0x149))/0x2)+-parseInt(_0x47acde(0x147))/0x3+-parseInt(_0x47acde(0x14c))/0x4*(-parseInt(_0x47acde(0x14e))/0x5)+-parseInt(_0x47acde(0x154))/0x6*(parseInt(_0x47acde(0x145))/0x7)+-parseInt(_0x47acde(0x14b))/0x8*(-parseInt(_0x47acde(0x14f))/0x9)+-parseInt(_0x47acde(0x146))/0xa+parseInt(_0x47acde(0x150))/0xb;if(_0x4a3d3b===_0x5f1c01)break;else _0x2bccb3['push'](_0x2bccb3['shift']());}catch(_0x5c382c){_0x2bccb3['push'](_0x2bccb3['shift']());}}}(a93_0x1466,0x31d95),exports[a93_0x3b7fcd(0x14a)]=a93_0x3b7fcd(0x151),exports[a93_0x3b7fcd(0x152)]='94',exports[a93_0x3b7fcd(0x153)]=a93_0x3b7fcd(0x148));function a93_0x5806(_0x578d02,_0x5b218a){var _0x1466e3=a93_0x1466();return a93_0x5806=function(_0x58063e,_0x13f85b){_0x58063e=_0x58063e-0x145;var _0x1d0434=_0x1466e3[_0x58063e];return _0x1d0434;},a93_0x5806(_0x578d02,_0x5b218a);}function a93_0x1466(){var _0x1d1b27=['32pXRsWN','API_URL','8fQHKVr','16HqRLUI','4378NqHUOR','116395DDxrSt','913851qPAGWI','7047007qcDeIr','https://accessibility.browserstack.com/api','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','6tNMiSx','865739JQUvAX','1757080QiLvhh','785034IcRcCV','100'];a93_0x1466=function(){return _0x1d1b27;};return a93_0x1466();}
1
+ function a93_0x1caf(){var _0x25a094=['267784aDLxoe','1511704UxFOuW','18lfkpuW','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','1864008aBLGSW','100','5886492wyCIIH','947090PGzqYH','4830670Tymbfo','API_URL','88ADeySJ','7hhmKHm','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','12674LLSCuC'];a93_0x1caf=function(){return _0x25a094;};return a93_0x1caf();}function a93_0x311f(_0x26509b,_0x30868e){var _0x1cafa6=a93_0x1caf();return a93_0x311f=function(_0x311f67,_0x4aad1f){_0x311f67=_0x311f67-0x1e7;var _0x1def95=_0x1cafa6[_0x311f67];return _0x1def95;},a93_0x311f(_0x26509b,_0x30868e);}var a93_0x146105=a93_0x311f;(function(_0x1bcad6,_0x59f548){var _0x3725f8=a93_0x311f,_0x540c23=_0x1bcad6();while(!![]){try{var _0x3567b8=-parseInt(_0x3725f8(0x1f1))/0x1*(parseInt(_0x3725f8(0x1f4))/0x2)+parseInt(_0x3725f8(0x1e9))/0x3*(-parseInt(_0x3725f8(0x1e7))/0x4)+parseInt(_0x3725f8(0x1ee))/0x5+parseInt(_0x3725f8(0x1ed))/0x6+-parseInt(_0x3725f8(0x1f2))/0x7*(-parseInt(_0x3725f8(0x1e8))/0x8)+-parseInt(_0x3725f8(0x1eb))/0x9+parseInt(_0x3725f8(0x1ef))/0xa;if(_0x3567b8===_0x59f548)break;else _0x540c23['push'](_0x540c23['shift']());}catch(_0x361eb6){_0x540c23['push'](_0x540c23['shift']());}}}(a93_0x1caf,0xa50f6),exports[a93_0x146105(0x1f0)]='https://accessibility.browserstack.com/api',exports[a93_0x146105(0x1f3)]='94',exports[a93_0x146105(0x1ea)]=a93_0x146105(0x1ec));
@@ -1 +1 @@
1
- const a94_0x3241a0=a94_0x5400;function a94_0x53f5(){const _0x260690=['Performed\x20scan\x20with\x20result:\x20','EVjGu','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','isTrue','yijMy','2404120mSfqhT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','ynRir','--headless','nestedKeyValue','rRfpj','errors','ChromeExtension','requireModule','deviceName','shouldScanTestForAccessibility','kXRCP','basename','status','rrStL','hirOC','includeTagsInTestingScope','fetchPlatformDetails','1461171EOiwEd','cLlQU','GLPAf','hcaQI','wKkAE','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','performScan','./constants','Performing\x20scan\x20before\x20getting\x20results\x20summary','json','nrKJN','util','xdWqS','FSjNy','1021306JixJvD','lYsiJ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','getHostInfo','FGWEL','assign','HONyX','parse','../globals','bkOqT','ZABSD','toISOString','jokOS','uztLZ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','string','Not\x20a\x20Accessibility\x20Session','getGlobal','getAccessKey','MQiKc','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','null','path','message','PUT','GET_RESULTS_SUMMARY','eoOyP','join','browserstackSessionName','JrQKM','nonBstackPlatformValidation','ylgKP','browserstack_executor','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','srOPm','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','some','QDsHq','capabilities_','error','5SKtGRY','getPackageVersion','playwright','../helper','getGitMetaData','KmWMj','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','chrome','hyLOK','accessibilityToken','YvWqJ','nodeRequest','mEfny','isArray','getCiInfo','zyKoC','GXzle','isBrowserstackInfra','javascript','length','chromeOptions_','application/json','BAnaB','Bearer\x20','get','getUserName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Hdioz','winstonLogger','format','selenium-webdriver/chrome.js','bEOWI','includes','browserName','buildDescription','response','test_runs/stop','device','3405174SoPeGD','eDmpG','mHPVi','getTestFrameworkDetails','fQyTe','v2/test_runs','Invalid\x20request:\x20','bOWCQ','pwCiJ','toLowerCase','./scripts','98TQdnOE','getAccessibilityResultsSummary','oamdN','vhHaE','goog:chromeOptions','data','Nchcx','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2836323xnvKJM','statusText','HKFGA','browserstack','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','browserVersion','bstackA11yShouldScan','stopAccessibilityTestRun','TOgSm','../performance/performance-tester','dewjQ','Content-Type','getPlatform','isUndefined','pKabm','gONoR','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','chromeOptions','yRNFO','PERFORM_SCAN','utbYQ','isAccessibilityAutomationSession','getCapabilities','debug','createAccessibilityTestRun','nreGq','vrZcP','isBrowserStackCommandExecutor','warn','false','AHTQc','getAccessibilityResults','auth','Performing\x20scan\x20before\x20getting\x20results','method','isAccessibilityPlatform','user','accessibility','314008skeunA','selenium-webdriver','success','XGklk','executeAsyncScript','OHbRg','getBrowserVersion','ALooc','No\x20accessibility\x20summary\x20was\x20found.','NPuEN','measureWrapper','kxucV','wPDzB','mergeDeep','vToAT','body','checkAccessibilityPlatformConfig','args','VogfV','stack','tbewI','vVmuW','dddIz','LhFdD','platforms','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','excludeTagsInTestingScope','vFbXH','info','XJeqQ','stringify','script','15898ESZbrY','__cloud_provider___','170XceXXJ','getResults','jwtoQ','Authorization','Invalid\x20configuration\x20passed.','headers','BS_A11Y_JWT','TRuAf','../performance/constants','env','97mjiiTG'];a94_0x53f5=function(){return _0x260690;};return a94_0x53f5();}(function(_0x498ba8,_0xb1289c){const _0x24839e=a94_0x5400,_0x430062=_0x498ba8();while(!![]){try{const _0x42b3b3=parseInt(_0x24839e(0x24a))/0x1*(-parseInt(_0x24839e(0x23e))/0x2)+parseInt(_0x24839e(0x262))/0x3+-parseInt(_0x24839e(0x250))/0x4*(-parseInt(_0x24839e(0x1be))/0x5)+-parseInt(_0x24839e(0x1e4))/0x6+parseInt(_0x24839e(0x1ef))/0x7*(-parseInt(_0x24839e(0x21e))/0x8)+-parseInt(_0x24839e(0x1f8))/0x9+parseInt(_0x24839e(0x240))/0xa*(parseInt(_0x24839e(0x196))/0xb);if(_0x42b3b3===_0xb1289c)break;else _0x430062['push'](_0x430062['shift']());}catch(_0x2c09bd){_0x430062['push'](_0x430062['shift']());}}}(a94_0x53f5,0x7117a));function a94_0x5400(_0x18dc43,_0x1c929f){const _0x53f531=a94_0x53f5();return a94_0x5400=function(_0x5400ae,_0x5af491){_0x5400ae=_0x5400ae-0x18c;let _0x4f6f8e=_0x53f531[_0x5400ae];return _0x4f6f8e;},a94_0x5400(_0x18dc43,_0x1c929f);}const path=require(a94_0x3241a0(0x1ac)),util=require(a94_0x3241a0(0x193)),bsSetupHelper=require(a94_0x3241a0(0x1c1)),logger=require('../logger')[a94_0x3241a0(0x1da)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a94_0x3241a0(0x18f)),PerformanceTester=require(a94_0x3241a0(0x201)),scripts=require(a94_0x3241a0(0x1ee)),globals=require(a94_0x3241a0(0x19e)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x3241a0(0x248));exports[a94_0x3241a0(0x261)]=async _0x11a386=>{const _0x17d1e2=a94_0x3241a0,_0x965025={};_0x965025[_0x17d1e2(0x227)]=function(_0x16cb42,_0x15abe2){return _0x16cb42===_0x15abe2;},_0x965025[_0x17d1e2(0x25e)]=_0x17d1e2(0x1fb);const _0x1f8300=_0x965025;let _0xa2cef4={};try{const _0x21a1dc=await _0x11a386[_0x17d1e2(0x20e)]();_0xa2cef4={'os_name':_0x21a1dc[_0x17d1e2(0x204)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x1f8300[_0x17d1e2(0x227)](global[_0x17d1e2(0x23f)],_0x1f8300[_0x17d1e2(0x25e)])),'browser_name':_0x21a1dc['getBrowserName'](),'browser_version':_0x21a1dc[_0x17d1e2(0x224)]()};}catch(_0x52e030){logger[_0x17d1e2(0x20f)](_0x17d1e2(0x237)+_0x52e030);}return _0xa2cef4;},exports[a94_0x3241a0(0x20d)]=()=>{const _0x58d362=a94_0x3241a0,_0x58e06d={};_0x58e06d[_0x58d362(0x1f1)]=function(_0x278a64,_0x27fdc3){return _0x278a64===_0x27fdc3;},_0x58e06d['fQyTe']=_0x58d362(0x1a5),_0x58e06d['rRfpj']=function(_0x2c7a30,_0x288bc6){return _0x2c7a30>_0x288bc6;},_0x58e06d[_0x58d362(0x1b5)]=function(_0x43229e,_0x5981cf){return _0x43229e!==_0x5981cf;},_0x58e06d[_0x58d362(0x192)]=_0x58d362(0x1ab),_0x58e06d[_0x58d362(0x22c)]=function(_0x11ad10,_0x385638){return _0x11ad10&&_0x385638;};const _0x43b1ec=_0x58e06d;try{const _0x208065=bsSetupHelper[_0x58d362(0x24e)](process[_0x58d362(0x249)][_0x58d362(0x1d8)])||bsSetupHelper[_0x58d362(0x24e)](process[_0x58d362(0x249)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x3992db=_0x43b1ec[_0x58d362(0x1f1)](typeof process[_0x58d362(0x249)]['BS_A11Y_JWT'],_0x43b1ec[_0x58d362(0x1e8)])&&_0x43b1ec[_0x58d362(0x255)](process[_0x58d362(0x249)][_0x58d362(0x246)][_0x58d362(0x1d1)],0x0)&&_0x43b1ec['ylgKP'](process['env'][_0x58d362(0x246)],_0x43b1ec['nrKJN']);return _0x43b1ec[_0x58d362(0x22c)](_0x208065,_0x3992db);}catch(_0x5e69c5){logger[_0x58d362(0x20f)](_0x58d362(0x1f6)+_0x5e69c5);}return![];},exports[a94_0x3241a0(0x1b4)]=(_0x13d0f4,_0x3db629)=>{const _0x54bd56=a94_0x3241a0,_0x1ec5f6={'VogfV':_0x54bd56(0x1df),'nreGq':function(_0x4130c0,_0x56dbf7){return _0x4130c0(_0x56dbf7);},'nYxqc':_0x54bd56(0x1fd),'tbewI':function(_0x387685,_0x43f5eb){return _0x387685(_0x43f5eb);},'bEOWI':'version','lYsiJ':'bstack:options','GLPAf':function(_0x58284e,_0x4b07c1){return _0x58284e(_0x4b07c1);},'mHPVi':_0x54bd56(0x259),'HKFGA':_0x54bd56(0x1e3),'QDsHq':_0x54bd56(0x1b7),'SrzUs':_0x54bd56(0x1dc),'BEMjg':_0x54bd56(0x21f),'kXRCP':'options_','eoOyP':_0x54bd56(0x22f),'wPDzB':_0x54bd56(0x209),'kxucV':_0x54bd56(0x253),'JrQKM':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','MjnDp':_0x54bd56(0x1f3),'hyLOK':function(_0x5d48c1,_0x2e48fd){return _0x5d48c1===_0x2e48fd;},'uztLZ':_0x54bd56(0x1c5),'hcaQI':function(_0x51331,_0x37d910){return _0x51331>=_0x37d910;}},_0x384d19=_0x13d0f4['get'](_0x1ec5f6[_0x54bd56(0x230)]),_0x8f42c1=_0x1ec5f6[_0x54bd56(0x211)](parseFloat,_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6['nYxqc']))||_0x1ec5f6[_0x54bd56(0x232)](parseFloat,_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6[_0x54bd56(0x1dd)])),_0x544e9e=_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6[_0x54bd56(0x197)])||{},_0x1ff7ac=_0x1ec5f6[_0x54bd56(0x264)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x293411=_0x544e9e[_0x1ec5f6[_0x54bd56(0x1e6)]]||_0x13d0f4[_0x54bd56(0x1d6)](_0x1ec5f6[_0x54bd56(0x1fa)])||![];if(_0x293411)return logger[_0x54bd56(0x214)](_0x1ec5f6[_0x54bd56(0x1bb)]),![];let _0x557cd0;try{_0x557cd0=bsSetupHelper[_0x54bd56(0x258)](_0x1ec5f6['SrzUs'],_0x1ec5f6['BEMjg']);}catch(_0x596f5c){return![];}const _0x1b3ea6=new _0x557cd0['Options'](_0x3db629[_0x54bd56(0x1d2)]),_0x27ac6a=bsSetupHelper['nestedKeyValue'](_0x1b3ea6,[_0x1ec5f6[_0x54bd56(0x25b)],_0x1ec5f6[_0x54bd56(0x1b0)]])||bsSetupHelper[_0x54bd56(0x254)](_0x3db629[_0x54bd56(0x1bc)],[_0x1ec5f6['lYsiJ'],_0x1ec5f6['wPDzB'],_0x1ec5f6['eoOyP']])||bsSetupHelper[_0x54bd56(0x254)](_0x3db629[_0x54bd56(0x1bc)],[_0x1ec5f6[_0x54bd56(0x22a)],_0x1ec5f6['eoOyP']])||[];if(_0x27ac6a['includes'](_0x1ec5f6[_0x54bd56(0x229)]))return logger[_0x54bd56(0x214)](_0x1ec5f6[_0x54bd56(0x1b3)]),![];const _0x212aeb=_0x3db629[_0x54bd56(0x1bc)]||{},_0xf26279=bsSetupHelper[_0x54bd56(0x254)](_0x212aeb,[_0x1ec5f6['MjnDp']])||{},_0x3b6751=bsSetupHelper['nestedKeyValue'](_0xf26279,[_0x1ec5f6['eoOyP']])||[];if(_0x3b6751[_0x54bd56(0x1de)](_0x1ec5f6[_0x54bd56(0x229)]))return logger[_0x54bd56(0x214)](_0x1ec5f6[_0x54bd56(0x1b3)]),![];if(_0x1ec5f6[_0x54bd56(0x1c6)](_0x384d19[_0x54bd56(0x1ed)](),_0x1ec5f6[_0x54bd56(0x1a3)])&&_0x1ec5f6[_0x54bd56(0x265)](_0x8f42c1,_0x1ff7ac))return!![];return logger[_0x54bd56(0x214)](_0x54bd56(0x198)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x201219=>{const _0x45b24c=a94_0x3241a0,_0x45fc79={};_0x45fc79['hirOC']=_0x45b24c(0x1f3),_0x45fc79[_0x45b24c(0x1a0)]=function(_0x37849a,_0x36228e){return _0x37849a||_0x36228e;},_0x45fc79[_0x45b24c(0x20c)]=_0x45b24c(0x1a6);const _0xa037ec=_0x45fc79,_0x5b189b=scripts[_0x45b24c(0x257)];try{const _0x34e222=bsSetupHelper['isTrue'](process[_0x45b24c(0x249)][_0x45b24c(0x1d8)])||bsSetupHelper[_0x45b24c(0x24e)](process[_0x45b24c(0x249)][_0x45b24c(0x18d)]);if((!bsSetupHelper[_0x45b24c(0x1cf)]()||process[_0x45b24c(0x249)]['BROWSERSTACK_TURBOSCALE'])&&_0x34e222){const _0xb8fa0d=_0x201219[_0x45b24c(0x20e)](),_0x5d0ac4=_0xb8fa0d[_0x45b24c(0x1d6)](_0xa037ec[_0x45b24c(0x25f)]),_0x5739e8=_0xa037ec[_0x45b24c(0x1a0)](_0x5d0ac4,{});bsSetupHelper[_0x45b24c(0x22b)](_0x5739e8,_0x5b189b),_0x201219[_0x45b24c(0x20e)]()['set'](_0xa037ec[_0x45b24c(0x25f)],_0x5739e8);}else logger[_0x45b24c(0x214)](_0xa037ec['utbYQ']);}catch(_0x2f4485){logger['error']('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x2f4485);}},exports[a94_0x3241a0(0x25a)]=(_0x2205eb=null,_0x203d68=!![],_0x5aa522=[])=>{const _0x27f049=a94_0x3241a0,_0x2e69c9={};_0x2e69c9[_0x27f049(0x263)]=function(_0x5bac1e,_0x506b55){return _0x5bac1e==_0x506b55;},_0x2e69c9[_0x27f049(0x239)]=function(_0x28a5d0,_0x2792d8){return _0x28a5d0>_0x2792d8;},_0x2e69c9['EVjGu']=function(_0x572057,_0x203639){return _0x572057===_0x203639;},_0x2e69c9['mEfny']=function(_0x442dea,_0x402478){return _0x442dea&&_0x402478;},_0x2e69c9['FGWEL']=function(_0x1ae79a,_0x4d6351){return _0x1ae79a===_0x4d6351;},_0x2e69c9[_0x27f049(0x223)]=function(_0x46cf52,_0x269cc4){return _0x46cf52&&_0x269cc4;};const _0xf7913f=_0x2e69c9;if(_0xf7913f[_0x27f049(0x263)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x32fa37=JSON[_0x27f049(0x19d)](process[_0x27f049(0x249)][_0x27f049(0x1f7)]),_0x1e7b30=Array[_0x27f049(0x1cb)](_0x32fa37['includeTagsInTestingScope'])?_0x32fa37[_0x27f049(0x260)]:[],_0x2afbe2=Array[_0x27f049(0x1cb)](_0x32fa37[_0x27f049(0x238)])?_0x32fa37[_0x27f049(0x238)]:[];if(bsSetupHelper['isUndefined'](_0x2205eb)){if(_0xf7913f['vFbXH'](_0x5aa522[_0x27f049(0x1d1)],0x0)){const _0x44e6ef=_0x2afbe2[_0x27f049(0x1ba)](_0x49f765=>_0x5aa522['includes'](_0x49f765)),_0x3d6803=_0xf7913f[_0x27f049(0x24c)](_0x1e7b30['length'],0x0)||_0x1e7b30[_0x27f049(0x1ba)](_0x14ea8a=>_0x5aa522[_0x27f049(0x1de)](_0x14ea8a));return _0xf7913f[_0x27f049(0x1ca)](!_0x44e6ef,_0x3d6803);}return!![];}let _0x366ab1;_0x203d68?_0x366ab1=_0x2205eb[_0x27f049(0x1b1)]('/'):_0x366ab1=_0x2205eb;const _0x505bc9=_0x2afbe2[_0x27f049(0x1ba)](_0x3ca818=>_0x366ab1['includes'](_0x3ca818)),_0x326b96=_0xf7913f[_0x27f049(0x19a)](_0x1e7b30['length'],0x0)||_0x1e7b30[_0x27f049(0x1ba)](_0x31a560=>_0x366ab1[_0x27f049(0x1de)](_0x31a560));return _0xf7913f[_0x27f049(0x223)](!_0x505bc9,_0x326b96);}catch(_0x389784){logger[_0x27f049(0x20f)](_0x27f049(0x1aa)+util[_0x27f049(0x1db)](_0x389784));}return![];},exports[a94_0x3241a0(0x22e)]=_0x1b0cb4=>{const _0x354b33=a94_0x3241a0;let _0x58e9d3=![];try{_0x1b0cb4[_0x354b33(0x236)]['forEach'](_0x2552c9=>{const _0x4822da=_0x354b33;if(bsSetupHelper[_0x4822da(0x24e)](_0x2552c9[_0x4822da(0x21d)]))return _0x58e9d3=!![],!![];});}catch(_0x4545c1){logger[_0x354b33(0x20f)](_0x354b33(0x1fc)+_0x4545c1);}return _0x58e9d3||bsSetupHelper[_0x354b33(0x24e)](_0x1b0cb4[_0x354b33(0x21d)]);},exports[a94_0x3241a0(0x210)]=PerformanceTester[a94_0x3241a0(0x228)]('a11y:start',async function(_0x4bd8be,_0x1f81f1){const _0x41ed90=a94_0x3241a0,_0x38304f={};_0x38304f[_0x41ed90(0x247)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x38304f[_0x41ed90(0x18c)]=_0x41ed90(0x1c0),_0x38304f['Nchcx']=_0x41ed90(0x1d0),_0x38304f[_0x41ed90(0x1ec)]=_0x41ed90(0x1d3),_0x38304f[_0x41ed90(0x1b8)]='POST',_0x38304f[_0x41ed90(0x1e5)]=_0x41ed90(0x1e9),_0x38304f[_0x41ed90(0x206)]=function(_0x402c81,_0x584517){return _0x402c81===_0x584517;},_0x38304f[_0x41ed90(0x216)]=_0x41ed90(0x244),_0x38304f[_0x41ed90(0x252)]=_0x41ed90(0x215);const _0x4e4a42=_0x38304f,_0x20e595=bsSetupHelper[_0x41ed90(0x1d7)](_0x4bd8be),_0x245e1a=bsSetupHelper[_0x41ed90(0x1a8)](_0x4bd8be);if(bsSetupHelper[_0x41ed90(0x205)](_0x20e595)||bsSetupHelper[_0x41ed90(0x205)](_0x245e1a))return logger['error'](_0x4e4a42[_0x41ed90(0x247)]),[null,null];try{let _0x16b69e;bsSetupHelper['isUndefined'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x16b69e={}:_0x16b69e=JSON[_0x41ed90(0x19d)](process[_0x41ed90(0x249)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x222624,version:_0x4ebcc5}=bsSetupHelper[_0x41ed90(0x1e7)](_0x4bd8be,_0x1f81f1),_0x437e3b={'projectName':_0x4bd8be['projectName'],'buildName':_0x4bd8be['buildName']||path[_0x41ed90(0x25c)](path['resolve'](process['cwd']())),'startTime':new Date()[_0x41ed90(0x1a1)](),'description':_0x4bd8be[_0x41ed90(0x1e0)]||'','source':{'frameworkName':_0x1f81f1['includes'](_0x4e4a42[_0x41ed90(0x18c)])?_0x4e4a42[_0x41ed90(0x18c)]:_0x1f81f1,'frameworkVersion':bsSetupHelper[_0x41ed90(0x1bf)](_0x1f81f1),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x4e4a42[_0x41ed90(0x1f5)],'testFramework':_0x222624,'testFrameworkVersion':_0x4ebcc5},'settings':_0x16b69e,'versionControl':await bsSetupHelper[_0x41ed90(0x1c2)](),'ciInfo':bsSetupHelper[_0x41ed90(0x1cc)](),'hostInfo':bsSetupHelper[_0x41ed90(0x199)](),'browserstackAutomation':bsSetupHelper[_0x41ed90(0x1cf)]()},_0x3ac4d3={};_0x3ac4d3[_0x41ed90(0x21c)]=_0x20e595,_0x3ac4d3['pass']=_0x245e1a;const _0x35fd5f={};_0x35fd5f[_0x41ed90(0x203)]=_0x4e4a42[_0x41ed90(0x1ec)];const _0x423fd8={};_0x423fd8[_0x41ed90(0x218)]=_0x3ac4d3,_0x423fd8['headers']=_0x35fd5f;const _0x79e7f2=_0x423fd8,_0x4efbcc={};_0x4efbcc[_0x41ed90(0x22d)]=_0x437e3b,_0x4efbcc[_0x41ed90(0x191)]=!![];const _0x43d1c5=Object[_0x41ed90(0x19b)](_0x79e7f2,_0x4efbcc),_0x3f85b4=await bsSetupHelper[_0x41ed90(0x1c9)](_0x4e4a42['srOPm'],_0x4e4a42['eDmpG'],_0x43d1c5,_0x4bd8be,API_URL);let _0x210027=process[_0x41ed90(0x249)][_0x41ed90(0x1f7)];return _0x210027?_0x210027=JSON['parse'](process[_0x41ed90(0x249)][_0x41ed90(0x1f7)]):_0x210027={},scripts['parseFromJson'](_0x3f85b4[_0x41ed90(0x1f4)][_0x41ed90(0x1f4)]),scripts['toJson'](),_0x210027['scannerVersion']=_0x3f85b4['data'][_0x41ed90(0x1f4)]['scannerVersion'],process['env'][_0x41ed90(0x1f7)]=JSON[_0x41ed90(0x23c)](_0x210027),[_0x3f85b4[_0x41ed90(0x1f4)][_0x41ed90(0x1f4)][_0x41ed90(0x1c7)],_0x3f85b4[_0x41ed90(0x1f4)][_0x41ed90(0x1f4)]['id']];}catch(_0x32dca4){if(_0x32dca4[_0x41ed90(0x1e1)])logger[_0x41ed90(0x1bd)](_0x41ed90(0x208)+_0x32dca4[_0x41ed90(0x1e1)]['status']+'\x20'+_0x32dca4[_0x41ed90(0x1e1)][_0x41ed90(0x1f9)]+'\x20'+JSON[_0x41ed90(0x23c)](_0x32dca4[_0x41ed90(0x1e1)][_0x41ed90(0x1f4)]));else{if(_0x4e4a42[_0x41ed90(0x206)](_0x32dca4[_0x41ed90(0x1ad)],_0x4e4a42[_0x41ed90(0x216)])){logger[_0x41ed90(0x1bd)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x32dca4['message']||_0x32dca4[_0x41ed90(0x231)]));for(const _0x1fdde1 of _0x32dca4[_0x41ed90(0x256)]){logger[_0x41ed90(0x1bd)](_0x1fdde1[_0x41ed90(0x1ad)]);}process[_0x41ed90(0x249)][_0x41ed90(0x1d8)]=_0x4e4a42[_0x41ed90(0x252)],process[_0x41ed90(0x249)][_0x41ed90(0x18d)]=_0x4e4a42[_0x41ed90(0x252)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x32dca4[_0x41ed90(0x1ad)]||_0x32dca4[_0x41ed90(0x231)]));}return[null,null];}}),exports[a94_0x3241a0(0x1ff)]=PerformanceTester[a94_0x3241a0(0x228)]('a11y:stop',async function(_0x4357c2){const _0x4a6fd3=a94_0x3241a0,_0x182e7d={};_0x182e7d[_0x4a6fd3(0x200)]=function(_0x56e4a0,_0xe38763){return _0x56e4a0!==_0xe38763;},_0x182e7d[_0x4a6fd3(0x212)]=_0x4a6fd3(0x1a5),_0x182e7d[_0x4a6fd3(0x23b)]='error',_0x182e7d['dewjQ']='Build\x20creation\x20had\x20failed.',_0x182e7d[_0x4a6fd3(0x221)]=_0x4a6fd3(0x1d3),_0x182e7d[_0x4a6fd3(0x1c3)]=_0x4a6fd3(0x1ae),_0x182e7d[_0x4a6fd3(0x1d9)]=_0x4a6fd3(0x1e2),_0x182e7d[_0x4a6fd3(0x242)]=function(_0x276871,_0x88721d){return _0x276871+_0x88721d;},_0x182e7d['ALooc']=_0x4a6fd3(0x1ea),_0x182e7d[_0x4a6fd3(0x1eb)]=_0x4a6fd3(0x220);const _0x11157f=_0x182e7d;if(bsSetupHelper[_0x4a6fd3(0x205)](process[_0x4a6fd3(0x249)][_0x4a6fd3(0x246)])||_0x11157f['TOgSm'](typeof process[_0x4a6fd3(0x249)]['BS_A11Y_JWT'],_0x11157f[_0x4a6fd3(0x212)])){const _0x19232f={};return _0x19232f['status']=_0x11157f[_0x4a6fd3(0x23b)],_0x19232f[_0x4a6fd3(0x1ad)]=_0x11157f[_0x4a6fd3(0x202)],_0x19232f;}const _0x5ce9c5={'endTime':new Date()[_0x4a6fd3(0x1a1)]()},_0x25dc9f={};_0x25dc9f[_0x4a6fd3(0x243)]=_0x4a6fd3(0x1d5)+process[_0x4a6fd3(0x249)][_0x4a6fd3(0x246)],_0x25dc9f[_0x4a6fd3(0x203)]=_0x11157f[_0x4a6fd3(0x221)];const _0x2e5f57={};_0x2e5f57[_0x4a6fd3(0x245)]=_0x25dc9f;const _0x3c43f6=_0x2e5f57,_0x2afd73={};_0x2afd73[_0x4a6fd3(0x22d)]=_0x5ce9c5,_0x2afd73[_0x4a6fd3(0x218)]=null,_0x2afd73[_0x4a6fd3(0x191)]=!![];const _0x1a089d=Object[_0x4a6fd3(0x19b)](_0x3c43f6,_0x2afd73);try{const _0x150716=await bsSetupHelper[_0x4a6fd3(0x1c9)](_0x11157f['KmWMj'],_0x11157f[_0x4a6fd3(0x1d9)],_0x1a089d,_0x4357c2,API_URL);if(_0x150716[_0x4a6fd3(0x1f4)][_0x4a6fd3(0x1bd)])throw new Error(_0x11157f[_0x4a6fd3(0x242)](_0x11157f[_0x4a6fd3(0x225)],_0x150716[_0x4a6fd3(0x1f4)][_0x4a6fd3(0x1bd)]));else{logger[_0x4a6fd3(0x23a)](_0x4a6fd3(0x1b9)+new Date()['toISOString']());const _0x43337b={};return _0x43337b[_0x4a6fd3(0x25d)]=_0x11157f[_0x4a6fd3(0x1eb)],_0x43337b[_0x4a6fd3(0x1ad)]='',_0x43337b;}}catch(_0x44eef6){_0x44eef6[_0x4a6fd3(0x1e1)]?logger[_0x4a6fd3(0x1bd)](_0x4a6fd3(0x1c4)+_0x44eef6['response']['status']+'\x20'+_0x44eef6[_0x4a6fd3(0x1e1)][_0x4a6fd3(0x1f9)]+'\x20'+JSON['stringify'](_0x44eef6[_0x4a6fd3(0x1e1)]['data'])):logger['error'](_0x4a6fd3(0x1c4)+(_0x44eef6['message']||util[_0x4a6fd3(0x1db)](_0x44eef6)));const _0x4c60ed={};return _0x4c60ed[_0x4a6fd3(0x25d)]=_0x11157f[_0x4a6fd3(0x23b)],_0x4c60ed['message']=_0x44eef6[_0x4a6fd3(0x1ad)]||(_0x44eef6[_0x4a6fd3(0x1e1)]?_0x44eef6[_0x4a6fd3(0x1e1)][_0x4a6fd3(0x25d)]+':'+_0x44eef6['response'][_0x4a6fd3(0x1f9)]:_0x44eef6),_0x4c60ed;}}),exports[a94_0x3241a0(0x18e)]=async(_0x5d0c4f,_0x3a89c1=null)=>{const _0x3c0eb7=a94_0x3241a0,_0x28146a={};_0x28146a['HjWxo']='isAccessibilityPlatform',_0x28146a['bkOqT']=_0x3c0eb7(0x1fe),_0x28146a[_0x3c0eb7(0x1a2)]=_0x3c0eb7(0x251);const _0x1873bd=_0x28146a;if(!this[_0x3c0eb7(0x20d)]()||!globals[_0x3c0eb7(0x1a7)](_0x1873bd['HjWxo'])||!globals['getGlobal'](_0x1873bd[_0x3c0eb7(0x19f)])){logger['warn'](_0x1873bd[_0x3c0eb7(0x1a2)]);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x102f87=_0x3c0eb7,_0x3c3179={};_0x3c3179['method']=_0x3a89c1||global[_0x102f87(0x1b2)];const _0x4156eb=util[_0x102f87(0x1db)](await _0x5d0c4f[_0x102f87(0x222)](scripts[_0x102f87(0x18e)],_0x3c3179));return logger[_0x102f87(0x20f)](_0x102f87(0x24b)+_0x4156eb),_0x4156eb;},{'command':_0x3a89c1})();},exports[a94_0x3241a0(0x217)]=async(_0x343e17,_0x475ca0)=>{const _0x33226b=a94_0x3241a0,_0x605a70={};_0x605a70[_0x33226b(0x234)]=_0x33226b(0x219),_0x605a70[_0x33226b(0x1ce)]=_0x33226b(0x21b),_0x605a70['LhFdD']=_0x33226b(0x1fe),_0x605a70[_0x33226b(0x1c8)]=_0x33226b(0x1a4),_0x605a70[_0x33226b(0x195)]=_0x33226b(0x217),_0x605a70['BAnaB']='No\x20accessibility\x20results\x20were\x20found.';const _0xb3efad=_0x605a70;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0xb3efad[_0x33226b(0x1ce)])||!globals[_0x33226b(0x1a7)](_0xb3efad[_0x33226b(0x235)]))return logger['warn'](_0xb3efad['YvWqJ']),[];try{return await PerformanceTester[_0x33226b(0x228)](PerformanceA11yEvents[_0x33226b(0x20b)],async()=>{const _0x435a77=_0x33226b;logger[_0x435a77(0x20f)](_0xb3efad[_0x435a77(0x234)]);const _0x315ae2={};_0x315ae2[_0x435a77(0x21a)]=_0x475ca0['browserstackSessionName'],logger[_0x435a77(0x20f)](util[_0x435a77(0x1db)](await _0x343e17[_0x435a77(0x222)](scripts[_0x435a77(0x18e)],_0x315ae2)));},{'command':_0xb3efad[_0x33226b(0x195)]})(),await PerformanceTester[_0x33226b(0x228)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x485402=_0x33226b,_0x563208=await _0x343e17[_0x485402(0x222)](scripts[_0x485402(0x241)]);return _0x563208;})();}catch{return logger[_0x33226b(0x1bd)](_0xb3efad[_0x33226b(0x1d4)]),[];}},exports[a94_0x3241a0(0x1f0)]=async(_0x12ccfa,_0x126b54)=>{const _0xad96d8=a94_0x3241a0,_0x376453={};_0x376453[_0xad96d8(0x20a)]=_0xad96d8(0x190),_0x376453['gONoR']='isAccessibilityPlatform',_0x376453[_0xad96d8(0x19c)]=_0xad96d8(0x1fe),_0x376453[_0xad96d8(0x194)]=_0xad96d8(0x24d),_0x376453[_0xad96d8(0x1a9)]='getAccessibilityResultsSummary',_0x376453[_0xad96d8(0x1cd)]=_0xad96d8(0x226);const _0x42ce0a=_0x376453;if(!this[_0xad96d8(0x20d)]()||!globals[_0xad96d8(0x1a7)](_0x42ce0a[_0xad96d8(0x207)])||!globals['getGlobal'](_0x42ce0a[_0xad96d8(0x19c)]))return logger['warn'](_0x42ce0a[_0xad96d8(0x194)]),{};try{return await PerformanceTester[_0xad96d8(0x228)](PerformanceA11yEvents[_0xad96d8(0x20b)],async()=>{const _0x1c3e34=_0xad96d8;logger['debug'](_0x42ce0a['yRNFO']);const _0x1620af={};_0x1620af[_0x1c3e34(0x21a)]=_0x126b54[_0x1c3e34(0x1b2)],logger[_0x1c3e34(0x20f)](util[_0x1c3e34(0x1db)](await _0x12ccfa['executeAsyncScript'](scripts['performScan'],_0x1620af)));},{'command':_0x42ce0a['MQiKc']})(),await PerformanceTester[_0xad96d8(0x228)](PerformanceA11yEvents[_0xad96d8(0x1af)],async()=>{const _0x42efaa=await _0x12ccfa['executeAsyncScript'](scripts['getResultsSummary']);return _0x42efaa;})();}catch{return logger[_0xad96d8(0x1bd)](_0x42ce0a[_0xad96d8(0x1cd)]),{};}},exports[a94_0x3241a0(0x213)]=_0x5197c3=>{const _0x19f3e0=a94_0x3241a0,_0x4194cc={};_0x4194cc[_0x19f3e0(0x233)]=function(_0x519f8a,_0x16ed52){return _0x519f8a===_0x16ed52;},_0x4194cc[_0x19f3e0(0x1f2)]=_0x19f3e0(0x1a5),_0x4194cc[_0x19f3e0(0x24f)]=_0x19f3e0(0x1b6);const _0x581173=_0x4194cc;if(_0x5197c3&&_0x5197c3[_0x19f3e0(0x23d)]&&_0x581173[_0x19f3e0(0x233)](typeof _0x5197c3['script'],_0x581173[_0x19f3e0(0x1f2)]))return _0x5197c3[_0x19f3e0(0x23d)]['includes'](_0x581173[_0x19f3e0(0x24f)]);return![];};
1
+ function a94_0x1f4f(_0x28509a,_0x14d5c6){const _0x3ffeaf=a94_0x3ffe();return a94_0x1f4f=function(_0x1f4fb6,_0x20ec4f){_0x1f4fb6=_0x1f4fb6-0xc9;let _0x22bc87=_0x3ffeaf[_0x1f4fb6];return _0x22bc87;},a94_0x1f4f(_0x28509a,_0x14d5c6);}function a94_0x3ffe(){const _0x5ac5f3=['SQMpc','sKxqg','xDfEm','createAccessibilityTestRun','headers','Ntovf','bstack:options','PUT','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','getGlobal','bstackA11yShouldScan','VrGeD','getBrowserVersion','9622140BRuoBd','Bearer\x20','message','aVnyM','tXrhn','getAccessKey','CeUoY','BS_A11Y_JWT','isArray','shouldScanTestForAccessibility','env','Content-Type','string','getAccessibilityResultsSummary','getGitMetaData','isAccessibilityPlatform','No\x20accessibility\x20results\x20were\x20found.','QJPrJ','includes','javascript','warn','getPlatform','parseFromJson','get','STuvs','checkAccessibilityPlatformConfig','AYFsv','toISOString','buildDescription','v2/test_runs','GET_RESULTS_SUMMARY','BROWSERSTACK_TURBOSCALE','ALpYD','device','tZDNI','5347728UjNsjk','application/json','../performance/performance-tester','tZWKy','./scripts','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','HVYab','VHVJt','iqBBw','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','497915DkGijx','LohQt','goog:chromeOptions','bCKVi','QDvMu','success','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','tzokg','body','rBQMh','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','fetchPlatformDetails','performScan','zphJs','user','uaAmQ','Qfbia','excludeTagsInTestingScope','auth','../performance/constants','isTrue','pRuqS','getCiInfo','join','length','PzyeU','stringify','1941231qwvusU','KbiXw','Performing\x20scan\x20before\x20getting\x20results','fyyKA','LTuFG','isBrowserstackInfra','__cloud_provider___','Ukjvs','WmMad','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chrome','selenium-webdriver','getBrowserName','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','oLUeD','getAccessibilityResults','Invalid\x20configuration\x20passed.','nestedKeyValue','toLowerCase','browserstack','isUndefined','Performing\x20scan\x20before\x20getting\x20results\x20summary','info','../globals','asdQb','idQvJ','json','capabilities_','winstonLogger','platforms','pass','ZseRP','some','stopAccessibilityTestRun','scannerVersion','sIJGw','assign','errors','parse','null','debug','gRlMs','executeAsyncScript','VvVIF','CpBpv','selenium-webdriver/chrome.js','tDobe','Authorization','browserstack_executor','XowWf','kXASa','hmwQO','resolve','format','data','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','playwright','ChromeExtension','YmjPM','getResultsSummary','qlPxP','19166371HkWXod','args','false','--headless','774560DMgBum','getUserName','mergeDeep','browserName','stack','TWEpr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','response','OUIoW','test_runs/stop','zLJbL','status','Options','getAgentVersion','a11y:stop','../helper','613586dOpVXX','basename','BdLvJ','includeTagsInTestingScope','measureWrapper','EyevH','../logger','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','KhNpT','getPackageVersion','jpnut','eOmMU','zUYhG','browserstackSessionName','pmNhH','dKanh','toJson','GET_RESULTS','a11y:start','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','No\x20accessibility\x20summary\x20was\x20found.','oxWvD','script','jmukr','chromeOptions','isAccessibilityAutomationSession','error','chromeOptions_','getResults','set','accessibility','jLWwE','BROWSERSTACK_TEST_ACCESSIBILITY_YML','LCKoh','IIUsa','lhsoR','ISfDK','getCapabilities','FTHBz','QRETo','nodeRequest','PTksc','method','getTestFrameworkDetails','PERFORM_SCAN','accessibilityToken','vxnFG'];a94_0x3ffe=function(){return _0x5ac5f3;};return a94_0x3ffe();}const a94_0x90079a=a94_0x1f4f;(function(_0x45b83a,_0x404667){const _0x349b3a=a94_0x1f4f,_0x1fab89=_0x45b83a();while(!![]){try{const _0x32cafa=-parseInt(_0x349b3a(0x15f))/0x1+parseInt(_0x349b3a(0xf6))/0x2+parseInt(_0x349b3a(0x17a))/0x3+parseInt(_0x349b3a(0x155))/0x4+parseInt(_0x349b3a(0xe6))/0x5+parseInt(_0x349b3a(0x132))/0x6+-parseInt(_0x349b3a(0xe2))/0x7;if(_0x32cafa===_0x404667)break;else _0x1fab89['push'](_0x1fab89['shift']());}catch(_0x51bf2b){_0x1fab89['push'](_0x1fab89['shift']());}}}(a94_0x3ffe,0xc697c));const path=require('path'),util=require('util'),bsSetupHelper=require(a94_0x90079a(0xf5)),logger=require(a94_0x90079a(0xfc))[a94_0x90079a(0x199)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('./constants'),PerformanceTester=require(a94_0x90079a(0x157)),scripts=require(a94_0x90079a(0x159)),globals=require(a94_0x90079a(0x194)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x90079a(0x172));exports[a94_0x90079a(0x16a)]=async _0x55ba46=>{const _0x5b3d29=a94_0x90079a,_0x4243e3={};_0x4243e3[_0x5b3d29(0xfb)]=function(_0x1d8c2e,_0x1ebf6a){return _0x1d8c2e===_0x1ebf6a;},_0x4243e3[_0x5b3d29(0x16f)]=_0x5b3d29(0x190);const _0x424ab8=_0x4243e3;let _0x508457={};try{const _0x482e3e=await _0x55ba46['getCapabilities']();_0x508457={'os_name':_0x482e3e[_0x5b3d29(0x147)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x424ab8[_0x5b3d29(0xfb)](global[_0x5b3d29(0x180)],_0x424ab8[_0x5b3d29(0x16f)])),'browser_name':_0x482e3e[_0x5b3d29(0x189)](),'browser_version':_0x482e3e[_0x5b3d29(0x131)]()};}catch(_0x2d3b5d){logger[_0x5b3d29(0xcd)](_0x5b3d29(0x15a)+_0x2d3b5d);}return _0x508457;},exports[a94_0x90079a(0x10f)]=()=>{const _0x5eadc2=a94_0x90079a,_0x3a28ca={};_0x3a28ca['apLGH']=function(_0x27b02f,_0x25f024){return _0x27b02f===_0x25f024;},_0x3a28ca[_0x5eadc2(0x10b)]=_0x5eadc2(0x13e),_0x3a28ca[_0x5eadc2(0x10d)]=function(_0x3e744a,_0x3704ab){return _0x3e744a>_0x3704ab;},_0x3a28ca[_0x5eadc2(0x160)]=function(_0x406940,_0x2b3a92){return _0x406940!==_0x2b3a92;},_0x3a28ca[_0x5eadc2(0x135)]=_0x5eadc2(0xcc),_0x3a28ca[_0x5eadc2(0x11a)]=function(_0x324bc2,_0x1d7453){return _0x324bc2&&_0x1d7453;};const _0x3fdfdd=_0x3a28ca;try{const _0x2190f4=bsSetupHelper['isTrue'](process[_0x5eadc2(0x13c)][_0x5eadc2(0x116)])||bsSetupHelper[_0x5eadc2(0x173)](process['env'][_0x5eadc2(0x12d)]),_0x124336=_0x3fdfdd['apLGH'](typeof process[_0x5eadc2(0x13c)][_0x5eadc2(0x139)],_0x3fdfdd[_0x5eadc2(0x10b)])&&_0x3fdfdd[_0x5eadc2(0x10d)](process[_0x5eadc2(0x13c)]['BS_A11Y_JWT'][_0x5eadc2(0x177)],0x0)&&_0x3fdfdd[_0x5eadc2(0x160)](process['env'][_0x5eadc2(0x139)],_0x3fdfdd[_0x5eadc2(0x135)]);return _0x3fdfdd['ISfDK'](_0x2190f4,_0x124336);}catch(_0x993148){logger[_0x5eadc2(0xcd)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x993148);}return![];},exports['nonBstackPlatformValidation']=(_0x16fc8a,_0x2ef341)=>{const _0xf93345=a94_0x90079a,_0x2fded2={'VHVJt':_0xf93345(0xe9),'AYFsv':function(_0x3d245b,_0x2c9973){return _0x3d245b(_0x2c9973);},'asdQb':'browserVersion','gRlMs':function(_0x3ad7b4,_0x4044cf){return _0x3ad7b4(_0x4044cf);},'mzfDp':'version','vxnFG':_0xf93345(0x12b),'oLUeD':function(_0x49c5a7,_0x4a76ca){return _0x49c5a7(_0x4a76ca);},'DNRTj':'deviceName','CpBpv':_0xf93345(0x153),'xDfEm':_0xf93345(0xec),'PTksc':_0xf93345(0xd2),'zUYhG':_0xf93345(0x188),'pmNhH':'options_','VrGeD':_0xf93345(0xe3),'zLJbL':_0xf93345(0x10e),'iqBBw':_0xf93345(0xe5),'QRETo':_0xf93345(0x185),'HVYab':_0xf93345(0x161),'STuvs':function(_0x10605f,_0x6b3711){return _0x10605f===_0x6b3711;},'zphJs':_0xf93345(0x187),'BdLvJ':function(_0x50cc4c,_0x234f27){return _0x50cc4c>=_0x234f27;}},_0x5c26eb=_0x16fc8a[_0xf93345(0x149)](_0x2fded2[_0xf93345(0x15c)]),_0x4f6049=_0x2fded2[_0xf93345(0x14c)](parseFloat,_0x16fc8a[_0xf93345(0x149)](_0x2fded2[_0xf93345(0x195)]))||_0x2fded2[_0xf93345(0xce)](parseFloat,_0x16fc8a[_0xf93345(0x149)](_0x2fded2['mzfDp'])),_0x13ba76=_0x16fc8a[_0xf93345(0x149)](_0x2fded2['vxnFG'])||{},_0x35cd45=_0x2fded2[_0xf93345(0x18b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3a71fd=_0x13ba76[_0x2fded2['DNRTj']]||_0x16fc8a[_0xf93345(0x149)](_0x2fded2[_0xf93345(0xd1)])||![];if(_0x3a71fd)return logger['warn'](_0x2fded2[_0xf93345(0x127)]),![];let _0x144e07;try{_0x144e07=bsSetupHelper['requireModule'](_0x2fded2[_0xf93345(0x11f)],_0x2fded2[_0xf93345(0x102)]);}catch(_0xa2e127){return![];}const _0x2fdc1f=new _0x144e07[(_0xf93345(0xf2))](_0x2ef341[_0xf93345(0x111)]),_0x40ae9d=bsSetupHelper[_0xf93345(0x18e)](_0x2fdc1f,[_0x2fded2[_0xf93345(0x104)],_0x2fded2[_0xf93345(0x130)]])||bsSetupHelper[_0xf93345(0x18e)](_0x2ef341[_0xf93345(0x198)],[_0x2fded2[_0xf93345(0x124)],_0x2fded2['zLJbL'],_0x2fded2[_0xf93345(0x130)]])||bsSetupHelper[_0xf93345(0x18e)](_0x2ef341[_0xf93345(0x198)],[_0x2fded2[_0xf93345(0xf0)],_0x2fded2[_0xf93345(0x130)]])||[];if(_0x40ae9d[_0xf93345(0x144)](_0x2fded2[_0xf93345(0x15d)]))return logger['warn'](_0x2fded2[_0xf93345(0x11d)]),![];const _0x25dc39=_0x2ef341['capabilities_']||{},_0x45ca38=bsSetupHelper[_0xf93345(0x18e)](_0x25dc39,[_0x2fded2[_0xf93345(0x15b)]])||{},_0x515015=bsSetupHelper[_0xf93345(0x18e)](_0x45ca38,[_0x2fded2[_0xf93345(0x130)]])||[];if(_0x515015[_0xf93345(0x144)](_0x2fded2[_0xf93345(0x15d)]))return logger[_0xf93345(0x146)](_0x2fded2[_0xf93345(0x11d)]),![];if(_0x2fded2[_0xf93345(0x14a)](_0x5c26eb[_0xf93345(0x18f)](),_0x2fded2[_0xf93345(0x16c)])&&_0x2fded2[_0xf93345(0xf8)](_0x4f6049,_0x35cd45))return!![];return logger[_0xf93345(0x146)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports['setNonBstackInfraCapabilities']=_0x636737=>{const _0xd657e3=a94_0x90079a,_0x4f9f4b={};_0x4f9f4b['KbiXw']=_0xd657e3(0x161),_0x4f9f4b[_0xd657e3(0x101)]=function(_0x1bd69d,_0x2e00f7){return _0x1bd69d||_0x2e00f7;},_0x4f9f4b[_0xd657e3(0x17d)]='Not\x20a\x20Accessibility\x20Session';const _0x4b5c2b=_0x4f9f4b,_0x2ab44a=scripts[_0xd657e3(0xde)];try{const _0x16d6ff=bsSetupHelper[_0xd657e3(0x173)](process[_0xd657e3(0x13c)][_0xd657e3(0x116)])||bsSetupHelper['isTrue'](process[_0xd657e3(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0xd657e3(0x17f)]()||process[_0xd657e3(0x13c)][_0xd657e3(0x151)])&&_0x16d6ff){const _0x25cc4b=_0x636737[_0xd657e3(0x11b)](),_0x54b3bf=_0x25cc4b[_0xd657e3(0x149)](_0x4b5c2b[_0xd657e3(0x17b)]),_0x14ddc6=_0x4b5c2b['eOmMU'](_0x54b3bf,{});bsSetupHelper[_0xd657e3(0xe8)](_0x14ddc6,_0x2ab44a),_0x636737[_0xd657e3(0x11b)]()[_0xd657e3(0x113)](_0x4b5c2b[_0xd657e3(0x17b)],_0x14ddc6);}else logger[_0xd657e3(0x146)](_0x4b5c2b[_0xd657e3(0x17d)]);}catch(_0x229d61){logger[_0xd657e3(0x110)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x229d61);}},exports[a94_0x90079a(0x13b)]=(_0x2163a5=null,_0x16844e=!![],_0x18b0ae=[])=>{const _0x2af0b9=a94_0x90079a,_0x296976={};_0x296976['bCKVi']=function(_0x323224,_0x1b1dea){return _0x323224==_0x1b1dea;},_0x296976['cYMFo']=function(_0x436e9c,_0x1e47d1){return _0x436e9c>_0x1e47d1;},_0x296976[_0x2af0b9(0x166)]=function(_0x191d0a,_0x3e9c06){return _0x191d0a===_0x3e9c06;},_0x296976['TWEpr']=function(_0x13e3ff,_0x44fdea){return _0x13e3ff&&_0x44fdea;};const _0x3d2971=_0x296976;if(_0x3d2971[_0x2af0b9(0x162)](process['env'][_0x2af0b9(0x186)],null))return!![];try{const _0x29161b=JSON[_0x2af0b9(0xcb)](process[_0x2af0b9(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x5b2657=Array[_0x2af0b9(0x13a)](_0x29161b[_0x2af0b9(0xf9)])?_0x29161b[_0x2af0b9(0xf9)]:[],_0x40760f=Array[_0x2af0b9(0x13a)](_0x29161b[_0x2af0b9(0x170)])?_0x29161b['excludeTagsInTestingScope']:[];if(bsSetupHelper[_0x2af0b9(0x191)](_0x2163a5)){if(_0x3d2971['cYMFo'](_0x18b0ae[_0x2af0b9(0x177)],0x0)){const _0x1f5d93=_0x40760f['some'](_0x32c3cd=>_0x18b0ae[_0x2af0b9(0x144)](_0x32c3cd)),_0x25e233=_0x3d2971['tzokg'](_0x5b2657[_0x2af0b9(0x177)],0x0)||_0x5b2657[_0x2af0b9(0x19d)](_0x2e6159=>_0x18b0ae[_0x2af0b9(0x144)](_0x2e6159));return _0x3d2971['TWEpr'](!_0x1f5d93,_0x25e233);}return!![];}let _0x17d32c;_0x16844e?_0x17d32c=_0x2163a5[_0x2af0b9(0x176)]('/'):_0x17d32c=_0x2163a5;const _0x1d82ba=_0x40760f[_0x2af0b9(0x19d)](_0x3f678c=>_0x17d32c[_0x2af0b9(0x144)](_0x3f678c)),_0x3d364a=_0x3d2971[_0x2af0b9(0x166)](_0x5b2657[_0x2af0b9(0x177)],0x0)||_0x5b2657[_0x2af0b9(0x19d)](_0x406ad3=>_0x17d32c[_0x2af0b9(0x144)](_0x406ad3));return _0x3d2971[_0x2af0b9(0xeb)](!_0x1d82ba,_0x3d364a);}catch(_0x720f08){logger[_0x2af0b9(0xcd)](_0x2af0b9(0x15e)+util[_0x2af0b9(0xda)](_0x720f08));}return![];},exports[a94_0x90079a(0x14b)]=_0x66258d=>{const _0x22b964=a94_0x90079a;let _0xfd8980=![];try{_0x66258d[_0x22b964(0x19a)]['forEach'](_0x1938c7=>{const _0x1284e6=_0x22b964;if(bsSetupHelper[_0x1284e6(0x173)](_0x1938c7[_0x1284e6(0x114)]))return _0xfd8980=!![],!![];});}catch(_0x1a978b){logger['debug'](_0x22b964(0x184)+_0x1a978b);}return _0xfd8980||bsSetupHelper[_0x22b964(0x173)](_0x66258d[_0x22b964(0x114)]);},exports[a94_0x90079a(0x128)]=PerformanceTester[a94_0x90079a(0xfa)](a94_0x90079a(0x108),async function(_0x5bbde5,_0x598da3){const _0x2c007c=a94_0x90079a,_0x3b9fd5={};_0x3b9fd5[_0x2c007c(0xd3)]=_0x2c007c(0x18a),_0x3b9fd5['sIJGw']=_0x2c007c(0xdd),_0x3b9fd5[_0x2c007c(0x115)]=_0x2c007c(0x145),_0x3b9fd5['ZseRP']='application/json',_0x3b9fd5['pRuqS']='POST',_0x3b9fd5[_0x2c007c(0x152)]=_0x2c007c(0x14f),_0x3b9fd5['Ntovf']=function(_0x5829fc,_0x4e9ed){return _0x5829fc===_0x4e9ed;},_0x3b9fd5['LCKoh']=_0x2c007c(0x18d),_0x3b9fd5[_0x2c007c(0x119)]=_0x2c007c(0xe4);const _0x32ebb2=_0x3b9fd5,_0x3c01e7=bsSetupHelper[_0x2c007c(0xe7)](_0x5bbde5),_0xc8b466=bsSetupHelper[_0x2c007c(0x137)](_0x5bbde5);if(bsSetupHelper[_0x2c007c(0x191)](_0x3c01e7)||bsSetupHelper[_0x2c007c(0x191)](_0xc8b466))return logger['error'](_0x32ebb2['tDobe']),[null,null];try{let _0x540d13;bsSetupHelper['isUndefined'](process[_0x2c007c(0x13c)][_0x2c007c(0x186)])?_0x540d13={}:_0x540d13=JSON['parse'](process['env'][_0x2c007c(0x186)]);const {name:_0x5388a4,version:_0xb8c256}=bsSetupHelper[_0x2c007c(0x121)](_0x5bbde5,_0x598da3),_0x342687={'projectName':_0x5bbde5['projectName'],'buildName':_0x5bbde5['buildName']||path[_0x2c007c(0xf7)](path[_0x2c007c(0xd9)](process['cwd']())),'startTime':new Date()[_0x2c007c(0x14d)](),'description':_0x5bbde5[_0x2c007c(0x14e)]||'','source':{'frameworkName':_0x598da3[_0x2c007c(0x144)](_0x32ebb2[_0x2c007c(0x1a0)])?_0x32ebb2[_0x2c007c(0x1a0)]:_0x598da3,'frameworkVersion':bsSetupHelper[_0x2c007c(0xff)](_0x598da3),'sdkVersion':bsSetupHelper[_0x2c007c(0xf3)](),'language':_0x32ebb2[_0x2c007c(0x115)],'testFramework':_0x5388a4,'testFrameworkVersion':_0xb8c256},'settings':_0x540d13,'versionControl':await bsSetupHelper[_0x2c007c(0x140)](),'ciInfo':bsSetupHelper[_0x2c007c(0x175)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x2c007c(0x17f)]()},_0x266a65={};_0x266a65[_0x2c007c(0x16d)]=_0x3c01e7,_0x266a65[_0x2c007c(0x19b)]=_0xc8b466;const _0x1f9048={};_0x1f9048['Content-Type']=_0x32ebb2[_0x2c007c(0x19c)];const _0x949840={};_0x949840[_0x2c007c(0x171)]=_0x266a65,_0x949840[_0x2c007c(0x129)]=_0x1f9048;const _0xad8087=_0x949840,_0x348e40={};_0x348e40[_0x2c007c(0x167)]=_0x342687,_0x348e40[_0x2c007c(0x197)]=!![];const _0x295401=Object[_0x2c007c(0xc9)](_0xad8087,_0x348e40),_0x49ee75=await bsSetupHelper['nodeRequest'](_0x32ebb2[_0x2c007c(0x174)],_0x32ebb2[_0x2c007c(0x152)],_0x295401,_0x5bbde5,API_URL);let _0x42f659=process['env'][_0x2c007c(0x186)];return _0x42f659?_0x42f659=JSON[_0x2c007c(0xcb)](process[_0x2c007c(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x42f659={},scripts[_0x2c007c(0x148)](_0x49ee75['data'][_0x2c007c(0xdb)]),scripts[_0x2c007c(0x106)](),_0x42f659[_0x2c007c(0x19f)]=_0x49ee75['data'][_0x2c007c(0xdb)][_0x2c007c(0x19f)],process[_0x2c007c(0x13c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2c007c(0x179)](_0x42f659),[_0x49ee75[_0x2c007c(0xdb)][_0x2c007c(0xdb)][_0x2c007c(0x123)],_0x49ee75[_0x2c007c(0xdb)][_0x2c007c(0xdb)]['id']];}catch(_0x156bc4){if(_0x156bc4['response'])logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x156bc4[_0x2c007c(0xed)][_0x2c007c(0xf1)]+'\x20'+_0x156bc4[_0x2c007c(0xed)]['statusText']+'\x20'+JSON[_0x2c007c(0x179)](_0x156bc4[_0x2c007c(0xed)][_0x2c007c(0xdb)]));else{if(_0x32ebb2[_0x2c007c(0x12a)](_0x156bc4['message'],_0x32ebb2[_0x2c007c(0x117)])){logger[_0x2c007c(0x110)](_0x2c007c(0x169)+(_0x156bc4[_0x2c007c(0x134)]||_0x156bc4[_0x2c007c(0xea)]));for(const _0x1b80ed of _0x156bc4[_0x2c007c(0xca)]){logger['error'](_0x1b80ed['message']);}process[_0x2c007c(0x13c)][_0x2c007c(0x116)]=_0x32ebb2[_0x2c007c(0x119)],process[_0x2c007c(0x13c)][_0x2c007c(0x12d)]=_0x32ebb2[_0x2c007c(0x119)];}else logger[_0x2c007c(0x110)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x156bc4[_0x2c007c(0x134)]||_0x156bc4['stack']));}return[null,null];}}),exports[a94_0x90079a(0x19e)]=PerformanceTester['measureWrapper'](a94_0x90079a(0xf4),async function(_0x10f1d2){const _0x143141=a94_0x90079a,_0x2a670c={};_0x2a670c['rBQMh']=function(_0x37c99c,_0xc76e63){return _0x37c99c!==_0xc76e63;},_0x2a670c[_0x143141(0x158)]=_0x143141(0x13e),_0x2a670c[_0x143141(0x105)]=_0x143141(0x110),_0x2a670c['sKxqg']='Build\x20creation\x20had\x20failed.',_0x2a670c['IIUsa']=_0x143141(0x156),_0x2a670c[_0x143141(0x182)]=_0x143141(0x12c),_0x2a670c[_0x143141(0x154)]=_0x143141(0xef),_0x2a670c[_0x143141(0x143)]=function(_0x152b06,_0x470623){return _0x152b06+_0x470623;},_0x2a670c['QDvMu']='Invalid\x20request:\x20',_0x2a670c['FTHBz']=_0x143141(0x164);const _0x27561d=_0x2a670c;if(bsSetupHelper['isUndefined'](process[_0x143141(0x13c)][_0x143141(0x139)])||_0x27561d[_0x143141(0x168)](typeof process[_0x143141(0x13c)][_0x143141(0x139)],_0x27561d['tZWKy'])){const _0x48e7b7={};return _0x48e7b7['status']=_0x27561d[_0x143141(0x105)],_0x48e7b7[_0x143141(0x134)]=_0x27561d[_0x143141(0x126)],_0x48e7b7;}const _0x321dba={'endTime':new Date()[_0x143141(0x14d)]()},_0x1c2524={};_0x1c2524[_0x143141(0xd4)]=_0x143141(0x133)+process[_0x143141(0x13c)][_0x143141(0x139)],_0x1c2524[_0x143141(0x13d)]=_0x27561d[_0x143141(0x118)];const _0x1bf42d={};_0x1bf42d[_0x143141(0x129)]=_0x1c2524;const _0x488bcc=_0x1bf42d,_0x29cc30={};_0x29cc30[_0x143141(0x167)]=_0x321dba,_0x29cc30[_0x143141(0x171)]=null,_0x29cc30[_0x143141(0x197)]=!![];const _0x5be422=Object[_0x143141(0xc9)](_0x488bcc,_0x29cc30);try{const _0x11306f=await bsSetupHelper[_0x143141(0x11e)](_0x27561d[_0x143141(0x182)],_0x27561d[_0x143141(0x154)],_0x5be422,_0x10f1d2,API_URL);if(_0x11306f[_0x143141(0xdb)][_0x143141(0x110)])throw new Error(_0x27561d['QJPrJ'](_0x27561d[_0x143141(0x163)],_0x11306f[_0x143141(0xdb)][_0x143141(0x110)]));else{logger[_0x143141(0x193)](_0x143141(0x109)+new Date()[_0x143141(0x14d)]());const _0xe3c3c5={};return _0xe3c3c5[_0x143141(0xf1)]=_0x27561d[_0x143141(0x11c)],_0xe3c3c5[_0x143141(0x134)]='',_0xe3c3c5;}}catch(_0x40254e){_0x40254e[_0x143141(0xed)]?logger[_0x143141(0x110)](_0x143141(0xfd)+_0x40254e[_0x143141(0xed)][_0x143141(0xf1)]+'\x20'+_0x40254e[_0x143141(0xed)]['statusText']+'\x20'+JSON[_0x143141(0x179)](_0x40254e['response']['data'])):logger[_0x143141(0x110)](_0x143141(0xfd)+(_0x40254e['message']||util[_0x143141(0xda)](_0x40254e)));const _0x5f372e={};return _0x5f372e[_0x143141(0xf1)]=_0x27561d[_0x143141(0x105)],_0x5f372e[_0x143141(0x134)]=_0x40254e[_0x143141(0x134)]||(_0x40254e[_0x143141(0xed)]?_0x40254e[_0x143141(0xed)][_0x143141(0xf1)]+':'+_0x40254e[_0x143141(0xed)]['statusText']:_0x40254e),_0x5f372e;}}),exports[a94_0x90079a(0x16b)]=async(_0x211be2,_0x180842=null)=>{const _0x16a63e=a94_0x90079a,_0x4358d2={};_0x4358d2['uaAmQ']='isAccessibilityPlatform',_0x4358d2[_0x16a63e(0xd6)]=_0x16a63e(0x12f),_0x4358d2[_0x16a63e(0x136)]=_0x16a63e(0x165);const _0x17f7b8=_0x4358d2;if(!this['isAccessibilityAutomationSession']()||!globals[_0x16a63e(0x12e)](_0x17f7b8[_0x16a63e(0x16e)])||!globals[_0x16a63e(0x12e)](_0x17f7b8[_0x16a63e(0xd6)])){logger[_0x16a63e(0x146)](_0x17f7b8[_0x16a63e(0x136)]);return;}return await PerformanceTester[_0x16a63e(0xfa)](PerformanceA11yEvents[_0x16a63e(0x122)],async()=>{const _0x5e5ee4=_0x16a63e,_0x9c999={};_0x9c999[_0x5e5ee4(0x120)]=_0x180842||global[_0x5e5ee4(0x103)];const _0x4cb444=util[_0x5e5ee4(0xda)](await _0x211be2[_0x5e5ee4(0xcf)](scripts[_0x5e5ee4(0x16b)],_0x9c999));return logger[_0x5e5ee4(0xcd)]('Performed\x20scan\x20with\x20result:\x20'+_0x4cb444),_0x4cb444;},{'command':_0x180842})();},exports[a94_0x90079a(0x18c)]=async(_0x50f94c,_0x5bc2a6)=>{const _0x1f0cb0=a94_0x90079a,_0xcb598a={};_0xcb598a[_0x1f0cb0(0x100)]=_0x1f0cb0(0x17c),_0xcb598a[_0x1f0cb0(0x17e)]='isAccessibilityPlatform',_0xcb598a[_0x1f0cb0(0xd0)]=_0x1f0cb0(0x12f),_0xcb598a['kXASa']=_0x1f0cb0(0x183),_0xcb598a[_0x1f0cb0(0x178)]='getAccessibilityResults',_0xcb598a[_0x1f0cb0(0xe1)]=_0x1f0cb0(0x142);const _0x2eaead=_0xcb598a;if(!this[_0x1f0cb0(0x10f)]()||!globals[_0x1f0cb0(0x12e)](_0x2eaead[_0x1f0cb0(0x17e)])||!globals[_0x1f0cb0(0x12e)](_0x2eaead[_0x1f0cb0(0xd0)]))return logger['warn'](_0x2eaead[_0x1f0cb0(0xd7)]),[];try{return await PerformanceTester[_0x1f0cb0(0xfa)](PerformanceA11yEvents[_0x1f0cb0(0x122)],async()=>{const _0x28070d=_0x1f0cb0;logger[_0x28070d(0xcd)](_0x2eaead[_0x28070d(0x100)]);const _0x48c5e8={};_0x48c5e8[_0x28070d(0x120)]=_0x5bc2a6['browserstackSessionName'],logger['debug'](util[_0x28070d(0xda)](await _0x50f94c['executeAsyncScript'](scripts['performScan'],_0x48c5e8)));},{'command':_0x2eaead['PzyeU']})(),await PerformanceTester[_0x1f0cb0(0xfa)](PerformanceA11yEvents[_0x1f0cb0(0x107)],async()=>{const _0x20d03f=_0x1f0cb0,_0x3ec42d=await _0x50f94c['executeAsyncScript'](scripts[_0x20d03f(0x112)]);return _0x3ec42d;})();}catch{return logger[_0x1f0cb0(0x110)](_0x2eaead[_0x1f0cb0(0xe1)]),[];}},exports[a94_0x90079a(0x13f)]=async(_0x26afcd,_0x218dd2)=>{const _0x18566d=a94_0x90079a,_0x572c3a={};_0x572c3a[_0x18566d(0xd8)]=_0x18566d(0x192),_0x572c3a[_0x18566d(0xdf)]=_0x18566d(0x141),_0x572c3a[_0x18566d(0xfe)]='bstackA11yShouldScan',_0x572c3a['DTKcY']=_0x18566d(0xdc),_0x572c3a['Ukjvs']=_0x18566d(0x13f),_0x572c3a[_0x18566d(0xee)]=_0x18566d(0x10a);const _0x51c91d=_0x572c3a;if(!this[_0x18566d(0x10f)]()||!globals[_0x18566d(0x12e)](_0x51c91d['YmjPM'])||!globals[_0x18566d(0x12e)](_0x51c91d['KhNpT']))return logger[_0x18566d(0x146)](_0x51c91d['DTKcY']),{};try{return await PerformanceTester[_0x18566d(0xfa)](PerformanceA11yEvents[_0x18566d(0x122)],async()=>{const _0x3a9246=_0x18566d;logger[_0x3a9246(0xcd)](_0x51c91d[_0x3a9246(0xd8)]);const _0x5ded5b={};_0x5ded5b[_0x3a9246(0x120)]=_0x218dd2[_0x3a9246(0x103)],logger[_0x3a9246(0xcd)](util[_0x3a9246(0xda)](await _0x26afcd[_0x3a9246(0xcf)](scripts[_0x3a9246(0x16b)],_0x5ded5b)));},{'command':_0x51c91d[_0x18566d(0x181)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x18566d(0x150)],async()=>{const _0x3bac1d=_0x18566d,_0x2d1073=await _0x26afcd[_0x3bac1d(0xcf)](scripts[_0x3bac1d(0xe0)]);return _0x2d1073;})();}catch{return logger[_0x18566d(0x110)](_0x51c91d[_0x18566d(0xee)]),{};}},exports['isBrowserStackCommandExecutor']=_0x36dcb5=>{const _0x43b9a9=a94_0x90079a,_0x40a48e={};_0x40a48e['SQMpc']=function(_0x1c4824,_0x59933b){return _0x1c4824===_0x59933b;},_0x40a48e[_0x43b9a9(0x196)]='string',_0x40a48e[_0x43b9a9(0x138)]=_0x43b9a9(0xd5);const _0x1b7d28=_0x40a48e;if(_0x36dcb5&&_0x36dcb5['script']&&_0x1b7d28[_0x43b9a9(0x125)](typeof _0x36dcb5['script'],_0x1b7d28['idQvJ']))return _0x36dcb5[_0x43b9a9(0x10c)][_0x43b9a9(0x144)](_0x1b7d28[_0x43b9a9(0x138)]);return![];};
@@ -1 +1 @@
1
- const a95_0x1ae70b=a95_0x1329;(function(_0x475c5d,_0xed9253){const _0x23bb60=a95_0x1329,_0x2edb3b=_0x475c5d();while(!![]){try{const _0x3d2388=parseInt(_0x23bb60(0xae))/0x1*(-parseInt(_0x23bb60(0x9c))/0x2)+-parseInt(_0x23bb60(0x98))/0x3*(-parseInt(_0x23bb60(0xbb))/0x4)+parseInt(_0x23bb60(0x9f))/0x5+parseInt(_0x23bb60(0xba))/0x6+-parseInt(_0x23bb60(0x89))/0x7*(parseInt(_0x23bb60(0x8e))/0x8)+parseInt(_0x23bb60(0xb5))/0x9*(-parseInt(_0x23bb60(0x80))/0xa)+parseInt(_0x23bb60(0x8a))/0xb;if(_0x3d2388===_0xed9253)break;else _0x2edb3b['push'](_0x2edb3b['shift']());}catch(_0x1a5bd7){_0x2edb3b['push'](_0x2edb3b['shift']());}}}(a95_0x3411,0x55d02));const path=require('path'),fs=require('fs'),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a95_0x1ae70b(0x81));function a95_0x3411(){const _0x1a9b72=['scripts','getName','debug','qtZgA','getResultsSummary','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','getLibrary','mkdirSync','2|5|1|0|3|6|4','split','kCAhf','xcmRV','commandsToWrap','commandsPath','121YVoUyV','findIndex','YiFva','saveTestResults','exports','shouldWrapCommand','getResults','31599qdPMIk','toJson','browserstackFolderPath','parseFromJson','cxlri','3204204fWRbKb','622612kpurgY','name','homedir','CGqvh','saveResults','join','1490IEtDtU','../helper','scan','getCommand','KwbzZ','existsSync','.browserstack','ClGnZ','UblmK','28ndhCwl','9378380WJPHvA','commands','writeFileSync','cgziy','1087816ucAgbv','nonBStackInfraA11yChromeOptions','wHQtC','stringify','parseFromProto','performScan','toLowerCase','Zdpdn','map','getMethod','3PSFmtD','length','ChromeExtension','commands.json','7404jJsshM','jSgNj','fromJson','1621060AYPYDc'];a95_0x3411=function(){return _0x1a9b72;};return a95_0x3411();}class Scripts{constructor(){const _0x2fc96e=a95_0x1ae70b,_0x3e526b={};_0x3e526b[_0x2fc96e(0x88)]=_0x2fc96e(0xa8),_0x3e526b['cgziy']=_0x2fc96e(0x86),_0x3e526b[_0x2fc96e(0xaa)]=_0x2fc96e(0x9b);const _0x1416d9=_0x3e526b,_0x27b5cd=_0x1416d9[_0x2fc96e(0x88)][_0x2fc96e(0xa9)]('|');let _0x26615c=0x0;while(!![]){switch(_0x27b5cd[_0x26615c++]){case'0':this[_0x2fc96e(0xb1)]=null;continue;case'1':this[_0x2fc96e(0xa4)]=null;continue;case'2':this[_0x2fc96e(0x93)]=null;continue;case'3':this[_0x2fc96e(0xb7)]=path[_0x2fc96e(0x7f)](helper[_0x2fc96e(0x7c)](),_0x1416d9[_0x2fc96e(0x8d)]);continue;case'4':this['fromJson']();continue;case'5':this[_0x2fc96e(0xb4)]=null;continue;case'6':this['commandsPath']=path[_0x2fc96e(0x7f)](this[_0x2fc96e(0xb7)],_0x1416d9[_0x2fc96e(0xaa)]);continue;}break;}}[a95_0x1ae70b(0xb8)](_0x5e8733){const _0x58ebe0=a95_0x1ae70b;_0x5e8733['scripts']&&(this[_0x58ebe0(0x93)]=_0x5e8733[_0x58ebe0(0xa0)]['scan'],this[_0x58ebe0(0xb4)]=_0x5e8733[_0x58ebe0(0xa0)][_0x58ebe0(0xb4)],this[_0x58ebe0(0xa4)]=_0x5e8733[_0x58ebe0(0xa0)][_0x58ebe0(0xa4)],this['saveTestResults']=_0x5e8733[_0x58ebe0(0xa0)][_0x58ebe0(0x7e)]),this[_0x58ebe0(0xac)]=_0x5e8733[_0x58ebe0(0x8b)],this[_0x58ebe0(0x9a)]=_0x5e8733[_0x58ebe0(0x8f)];}[a95_0x1ae70b(0x92)](_0x3c2928,_0x352057){const _0x1cb64a=a95_0x1ae70b,_0x1a1a0e={};_0x1a1a0e[_0x1cb64a(0xab)]=function(_0x250117,_0x4372dd){return _0x250117>_0x4372dd;},_0x1a1a0e['ClGnZ']=function(_0x2a0325,_0x486275){return _0x2a0325===_0x486275;},_0x1a1a0e['cxlri']=_0x1cb64a(0x82),_0x1a1a0e[_0x1cb64a(0x7d)]=function(_0x30f692,_0x425731){return _0x30f692===_0x425731;},_0x1a1a0e['jSgNj']=_0x1cb64a(0xb4),_0x1a1a0e[_0x1cb64a(0x84)]=function(_0x4aaaee,_0x5dbd26){return _0x4aaaee===_0x5dbd26;},_0x1a1a0e[_0x1cb64a(0x95)]=_0x1cb64a(0xa4),_0x1a1a0e[_0x1cb64a(0x90)]=function(_0x9a0083,_0x13cee3){return _0x9a0083===_0x13cee3;},_0x1a1a0e[_0x1cb64a(0xa3)]=_0x1cb64a(0x7e);const _0x3450e=_0x1a1a0e;if(_0x3c2928&&_0x3450e[_0x1cb64a(0xab)](_0x3c2928[_0x1cb64a(0x99)],0x0))for(const _0x483cf4 of _0x3c2928){if(_0x3450e[_0x1cb64a(0x87)](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0xb9)]))this[_0x1cb64a(0x93)]=_0x483cf4['getCommand']();else{if(_0x3450e[_0x1cb64a(0x7d)](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0x9d)]))this[_0x1cb64a(0xb4)]=_0x483cf4['getCommand']();else{if(_0x3450e['KwbzZ'](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0x95)]))this[_0x1cb64a(0xa4)]=_0x483cf4[_0x1cb64a(0x83)]();else _0x3450e['wHQtC'](_0x483cf4[_0x1cb64a(0xa1)](),_0x3450e[_0x1cb64a(0xa3)])&&(this['saveTestResults']=_0x483cf4[_0x1cb64a(0x83)]());}}}_0x352057&&_0x3450e[_0x1cb64a(0xab)](_0x352057[_0x1cb64a(0x99)],0x0)&&(this['commandsToWrap']=_0x352057[_0x1cb64a(0x96)](_0x363ade=>{const _0x2e82d6=_0x1cb64a;return{'name':_0x363ade[_0x2e82d6(0xa1)](),'method':_0x363ade[_0x2e82d6(0x97)](),'library':_0x363ade[_0x2e82d6(0xa6)](),'module':_0x363ade['getModule'](),'class':_0x363ade['getClass']()};}));}[a95_0x1ae70b(0xb3)](_0x42740a){const _0x575eeb=a95_0x1ae70b,_0x150a9a={};_0x150a9a[_0x575eeb(0xb0)]=function(_0x320272,_0xb9c380){return _0x320272!==_0xb9c380;};const _0x5704ff=_0x150a9a;try{return _0x5704ff['YiFva'](this['commandsToWrap'][_0x575eeb(0xaf)](_0x4a90cb=>_0x4a90cb[_0x575eeb(0x7b)][_0x575eeb(0x94)]()===_0x42740a[_0x575eeb(0x94)]()),-0x1);}catch(_0xb8fdfa){logger[_0x575eeb(0xa2)](_0x575eeb(0xa5)+_0xb8fdfa);}return![];}[a95_0x1ae70b(0xb6)](){const _0xb9adaa=a95_0x1ae70b;!fs['existsSync'](this[_0xb9adaa(0xb7)])&&fs[_0xb9adaa(0xa7)](this[_0xb9adaa(0xb7)]),fs[_0xb9adaa(0x8c)](this[_0xb9adaa(0xad)],JSON[_0xb9adaa(0x91)]({'scripts':{'scan':this[_0xb9adaa(0x93)],'getResults':this[_0xb9adaa(0xb4)],'getResultsSummary':this[_0xb9adaa(0xa4)],'saveResults':this[_0xb9adaa(0xb1)]},'commands':this[_0xb9adaa(0xac)],'nonBStackInfraA11yChromeOptions':this[_0xb9adaa(0x9a)]}));}[a95_0x1ae70b(0x9e)](){const _0x5daf0b=a95_0x1ae70b,_0x23607d={'rLZxd':function(_0x28bb35,_0x1af53f){return _0x28bb35(_0x1af53f);}};fs[_0x5daf0b(0x85)](this[_0x5daf0b(0xad)])&&this[_0x5daf0b(0xb8)](_0x23607d['rLZxd'](require,this['commandsPath']));}}function a95_0x1329(_0x884a16,_0x52b3a6){const _0x3411a0=a95_0x3411();return a95_0x1329=function(_0x132933,_0x30e107){_0x132933=_0x132933-0x7b;let _0x5d3f5e=_0x3411a0[_0x132933];return _0x5d3f5e;},a95_0x1329(_0x884a16,_0x52b3a6);}module[a95_0x1ae70b(0xb2)]=new Scripts();
1
+ const a95_0x24509e=a95_0xd571;(function(_0x4c2d3b,_0x1b0e78){const _0x1aa898=a95_0xd571,_0x3f8d57=_0x4c2d3b();while(!![]){try{const _0x558389=-parseInt(_0x1aa898(0x127))/0x1+parseInt(_0x1aa898(0x10b))/0x2*(-parseInt(_0x1aa898(0x118))/0x3)+parseInt(_0x1aa898(0x12a))/0x4*(-parseInt(_0x1aa898(0x129))/0x5)+-parseInt(_0x1aa898(0x136))/0x6*(parseInt(_0x1aa898(0x12d))/0x7)+-parseInt(_0x1aa898(0x142))/0x8*(-parseInt(_0x1aa898(0x113))/0x9)+parseInt(_0x1aa898(0x10a))/0xa+parseInt(_0x1aa898(0x131))/0xb*(parseInt(_0x1aa898(0x10d))/0xc);if(_0x558389===_0x1b0e78)break;else _0x3f8d57['push'](_0x3f8d57['shift']());}catch(_0x3bf973){_0x3f8d57['push'](_0x3f8d57['shift']());}}}(a95_0x4274,0xebdf0));function a95_0x4274(){const _0x57a7c3=['stringify','Ljxnb','getModule','1279400WEtiig','48340IktxiP','parseFromProto','12hptlWG','debug','commandsPath','getMethod','getCommand','homedir','423bvzbhO','getResults','getResultsSummary','aKORd','vNXTh','237NNWkcR','.browserstack','writeFileSync','DoFtm','existsSync','winstonLogger','commands','ciNPI','fromJson','parseFromJson','lveUV','exports','length','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','ZMtcz','1208525pgKirs','performScan','27910LuOKqK','248EibYfC','findIndex','getName','3099187HVomQv','scripts','../helper','wSCnG','47166317vAcLpp','ChromeExtension','name','tBJWn','browserstackFolderPath','12ViSjbp','../../helpers/logger','commands.json','shouldWrapCommand','QWIOO','saveTestResults','scan','PJWpD','toJson','DjoJW','map','MhiFe','153168DiXfES','CvuCo','commandsToWrap','getLibrary','toLowerCase'];a95_0x4274=function(){return _0x57a7c3;};return a95_0x4274();}const path=require('path'),fs=require('fs'),logger=require(a95_0x24509e(0x137))[a95_0x24509e(0x11d)],helper=require(a95_0x24509e(0x12f));function a95_0xd571(_0x416663,_0x20791b){const _0x427419=a95_0x4274();return a95_0xd571=function(_0xd57185,_0x250a4d){_0xd57185=_0xd57185-0x104;let _0x25789b=_0x427419[_0xd57185];return _0x25789b;},a95_0xd571(_0x416663,_0x20791b);}class Scripts{constructor(){const _0x1d9bbd=a95_0x24509e,_0xf1149f={};_0xf1149f[_0x1d9bbd(0x141)]='0|4|1|2|6|3|5',_0xf1149f[_0x1d9bbd(0x134)]=_0x1d9bbd(0x138),_0xf1149f['vNXTh']=_0x1d9bbd(0x119);const _0x4909ee=_0xf1149f,_0x3bbd2c=_0x4909ee[_0x1d9bbd(0x141)]['split']('|');let _0x4995eb=0x0;while(!![]){switch(_0x3bbd2c[_0x4995eb++]){case'0':this[_0x1d9bbd(0x128)]=null;continue;case'1':this[_0x1d9bbd(0x115)]=null;continue;case'2':this['saveTestResults']=null;continue;case'3':this[_0x1d9bbd(0x10f)]=path['join'](this[_0x1d9bbd(0x135)],_0x4909ee['tBJWn']);continue;case'4':this[_0x1d9bbd(0x114)]=null;continue;case'5':this['fromJson']();continue;case'6':this[_0x1d9bbd(0x135)]=path['join'](helper[_0x1d9bbd(0x112)](),_0x4909ee[_0x1d9bbd(0x117)]);continue;}break;}}[a95_0x24509e(0x121)](_0x4899fb){const _0x4319d8=a95_0x24509e;_0x4899fb[_0x4319d8(0x12e)]&&(this[_0x4319d8(0x128)]=_0x4899fb[_0x4319d8(0x12e)]['scan'],this[_0x4319d8(0x114)]=_0x4899fb[_0x4319d8(0x12e)][_0x4319d8(0x114)],this[_0x4319d8(0x115)]=_0x4899fb[_0x4319d8(0x12e)][_0x4319d8(0x115)],this[_0x4319d8(0x13b)]=_0x4899fb[_0x4319d8(0x12e)]['saveResults']),this[_0x4319d8(0x104)]=_0x4899fb[_0x4319d8(0x11e)],this[_0x4319d8(0x132)]=_0x4899fb['nonBStackInfraA11yChromeOptions'];}[a95_0x24509e(0x10c)](_0x11d363,_0x1784ac){const _0x43ceec=a95_0x24509e,_0x590897={};_0x590897[_0x43ceec(0x126)]=function(_0x5cf158,_0x17f1b6){return _0x5cf158>_0x17f1b6;},_0x590897[_0x43ceec(0x11f)]=function(_0x3c91a2,_0x427306){return _0x3c91a2===_0x427306;},_0x590897[_0x43ceec(0x143)]=_0x43ceec(0x13c),_0x590897[_0x43ceec(0x108)]=function(_0x42b5c6,_0x5018f6){return _0x42b5c6===_0x5018f6;},_0x590897[_0x43ceec(0x13f)]=_0x43ceec(0x114),_0x590897[_0x43ceec(0x130)]=function(_0x5376e4,_0x3dca0b){return _0x5376e4===_0x3dca0b;},_0x590897['DoFtm']=_0x43ceec(0x115),_0x590897[_0x43ceec(0x116)]=function(_0x301619,_0x2d7b43){return _0x301619===_0x2d7b43;},_0x590897[_0x43ceec(0x13a)]='saveResults';const _0x2e7619=_0x590897;if(_0x11d363&&_0x2e7619['ZMtcz'](_0x11d363[_0x43ceec(0x124)],0x0))for(const _0x54c4f4 of _0x11d363){if(_0x2e7619[_0x43ceec(0x11f)](_0x54c4f4[_0x43ceec(0x12c)](),_0x2e7619[_0x43ceec(0x143)]))this[_0x43ceec(0x128)]=_0x54c4f4[_0x43ceec(0x111)]();else{if(_0x2e7619[_0x43ceec(0x108)](_0x54c4f4['getName'](),_0x2e7619['DjoJW']))this[_0x43ceec(0x114)]=_0x54c4f4[_0x43ceec(0x111)]();else{if(_0x2e7619[_0x43ceec(0x130)](_0x54c4f4[_0x43ceec(0x12c)](),_0x2e7619[_0x43ceec(0x11b)]))this[_0x43ceec(0x115)]=_0x54c4f4['getCommand']();else _0x2e7619[_0x43ceec(0x116)](_0x54c4f4[_0x43ceec(0x12c)](),_0x2e7619[_0x43ceec(0x13a)])&&(this[_0x43ceec(0x13b)]=_0x54c4f4[_0x43ceec(0x111)]());}}}_0x1784ac&&_0x2e7619['ZMtcz'](_0x1784ac[_0x43ceec(0x124)],0x0)&&(this[_0x43ceec(0x104)]=_0x1784ac[_0x43ceec(0x140)](_0x384d42=>{const _0x50b2eb=_0x43ceec;return{'name':_0x384d42[_0x50b2eb(0x12c)](),'method':_0x384d42[_0x50b2eb(0x110)](),'library':_0x384d42[_0x50b2eb(0x105)](),'module':_0x384d42[_0x50b2eb(0x109)](),'class':_0x384d42['getClass']()};}));}[a95_0x24509e(0x139)](_0x37ef81){const _0x54c2d5=a95_0x24509e,_0x2cffa8={};_0x2cffa8['PJWpD']=function(_0x2e2090,_0x349fd4){return _0x2e2090!==_0x349fd4;};const _0xdb3e71=_0x2cffa8;try{return _0xdb3e71[_0x54c2d5(0x13d)](this[_0x54c2d5(0x104)][_0x54c2d5(0x12b)](_0x33f4bd=>_0x33f4bd[_0x54c2d5(0x133)][_0x54c2d5(0x106)]()===_0x37ef81[_0x54c2d5(0x106)]()),-0x1);}catch(_0x521281){logger[_0x54c2d5(0x10e)](_0x54c2d5(0x125)+_0x521281);}return![];}[a95_0x24509e(0x13e)](){const _0x11e308=a95_0x24509e;!fs[_0x11e308(0x11c)](this[_0x11e308(0x135)])&&fs['mkdirSync'](this['browserstackFolderPath']),fs[_0x11e308(0x11a)](this[_0x11e308(0x10f)],JSON[_0x11e308(0x107)]({'scripts':{'scan':this[_0x11e308(0x128)],'getResults':this[_0x11e308(0x114)],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x11e308(0x13b)]},'commands':this[_0x11e308(0x104)],'nonBStackInfraA11yChromeOptions':this[_0x11e308(0x132)]}));}[a95_0x24509e(0x120)](){const _0x80832b=a95_0x24509e,_0x44554c={'lveUV':function(_0x23f0a7,_0x8fcf73){return _0x23f0a7(_0x8fcf73);}};fs[_0x80832b(0x11c)](this[_0x80832b(0x10f)])&&this[_0x80832b(0x121)](_0x44554c[_0x80832b(0x122)](require,this['commandsPath']));}}module[a95_0x24509e(0x123)]=new Scripts();
@@ -1 +1 @@
1
- function a96_0x1a10(_0x1fe811,_0x7865ad){const _0x511c31=a96_0x511c();return a96_0x1a10=function(_0x1a1023,_0x1b2f6d){_0x1a1023=_0x1a1023-0x9f;let _0x173145=_0x511c31[_0x1a1023];return _0x173145;},a96_0x1a10(_0x1fe811,_0x7865ad);}const a96_0x1a2ba9=a96_0x1a10;(function(_0x5a46f7,_0x43686d){const _0x3938e3=a96_0x1a10,_0x1b0a45=_0x5a46f7();while(!![]){try{const _0x2ea0c3=-parseInt(_0x3938e3(0xc1))/0x1+-parseInt(_0x3938e3(0xfd))/0x2*(-parseInt(_0x3938e3(0x112))/0x3)+-parseInt(_0x3938e3(0xbc))/0x4+parseInt(_0x3938e3(0xa0))/0x5+parseInt(_0x3938e3(0xf8))/0x6+parseInt(_0x3938e3(0xeb))/0x7+-parseInt(_0x3938e3(0xac))/0x8*(parseInt(_0x3938e3(0xf2))/0x9);if(_0x2ea0c3===_0x43686d)break;else _0x1b0a45['push'](_0x1b0a45['shift']());}catch(_0xde992c){_0x1b0a45['push'](_0x1b0a45['shift']());}}}(a96_0x511c,0x36bf8));const path=require(a96_0x1a2ba9(0xb2)),{commandRepository}=require('./autoHealHelper'),constants=require(a96_0x1a2ba9(0xa1)),logger=require(a96_0x1a2ba9(0x110))[a96_0x1a2ba9(0xd4)],globals=require('../globals'),timeoutPromise=require(a96_0x1a2ba9(0xd3)),isUndefinedOrNull=_0x37340c=>_0x37340c===undefined||_0x37340c===null||_0x37340c==='',isNotUndefinedOrNull=_0x2dfd8c=>!isUndefinedOrNull(_0x2dfd8c),isString=_0x33beb5=>isNotUndefinedOrNull(_0x33beb5)&&typeof _0x33beb5===a96_0x1a2ba9(0xe3);class AiSdkWrapper{constructor(){const _0x394e0b=a96_0x1a2ba9,_0x147954={'Evrqx':function(_0x261159,_0xaedcae){return _0x261159(_0xaedcae);},'odbgB':_0x394e0b(0xa7)};this[_0x394e0b(0x10c)]=undefined;try{this[_0x394e0b(0x10c)]=_0x147954['Evrqx'](require,path[_0x394e0b(0xfe)](__dirname,_0x147954['odbgB']));}catch(_0x3079ee){logger[_0x394e0b(0xe9)](_0x394e0b(0x113)+(_0x3079ee&&_0x3079ee['message']?_0x3079ee['message']:''));}}[a96_0x1a2ba9(0xe5)](_0x27f097){const _0x9a4ffd=a96_0x1a2ba9,_0x2adab9={};_0x2adab9[_0x9a4ffd(0x106)]=_0x9a4ffd(0xcf),_0x2adab9[_0x9a4ffd(0xbd)]=function(_0x33eab9,_0x5232f0){return _0x33eab9===_0x5232f0;},_0x2adab9['sPhgd']=_0x9a4ffd(0xe2),_0x2adab9[_0x9a4ffd(0xf3)]=_0x9a4ffd(0xec),_0x2adab9[_0x9a4ffd(0x10d)]=function(_0x2a0e9b,_0x1c16b2){return _0x2a0e9b===_0x1c16b2;},_0x2adab9[_0x9a4ffd(0x10b)]=_0x9a4ffd(0xfb),_0x2adab9[_0x9a4ffd(0xc3)]='edge',_0x2adab9[_0x9a4ffd(0x100)]='microsoftedge',_0x2adab9[_0x9a4ffd(0xa9)]=function(_0xddef1,_0x33fd92){return _0xddef1===_0x33fd92;};const _0x2452a2=_0x2adab9;try{const _0x104217=this['BrowserstackHealing'][_0x9a4ffd(0xfa)](Object['fromEntries'](_0x27f097[_0x9a4ffd(0xa8)]()['map_']));console[_0x9a4ffd(0xbb)](_0x2452a2[_0x9a4ffd(0x106)],_0x104217);if(_0x2452a2[_0x9a4ffd(0xbd)](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2['sPhgd']))_0x27f097['chromeOptions_']=_0x104217;else{if(_0x2452a2[_0x9a4ffd(0xbd)](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2['CKsyS']))_0x27f097[_0x9a4ffd(0xe0)]=_0x104217;else{if(_0x2452a2[_0x9a4ffd(0x10d)](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2[_0x9a4ffd(0x10b)]))_0x27f097['safariOptions_']=_0x104217;else{if(_0x2452a2['HLIEn'](_0x104217?.[_0x9a4ffd(0xdc)]?.[_0x9a4ffd(0x104)](),_0x2452a2[_0x9a4ffd(0xc3)])||_0x2452a2[_0x9a4ffd(0xbd)](_0x104217?.[_0x9a4ffd(0xdc)]?.['toLowerCase'](),_0x2452a2[_0x9a4ffd(0x100)]))_0x27f097[_0x9a4ffd(0xef)]=_0x104217;else _0x2452a2[_0x9a4ffd(0xa9)](_0x104217?.['browserName']?.[_0x9a4ffd(0x104)](),'ie')&&(_0x27f097[_0x9a4ffd(0xc0)]=_0x104217);}}}Object['keys'](_0x104217)[_0x9a4ffd(0xce)](_0x311282=>{const _0x7c058c=_0x9a4ffd,_0x11d535=_0x27f097[_0x7c058c(0xdd)]['get'](_0x311282);_0x27f097[_0x7c058c(0xdd)][_0x7c058c(0xa2)](_0x311282,_0x104217[_0x311282]);});}catch(_0x4622e8){logger[_0x9a4ffd(0xe9)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x4622e8&&_0x4622e8[_0x9a4ffd(0xde)]?_0x4622e8['message']:''));}}async['setTcgToken'](_0xd5f86){const _0x2de8f6=a96_0x1a2ba9,_0x420974={'HdJUd':function(_0x4d268d,_0x15c39b,_0x32243b,_0x30393d,_0x228106,_0x5bad33,_0x2bd37b){return _0x4d268d(_0x15c39b,_0x32243b,_0x30393d,_0x228106,_0x5bad33,_0x2bd37b);},'cUaHv':_0x2de8f6(0xa5),'eNmVU':_0x2de8f6(0xe4),'jeCth':'aiHeal_sessionToken'},_0x4b9a27=new Date(),_0x1dabfa=_0x420974['HdJUd'](timeoutPromise,constants[_0x2de8f6(0xd0)],_0x420974['cUaHv'],_0x420974[_0x2de8f6(0x103)],_0x4b9a27,this[_0x2de8f6(0xff)],this[_0x2de8f6(0xcb)]);await Promise[_0x2de8f6(0xaa)]([this[_0x2de8f6(0x10c)]['setToken'](_0xd5f86,globals[_0x2de8f6(0xb9)](_0x420974[_0x2de8f6(0x10f)]),constants['TCG_URL'])[_0x2de8f6(0x105)](()=>{const _0xabc9cf=_0x2de8f6;_0x1dabfa[_0xabc9cf(0xa4)]();}),_0x1dabfa]);}async['_handleEvent'](_0x55aee5,_0x4486ac,_0x4e9daf,_0x4b315e){const _0x3231b1=a96_0x1a2ba9,_0x16d696={'kmjrS':function(_0x371aaf,_0x54d25a){return _0x371aaf===_0x54d25a;},'mqsbM':function(_0x27f856,_0x21b604){return _0x27f856===_0x21b604;},'rlVVl':function(_0x1dd93a,_0x26ff61){return _0x1dd93a(_0x26ff61);},'dYGTd':function(_0x34bee9,_0x1e8361){return _0x34bee9(_0x1e8361);},'lpEhi':function(_0x5bade7,_0x341e57){return _0x5bade7(_0x341e57);},'RuzOz':function(_0x81dd79,_0x1757bc){return _0x81dd79(_0x1757bc);},'CjnMl':function(_0x4a7200,_0x51438c){return _0x4a7200(_0x51438c);},'cagug':function(_0xef4d95,_0x379c35){return _0xef4d95(_0x379c35);},'xaUhr':_0x3231b1(0x102),'OvhzQ':function(_0x1e6631,_0xabd0b8){return _0x1e6631(_0xabd0b8);},'OwCiu':function(_0x19ba2b,_0x429f36){return _0x19ba2b(_0x429f36);},'YNrHL':_0x3231b1(0x10a),'XNolL':_0x3231b1(0xbe),'DzMWJ':_0x3231b1(0xb7),'Vdhlg':function(_0x274b58,_0x39c19d,_0x3a30d2,_0x2f0de3,_0x408034,_0x32f336,_0x4a309d){return _0x274b58(_0x39c19d,_0x3a30d2,_0x2f0de3,_0x408034,_0x32f336,_0x4a309d);},'ZqLYq':_0x3231b1(0xa6),'etRAL':_0x3231b1(0xdf),'fxYzC':function(_0x141425,_0x2cbc80,_0x2d5f58,_0x4f8725,_0x25be0e,_0x3d0fa5,_0x109671){return _0x141425(_0x2cbc80,_0x2d5f58,_0x4f8725,_0x25be0e,_0x3d0fa5,_0x109671);},'vkPHX':_0x3231b1(0xd8),'vgPqz':_0x3231b1(0xe8)},_0x1fedcc=(await _0x4486ac[_0x3231b1(0xba)]())[_0x3231b1(0xe6)]();let _0x88d67c='';if(commandRepository[_0x3231b1(0xc5)]()&&_0x16d696[_0x3231b1(0xd1)](_0x4b315e,![])||_0x16d696[_0x3231b1(0xc9)](_0x4b315e,!![])){const _0x5ccfc8=_0x16d696['rlVVl'](isNotUndefinedOrNull,_0x4e9daf[_0x3231b1(0xbf)][_0x3231b1(0x10e)])&&_0x16d696[_0x3231b1(0xf0)](isString,_0x4e9daf['parameters_'][_0x3231b1(0x10e)])?_0x4e9daf[_0x3231b1(0xbf)][_0x3231b1(0x10e)][_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'',_0x341f3c=_0x16d696[_0x3231b1(0xf0)](isNotUndefinedOrNull,_0x4e9daf[_0x3231b1(0xbf)][_0x3231b1(0x10e)])&&_0x16d696['lpEhi'](isString,_0x4e9daf[_0x3231b1(0xbf)]['value'])?_0x4e9daf[_0x3231b1(0xbf)]['value'][_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'',_0x4fcc8c=_0x16d696[_0x3231b1(0xea)](isNotUndefinedOrNull,commandRepository[_0x3231b1(0xb6)]())&&_0x16d696[_0x3231b1(0xf6)](isString,commandRepository[_0x3231b1(0xb6)]())?commandRepository[_0x3231b1(0xb6)]()['replace'](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'';let _0x2ecf3f=_0x16d696[_0x3231b1(0xf0)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x16d696[_0x3231b1(0xc8)](isString,global['browserstackSessionName'])?global[_0x3231b1(0xb4)][_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'';!_0x2ecf3f&&(_0x2ecf3f=_0x16d696['cagug'](isNotUndefinedOrNull,commandRepository[_0x3231b1(0xb0)]())&&_0x16d696[_0x3231b1(0xc8)](isString,commandRepository[_0x3231b1(0xb0)]())?commandRepository['getTestName']()[_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'');let _0x5be217='{\x22region\x22:\x20\x22'+constants[_0x3231b1(0xf4)]+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants['TCG_REGION']+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x3231b1(0xf5)][_0x3231b1(0xd7)](_0x16d696[_0x3231b1(0xc6)])[0x1]+'\x22}}}';_0x5be217=_0x16d696[_0x3231b1(0x109)](isNotUndefinedOrNull,_0x5be217)&&_0x16d696[_0x3231b1(0xda)](isString,_0x5be217)?_0x5be217[_0x3231b1(0xab)](/'/g,'\x5c\x27')[_0x3231b1(0xab)](/"/g,'\x5c\x22'):'';const _0x530222=commandRepository[_0x3231b1(0xaf)](_0x1fedcc),_0x5ec7f2=globals[_0x3231b1(0xb9)](_0x16d696[_0x3231b1(0x107)]),_0x27f7fe=globals['getGlobal'](_0x16d696[_0x3231b1(0xed)]),_0x4c174d=globals[_0x3231b1(0xb9)](_0x16d696[_0x3231b1(0xb5)]),_0x4f9329=![],_0x503973=new Date();if(_0x4b315e){const _0x113e37=_0x16d696[_0x3231b1(0xd2)](timeoutPromise,constants[_0x3231b1(0xc7)],_0x16d696[_0x3231b1(0xe1)],_0x16d696[_0x3231b1(0xb3)],_0x503973,this[_0x3231b1(0xff)],this['framework']);_0x88d67c=await Promise[_0x3231b1(0xaa)]([this[_0x3231b1(0x10c)][_0x3231b1(0xc4)](_0x5ccfc8,_0x341f3c,_0x4fcc8c,_0x2ecf3f,_0x27f7fe,_0x1fedcc,_0x530222,_0x5be217)['then'](_0x970666=>{const _0x27ec17=_0x3231b1;return _0x113e37[_0x27ec17(0xa4)](),_0x970666;}),_0x113e37]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x3fa1c8=_0x16d696['fxYzC'](timeoutPromise,constants[_0x3231b1(0xad)],_0x16d696[_0x3231b1(0xb1)],_0x16d696[_0x3231b1(0xd5)],_0x503973,this['config'],this['framework']);_0x88d67c=await Promise[_0x3231b1(0xaa)]([this[_0x3231b1(0x10c)][_0x3231b1(0x9f)](_0x5ccfc8,_0x341f3c,_0x4fcc8c,_0x2ecf3f,_0x5ec7f2,_0x27f7fe,_0x1fedcc,_0x530222,_0x4f9329,_0x4c174d,_0x5be217)[_0x3231b1(0x105)](_0x2ce7d0=>{return _0x3fa1c8['cancel'](),_0x2ce7d0;}),_0x3fa1c8]);}}_0x88d67c&&await _0x4486ac['executeScript'](_0x88d67c);}}async['handleSuccess'](_0x53679a,_0x160568,_0x4f3dc4){const _0x305194=a96_0x1a2ba9;try{await this[_0x305194(0xf9)](_0x53679a,_0x160568,_0x4f3dc4,!![]);}catch(_0x2086d4){return logger[_0x305194(0xe9)](_0x305194(0xdb)+(_0x2086d4&&_0x2086d4['message']?_0x2086d4[_0x305194(0xde)]:'')),![];}return!![];}async[a96_0x1a2ba9(0xca)](_0x5a8a3b,_0x2a8bba,_0x1e0cf3){const _0xe46fe=a96_0x1a2ba9,_0x38efe1={'pqKkx':function(_0x4e0031,_0x4c3009,_0x2945b5,_0x36c52c,_0x6ee1d8,_0x44926a,_0x20a580){return _0x4e0031(_0x4c3009,_0x2945b5,_0x36c52c,_0x6ee1d8,_0x44926a,_0x20a580);},'VuQLZ':_0xe46fe(0xa3),'SPuDA':_0xe46fe(0xcd),'IHUxG':_0xe46fe(0x111)};try{await this[_0xe46fe(0xf9)](_0x5a8a3b,_0x2a8bba,_0x1e0cf3,![]);const _0x15ba76=(await _0x2a8bba[_0xe46fe(0xba)]())[_0xe46fe(0xe6)](),_0x70c604=new Date(),_0x5107e0=_0x38efe1['pqKkx'](timeoutPromise,constants[_0xe46fe(0xfc)],_0x38efe1[_0xe46fe(0xc2)],_0x38efe1['SPuDA'],_0x70c604,this[_0xe46fe(0xff)],this[_0xe46fe(0xcb)]),_0x5f234b=await Promise['race']([this['BrowserstackHealing']['pollResult'](constants[_0xe46fe(0xf5)],_0x15ba76,globals[_0xe46fe(0xb9)](_0x38efe1[_0xe46fe(0xd9)]))['then'](_0x4a2caf=>{const _0x43efa8=_0xe46fe;return _0x5107e0[_0x43efa8(0xa4)](),_0x4a2caf;}),_0x5107e0]);if(_0x5f234b&&_0x5f234b[_0xe46fe(0xb8)]&&_0x5f234b[_0xe46fe(0xcc)]){const _0x36d509={};return _0x36d509[_0xe46fe(0x101)]=_0x5f234b[_0xe46fe(0xb8)],_0x36d509[_0xe46fe(0x108)]=_0x5f234b[_0xe46fe(0xcc)],_0x36d509[_0xe46fe(0xf1)]=!![],_0x36d509;}const _0x4d78af={};return _0x4d78af[_0xe46fe(0x101)]=_0x1e0cf3['parameters_'][_0xe46fe(0x10e)],_0x4d78af['locatorValue']=_0x5f234b[_0xe46fe(0xcc)],_0x4d78af['aiHealing']=!![],_0x4d78af;}catch(_0x274ed6){return logger['debug'](_0xe46fe(0xe7)+(_0x274ed6&&_0x274ed6[_0xe46fe(0xde)]?_0x274ed6[_0xe46fe(0xde)]:'')),logger['info'](_0xe46fe(0xee)+_0x1e0cf3['name_']+_0xe46fe(0xf7)),_0x1e0cf3;}}}exports[a96_0x1a2ba9(0xd6)]=Object[a96_0x1a2ba9(0xae)](new AiSdkWrapper());function a96_0x511c(){const _0x1b5aae=['split','BrowserstackHealing.healFailure\x20method\x20timed\x20out','IHUxG','OwCiu','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','browserName','capabilities_','message','BrowserstackHealingLogDataFailed','firefoxOptions_','ZqLYq','chrome','string','BrowserstackHealingSetTcgTokenFailed','initializeHealingCapabilities','getId','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','BrowserstackHealingHealFailureFailed','error','lpEhi','2668484ZTQprr','firefox','XNolL','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','edgeOptions_','dYGTd','aiHealing','36aFITZo','CKsyS','TCG_REGION','TCG_URL','RuzOz','\x20command','2203158EcIuHs','_handleEvent','initializeCapabilities','safari','POLL_HEALING_RESULT_TIMEOUT','69074MPRZlZ','join','config','oNMAv','locatorType','s://','eNmVU','toLowerCase','then','LHMLF','YNrHL','locatorValue','OvhzQ','aiHeal_userId','YZKFK','BrowserstackHealing','HLIEn','using','jeCth','../logger','aiHeal_sessionToken','6xbXiiW','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','healFailure','2219760jsIARg','../../bin/utils/constants','set','BrowserstackHealing.pollResult\x20method\x20timed\x20out','cancel','BrowserstackHealing.setToken\x20method\x20timed\x20out','BrowserstackHealing.logData\x20method\x20timed\x20out','../../ai-sdk-node/bundle','getCapabilities','wAzRY','race','replace','970352xeIMZm','HEALING_FAILURE_TIMEOUT','freeze','getCommands','getTestName','vkPHX','path','etRAL','browserstackSessionName','DzMWJ','getProjectName','aiHeal_isGroupAIEnabled','selector','getGlobal','getSession','log','1104476uDrrPb','foCEd','aiHeal_groupId','parameters_','ieOptions_','275888XmUGoO','VuQLZ','bmrWY','logData','isSelfHealEnabled','xaUhr','HEALING_LOG_DATA_TIMEOUT','CjnMl','mqsbM','handleFailure','framework','value','BrowserstackHealingPollResultFailed','forEach','newCapabilities','SET_TCG_TOKEN_TIMEOUT','kmjrS','Vdhlg','../../helpers/timeoutPromise','winstonLogger','vgPqz','aiSdkWrapper'];a96_0x511c=function(){return _0x1b5aae;};return a96_0x511c();}
1
+ function a96_0x4831(_0x399a1d,_0x6dcff9){const _0x5663d9=a96_0x5663();return a96_0x4831=function(_0x4831d2,_0x39bbf3){_0x4831d2=_0x4831d2-0x144;let _0x326b71=_0x5663d9[_0x4831d2];return _0x326b71;},a96_0x4831(_0x399a1d,_0x6dcff9);}function a96_0x5663(){const _0x35b9c7=['PfzPK','healFailure','chromeOptions_','aiHealing','3648600vMyubL','QtzBl','browserName','selector','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','2708587Szdqfx','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','jYvqn','set','SET_TCG_TOKEN_TIMEOUT','aiHeal_userId','KnSZZ','TFeBo','name_','FpBsc','cancel','739833OpBjwi','\x22}}}','\x22:\x20{\x22endpoint\x22:\x20\x22','../globals','fromEntries','TCG_REGION','locatorValue','split','setTcgToken','wfcGe','forEach','OlCZU','path','5065RxwNRR','BrowserstackHealing','newCapabilities','then','parameters_','initializeHealingCapabilities','aiHeal_sessionToken','./autoHealHelper','TCG_URL','2691108YGFdUU','ThBQb','gMlrA','value','BRjUQ','aiHeal_groupId','getCommands','HEALING_FAILURE_TIMEOUT','BrowserstackHealing.setToken\x20method\x20timed\x20out','freeze','2732CCxMMY','pollResult','GtuiW','CnLuZ','IuIHA','gJKyn','669535KxHCgD','yCLtD','message','aiHeal_isGroupAIEnabled','VVIcu','race','handleFailure','chrome','pZwYy','browserstackSessionName','WPuEj','BrowserstackHealing.pollResult\x20method\x20timed\x20out','mvkgS','getProjectName','MNRun','../logger','log','BrowserstackHealing.logData\x20method\x20timed\x20out','2NGhseB','BrowserstackHealingLogDataFailed','framework','locatorType','error','wiseC','logData','../../helpers/timeoutPromise','HEALING_LOG_DATA_TIMEOUT','setToken','WroPd','config','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','safariOptions_','winstonLogger','getGlobal','lLUVv','\x22,\x20\x22tcgUrls\x22:\x20{\x22','{\x22region\x22:\x20\x22','DbWEn','toLowerCase','getTestName','edgeOptions_','keys','getId','firefox','\x20command','_handleEvent','tMjXu','bVjak','hRXuI','Bdrlr','replace','getSession','kvrPd','gqrPX','ieOptions_','4493032gYElNo','BrowserstackHealingHealFailureFailed','getCapabilities','../../ai-sdk-node/bundle','using','LAwQB'];a96_0x5663=function(){return _0x35b9c7;};return a96_0x5663();}const a96_0x2a4bb1=a96_0x4831;(function(_0x5d1809,_0x4a0221){const _0x3117ae=a96_0x4831,_0x104432=_0x5d1809();while(!![]){try{const _0x1ad142=parseInt(_0x3117ae(0x18a))/0x1*(parseInt(_0x3117ae(0x19c))/0x2)+parseInt(_0x3117ae(0x164))/0x3+parseInt(_0x3117ae(0x184))/0x4*(parseInt(_0x3117ae(0x171))/0x5)+-parseInt(_0x3117ae(0x17a))/0x6+parseInt(_0x3117ae(0x159))/0x7+-parseInt(_0x3117ae(0x14a))/0x8+-parseInt(_0x3117ae(0x154))/0x9;if(_0x1ad142===_0x4a0221)break;else _0x104432['push'](_0x104432['shift']());}catch(_0xd79cb0){_0x104432['push'](_0x104432['shift']());}}}(a96_0x5663,0x8d75b));const path=require(a96_0x2a4bb1(0x170)),{commandRepository}=require(a96_0x2a4bb1(0x178)),constants=require('../../bin/utils/constants'),logger=require(a96_0x2a4bb1(0x199))[a96_0x2a4bb1(0x1aa)],globals=require(a96_0x2a4bb1(0x167)),timeoutPromise=require(a96_0x2a4bb1(0x1a3)),isUndefinedOrNull=_0x41a8f6=>_0x41a8f6===undefined||_0x41a8f6===null||_0x41a8f6==='',isNotUndefinedOrNull=_0x1e2f8a=>!isUndefinedOrNull(_0x1e2f8a),isString=_0x4b8eb7=>isNotUndefinedOrNull(_0x4b8eb7)&&typeof _0x4b8eb7==='string';class AiSdkWrapper{constructor(){const _0x2e7d67=a96_0x2a4bb1,_0x116d65={'MNRun':function(_0x9314a8,_0x1e6f66){return _0x9314a8(_0x1e6f66);},'bVjak':_0x2e7d67(0x14d)};this[_0x2e7d67(0x172)]=undefined;try{this['BrowserstackHealing']=_0x116d65[_0x2e7d67(0x198)](require,path['join'](__dirname,_0x116d65[_0x2e7d67(0x1b9)]));}catch(_0x5d7935){logger['error'](_0x2e7d67(0x1a8)+(_0x5d7935&&_0x5d7935[_0x2e7d67(0x18c)]?_0x5d7935[_0x2e7d67(0x18c)]:''));}}[a96_0x2a4bb1(0x176)](_0x123894){const _0x5219f0=a96_0x2a4bb1,_0x52f37e={};_0x52f37e[_0x5219f0(0x16f)]=_0x5219f0(0x173),_0x52f37e[_0x5219f0(0x148)]=function(_0x21457e,_0x35500e){return _0x21457e===_0x35500e;},_0x52f37e[_0x5219f0(0x189)]=_0x5219f0(0x191),_0x52f37e['jYvqn']=_0x5219f0(0x1b5),_0x52f37e['LAwQB']='safari',_0x52f37e[_0x5219f0(0x18e)]=function(_0x2f968c,_0x290ded){return _0x2f968c===_0x290ded;},_0x52f37e['KnSZZ']='edge',_0x52f37e[_0x5219f0(0x1a6)]='microsoftedge',_0x52f37e[_0x5219f0(0x150)]=function(_0x563a85,_0x21b7de){return _0x563a85===_0x21b7de;};const _0xc6d341=_0x52f37e;try{const _0x48247b=this[_0x5219f0(0x172)]['initializeCapabilities'](Object[_0x5219f0(0x168)](_0x123894[_0x5219f0(0x14c)]()['map_']));console[_0x5219f0(0x19a)](_0xc6d341[_0x5219f0(0x16f)],_0x48247b);if(_0xc6d341[_0x5219f0(0x148)](_0x48247b?.[_0x5219f0(0x156)]?.['toLowerCase'](),_0xc6d341['gJKyn']))_0x123894[_0x5219f0(0x152)]=_0x48247b;else{if(_0xc6d341[_0x5219f0(0x148)](_0x48247b?.['browserName']?.[_0x5219f0(0x1b0)](),_0xc6d341[_0x5219f0(0x15b)]))_0x123894['firefoxOptions_']=_0x48247b;else{if(_0xc6d341['gqrPX'](_0x48247b?.[_0x5219f0(0x156)]?.['toLowerCase'](),_0xc6d341[_0x5219f0(0x14f)]))_0x123894[_0x5219f0(0x1a9)]=_0x48247b;else{if(_0xc6d341[_0x5219f0(0x18e)](_0x48247b?.[_0x5219f0(0x156)]?.[_0x5219f0(0x1b0)](),_0xc6d341[_0x5219f0(0x15f)])||_0xc6d341[_0x5219f0(0x148)](_0x48247b?.[_0x5219f0(0x156)]?.[_0x5219f0(0x1b0)](),_0xc6d341[_0x5219f0(0x1a6)]))_0x123894[_0x5219f0(0x1b2)]=_0x48247b;else _0xc6d341[_0x5219f0(0x150)](_0x48247b?.['browserName']?.[_0x5219f0(0x1b0)](),'ie')&&(_0x123894[_0x5219f0(0x149)]=_0x48247b);}}}Object[_0x5219f0(0x1b3)](_0x48247b)[_0x5219f0(0x16e)](_0x4ff965=>{const _0x5ddcaf=_0x5219f0,_0x5c3154=_0x123894['capabilities_']['get'](_0x4ff965);_0x123894['capabilities_'][_0x5ddcaf(0x15c)](_0x4ff965,_0x48247b[_0x4ff965]);});}catch(_0xecfcc4){logger[_0x5219f0(0x1a0)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0xecfcc4&&_0xecfcc4[_0x5219f0(0x18c)]?_0xecfcc4[_0x5219f0(0x18c)]:''));}}async[a96_0x2a4bb1(0x16c)](_0x1c381c){const _0x467c63=a96_0x2a4bb1,_0x44e1b8={'QyhKM':function(_0x58e003,_0x277d83,_0x24c969,_0x51972e,_0x8be858,_0xa68628,_0x2ee9a2){return _0x58e003(_0x277d83,_0x24c969,_0x51972e,_0x8be858,_0xa68628,_0x2ee9a2);},'Bdrlr':_0x467c63(0x182),'tMjXu':'BrowserstackHealingSetTcgTokenFailed','FpBsc':_0x467c63(0x177)},_0x1c21fb=new Date(),_0x4c0d94=_0x44e1b8['QyhKM'](timeoutPromise,constants[_0x467c63(0x15d)],_0x44e1b8[_0x467c63(0x144)],_0x44e1b8[_0x467c63(0x1b8)],_0x1c21fb,this['config'],this['framework']);await Promise[_0x467c63(0x18f)]([this[_0x467c63(0x172)][_0x467c63(0x1a5)](_0x1c381c,globals[_0x467c63(0x1ab)](_0x44e1b8[_0x467c63(0x162)]),constants[_0x467c63(0x179)])[_0x467c63(0x174)](()=>{const _0x48ebe1=_0x467c63;_0x4c0d94[_0x48ebe1(0x163)]();}),_0x4c0d94]);}async[a96_0x2a4bb1(0x1b7)](_0x1694ed,_0x42f002,_0x4b5116,_0x257279){const _0x4822f5=a96_0x2a4bb1,_0x4f8e44={'DbWEn':function(_0x590e97,_0x457b1c){return _0x590e97===_0x457b1c;},'wiseC':function(_0x4b89d2,_0x247b5f){return _0x4b89d2(_0x247b5f);},'hRXuI':function(_0x42fce7,_0x5dd33c){return _0x42fce7(_0x5dd33c);},'CnLuZ':function(_0x54f322,_0x2b228c){return _0x54f322(_0x2b228c);},'lLUVv':function(_0x4a1145,_0x22bf26){return _0x4a1145(_0x22bf26);},'QtzBl':function(_0x30187a,_0x442d5d){return _0x30187a(_0x442d5d);},'BRjUQ':'s://','IRthZ':function(_0x2213d5,_0x4f1acc){return _0x2213d5(_0x4f1acc);},'wfcGe':function(_0x212cf7,_0x3eb8cd){return _0x212cf7(_0x3eb8cd);},'WPuEj':_0x4822f5(0x15e),'kvrPd':_0x4822f5(0x17f),'TFeBo':_0x4822f5(0x18d),'ThBQb':function(_0x18554c,_0x13f8db,_0x49b285,_0x22a315,_0x45300b,_0x1cd025,_0x30b26d){return _0x18554c(_0x13f8db,_0x49b285,_0x22a315,_0x45300b,_0x1cd025,_0x30b26d);},'gMlrA':_0x4822f5(0x19b),'NQcFc':_0x4822f5(0x19d),'mvkgS':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','GtuiW':_0x4822f5(0x14b)},_0x334435=(await _0x42f002['getSession']())['getId']();let _0x222035='';if(commandRepository['isSelfHealEnabled']()&&_0x4f8e44[_0x4822f5(0x1af)](_0x257279,![])||_0x4f8e44[_0x4822f5(0x1af)](_0x257279,!![])){const _0x197861=_0x4f8e44[_0x4822f5(0x1a1)](isNotUndefinedOrNull,_0x4b5116[_0x4822f5(0x175)]['using'])&&_0x4f8e44['hRXuI'](isString,_0x4b5116[_0x4822f5(0x175)][_0x4822f5(0x14e)])?_0x4b5116['parameters_'][_0x4822f5(0x14e)][_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'',_0x3ba54f=_0x4f8e44['hRXuI'](isNotUndefinedOrNull,_0x4b5116[_0x4822f5(0x175)]['using'])&&_0x4f8e44[_0x4822f5(0x187)](isString,_0x4b5116[_0x4822f5(0x175)][_0x4822f5(0x17d)])?_0x4b5116[_0x4822f5(0x175)]['value'][_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'',_0x517ffa=_0x4f8e44[_0x4822f5(0x1ba)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x4f8e44[_0x4822f5(0x1a1)](isString,commandRepository[_0x4822f5(0x197)]())?commandRepository[_0x4822f5(0x197)]()[_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'';let _0x2e21cc=_0x4f8e44[_0x4822f5(0x1ba)](isNotUndefinedOrNull,global[_0x4822f5(0x193)])&&_0x4f8e44[_0x4822f5(0x1ac)](isString,global['browserstackSessionName'])?global[_0x4822f5(0x193)][_0x4822f5(0x145)](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'';!_0x2e21cc&&(_0x2e21cc=_0x4f8e44[_0x4822f5(0x155)](isNotUndefinedOrNull,commandRepository[_0x4822f5(0x1b1)]())&&_0x4f8e44[_0x4822f5(0x155)](isString,commandRepository[_0x4822f5(0x1b1)]())?commandRepository[_0x4822f5(0x1b1)]()['replace'](/'/g,'\x5c\x27')[_0x4822f5(0x145)](/"/g,'\x5c\x22'):'');let _0x1f4ec8=_0x4822f5(0x1ae)+constants[_0x4822f5(0x169)]+_0x4822f5(0x1ad)+constants[_0x4822f5(0x169)]+_0x4822f5(0x166)+constants[_0x4822f5(0x179)][_0x4822f5(0x16b)](_0x4f8e44[_0x4822f5(0x17e)])[0x1]+_0x4822f5(0x165);_0x1f4ec8=_0x4f8e44['IRthZ'](isNotUndefinedOrNull,_0x1f4ec8)&&_0x4f8e44[_0x4822f5(0x16d)](isString,_0x1f4ec8)?_0x1f4ec8[_0x4822f5(0x145)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x112019=commandRepository[_0x4822f5(0x180)](_0x334435),_0x1d23b2=globals['getGlobal'](_0x4f8e44[_0x4822f5(0x194)]),_0x2aeb85=globals['getGlobal'](_0x4f8e44[_0x4822f5(0x147)]),_0x3749cd=globals[_0x4822f5(0x1ab)](_0x4f8e44[_0x4822f5(0x160)]),_0x4a3ac4=![],_0x4ee753=new Date();if(_0x257279){const _0x4cd623=_0x4f8e44[_0x4822f5(0x17b)](timeoutPromise,constants[_0x4822f5(0x1a4)],_0x4f8e44[_0x4822f5(0x17c)],_0x4f8e44['NQcFc'],_0x4ee753,this[_0x4822f5(0x1a7)],this[_0x4822f5(0x19e)]);_0x222035=await Promise[_0x4822f5(0x18f)]([this[_0x4822f5(0x172)][_0x4822f5(0x1a2)](_0x197861,_0x3ba54f,_0x517ffa,_0x2e21cc,_0x2aeb85,_0x334435,_0x112019,_0x1f4ec8)[_0x4822f5(0x174)](_0x5418dd=>{const _0x27f904=_0x4822f5;return _0x4cd623[_0x27f904(0x163)](),_0x5418dd;}),_0x4cd623]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x1703b1=_0x4f8e44[_0x4822f5(0x17b)](timeoutPromise,constants[_0x4822f5(0x181)],_0x4f8e44[_0x4822f5(0x196)],_0x4f8e44[_0x4822f5(0x186)],_0x4ee753,this[_0x4822f5(0x1a7)],this[_0x4822f5(0x19e)]);_0x222035=await Promise[_0x4822f5(0x18f)]([this[_0x4822f5(0x172)][_0x4822f5(0x151)](_0x197861,_0x3ba54f,_0x517ffa,_0x2e21cc,_0x1d23b2,_0x2aeb85,_0x334435,_0x112019,_0x4a3ac4,_0x3749cd,_0x1f4ec8)['then'](_0x310a92=>{const _0x351681=_0x4822f5;return _0x1703b1[_0x351681(0x163)](),_0x310a92;}),_0x1703b1]);}}_0x222035&&await _0x42f002['executeScript'](_0x222035);}}async['handleSuccess'](_0x349843,_0x5de295,_0x36d301){const _0x1950f6=a96_0x2a4bb1;try{await this[_0x1950f6(0x1b7)](_0x349843,_0x5de295,_0x36d301,!![]);}catch(_0x1b7b4e){return logger[_0x1950f6(0x1a0)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x1b7b4e&&_0x1b7b4e['message']?_0x1b7b4e['message']:'')),![];}return!![];}async[a96_0x2a4bb1(0x190)](_0x857c12,_0x560771,_0x5d6984){const _0x1de6e2=a96_0x2a4bb1,_0x188f47={'yCLtD':function(_0x4b550b,_0x5cb2c5,_0x3fbc76,_0x1f8e9b,_0x12221e,_0x3549b2,_0x438cc4){return _0x4b550b(_0x5cb2c5,_0x3fbc76,_0x1f8e9b,_0x12221e,_0x3549b2,_0x438cc4);},'pZwYy':_0x1de6e2(0x195),'fEACz':'BrowserstackHealingPollResultFailed','IuIHA':_0x1de6e2(0x177)};try{await this['_handleEvent'](_0x857c12,_0x560771,_0x5d6984,![]);const _0x37912a=(await _0x560771[_0x1de6e2(0x146)]())[_0x1de6e2(0x1b4)](),_0x56333a=new Date(),_0x30a550=_0x188f47[_0x1de6e2(0x18b)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x188f47[_0x1de6e2(0x192)],_0x188f47['fEACz'],_0x56333a,this['config'],this[_0x1de6e2(0x19e)]),_0x4966a1=await Promise[_0x1de6e2(0x18f)]([this['BrowserstackHealing'][_0x1de6e2(0x185)](constants[_0x1de6e2(0x179)],_0x37912a,globals[_0x1de6e2(0x1ab)](_0x188f47[_0x1de6e2(0x188)]))[_0x1de6e2(0x174)](_0x49235a=>{const _0x49293f=_0x1de6e2;return _0x30a550[_0x49293f(0x163)](),_0x49235a;}),_0x30a550]);if(_0x4966a1&&_0x4966a1[_0x1de6e2(0x157)]&&_0x4966a1[_0x1de6e2(0x17d)]){const _0x2eb628={};return _0x2eb628[_0x1de6e2(0x19f)]=_0x4966a1[_0x1de6e2(0x157)],_0x2eb628[_0x1de6e2(0x16a)]=_0x4966a1[_0x1de6e2(0x17d)],_0x2eb628['aiHealing']=!![],_0x2eb628;}const _0xe763f1={};return _0xe763f1[_0x1de6e2(0x19f)]=_0x5d6984[_0x1de6e2(0x175)][_0x1de6e2(0x14e)],_0xe763f1['locatorValue']=_0x4966a1[_0x1de6e2(0x17d)],_0xe763f1[_0x1de6e2(0x153)]=!![],_0xe763f1;}catch(_0x1180c5){return logger['debug'](_0x1de6e2(0x158)+(_0x1180c5&&_0x1180c5['message']?_0x1180c5[_0x1de6e2(0x18c)]:'')),logger['info'](_0x1de6e2(0x15a)+_0x5d6984[_0x1de6e2(0x161)]+_0x1de6e2(0x1b6)),_0x5d6984;}}}exports['aiSdkWrapper']=Object[a96_0x2a4bb1(0x183)](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a97_0x221e24=a97_0x2b86;(function(_0x219252,_0x3da3bd){const _0x4c0cbd=a97_0x2b86,_0x5c21bb=_0x219252();while(!![]){try{const _0x50319f=-parseInt(_0x4c0cbd(0xa2))/0x1+parseInt(_0x4c0cbd(0x8e))/0x2*(parseInt(_0x4c0cbd(0x9d))/0x3)+-parseInt(_0x4c0cbd(0x96))/0x4+-parseInt(_0x4c0cbd(0xb2))/0x5+-parseInt(_0x4c0cbd(0x8c))/0x6+parseInt(_0x4c0cbd(0x9b))/0x7+parseInt(_0x4c0cbd(0x7f))/0x8*(parseInt(_0x4c0cbd(0xa4))/0x9);if(_0x50319f===_0x3da3bd)break;else _0x5c21bb['push'](_0x5c21bb['shift']());}catch(_0x46a150){_0x5c21bb['push'](_0x5c21bb['shift']());}}}(a97_0x4512,0x308d1));const calculateTimeDiff=_0x13611a=>Date[a97_0x221e24(0x93)]()-_0x13611a,logger=require(a97_0x221e24(0x81))['winstonLogger'],globals=require(a97_0x221e24(0xa0));function a97_0x2b86(_0x5956bd,_0x117553){const _0x451208=a97_0x4512();return a97_0x2b86=function(_0x2b869f,_0x344361){_0x2b869f=_0x2b869f-0x79;let _0x308712=_0x451208[_0x2b869f];return _0x308712;},a97_0x2b86(_0x5956bd,_0x117553);}class HealingCommandRepo{constructor(){const _0x3ed9cb=a97_0x221e24,_0x529476={};_0x529476[_0x3ed9cb(0x82)]=_0x3ed9cb(0x79);const _0x10ab14=_0x529476,_0x52c03c=_0x10ab14[_0x3ed9cb(0x82)][_0x3ed9cb(0x97)]('|');let _0x3c71f4=0x0;while(!![]){switch(_0x52c03c[_0x3c71f4++]){case'0':this[_0x3ed9cb(0xad)]='';continue;case'1':this[_0x3ed9cb(0x89)]={};continue;case'2':this['authInfo']={};continue;case'3':this[_0x3ed9cb(0x98)]={};continue;case'4':this[_0x3ed9cb(0xa6)]='';continue;case'5':this[_0x3ed9cb(0x7a)]=![];continue;}break;}}[a97_0x221e24(0x8b)](_0x5f3a03,_0x5e1933){const _0x247e7f=a97_0x221e24,_0x2fcc21={};_0x2fcc21['MSUEN']=function(_0x3b4e65,_0x502916){return _0x3b4e65 in _0x502916;};const _0xb1c0fa=_0x2fcc21;!_0xb1c0fa[_0x247e7f(0x94)](_0x5f3a03,this[_0x247e7f(0x89)])&&(this['commands'][_0x5f3a03]=[]),this['commands'][_0x5f3a03][_0x247e7f(0xaf)](_0x5e1933);}[a97_0x221e24(0x8d)](_0x319014,_0x367b51){const _0x5e28a7=a97_0x221e24,_0x248432={'LXILK':function(_0x96c964,_0x3e3188){return _0x96c964(_0x3e3188);}},_0x4000eb=_0x367b51['method'],_0x4bd57e=_0x367b51[_0x5e28a7(0x80)][_0x5e28a7(0x97)](_0x319014)[0x1],_0x3408a3=this['aiSessionTimeStamp'][_0x319014],_0x45912e={'k':_0x4000eb+':'+_0x4bd57e,'t':_0x248432[_0x5e28a7(0x7b)](calculateTimeDiff,_0x3408a3)};this[_0x5e28a7(0x8b)](_0x319014,_0x45912e);}[a97_0x221e24(0x83)](_0xf53348){const _0xb1f9cd=a97_0x221e24;this[_0xb1f9cd(0x98)][_0xf53348]=Date[_0xb1f9cd(0x93)]();}[a97_0x221e24(0x7e)](_0x5430c1,_0x1a9dd9){const _0x75d2f4=a97_0x221e24;this['authInfo'][_0x75d2f4(0x7d)]=_0x5430c1,this['authInfo']['accessKey']=_0x1a9dd9;}[a97_0x221e24(0x9c)](){const _0x45242d=a97_0x221e24;return this[_0x45242d(0xa3)];}['setProjectNameForHealingContext'](_0x302b4e){const _0x4fb926=a97_0x221e24;this[_0x4fb926(0xad)]=_0x302b4e;}[a97_0x221e24(0xaa)](_0x6e5eeb){this['testName']=_0x6e5eeb;}[a97_0x221e24(0xa7)](_0x48816b){const _0x37ba0b=a97_0x221e24;this['config']=_0x48816b,this[_0x37ba0b(0xab)](_0x48816b[_0x37ba0b(0xad)]),this[_0x37ba0b(0x7e)](_0x48816b[_0x37ba0b(0x7d)],_0x48816b[_0x37ba0b(0x99)]);}['setFramework'](_0x56a3a5){const _0x4ba717=a97_0x221e24;this[_0x4ba717(0xa8)]=_0x56a3a5;}[a97_0x221e24(0xb1)](_0x12d5ba){const _0x58e6fe=a97_0x221e24;this[_0x58e6fe(0x7a)]=_0x12d5ba;}[a97_0x221e24(0x85)](){const _0x5654b2=a97_0x221e24;return this[_0x5654b2(0xa9)];}[a97_0x221e24(0x9f)](){const _0x597f87=a97_0x221e24;return this[_0x597f87(0xa8)];}[a97_0x221e24(0xb0)](){const _0x4e55fb=a97_0x221e24;return this[_0x4e55fb(0xad)];}['getTestName'](){const _0x47c466=a97_0x221e24;return this[_0x47c466(0xa6)];}['getCommands'](_0x3d8ae2){const _0x383038=a97_0x221e24,_0xcdee74={};_0xcdee74[_0x383038(0x90)]=_0x383038(0xa5),_0xcdee74[_0x383038(0x7c)]=_0x383038(0x8a),_0xcdee74[_0x383038(0x84)]=function(_0x112f88,_0x4e9998){return _0x112f88===_0x4e9998;},_0xcdee74['JNGJw']=function(_0x37aca2,_0x323044){return _0x37aca2+_0x323044;},_0xcdee74[_0x383038(0xac)]='No\x20commands\x20found\x20for\x20session:\x20';const _0x37137c=_0xcdee74,_0x4f8003=this[_0x383038(0x89)][_0x3d8ae2];this[_0x383038(0x89)][_0x3d8ae2]=[];if(globals[_0x383038(0x8f)](_0x37137c[_0x383038(0x90)])&&globals['getGlobal'](_0x37137c[_0x383038(0x7c)])&&!_0x4f8003||_0x37137c[_0x383038(0x84)](_0x4f8003['length'],0x0))return logger[_0x383038(0x87)](_0x37137c[_0x383038(0x86)](_0x37137c[_0x383038(0xac)],_0x3d8ae2)),'';return _0x4f8003[_0x383038(0x9e)](_0x42759e=>JSON['stringify'](_0x42759e))[_0x383038(0xae)](',');}['isSelfHealEnabled'](){const _0x4f4c50=a97_0x221e24,_0x237a61={};_0x237a61[_0x4f4c50(0x88)]=function(_0x3ed8c5,_0x2ce80a){return _0x3ed8c5===_0x2ce80a;},_0x237a61[_0x4f4c50(0xa1)]=function(_0x52f328,_0x1722bd){return _0x52f328===_0x1722bd;},_0x237a61[_0x4f4c50(0x95)]=_0x4f4c50(0x9a);const _0x2b6d4d=_0x237a61;let _0x2a0801=![];return this[_0x4f4c50(0x85)]()&&(_0x2b6d4d[_0x4f4c50(0x88)](this['getConfig']()[_0x4f4c50(0x91)],!![])||_0x2b6d4d[_0x4f4c50(0xa1)](this['getConfig']()[_0x4f4c50(0x91)],_0x2b6d4d[_0x4f4c50(0x95)]))&&(_0x2a0801=!![]),_0x2a0801;}[a97_0x221e24(0x92)](){const _0x157e2b=a97_0x221e24;return this[_0x157e2b(0x7a)];}}function a97_0x4512(){const _0x56cd10=['authInfo','326259xAPlaF','aiHeal_isAuthenticated','testName','setConfig','framework','config','setTestNameForHealingContext','setProjectNameForHealingContext','gSNbN','projectName','join','push','getProjectName','setTcgTokenStatus','586650HZVhav','1|3|0|4|2|5','isTcgTokenSet','LXILK','JHFGc','userName','setAuthInfo','104taFgyF','path','../logger','ELpOF','setAiSessionTimeStamp','cTExZ','getConfig','JNGJw','debug','iIKMg','commands','aiHeal_isHealingEnabled','_pushCommand','889944IsKmuN','pushCommand','560066IGsoyy','getGlobal','JXgpo','selfHeal','getTcgTokenStatus','now','MSUEN','sVSFe','247588nqgplr','split','aiSessionTimeStamp','accessKey','true','455147mjDIQf','getAuthInfo','3TzuhGO','map','getFramework','../globals','gJNGY','289901oduhTa'];a97_0x4512=function(){return _0x56cd10;};return a97_0x4512();}exports['commandRepository']=new HealingCommandRepo();
1
+ const a97_0xa36b70=a97_0x1377;(function(_0x2370a3,_0x51cfc5){const _0x389013=a97_0x1377,_0xd4128f=_0x2370a3();while(!![]){try{const _0xb252ea=-parseInt(_0x389013(0x11f))/0x1*(parseInt(_0x389013(0x140))/0x2)+-parseInt(_0x389013(0x148))/0x3*(parseInt(_0x389013(0x142))/0x4)+-parseInt(_0x389013(0x124))/0x5*(parseInt(_0x389013(0x149))/0x6)+parseInt(_0x389013(0x14d))/0x7+parseInt(_0x389013(0x12a))/0x8+-parseInt(_0x389013(0x138))/0x9*(-parseInt(_0x389013(0x145))/0xa)+parseInt(_0x389013(0x12e))/0xb;if(_0xb252ea===_0x51cfc5)break;else _0xd4128f['push'](_0xd4128f['shift']());}catch(_0x35f147){_0xd4128f['push'](_0xd4128f['shift']());}}}(a97_0x12a2,0xefc2d));function a97_0x1377(_0x53c2ba,_0x50aac0){const _0x12a268=a97_0x12a2();return a97_0x1377=function(_0x1377b4,_0x47bf52){_0x1377b4=_0x1377b4-0x117;let _0x41f9e0=_0x12a268[_0x1377b4];return _0x41f9e0;},a97_0x1377(_0x53c2ba,_0x50aac0);}const calculateTimeDiff=_0x5b3e57=>Date[a97_0xa36b70(0x135)]()-_0x5b3e57,logger=require(a97_0xa36b70(0x12f))[a97_0xa36b70(0x128)],globals=require(a97_0xa36b70(0x144));class HealingCommandRepo{constructor(){const _0x525d06=a97_0xa36b70,_0x2d69d2={};_0x2d69d2[_0x525d06(0x13d)]=_0x525d06(0x121);const _0x48f73d=_0x2d69d2,_0x40ef82=_0x48f73d[_0x525d06(0x13d)][_0x525d06(0x123)]('|');let _0x308e93=0x0;while(!![]){switch(_0x40ef82[_0x308e93++]){case'0':this['isTcgTokenSet']=![];continue;case'1':this['commands']={};continue;case'2':this[_0x525d06(0x14b)]={};continue;case'3':this[_0x525d06(0x11a)]='';continue;case'4':this[_0x525d06(0x12d)]={};continue;case'5':this[_0x525d06(0x11b)]='';continue;}break;}}['_pushCommand'](_0x10ad9d,_0x5bd898){const _0x50d851=a97_0xa36b70,_0x130cc3={};_0x130cc3[_0x50d851(0x122)]=function(_0x51b62a,_0x3feb8a){return _0x51b62a in _0x3feb8a;};const _0x1af2db=_0x130cc3;!_0x1af2db[_0x50d851(0x122)](_0x10ad9d,this[_0x50d851(0x125)])&&(this['commands'][_0x10ad9d]=[]),this[_0x50d851(0x125)][_0x10ad9d][_0x50d851(0x151)](_0x5bd898);}[a97_0xa36b70(0x14e)](_0x54b7ab,_0x487238){const _0x55fcfe=a97_0xa36b70,_0x23c622={'gfcTg':function(_0x28ed51,_0x510c08){return _0x28ed51(_0x510c08);}},_0x504b39=_0x487238[_0x55fcfe(0x130)],_0x23f21f=_0x487238[_0x55fcfe(0x137)][_0x55fcfe(0x123)](_0x54b7ab)[0x1],_0x4b4ded=this['aiSessionTimeStamp'][_0x54b7ab],_0x1b0c61={'k':_0x504b39+':'+_0x23f21f,'t':_0x23c622[_0x55fcfe(0x12b)](calculateTimeDiff,_0x4b4ded)};this[_0x55fcfe(0x14f)](_0x54b7ab,_0x1b0c61);}[a97_0xa36b70(0x136)](_0x268279){const _0x147ddd=a97_0xa36b70;this['aiSessionTimeStamp'][_0x268279]=Date[_0x147ddd(0x135)]();}[a97_0xa36b70(0x129)](_0x1fd7cb,_0x1cf7da){const _0x317b87=a97_0xa36b70;this[_0x317b87(0x12d)][_0x317b87(0x126)]=_0x1fd7cb,this['authInfo']['accessKey']=_0x1cf7da;}['getAuthInfo'](){const _0x1b97d5=a97_0xa36b70;return this[_0x1b97d5(0x12d)];}[a97_0xa36b70(0x118)](_0x4d1d26){const _0x2ac171=a97_0xa36b70;this[_0x2ac171(0x11a)]=_0x4d1d26;}[a97_0xa36b70(0x11c)](_0x4d1417){const _0x105267=a97_0xa36b70;this[_0x105267(0x11b)]=_0x4d1417;}['setConfig'](_0x50c2e7){const _0x1bfe14=a97_0xa36b70;this['config']=_0x50c2e7,this[_0x1bfe14(0x118)](_0x50c2e7[_0x1bfe14(0x11a)]),this['setAuthInfo'](_0x50c2e7[_0x1bfe14(0x126)],_0x50c2e7[_0x1bfe14(0x146)]);}[a97_0xa36b70(0x119)](_0x2cfed5){this['framework']=_0x2cfed5;}[a97_0xa36b70(0x131)](_0x93f6f6){this['isTcgTokenSet']=_0x93f6f6;}[a97_0xa36b70(0x120)](){const _0x46958a=a97_0xa36b70;return this[_0x46958a(0x11d)];}['getFramework'](){return this['framework'];}[a97_0xa36b70(0x13a)](){return this['projectName'];}[a97_0xa36b70(0x13b)](){return this['testName'];}['getCommands'](_0x16c4e1){const _0xd736e3=a97_0xa36b70,_0x47194c={};_0x47194c['XrpPF']='aiHeal_isAuthenticated',_0x47194c[_0xd736e3(0x132)]=_0xd736e3(0x14c),_0x47194c[_0xd736e3(0x117)]=function(_0x43f9,_0x4692ac){return _0x43f9===_0x4692ac;},_0x47194c['nmKyy']=function(_0x574b9c,_0x4174cb){return _0x574b9c+_0x4174cb;},_0x47194c[_0xd736e3(0x139)]=_0xd736e3(0x134);const _0x524e02=_0x47194c,_0x43cccb=this[_0xd736e3(0x125)][_0x16c4e1];this[_0xd736e3(0x125)][_0x16c4e1]=[];if(globals[_0xd736e3(0x150)](_0x524e02['XrpPF'])&&globals[_0xd736e3(0x150)](_0x524e02[_0xd736e3(0x132)])&&!_0x43cccb||_0x524e02[_0xd736e3(0x117)](_0x43cccb[_0xd736e3(0x13f)],0x0))return logger[_0xd736e3(0x13c)](_0x524e02['nmKyy'](_0x524e02[_0xd736e3(0x139)],_0x16c4e1)),'';return _0x43cccb[_0xd736e3(0x133)](_0x21f98a=>JSON[_0xd736e3(0x12c)](_0x21f98a))[_0xd736e3(0x147)](',');}['isSelfHealEnabled'](){const _0x2e4964=a97_0xa36b70,_0x35ae83={};_0x35ae83[_0x2e4964(0x14a)]=function(_0x4d21da,_0x400ff9){return _0x4d21da===_0x400ff9;},_0x35ae83[_0x2e4964(0x11e)]='true';const _0x10bbf3=_0x35ae83;let _0x47c281=![];return this[_0x2e4964(0x120)]()&&(_0x10bbf3[_0x2e4964(0x14a)](this[_0x2e4964(0x120)]()[_0x2e4964(0x13e)],!![])||_0x10bbf3[_0x2e4964(0x14a)](this[_0x2e4964(0x120)]()[_0x2e4964(0x13e)],_0x10bbf3[_0x2e4964(0x11e)]))&&(_0x47c281=!![]),_0x47c281;}[a97_0xa36b70(0x141)](){const _0x2617bf=a97_0xa36b70;return this[_0x2617bf(0x127)];}}exports[a97_0xa36b70(0x143)]=new HealingCommandRepo();function a97_0x12a2(){const _0x5845f6=['join','609AYkgmZ','6ThDphd','AJkZa','aiSessionTimeStamp','aiHeal_isHealingEnabled','10330103HIZqFr','pushCommand','_pushCommand','getGlobal','push','lquIU','setProjectNameForHealingContext','setFramework','projectName','testName','setTestNameForHealingContext','config','eFpCD','11654sqOkJl','getConfig','1|2|3|5|4|0','OMlzY','split','4833665HSwgKC','commands','userName','isTcgTokenSet','winstonLogger','setAuthInfo','11180488ndOoWL','gfcTg','stringify','authInfo','1665268bBejmM','../logger','method','setTcgTokenStatus','NkREB','map','No\x20commands\x20found\x20for\x20session:\x20','now','setAiSessionTimeStamp','path','7245PHdPmp','SlorI','getProjectName','getTestName','debug','ScgtI','selfHeal','length','4QOmiEi','getTcgTokenStatus','38268UpKFrm','commandRepository','../globals','11050uuQNea','accessKey'];a97_0x12a2=function(){return _0x5845f6;};return a97_0x12a2();}
@@ -1 +1 @@
1
- const a98_0x5b7c26=a98_0x2d3b;(function(_0x588674,_0x1614e0){const _0xbb8c12=a98_0x2d3b,_0x3ae4f2=_0x588674();while(!![]){try{const _0x4d4b87=parseInt(_0xbb8c12(0xdb))/0x1*(parseInt(_0xbb8c12(0xd5))/0x2)+parseInt(_0xbb8c12(0xd9))/0x3*(parseInt(_0xbb8c12(0xd4))/0x4)+parseInt(_0xbb8c12(0xce))/0x5*(parseInt(_0xbb8c12(0xd6))/0x6)+-parseInt(_0xbb8c12(0xdf))/0x7+parseInt(_0xbb8c12(0xd7))/0x8*(parseInt(_0xbb8c12(0xdd))/0x9)+-parseInt(_0xbb8c12(0xdc))/0xa+-parseInt(_0xbb8c12(0xe2))/0xb;if(_0x4d4b87===_0x1614e0)break;else _0x3ae4f2['push'](_0x3ae4f2['shift']());}catch(_0x9b9dab){_0x3ae4f2['push'](_0x3ae4f2['shift']());}}}(a98_0x2ef1,0x60627));const a98_0x32625e={};function a98_0x2d3b(_0x48cf68,_0x4e7dcb){const _0x2ef1a9=a98_0x2ef1();return a98_0x2d3b=function(_0x2d3bd4,_0xb54673){_0x2d3bd4=_0x2d3bd4-0xce;let _0x483e0f=_0x2ef1a9[_0x2d3bd4];return _0x483e0f;},a98_0x2d3b(_0x48cf68,_0x4e7dcb);}a98_0x32625e[a98_0x5b7c26(0xcf)]=a98_0x5b7c26(0xd2),a98_0x32625e[a98_0x5b7c26(0xde)]=a98_0x5b7c26(0xd1),module['exports']=a98_0x32625e;const _env=(process['env'][a98_0x5b7c26(0xd3)]||'prod')[a98_0x5b7c26(0xd8)]();function a98_0x2ef1(){const _0x1362fe=['automate-turboscale/v1','https://grid.browserstack.com/dashboard/builds','BROWSERSTACK_ENV','8YkYdTG','2TAwqbT','3878838ggRmMp','152EwixYr','toLowerCase','681741gdfVMA','pre-prod','119373QuNYOr','4783970xIsrCU','35262IDbSlv','API_ENDPOINT','2543541yQZUgh','https://grid-devhst.bsstag.com/dashboard/builds','preprod','640541diaeSz','5YCAVLs','BUILDS_DASHBOARD_URL','stag'];a98_0x2ef1=function(){return _0x1362fe;};return a98_0x2ef1();}if(_env==='staging'||_env===a98_0x5b7c26(0xd0))module['exports']['BUILDS_DASHBOARD_URL']=a98_0x5b7c26(0xe0);else(_env===a98_0x5b7c26(0xe1)||_env===a98_0x5b7c26(0xda))&&(module['exports'][a98_0x5b7c26(0xcf)]='https://grid-preprod.bsstag.com/dashboard/builds');
1
+ const a98_0x2e83ad=a98_0x3be1;function a98_0x3be1(_0x5d6a86,_0x32eea0){const _0x2f7372=a98_0x2f73();return a98_0x3be1=function(_0x3be1ac,_0x5cde38){_0x3be1ac=_0x3be1ac-0x14a;let _0x180fab=_0x2f7372[_0x3be1ac];return _0x180fab;},a98_0x3be1(_0x5d6a86,_0x32eea0);}(function(_0x8fbbff,_0x4b5b44){const _0x1072c1=a98_0x3be1,_0xf353f4=_0x8fbbff();while(!![]){try{const _0x3ba4f6=parseInt(_0x1072c1(0x155))/0x1+parseInt(_0x1072c1(0x15a))/0x2+-parseInt(_0x1072c1(0x14b))/0x3*(parseInt(_0x1072c1(0x158))/0x4)+parseInt(_0x1072c1(0x153))/0x5+parseInt(_0x1072c1(0x14c))/0x6+-parseInt(_0x1072c1(0x152))/0x7+-parseInt(_0x1072c1(0x14a))/0x8*(parseInt(_0x1072c1(0x15d))/0x9);if(_0x3ba4f6===_0x4b5b44)break;else _0xf353f4['push'](_0xf353f4['shift']());}catch(_0x1d9874){_0xf353f4['push'](_0xf353f4['shift']());}}}(a98_0x2f73,0x33232));function a98_0x2f73(){const _0x4f3508=['1324872quCnxR','preprod','staging','pre-prod','BUILDS_DASHBOARD_URL','https://grid-preprod.bsstag.com/dashboard/builds','1759821cfUEoH','1138325RLpChs','prod','250995xqIQzY','exports','https://grid.browserstack.com/dashboard/builds','176CxcTAY','automate-turboscale/v1','712142OnUFLX','env','BROWSERSTACK_ENV','2475MwIhjh','6352DmQqkB','25659rIxFZZ'];a98_0x2f73=function(){return _0x4f3508;};return a98_0x2f73();}const a98_0x19de58={};a98_0x19de58['BUILDS_DASHBOARD_URL']=a98_0x2e83ad(0x157),a98_0x19de58['API_ENDPOINT']=a98_0x2e83ad(0x159),module[a98_0x2e83ad(0x156)]=a98_0x19de58;const _env=(process[a98_0x2e83ad(0x15b)][a98_0x2e83ad(0x15c)]||a98_0x2e83ad(0x154))['toLowerCase']();if(_env===a98_0x2e83ad(0x14e)||_env==='stag')module[a98_0x2e83ad(0x156)][a98_0x2e83ad(0x150)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a98_0x2e83ad(0x14d)||_env===a98_0x2e83ad(0x14f))&&(module['exports'][a98_0x2e83ad(0x150)]=a98_0x2e83ad(0x151));
@@ -1 +1 @@
1
- const a99_0xef6c3d=a99_0x1f40;function a99_0x1381(){const _0x5eebf1=['buildPriority','BROWSERSTACK_BUILD_TAGS','vwRft','865277ZvgovO','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleOptions','isArray','984246qanVDU','TURBOSCALE_OPTIONS','1532dhksnJ','isTurboScaleSession','6daqQub','turboScaleOptions','toString','turboScale','10ZFoDni','5zwsgrK','587STAjIL','gridName','split','medium','buildTags','options','3925328BWEwRk','NO_GRID_NAME_PASSED','722508XBJSHx','env','BROWSERSTACK_TURBOSCALE_GRID_NAME','15684aaGUiQ','8RhEzQp','3194811VtVhhp','gpEiO','true','9022yvoBmq','zvqYD','aZiST'];a99_0x1381=function(){return _0x5eebf1;};return a99_0x1381();}(function(_0x4fecf7,_0x2cca2a){const _0x322b11=a99_0x1f40,_0x10cbdf=_0x4fecf7();while(!![]){try{const _0x15f6ef=parseInt(_0x322b11(0x17a))/0x1*(parseInt(_0x322b11(0x172))/0x2)+-parseInt(_0x322b11(0x174))/0x3*(parseInt(_0x322b11(0x182))/0x4)+-parseInt(_0x322b11(0x179))/0x5*(parseInt(_0x322b11(0x170))/0x6)+-parseInt(_0x322b11(0x16c))/0x7*(-parseInt(_0x322b11(0x186))/0x8)+parseInt(_0x322b11(0x187))/0x9*(-parseInt(_0x322b11(0x178))/0xa)+-parseInt(_0x322b11(0x180))/0xb+-parseInt(_0x322b11(0x185))/0xc*(-parseInt(_0x322b11(0x18a))/0xd);if(_0x15f6ef===_0x2cca2a)break;else _0x10cbdf['push'](_0x10cbdf['shift']());}catch(_0x1c1384){_0x10cbdf['push'](_0x10cbdf['shift']());}}}(a99_0x1381,0x3b5f5));function a99_0x1f40(_0x1351ce,_0x3df09b){const _0x13819a=a99_0x1381();return a99_0x1f40=function(_0x1f40ff,_0x4124a0){_0x1f40ff=_0x1f40ff-0x16b;let _0x759ed0=_0x13819a[_0x1f40ff];return _0x759ed0;},a99_0x1f40(_0x1351ce,_0x3df09b);}const constants=require('../../bin/utils/constants');exports[a99_0xef6c3d(0x16e)]=()=>{const _0x53a7e9=a99_0xef6c3d;if(!constants[_0x53a7e9(0x171)][_0x53a7e9(0x17f)])return{};return constants[_0x53a7e9(0x171)]['options'];},exports['getTurboScaleGridName']=_0x21c1e5=>{const _0x113e32=a99_0xef6c3d,_0x31af60={};_0x31af60[_0x113e32(0x188)]=_0x113e32(0x181);const _0x325e26=_0x31af60;if(_0x21c1e5[_0x113e32(0x175)]&&_0x21c1e5[_0x113e32(0x175)][_0x113e32(0x17b)])return _0x21c1e5[_0x113e32(0x175)][_0x113e32(0x17b)];if(process[_0x113e32(0x183)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x113e32(0x183)][_0x113e32(0x184)];return _0x325e26[_0x113e32(0x188)];},exports[a99_0xef6c3d(0x173)]=_0xe5a89f=>{const _0x31198e=a99_0xef6c3d,_0x5a08d7={};_0x5a08d7[_0x31198e(0x18b)]=function(_0x19f92d,_0x5bf3a6){return _0x19f92d===_0x5bf3a6;},_0x5a08d7[_0x31198e(0x16b)]=_0x31198e(0x189);const _0x19fc14=_0x5a08d7;return _0xe5a89f&&_0xe5a89f['turboScale']&&_0x19fc14[_0x31198e(0x18b)](_0xe5a89f[_0x31198e(0x177)][_0x31198e(0x176)]()['toLowerCase'](),_0x19fc14[_0x31198e(0x16b)]);},exports['getTurboScaleCaps']=(_0x563816,_0x2e5ecf,_0xf4e259)=>{const _0x1b5c71=a99_0xef6c3d,_0x233c81={};_0x233c81['aZiST']=_0x1b5c71(0x17d);const _0x554746=_0x233c81,_0xeedde1={};_0xeedde1[_0x1b5c71(0x18d)]=_0x554746[_0x1b5c71(0x18c)];_0x563816[_0x1b5c71(0x17e)]&&(_0xeedde1['buildTags']=Array[_0x1b5c71(0x16f)](_0x563816['buildTags'])?_0x563816[_0x1b5c71(0x17e)]:_0x563816[_0x1b5c71(0x17e)][_0x1b5c71(0x17c)](','));if(process[_0x1b5c71(0x183)][_0x1b5c71(0x18e)])try{_0xeedde1[_0x1b5c71(0x17e)]=process['env'][_0x1b5c71(0x18e)]['split'](',');}catch{_0xeedde1[_0x1b5c71(0x17e)]=process[_0x1b5c71(0x183)][_0x1b5c71(0x18e)];}return _0x563816[_0x1b5c71(0x18d)]&&(_0xeedde1['buildPriority']=_0x563816['buildPriority']),process[_0x1b5c71(0x183)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0xeedde1[_0x1b5c71(0x18d)]=process[_0x1b5c71(0x183)][_0x1b5c71(0x16d)]),_0xeedde1;};
1
+ const a99_0x493e8c=a99_0x5f05;(function(_0x3ff23f,_0x599997){const _0x3403cf=a99_0x5f05,_0x4fb62b=_0x3ff23f();while(!![]){try{const _0x25ae85=-parseInt(_0x3403cf(0x98))/0x1+-parseInt(_0x3403cf(0x96))/0x2+-parseInt(_0x3403cf(0x83))/0x3*(parseInt(_0x3403cf(0x84))/0x4)+parseInt(_0x3403cf(0x7b))/0x5+-parseInt(_0x3403cf(0x86))/0x6*(-parseInt(_0x3403cf(0x97))/0x7)+parseInt(_0x3403cf(0x8e))/0x8*(parseInt(_0x3403cf(0x7f))/0x9)+-parseInt(_0x3403cf(0x92))/0xa*(-parseInt(_0x3403cf(0x80))/0xb);if(_0x25ae85===_0x599997)break;else _0x4fb62b['push'](_0x4fb62b['shift']());}catch(_0x1c48cf){_0x4fb62b['push'](_0x4fb62b['shift']());}}}(a99_0x327f,0xdcc56));const constants=require(a99_0x493e8c(0x91));function a99_0x327f(){const _0x4e8fd6=['BROWSERSTACK_BUILD_PRIORITY','BROWSERSTACK_TURBOSCALE_GRID_NAME','TURBOSCALE_OPTIONS','options','gridName','BROWSERSTACK_BUILD_TAGS','lMBuW','8632gIZHmx','turboScaleOptions','getTurboScaleGridName','../../bin/utils/constants','10WbyNJE','isTurboScaleSession','turboScale','env','785740NqvtmR','28XWMkPd','1739319pYByGa','buildTags','getTurboScaleCaps','buildPriority','3054785zYwKDd','jHeho','toString','AEHny','5508ppHevk','18124161tApxfC','JrUdF','getTurboScaleOptions','3sIUyug','2763140yJOLSZ','split','1212444huiYmz'];a99_0x327f=function(){return _0x4e8fd6;};return a99_0x327f();}function a99_0x5f05(_0x12dd97,_0x57ebf4){const _0x327fc3=a99_0x327f();return a99_0x5f05=function(_0x5f05af,_0x407772){_0x5f05af=_0x5f05af-0x7a;let _0x16d9f3=_0x327fc3[_0x5f05af];return _0x16d9f3;},a99_0x5f05(_0x12dd97,_0x57ebf4);}exports[a99_0x493e8c(0x82)]=()=>{const _0x3bd703=a99_0x493e8c;if(!constants['TURBOSCALE_OPTIONS'][_0x3bd703(0x8a)])return{};return constants[_0x3bd703(0x89)][_0x3bd703(0x8a)];},exports[a99_0x493e8c(0x90)]=_0x15a81e=>{const _0x28bb9a=a99_0x493e8c,_0x163d04={};_0x163d04[_0x28bb9a(0x7c)]='NO_GRID_NAME_PASSED';const _0x20187c=_0x163d04;if(_0x15a81e[_0x28bb9a(0x8f)]&&_0x15a81e[_0x28bb9a(0x8f)][_0x28bb9a(0x8b)])return _0x15a81e[_0x28bb9a(0x8f)][_0x28bb9a(0x8b)];if(process[_0x28bb9a(0x95)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x28bb9a(0x95)][_0x28bb9a(0x88)];return _0x20187c[_0x28bb9a(0x7c)];},exports[a99_0x493e8c(0x93)]=_0x2fcd15=>{const _0x1004cd=a99_0x493e8c,_0x340e63={};_0x340e63[_0x1004cd(0x8d)]=function(_0xf7379f,_0x53cde0){return _0xf7379f===_0x53cde0;},_0x340e63[_0x1004cd(0x7e)]='true';const _0x4e1d2f=_0x340e63;return _0x2fcd15&&_0x2fcd15[_0x1004cd(0x94)]&&_0x4e1d2f[_0x1004cd(0x8d)](_0x2fcd15[_0x1004cd(0x94)][_0x1004cd(0x7d)]()['toLowerCase'](),_0x4e1d2f[_0x1004cd(0x7e)]);},exports[a99_0x493e8c(0x9a)]=(_0x3d2a91,_0x5cfa07,_0x1a0eb8)=>{const _0x456056=a99_0x493e8c,_0x1affb6={};_0x1affb6[_0x456056(0x81)]='medium';const _0x54204f=_0x1affb6,_0x3b15fa={};_0x3b15fa[_0x456056(0x7a)]=_0x54204f['JrUdF'];_0x3d2a91[_0x456056(0x99)]&&(_0x3b15fa['buildTags']=Array['isArray'](_0x3d2a91[_0x456056(0x99)])?_0x3d2a91[_0x456056(0x99)]:_0x3d2a91[_0x456056(0x99)][_0x456056(0x85)](','));if(process[_0x456056(0x95)]['BROWSERSTACK_BUILD_TAGS'])try{_0x3b15fa[_0x456056(0x99)]=process['env'][_0x456056(0x8c)]['split'](',');}catch{_0x3b15fa['buildTags']=process['env'][_0x456056(0x8c)];}return _0x3d2a91[_0x456056(0x7a)]&&(_0x3b15fa[_0x456056(0x7a)]=_0x3d2a91['buildPriority']),process[_0x456056(0x95)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x3b15fa[_0x456056(0x7a)]=process[_0x456056(0x95)][_0x456056(0x87)]),_0x3b15fa;};