browserstack-node-sdk 1.57.2 → 1.59.0

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 (220) 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/generated/sdk-messages_pb.d.ts +376 -36
  41. package/generated/sdk-messages_pb.js +2955 -279
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +51 -0
  44. package/package.json +1 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -0
  60. package/src/bin/jasmine/command.js +2 -0
  61. package/src/bin/jasmine/test.setup.js +1 -0
  62. package/src/bin/jasmine/testRunMap.js +1 -0
  63. package/src/bin/jest/command.js +1 -1
  64. package/src/bin/jest/customImplements/customCircus.js +1 -1
  65. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  66. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  67. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  68. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  69. package/src/bin/jest/jest.setup.js +1 -1
  70. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  71. package/src/bin/jest/test-observability/helper.js +1 -1
  72. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  73. package/src/bin/jest/test-observability/test-details.js +1 -1
  74. package/src/bin/jest/test.setup.js +1 -1
  75. package/src/bin/jest/test_before.setup.js +1 -1
  76. package/src/bin/launcher/launcher.js +1 -1
  77. package/src/bin/load/index.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  83. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  84. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  85. package/src/bin/mocha/test.setup.js +1 -1
  86. package/src/bin/newman/command.js +1 -1
  87. package/src/bin/newman/helper.js +1 -1
  88. package/src/bin/newman/reporter/index.js +1 -1
  89. package/src/bin/newman/scriptRunner.js +1 -1
  90. package/src/bin/nightwatch/command.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/sessionDetails.js +1 -1
  101. package/src/bin/puppeteer/patches.js +1 -1
  102. package/src/bin/puppeteer/sessionDetails.js +1 -1
  103. package/src/bin/puppeteer/test.setup.js +1 -1
  104. package/src/bin/runner.js +1 -1
  105. package/src/bin/setup.js +1 -1
  106. package/src/bin/test-runner/index.js +1 -1
  107. package/src/bin/test-runner/runTest.js +1 -1
  108. package/src/bin/test-runner/testWorker.js +1 -1
  109. package/src/bin/testcafe/a11y-runner.js +1 -0
  110. package/src/bin/testcafe/command.js +2 -0
  111. package/src/bin/testcafe/reporter/index.js +1 -0
  112. package/src/bin/testcafe/reporter/tcUtils.js +1 -0
  113. package/src/bin/testcafe/session-registry.js +1 -0
  114. package/src/bin/testcafe/stdout-interceptor.js +1 -0
  115. package/src/bin/testcafe/testcafe-action-patcher.js +1 -0
  116. package/src/bin/testcafe/w3c-driver.js +1 -0
  117. package/src/bin/utils/apiUtilityMethods.js +1 -1
  118. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  119. package/src/bin/utils/constants.js +1 -1
  120. package/src/bin/utils/log4jsAppender.js +1 -1
  121. package/src/bin/utils/logPatcher.js +1 -1
  122. package/src/bin/utils/logReportingAPI.js +1 -1
  123. package/src/bin/utils/playwright-patcher.js +1 -1
  124. package/src/bin/utils/puppeteer-patcher.js +1 -1
  125. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  126. package/src/bin/utils/sharedUtils.js +1 -1
  127. package/src/bin/v2/TestInfo.js +1 -1
  128. package/src/bin/v2/browserstackCLI.js +1 -1
  129. package/src/bin/v2/cliUtils.js +1 -1
  130. package/src/bin/v2/customTagManager.js +1 -1
  131. package/src/bin/v2/eventDispatcher.js +1 -1
  132. package/src/bin/v2/framework/automationFramework.js +1 -1
  133. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  134. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  136. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  137. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  138. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  140. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testFramework.js +1 -1
  142. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -0
  143. package/src/bin/v2/framework/testcafeTestFramework.js +1 -0
  144. package/src/bin/v2/grpcClient.js +1 -1
  145. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  146. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  147. package/src/bin/v2/instances/trackedContext.js +1 -1
  148. package/src/bin/v2/instances/trackedInstance.js +1 -1
  149. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  150. package/src/bin/v2/modules/baseModule.js +1 -1
  151. package/src/bin/v2/modules/loadTestModule.js +1 -1
  152. package/src/bin/v2/modules/observabilityModule.js +1 -1
  153. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  154. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  155. package/src/bin/v2/modules/testcafeDriverModule.js +1 -0
  156. package/src/bin/v2/modules/testhubModule.js +1 -1
  157. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  158. package/src/bin/v2/state/hookState.js +1 -1
  159. package/src/bin/v2/state/testFrameworkState.js +1 -1
  160. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  161. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  162. package/src/bin/v2/utils/jest-utils.js +1 -1
  163. package/src/bin/vanilla-js/command.js +1 -1
  164. package/src/browserStackSdk.js +1 -1
  165. package/src/helpers/BrowserStackSetup.js +1 -1
  166. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  167. package/src/helpers/accessibility-automation/constants.js +1 -1
  168. package/src/helpers/accessibility-automation/helper.js +1 -1
  169. package/src/helpers/accessibility-automation/scripts.js +1 -1
  170. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  171. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  172. package/src/helpers/ats/constants.js +1 -1
  173. package/src/helpers/ats/helper.js +1 -1
  174. package/src/helpers/caCertHelper.js +1 -1
  175. package/src/helpers/capsMapping.js +1 -1
  176. package/src/helpers/central-scanner/constants.js +1 -1
  177. package/src/helpers/central-scanner/helpers.js +1 -1
  178. package/src/helpers/classLogger.js +1 -1
  179. package/src/helpers/driverInitErrorReporter.js +1 -1
  180. package/src/helpers/globals.js +1 -1
  181. package/src/helpers/helper.js +1 -1
  182. package/src/helpers/logger.js +1 -1
  183. package/src/helpers/metadata.js +1 -1
  184. package/src/helpers/patchHelper.js +1 -1
  185. package/src/helpers/patchHelpers.js +1 -1
  186. package/src/helpers/percy/Percy.js +1 -1
  187. package/src/helpers/percy/PercyBinary.js +1 -1
  188. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  189. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  190. package/src/helpers/percy/PercySDK.js +1 -1
  191. package/src/helpers/percy/index.js +1 -1
  192. package/src/helpers/percy/utils.js +1 -1
  193. package/src/helpers/performance/constants.js +1 -1
  194. package/src/helpers/performance/performance-tester.js +1 -1
  195. package/src/helpers/playwright-helper.js +1 -1
  196. package/src/helpers/processHelper.js +1 -1
  197. package/src/helpers/puppeteer-helper.js +1 -1
  198. package/src/helpers/request-spy.js +1 -1
  199. package/src/helpers/setKeepAlive.js +1 -1
  200. package/src/helpers/stackFrameUtils.js +1 -1
  201. package/src/helpers/test-observability/constants.js +1 -1
  202. package/src/helpers/test-observability/error-handler.js +1 -1
  203. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  204. package/src/helpers/test-observability/sessionHandler.js +1 -1
  205. package/src/helpers/test-observability/utils.js +1 -1
  206. package/src/helpers/test-orchestration/constants.js +1 -1
  207. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  208. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  209. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  210. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  211. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  212. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  213. package/src/helpers/testhub/constants.js +1 -1
  214. package/src/helpers/testhub/testhubHandler.js +1 -1
  215. package/src/helpers/testhub/utils.js +1 -1
  216. package/src/helpers/timeoutPromise.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a106_0x27deff=a106_0x3af9;(function(_0x9f6ee2,_0x29958d){const _0x5200df=a106_0x3af9,_0x24e252=_0x9f6ee2();while(!![]){try{const _0x4b3c67=-parseInt(_0x5200df(0x8e))/0x1*(parseInt(_0x5200df(0x139))/0x2)+parseInt(_0x5200df(0x11a))/0x3*(parseInt(_0x5200df(0x110))/0x4)+parseInt(_0x5200df(0x113))/0x5+-parseInt(_0x5200df(0xaa))/0x6+parseInt(_0x5200df(0xf8))/0x7+-parseInt(_0x5200df(0xb3))/0x8*(parseInt(_0x5200df(0x8d))/0x9)+parseInt(_0x5200df(0x14d))/0xa*(parseInt(_0x5200df(0x13e))/0xb);if(_0x4b3c67===_0x29958d)break;else _0x24e252['push'](_0x24e252['shift']());}catch(_0x3a06b4){_0x24e252['push'](_0x24e252['shift']());}}}(a106_0x44be,0x2159d));const util=require(a106_0x27deff(0xac)),logger=require(a106_0x27deff(0xe7))[a106_0x27deff(0xff)],accessibilityHelper=require('./helper'),globals=require(a106_0x27deff(0xf2)),scripts=require(a106_0x27deff(0x10f)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x27deff(0x82)),BrowserstackCLI=require(a106_0x27deff(0xd2));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a106_0x1eaae9){logger['debug'](a106_0x27deff(0xe1));}function a106_0x44be(){const _0x583ca1=['isSeleniumDriver','reason','../performance/constants','PERFORM_SCAN','QaVUJ','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','OSVcR','Page','gjyvn','\x20failed\x20for\x20method:\x20','uobdJ','bstackA11yShouldScan','\x20-\x20not\x20applicable','18ngvCmK','65622HhrrRD','capabilitiesList','IHiBd','Accessibility\x20scan\x20attempt\x20','JMvdc','script','jeVPK','setSeleniumScriptTimeout',').\x20Last\x20error:\x20','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','QxHOI','uBUVv','results','ms\x20using\x20setTimeouts\x20API','manage','vAUAO','Scan\x20attempt\x20','RHgTM','iuYbb','Haodu','fulfilled','race','maxRetries','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','isAccessibilityPlatform','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','Qcqxr','1591260WLWzvk','fFxcj','util','NJfwR','setScriptTimeout','playwright-codecept-driver','isAccessibilityAutomationSession','getAccessibilityResultsSummaryWithRetry','browserstackSessionName','1086728lMUTXK','sbbTz','type','UBUgM','Unknown\x20driver/page\x20type:\x20','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','getSession','allSettled','Skipping\x20timeout\x20setting\x20for\x20','message','kfhkm','fZzYs','iIyKf','ebBnx','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','ybMhj','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','getAccessibilityResultsSummary','isMobilePlatform','driverType','env','izFRt','bTJEJ','setPlaywrightScriptTimeout','bstackA11yScanOptions','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','constructor','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','Accessibility\x20retry\x20configuration\x20updated:\x20','../../bin/v2/browserstackCLI',',\x20cannot\x20perform\x20scan\x20with\x20retry.','getAccessibilityResults','scanSucceeded','DJjka','setTimeouts','):\x20','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','RTZkh','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','isRunning','getGlobal','EWiBo','timeoutMs','Accessibility\x20results\x20save\x20attempt\x20','Playwright\x20accessibility\x20helper\x20not\x20available','YzvfZ','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','setDefaultTimeout','ms\x20using\x20timeouts()\x20API','undefined','../logger','Xfgpc','ms\x20using\x20setScriptTimeout\x20API','unknown','BNXdo','error','unknown_method','defaultTimeoutMs','summary','WebDriver','timeouts','../globals','url','VWAgX','executeAsyncScript','max','evaluate','374192XwQJUa','assign','getCapabilities','oCkZE','Operation\x20timed\x20out\x20after\x20','saveAccessibilityResultsWithRetry','value','winstonLogger','getCurrentUrl','rjDxE','wjLcr','rRbtr','HBuBm','wfhlK','currentTest','Accessibility\x20results\x20retrieval\x20attempt\x20','page','saQRk','izuGi','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','dcRbV','accessibilityPlatform','NPOeq','./scripts','4SKwnmM','info','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','1311450nMgtNb','WfCSK','isPlaywright','Unknown\x20error','pvUKY','debug','FVeMl','374517IdxyIt','UIQrS','wbgUR','WbdSr','\x20failed\x20(','IhWau','qDovu','getAccessibilityModule','name','PyVbc','performScan','yrHgB','enJvS','JXhcf','eQTwd','getInstance','selenium-webdriver','pcHNJ','vDfrH',')\x20with\x20error:\x20','GfZaj','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','\x20completed\x20successfully.','stringify','ywEIv','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','DSfme',').\x20Error:\x20','XtorI','Playwright','warn','2pFnsig','isPlaywrightPage','AMLrK','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','tHovD','26917xIgxRi','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','cNClS','Comprehensive\x20accessibility\x20scan\x20failed\x20(','\x20for\x20method:\x20','hXoIu','function','MAHOD','status','goto','fxlFD','Kgpgj','WEdUP','UNQXy','ZDJdL','1220Ythwax','scannerProcessingTimeout','jWKSx','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','VFrSZ','bxctP',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','getRetryConfig','UGIrT'];a106_0x44be=function(){return _0x583ca1;};return a106_0x44be();}const a106_0x1ccc2a={};a106_0x1ccc2a['maxRetries']=0x1,a106_0x1ccc2a[a106_0x27deff(0xdf)]=0x7530,a106_0x1ccc2a['defaultTimeoutMs']=0x7530;function a106_0x3af9(_0x1f0380,_0x32085a){const _0x44be2c=a106_0x44be();return a106_0x3af9=function(_0x3af927,_0x52cfbe){_0x3af927=_0x3af927-0x82;let _0x13a8bf=_0x44be2c[_0x3af927];return _0x13a8bf;},a106_0x3af9(_0x1f0380,_0x32085a);}const RETRY_CONFIG=a106_0x1ccc2a,setConfigTimeout=(_0x36d3bb,_0x38ebd1=null)=>{const _0x26daaa=a106_0x27deff,_0x5be7a9={'sbbTz':function(_0x1dcff6,_0xc63a76){return _0x1dcff6===_0xc63a76;},'NPOeq':_0x26daaa(0x14e),'UGIrT':function(_0x251dec,_0x3d9375){return _0x251dec*_0x3d9375;},'vDfrH':function(_0x4563bb,_0x5a2687){return _0x4563bb(_0x5a2687);},'VFrSZ':function(_0xac3bee,_0x4bd30a){return _0xac3bee(_0x4bd30a);}};if(BrowserstackCLI['getInstance']()[_0x26daaa(0xdc)]()&&BrowserstackCLI['getInstance']()[_0x26daaa(0x121)]()){const _0x3b53f0=BrowserstackCLI[_0x26daaa(0x129)]()[_0x26daaa(0x121)]()['accessibilityConfig'],_0x58607e=_0x3b53f0['options'][_0x26daaa(0x8f)]||[];for(const _0x86216b of _0x58607e){_0x5be7a9[_0x26daaa(0xb4)](_0x86216b[_0x26daaa(0x122)],_0x5be7a9[_0x26daaa(0x10e)])&&_0x5be7a9[_0x26daaa(0xb4)](_0x38ebd1,null)&&(_0x36d3bb[_0x26daaa(0xdf)]=_0x5be7a9[_0x26daaa(0x155)](_0x5be7a9[_0x26daaa(0x12c)](parseInt,_0x86216b[_0x26daaa(0xfe)]),0x3e8));}}else process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x36d3bb[_0x26daaa(0xdf)]=_0x5be7a9[_0x26daaa(0x155)](_0x5be7a9[_0x26daaa(0x151)](parseInt,process[_0x26daaa(0xc8)][_0x26daaa(0x13c)]),0x3e8));},detectDriverType=_0x42c42a=>{const _0x53ff6b=a106_0x27deff,_0x18dd93={};_0x18dd93[_0x53ff6b(0x11f)]=_0x53ff6b(0xea),_0x18dd93[_0x53ff6b(0xde)]=function(_0x81b0d5,_0x528f93){return _0x81b0d5===_0x528f93;},_0x18dd93[_0x53ff6b(0x14a)]=_0x53ff6b(0x144),_0x18dd93[_0x53ff6b(0x149)]='playwright-page',_0x18dd93['JMvdc']='selenium-webdriver',_0x18dd93[_0x53ff6b(0x12b)]=function(_0x2d063e,_0xa7535d){return _0x2d063e===_0xa7535d;},_0x18dd93[_0x53ff6b(0x148)]=_0x53ff6b(0x87),_0x18dd93['Xfgpc']=_0x53ff6b(0xf0),_0x18dd93['Haodu']=_0x53ff6b(0x137),_0x18dd93[_0x53ff6b(0xeb)]='playwright-codecept-driver',_0x18dd93['QuVdG']=function(_0x6ba378,_0x164ef6){return _0x6ba378||_0x164ef6;},_0x18dd93[_0x53ff6b(0x90)]=_0x53ff6b(0xe6);const _0x439151=_0x18dd93;if(!_0x42c42a){const _0xc78409={};return _0xc78409[_0x53ff6b(0x115)]=![],_0xc78409[_0x53ff6b(0xb5)]=_0x439151[_0x53ff6b(0x11f)],_0xc78409;}if(_0x439151['EWiBo'](typeof _0x42c42a[_0x53ff6b(0xf7)],_0x439151[_0x53ff6b(0x14a)])&&_0x439151[_0x53ff6b(0xde)](typeof _0x42c42a['url'],_0x439151['WEdUP'])&&_0x439151[_0x53ff6b(0xde)](typeof _0x42c42a[_0x53ff6b(0x147)],_0x439151[_0x53ff6b(0x14a)])){const _0x401319={};return _0x401319[_0x53ff6b(0x115)]=!![],_0x401319['type']=_0x439151[_0x53ff6b(0x149)],_0x401319;}if(_0x439151[_0x53ff6b(0xde)](typeof _0x42c42a[_0x53ff6b(0xf5)],_0x439151['WEdUP'])&&_0x439151['EWiBo'](typeof _0x42c42a[_0x53ff6b(0xfa)],_0x439151[_0x53ff6b(0x14a)])){const _0x15eef7={};return _0x15eef7[_0x53ff6b(0x115)]=![],_0x15eef7['type']=_0x439151[_0x53ff6b(0x92)],_0x15eef7;}const _0xd4d983=_0x42c42a[_0x53ff6b(0xce)]?.[_0x53ff6b(0x122)];if(_0x439151['pcHNJ'](_0xd4d983,_0x439151['fxlFD'])){const _0x52a95b={};return _0x52a95b[_0x53ff6b(0x115)]=!![],_0x52a95b[_0x53ff6b(0xb5)]=_0x439151[_0x53ff6b(0x149)],_0x52a95b;}if(_0x439151[_0x53ff6b(0xde)](_0xd4d983,_0x439151[_0x53ff6b(0xe8)])){const _0x213c80={};return _0x213c80['isPlaywright']=![],_0x213c80[_0x53ff6b(0xb5)]=_0x439151[_0x53ff6b(0x92)],_0x213c80;}if(_0x439151[_0x53ff6b(0x12b)](_0xd4d983,_0x439151[_0x53ff6b(0xa1)])){const _0x2b4c0d={};return _0x2b4c0d[_0x53ff6b(0x115)]=!![],_0x2b4c0d[_0x53ff6b(0xb5)]=_0x439151[_0x53ff6b(0xeb)],_0x2b4c0d;}logger['warn'](_0x53ff6b(0xb7)+_0x439151['QuVdG'](_0xd4d983,_0x439151[_0x53ff6b(0x90)]));const _0x9135f7={};return _0x9135f7[_0x53ff6b(0x115)]=![],_0x9135f7['type']=_0x439151['IhWau'],_0x9135f7;},withTimeout=(_0x60a0f9,_0x3f4266)=>{const _0x2f8f77=a106_0x27deff;return Promise[_0x2f8f77(0xa3)]([_0x60a0f9,new Promise((_0xea904a,_0x1d25fe)=>setTimeout(()=>_0x1d25fe(new Error(_0x2f8f77(0xfc)+_0x3f4266+'ms')),_0x3f4266))]);};exports['performScanWithRetry']=async(_0x15c26c,_0x40d67d=null,_0x20414a=null,_0x31417f=![],_0x532e2d=null)=>{const _0x29a8c2=a106_0x27deff,_0x3bb718={'HBuBm':function(_0x461579,_0x13cd41){return _0x461579&&_0x13cd41;},'JXhcf':function(_0x233354,_0x21df80,_0x529cf5){return _0x233354(_0x21df80,_0x529cf5);},'fFxcj':function(_0x314b73,_0x2809af){return _0x314b73===_0x2809af;},'oCkZE':_0x29a8c2(0xaf),'cNClS':function(_0x3f5f8b,_0x1280dd,_0x418f98){return _0x3f5f8b(_0x1280dd,_0x418f98);},'uobdJ':function(_0x5db604,_0x29a6c6,_0x59ecd4){return _0x5db604(_0x29a6c6,_0x59ecd4);},'MAHOD':function(_0x543df0,_0x10d6a3){return _0x543df0(_0x10d6a3);},'jWKSx':function(_0x1acf46,_0x5e34e5){return _0x1acf46||_0x5e34e5;},'enJvS':function(_0x3b56da,_0x303744){return _0x3b56da!==_0x303744;},'wjLcr':'isAccessibilityPlatform','FVeMl':'bstackA11yShouldScan','iuYbb':_0x29a8c2(0xa8),'RHgTM':_0x29a8c2(0xed),'izuGi':_0x29a8c2(0x144),'iIyKf':function(_0x912cc2,_0x1c50f1){return _0x912cc2===_0x1c50f1;},'gjyvn':function(_0x1a137c,_0x339b21){return _0x1a137c===_0x339b21;},'ebBnx':function(_0x1997f1,_0xe9d96e){return _0x1997f1<=_0xe9d96e;},'eQTwd':function(_0x423a33,_0x583d41){return _0x423a33+_0x583d41;},'bxctP':function(_0x264ad4,_0xbf3af1){return _0x264ad4+_0xbf3af1;},'UIQrS':_0x29a8c2(0x116)},{isPlaywright:_0x3178a1,type:_0xc49715}=_0x3bb718[_0x29a8c2(0x145)](detectDriverType,_0x15c26c),_0x57debc=_0x31417f?_0x3bb718[_0x29a8c2(0x14f)](_0x532e2d,{}):global[_0x29a8c2(0xcc)]||{},_0x5a4df3=_0x3178a1?global[_0x29a8c2(0x10d)]&&(_0x31417f||_0x3bb718[_0x29a8c2(0x126)](global[_0x29a8c2(0x8b)],![])):accessibilityHelper[_0x29a8c2(0xb0)]()&&globals[_0x29a8c2(0xdd)](_0x3bb718[_0x29a8c2(0x102)])&&(_0x31417f||_0x3bb718[_0x29a8c2(0x126)](globals[_0x29a8c2(0xdd)](_0x3bb718['FVeMl']),![]));if(!_0x5a4df3)return _0x3178a1&&global[_0x29a8c2(0x10d)]&&_0x3bb718[_0x29a8c2(0xab)](global[_0x29a8c2(0x8b)],![])||!_0x3178a1&&globals[_0x29a8c2(0xdd)](_0x3bb718[_0x29a8c2(0x102)])&&_0x3bb718[_0x29a8c2(0xab)](globals[_0x29a8c2(0xdd)](_0x3bb718[_0x29a8c2(0x119)]),![])?logger[_0x29a8c2(0x118)](_0x3bb718[_0x29a8c2(0xa0)]):logger[_0x29a8c2(0x138)](_0x29a8c2(0xcf)+_0xc49715+_0x29a8c2(0xd3)),![];const _0x4c55eb=_0x40d67d||global[_0x29a8c2(0xb2)]||_0x3bb718[_0x29a8c2(0x9f)];let _0x2b8606=null;const _0x2f8428={'testhub_btcer_uuid':global['__workerDetails']?.[_0x29a8c2(0x106)]?.['id'],'url':_0x3bb718[_0x29a8c2(0xab)](typeof _0x15c26c['url'],_0x3bb718[_0x29a8c2(0x10a)])?await _0x15c26c[_0x29a8c2(0xf3)]():_0x3bb718[_0x29a8c2(0xbf)](typeof _0x15c26c[_0x29a8c2(0x100)],_0x3bb718[_0x29a8c2(0x10a)])?await _0x15c26c[_0x29a8c2(0x100)]():'','automate_session_id':_0x3bb718[_0x29a8c2(0x88)](typeof _0x15c26c[_0x29a8c2(0xb9)],_0x3bb718[_0x29a8c2(0x10a)])?(await _0x15c26c['getSession']())['getId']():''};for(let _0x42a743=0x1;_0x3bb718[_0x29a8c2(0xc0)](_0x42a743,_0x3bb718[_0x29a8c2(0x128)](RETRY_CONFIG[_0x29a8c2(0xa4)],0x1));_0x42a743++){try{return logger[_0x29a8c2(0x118)](_0x29a8c2(0x91)+_0x42a743+'/'+_0x3bb718[_0x29a8c2(0x152)](RETRY_CONFIG[_0x29a8c2(0xa4)],0x1)+_0x29a8c2(0x142)+_0x4c55eb+'\x20('+_0xc49715+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x29a8c2(0x83)],async()=>{const _0x5ae946=_0x29a8c2;let _0x23268b;if(_0x3bb718[_0x5ae946(0x104)](_0x3178a1,playwrightA11yHelper)){_0x3bb718[_0x5ae946(0x127)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x15c26c,RETRY_CONFIG[_0x5ae946(0xdf)]);let _0x3d7480=_0x15c26c;_0x3bb718[_0x5ae946(0xab)](_0xc49715,_0x3bb718[_0x5ae946(0xfb)])&&(_0x3d7480=_0x15c26c[_0x5ae946(0x108)]);const _0x5cc3da=global[_0x5ae946(0xc6)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x23268b=await _0x3bb718[_0x5ae946(0x140)](withTimeout,playwrightA11yHelper[_0x5ae946(0x124)](_0x3d7480,_0x4c55eb,_0x57debc,_0x5cc3da),RETRY_CONFIG[_0x5ae946(0xdf)]),await exports[_0x5ae946(0xcb)](_0x15c26c,RETRY_CONFIG[_0x5ae946(0xee)]);}else await exports['setSeleniumScriptTimeout'](_0x15c26c,RETRY_CONFIG[_0x5ae946(0xdf)]),_0x23268b=await _0x3bb718[_0x5ae946(0x8a)](withTimeout,accessibilityHelper[_0x5ae946(0x124)](_0x15c26c,_0x4c55eb,_0x31417f,_0x57debc),RETRY_CONFIG[_0x5ae946(0xdf)]),await exports[_0x5ae946(0x95)](_0x15c26c,RETRY_CONFIG[_0x5ae946(0xee)]);logger[_0x5ae946(0x118)](_0x5ae946(0x9e)+_0x42a743+_0x5ae946(0x130));},{'command':_0x4c55eb,..._0x2f8428})(),logger[_0x29a8c2(0x111)](_0x29a8c2(0xc3)+_0x42a743+'.'),!![];}catch(_0x7e7f91){_0x2b8606=_0x7e7f91,logger['debug'](_0x29a8c2(0x91)+_0x42a743+_0x29a8c2(0x89)+_0x4c55eb+'\x20('+_0xc49715+_0x29a8c2(0x135)+_0x7e7f91[_0x29a8c2(0xbc)]);}}return logger[_0x29a8c2(0xec)](_0x29a8c2(0xc1)+_0x4c55eb+'\x20('+_0xc49715+_0x29a8c2(0x12d)+(_0x2b8606?.[_0x29a8c2(0xbc)]||_0x3bb718[_0x29a8c2(0x11b)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x3bf809,_0x93f55c)=>{const _0x4342f2=a106_0x27deff,_0x215697={'rjDxE':function(_0x1e83f1,_0x2d0ebf){return _0x1e83f1(_0x2d0ebf);},'wbgUR':_0x4342f2(0xa7),'DJjka':function(_0x4f1216,_0x4573be){return _0x4f1216<=_0x4573be;},'XrLTH':function(_0x1c4235,_0x50d461){return _0x1c4235+_0x50d461;},'kfhkm':function(_0x27610c,_0x44f2eb){return _0x27610c+_0x44f2eb;},'pvUKY':function(_0x5045ac,_0x1260d0){return _0x5045ac&&_0x1260d0;},'saQRk':function(_0x35c1b3,_0xa1be9a,_0xbfde3d){return _0x35c1b3(_0xa1be9a,_0xbfde3d);},'NrvVy':function(_0x33debb,_0x447489,_0x17543f){return _0x33debb(_0x447489,_0x17543f);},'ZDJdL':_0x4342f2(0x116)},{isPlaywright:_0x258566,type:_0x509a2b}=_0x215697[_0x4342f2(0x101)](detectDriverType,_0x3bf809),_0x16d1af=_0x258566?_0x93f55c[_0x4342f2(0x10d)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x4342f2(0xdd)](_0x215697[_0x4342f2(0x11c)]);if(!_0x16d1af)return logger[_0x4342f2(0x138)](_0x4342f2(0xcf)+_0x509a2b+_0x4342f2(0xc4)),[];let _0x5aee1b=null;for(let _0x2b5d50=0x1;_0x215697[_0x4342f2(0xd6)](_0x2b5d50,_0x215697['XrLTH'](RETRY_CONFIG[_0x4342f2(0xa4)],0x1));_0x2b5d50++){try{logger[_0x4342f2(0x118)](_0x4342f2(0x107)+_0x2b5d50+'/'+_0x215697[_0x4342f2(0xbd)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x509a2b+')');let _0x2d6849;return _0x215697[_0x4342f2(0x117)](_0x258566,playwrightA11yHelper)?(_0x215697[_0x4342f2(0x109)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x4342f2(0xcb)](_0x3bf809,RETRY_CONFIG[_0x4342f2(0xdf)]),_0x2d6849=await _0x215697[_0x4342f2(0x109)](withTimeout,playwrightA11yHelper[_0x4342f2(0xd4)](_0x3bf809),RETRY_CONFIG[_0x4342f2(0xdf)]),await exports['setPlaywrightScriptTimeout'](_0x3bf809,RETRY_CONFIG[_0x4342f2(0xee)])):(await exports[_0x4342f2(0x95)](_0x3bf809,RETRY_CONFIG[_0x4342f2(0xdf)]),_0x2d6849=await _0x215697['NrvVy'](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x3bf809,_0x93f55c),RETRY_CONFIG[_0x4342f2(0xdf)]),await exports['setSeleniumScriptTimeout'](_0x3bf809,RETRY_CONFIG[_0x4342f2(0xee)])),logger[_0x4342f2(0x111)](_0x4342f2(0x133)+_0x2b5d50+'\x20('+_0x509a2b+')'),_0x2d6849;}catch(_0x1a7bd2){_0x5aee1b=_0x1a7bd2,logger[_0x4342f2(0x138)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x2b5d50+_0x4342f2(0x11e)+_0x509a2b+_0x4342f2(0x135)+_0x1a7bd2[_0x4342f2(0xbc)]);}}return logger[_0x4342f2(0xec)](_0x4342f2(0xd9)+_0x509a2b+_0x4342f2(0x96)+(_0x5aee1b?.[_0x4342f2(0xbc)]||_0x215697[_0x4342f2(0x14c)])),[];},exports[a106_0x27deff(0xb1)]=async(_0xf3d2cd,_0x31a916)=>{const _0x4a5631=a106_0x27deff,_0x416cf4={'UBUgM':function(_0x5b1195,_0x2d10d4){return _0x5b1195(_0x2d10d4);},'XtorI':_0x4a5631(0xa7),'NJfwR':function(_0x341dfd,_0x427960){return _0x341dfd<=_0x427960;},'AMLrK':function(_0x5e554c,_0x428e41){return _0x5e554c+_0x428e41;},'Qcqxr':function(_0x4f0c6c,_0x485435){return _0x4f0c6c&&_0x485435;},'PyVbc':function(_0x115878,_0x28a209,_0x3558d7){return _0x115878(_0x28a209,_0x3558d7);},'YzvfZ':function(_0x501c21,_0x1bc8b8,_0x23f065){return _0x501c21(_0x1bc8b8,_0x23f065);},'XprQB':_0x4a5631(0x116)},{isPlaywright:_0x4e1049,type:_0x2a8c40}=_0x416cf4[_0x4a5631(0xb6)](detectDriverType,_0xf3d2cd),_0x3eaffe=_0x4e1049?_0x31a916[_0x4a5631(0x10d)]:accessibilityHelper[_0x4a5631(0xb0)]()&&globals[_0x4a5631(0xdd)](_0x416cf4[_0x4a5631(0x136)]);if(!_0x3eaffe)return logger[_0x4a5631(0x138)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x2a8c40+_0x4a5631(0x153)),{};let _0x15e825=null;for(let _0x449fe2=0x1;_0x416cf4[_0x4a5631(0xad)](_0x449fe2,_0x416cf4[_0x4a5631(0x13b)](RETRY_CONFIG[_0x4a5631(0xa4)],0x1));_0x449fe2++){try{logger[_0x4a5631(0x118)](_0x4a5631(0x112)+_0x449fe2+'/'+_0x416cf4['AMLrK'](RETRY_CONFIG[_0x4a5631(0xa4)],0x1)+'\x20('+_0x2a8c40+')');let _0x309cae;return _0x416cf4[_0x4a5631(0xa9)](_0x4e1049,playwrightA11yHelper)?(_0x416cf4[_0x4a5631(0x123)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x4a5631(0xcb)](_0xf3d2cd,RETRY_CONFIG['timeoutMs']),_0x309cae=await _0x416cf4[_0x4a5631(0xe2)](withTimeout,playwrightA11yHelper[_0x4a5631(0xc5)](_0xf3d2cd),RETRY_CONFIG[_0x4a5631(0xdf)]),await exports[_0x4a5631(0xcb)](_0xf3d2cd,RETRY_CONFIG[_0x4a5631(0xee)])):(await exports['setSeleniumScriptTimeout'](_0xf3d2cd,RETRY_CONFIG[_0x4a5631(0xdf)]),_0x309cae=await _0x416cf4['YzvfZ'](withTimeout,accessibilityHelper[_0x4a5631(0xc5)](_0xf3d2cd,_0x31a916),RETRY_CONFIG[_0x4a5631(0xdf)]),await exports[_0x4a5631(0x95)](_0xf3d2cd,RETRY_CONFIG[_0x4a5631(0xee)])),logger[_0x4a5631(0x111)](_0x4a5631(0xa5)+_0x449fe2+'\x20('+_0x2a8c40+')'),_0x309cae;}catch(_0x40f31b){_0x15e825=_0x40f31b,logger[_0x4a5631(0x138)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x449fe2+_0x4a5631(0x11e)+_0x2a8c40+').\x20Error:\x20'+_0x40f31b[_0x4a5631(0xbc)]);}}return logger[_0x4a5631(0xec)]('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x2a8c40+_0x4a5631(0x96)+(_0x15e825?.['message']||_0x416cf4['XprQB'])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x1eb611,_0x188f8f,_0x11591d=null)=>{const _0x7b3c32=a106_0x27deff,_0x2d0b5d={'hXoIu':function(_0x878326,_0x371ce9){return _0x878326(_0x371ce9);},'UNQXy':function(_0x28967b,_0x21aad5){return _0x28967b===_0x21aad5;},'dcRbV':_0x7b3c32(0xa2),'vAUAO':function(_0x25efb1,_0x2126fd){return _0x25efb1===_0x2126fd;},'ywEIv':'rejected','KDEdu':_0x7b3c32(0x12f)},{isPlaywright:_0x299994,type:_0x51542b}=_0x2d0b5d[_0x7b3c32(0x143)](detectDriverType,_0x1eb611),_0x575303={};_0x575303[_0x7b3c32(0xd5)]=![],_0x575303[_0x7b3c32(0x9a)]=[],_0x575303[_0x7b3c32(0xef)]={},_0x575303[_0x7b3c32(0xec)]=null,_0x575303[_0x7b3c32(0xc7)]=_0x51542b;const _0x562a5e=_0x575303;try{_0x562a5e[_0x7b3c32(0xd5)]=await exports['performScanWithRetry'](_0x1eb611,_0x11591d);if(_0x562a5e[_0x7b3c32(0xd5)]){const [_0x5b9285,_0x242c7c]=await Promise[_0x7b3c32(0xba)]([exports['getAccessibilityResultsWithRetry'](_0x1eb611,_0x188f8f),exports[_0x7b3c32(0xb1)](_0x1eb611,_0x188f8f)]);_0x562a5e['results']=_0x2d0b5d[_0x7b3c32(0x14b)](_0x5b9285[_0x7b3c32(0x146)],_0x2d0b5d['dcRbV'])?_0x5b9285[_0x7b3c32(0xfe)]:[],_0x562a5e[_0x7b3c32(0xef)]=_0x2d0b5d['UNQXy'](_0x242c7c['status'],_0x2d0b5d[_0x7b3c32(0x10c)])?_0x242c7c['value']:{},_0x2d0b5d[_0x7b3c32(0x9d)](_0x5b9285[_0x7b3c32(0x146)],_0x2d0b5d[_0x7b3c32(0x132)])&&logger[_0x7b3c32(0x138)](_0x7b3c32(0xcd)+_0x51542b+_0x7b3c32(0xd8)+_0x5b9285[_0x7b3c32(0x157)]?.[_0x7b3c32(0xbc)]),_0x2d0b5d[_0x7b3c32(0x14b)](_0x242c7c[_0x7b3c32(0x146)],_0x2d0b5d[_0x7b3c32(0x132)])&&logger[_0x7b3c32(0x138)](_0x7b3c32(0x10b)+_0x51542b+'):\x20'+_0x242c7c[_0x7b3c32(0x157)]?.[_0x7b3c32(0xbc)]);}}catch(_0x5ab777){_0x562a5e[_0x7b3c32(0xec)]=_0x5ab777[_0x7b3c32(0xbc)]||_0x2d0b5d['KDEdu'],logger[_0x7b3c32(0xec)](_0x7b3c32(0x141)+_0x51542b+_0x7b3c32(0xd8)+_0x562a5e['error']);}return _0x562a5e;},exports['updateRetryConfig']=_0x4a4d76=>{const _0x8e4426=a106_0x27deff,_0x1ebc01={};_0x1ebc01[_0x8e4426(0xbe)]=function(_0x5cf13c,_0x1e6a1d){return _0x5cf13c!==_0x1e6a1d;};const _0x517d43=_0x1ebc01;_0x517d43[_0x8e4426(0xbe)](_0x4a4d76['maxRetries'],undefined)&&(RETRY_CONFIG[_0x8e4426(0xa4)]=Math[_0x8e4426(0xf6)](0x0,_0x4a4d76['maxRetries'])),_0x517d43['fZzYs'](_0x4a4d76[_0x8e4426(0xdf)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x8e4426(0xf6)](0x3e8,_0x4a4d76[_0x8e4426(0xdf)])),logger['debug'](_0x8e4426(0xd1)+JSON[_0x8e4426(0x131)](RETRY_CONFIG));},exports[a106_0x27deff(0x154)]=()=>{const _0x4c4082={...RETRY_CONFIG};return _0x4c4082;},exports[a106_0x27deff(0x13a)]=_0x285399=>{const _0x3978bb=a106_0x27deff,_0x38d1f4={'VWAgX':function(_0x3ff7ad,_0x459e0b){return _0x3ff7ad(_0x459e0b);}};return _0x38d1f4[_0x3978bb(0xf4)](detectDriverType,_0x285399)[_0x3978bb(0x115)];},exports[a106_0x27deff(0x156)]=_0x87936b=>{const _0x49c143=a106_0x27deff,_0x3c1745={'wfhlK':function(_0x391e1e,_0xfebf90){return _0x391e1e(_0xfebf90);},'izFRt':function(_0x4318d2,_0x1a7c9a){return _0x4318d2===_0x1a7c9a;},'jeVPK':_0x49c143(0x12a)},{isPlaywright:_0x4cc40b,type:_0x28261a}=_0x3c1745[_0x49c143(0x105)](detectDriverType,_0x87936b);return!_0x4cc40b&&_0x3c1745[_0x49c143(0xc9)](_0x28261a,_0x3c1745[_0x49c143(0x94)]);},exports[a106_0x27deff(0xcb)]=async(_0x1e4b68,_0x132aaa=null)=>{const _0x1acb04=a106_0x27deff,_0x2100b1={'DSfme':function(_0x44b7ca,_0x3a1706){return _0x44b7ca(_0x3a1706);},'ybMhj':function(_0x1b3305,_0x1556e0){return _0x1b3305===_0x1556e0;},'uOGLN':_0x1acb04(0x144)},{isPlaywright:_0x436be9,type:_0x4815f7}=_0x2100b1[_0x1acb04(0x134)](detectDriverType,_0x1e4b68);if(!_0x436be9)return logger[_0x1acb04(0x118)](_0x1acb04(0xbb)+_0x4815f7+_0x1acb04(0x8c)),!![];const _0x55b51f=_0x132aaa||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x1e4b68&&_0x2100b1[_0x1acb04(0xc2)](typeof _0x1e4b68[_0x1acb04(0xe4)],_0x2100b1['uOGLN'])&&(await _0x1e4b68[_0x1acb04(0xe4)](_0x55b51f),logger[_0x1acb04(0x118)](_0x1acb04(0x13f)+_0x55b51f+'ms')),!![];}catch(_0x578f3f){return logger[_0x1acb04(0x138)](_0x1acb04(0x150)+_0x578f3f['message']),![];}},exports[a106_0x27deff(0x95)]=async(_0x3b25e4,_0xbf6e7=null)=>{const _0x1b451f=a106_0x27deff,_0x291542={};_0x291542[_0x1b451f(0x13d)]=_0x1b451f(0x97),_0x291542['QxHOI']=function(_0xe7040,_0x281b63){return _0xe7040===_0x281b63;},_0x291542[_0x1b451f(0x86)]=_0x1b451f(0x144),_0x291542['GfZaj']=function(_0x59c310,_0x49d621){return _0x59c310===_0x49d621;},_0x291542[_0x1b451f(0x11d)]=_0x1b451f(0xdb),_0x291542[_0x1b451f(0xca)]=_0x1b451f(0xb8);const _0x3dbd62=_0x291542;if(!exports[_0x1b451f(0x156)](_0x3b25e4))return logger[_0x1b451f(0x138)](_0x3dbd62[_0x1b451f(0x13d)]),![];const _0x33681f=_0xbf6e7||RETRY_CONFIG[_0x1b451f(0xee)];try{if(_0x3b25e4&&_0x3dbd62['QxHOI'](typeof _0x3b25e4[_0x1b451f(0x9c)],_0x3dbd62[_0x1b451f(0x86)])){const _0x403aa4=_0x3b25e4[_0x1b451f(0x9c)]();if(_0x403aa4&&_0x3dbd62[_0x1b451f(0x12e)](typeof _0x403aa4[_0x1b451f(0xf1)],_0x3dbd62[_0x1b451f(0x86)]))await _0x403aa4[_0x1b451f(0xf1)]()[_0x1b451f(0xae)](_0x33681f),logger[_0x1b451f(0x118)](_0x1b451f(0x85)+_0x33681f+_0x1b451f(0xe5));else{if(_0x403aa4&&_0x3dbd62[_0x1b451f(0x98)](typeof _0x403aa4[_0x1b451f(0xd7)],_0x3dbd62[_0x1b451f(0x86)])){const _0x56d8e8={};_0x56d8e8[_0x1b451f(0x93)]=_0x33681f,await _0x403aa4['setTimeouts'](_0x56d8e8),logger[_0x1b451f(0x118)](_0x1b451f(0x85)+_0x33681f+_0x1b451f(0x9b));}else{if(_0x403aa4&&_0x3dbd62['GfZaj'](typeof _0x403aa4[_0x1b451f(0xae)],_0x3dbd62[_0x1b451f(0x86)]))await _0x403aa4[_0x1b451f(0xae)](_0x33681f),logger[_0x1b451f(0x118)](_0x1b451f(0x85)+_0x33681f+_0x1b451f(0xe9));else return logger['debug'](_0x3dbd62[_0x1b451f(0x11d)]),!![];}}}else return logger['debug'](_0x3dbd62[_0x1b451f(0xca)]),!![];return!![];}catch(_0xa85ba7){return logger[_0x1b451f(0x138)](_0x1b451f(0xe3)+_0xa85ba7[_0x1b451f(0xbc)]),![];}},exports[a106_0x27deff(0xfd)]=async(_0x48d68b,_0x361146)=>{const _0x2e5b07=a106_0x27deff,_0x4d3133={'yrHgB':function(_0x34d448,_0x4ce4b1){return _0x34d448(_0x4ce4b1);},'WfCSK':_0x2e5b07(0xa7),'rRbtr':function(_0x2c1322,_0x2169ec){return _0x2c1322<=_0x2169ec;},'qDovu':function(_0x167ebc,_0x3fe188){return _0x167ebc+_0x3fe188;},'RTZkh':function(_0x40a326,_0x6d1b50){return _0x40a326+_0x6d1b50;},'CimNC':function(_0x22bf76,_0x4a726d){return _0x22bf76&&_0x4a726d;},'JzDJr':function(_0x590092,_0x44e1a3,_0x84c6a9){return _0x590092(_0x44e1a3,_0x84c6a9);},'QaVUJ':function(_0x28aa12,_0x5ca4cb,_0x4a23db){return _0x28aa12(_0x5ca4cb,_0x4a23db);},'uBUVv':_0x2e5b07(0xc6),'nYUhI':_0x2e5b07(0x116)},{isPlaywright:_0x4dc59e,type:_0x311f67}=_0x4d3133[_0x2e5b07(0x125)](detectDriverType,_0x48d68b),_0x5a2271=_0x4dc59e?global[_0x2e5b07(0x10d)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x2e5b07(0xdd)](_0x4d3133[_0x2e5b07(0x114)]);if(!_0x5a2271)return logger[_0x2e5b07(0x138)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x311f67+_0x2e5b07(0xa6)),![];let _0x550e7a=null;for(let _0x37272e=0x1;_0x4d3133[_0x2e5b07(0x103)](_0x37272e,_0x4d3133[_0x2e5b07(0x120)](RETRY_CONFIG[_0x2e5b07(0xa4)],0x1));_0x37272e++){try{logger[_0x2e5b07(0x118)](_0x2e5b07(0xe0)+_0x37272e+'/'+_0x4d3133[_0x2e5b07(0xda)](RETRY_CONFIG[_0x2e5b07(0xa4)],0x1)+'\x20('+_0x311f67+')');if(_0x4d3133['CimNC'](_0x4dc59e,playwrightA11yHelper)){_0x4d3133['JzDJr'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x48d68b,RETRY_CONFIG[_0x2e5b07(0xdf)]);const _0x153c36={};_0x153c36['is_mobile_session']=!![];const _0x3e604e=global[_0x2e5b07(0xc6)]?Object[_0x2e5b07(0xf9)]({},_0x361146,_0x153c36):_0x361146;await _0x4d3133[_0x2e5b07(0x84)](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x48d68b,scripts['saveTestResults'],_0x3e604e),RETRY_CONFIG['timeoutMs']),await exports[_0x2e5b07(0xcb)](_0x48d68b,RETRY_CONFIG[_0x2e5b07(0xee)]);}else{await exports[_0x2e5b07(0x95)](_0x48d68b,RETRY_CONFIG[_0x2e5b07(0xdf)]);const _0x225ff7={};_0x225ff7['is_mobile_session']=!![];const _0x45ac9d=globals['getGlobal'](_0x4d3133[_0x2e5b07(0x99)])?Object[_0x2e5b07(0xf9)]({},_0x361146,_0x225ff7):_0x361146;await _0x4d3133['JzDJr'](withTimeout,_0x48d68b[_0x2e5b07(0xf5)](scripts['saveTestResults'],_0x45ac9d),RETRY_CONFIG[_0x2e5b07(0xdf)]),await exports[_0x2e5b07(0x95)](_0x48d68b,RETRY_CONFIG[_0x2e5b07(0xee)]);}return logger[_0x2e5b07(0x111)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x37272e+'\x20('+_0x311f67+')'),!![];}catch(_0x392ae9){_0x550e7a=_0x392ae9,logger[_0x2e5b07(0x138)](_0x2e5b07(0xe0)+_0x37272e+_0x2e5b07(0x11e)+_0x311f67+').\x20Error:\x20'+_0x392ae9[_0x2e5b07(0xbc)]);}}return logger[_0x2e5b07(0xec)](_0x2e5b07(0xd0)+_0x311f67+_0x2e5b07(0x96)+(_0x550e7a?.[_0x2e5b07(0xbc)]||_0x4d3133['nYUhI'])),![];};
1
+ const a121_0x14dc40=a121_0x4778;function a121_0x3d08(){const _0x3b26d1=['zExqt','hYFCm','info','):\x20','xhKGa','765372UnicnC','3981972hrFRYV','env','isPlaywright','getInstance','BNvdR','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','isPlaywrightPage','accessibilityPlatform','oFunC','../../bin/playwright/accessibility-helper','Ftuyi','RYaYn','setPlaywrightScriptTimeout','cIfcS','getRetryConfig','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','\x20failed\x20for\x20method:\x20','27786aitaou','winstonLogger','capabilitiesList','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','saveAccessibilityResultsWithRetry','selenium-webdriver','BPLjd','../performance/constants','saveTestResults','executeAsyncScript','util','sWjEp','browserStackEvaluate','message','gINzy','\x20-\x20not\x20applicable','fulfilled','SSmVl','fZxZo','isSeleniumDriver','isAccessibilityAutomationSession','fkWMD','JaxLa','smPlj','browserstackSessionName','Accessibility\x20retry\x20configuration\x20updated:\x20','status','mBAHB','Page','pmpfQ','PxuUX','getAccessibilityResultsWithRetry','exLeu','lcoBI','value',')\x20with\x20error:\x20','Operation\x20timed\x20out\x20after\x20','Accessibility\x20results\x20save\x20attempt\x20','is_mobile_session','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','allSettled','wqPxD','results','\x20failed\x20(','CFFnG','sDUdy','rejected','error','SQsvS','./helper','defaultTimeoutMs','ms\x20using\x20setTimeouts\x20API','options','evaluate','ApabV','37359Rktick','wrzvT','setDefaultTimeout','HEwmf','VIQzd','HaRJH','\x20completed\x20successfully.','WebDriver','warn','function','isRunning','ssxXq','unknown',').\x20Last\x20error:\x20','BzQgt','../globals','LnZVJ','Skipping\x20timeout\x20setting\x20for\x20','Playwright\x20accessibility\x20helper\x20not\x20available','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','getAccessibilityResults','ms\x20using\x20setScriptTimeout\x20API','umTIH','getGlobal','FznJq','playwright-codecept-driver','FjHvV','Unknown\x20error','XwGtX','OFIIt','yCufI','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','5395160DNitWO','44NYxkkP','reason','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','MXKCp','scannerProcessingTimeout','AGJCi','eYDMZ','summary','../../bin/v2/browserstackCLI','getId','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','gKgwm','UcIqF','getAccessibilityResultsSummaryWithRetry','manage','crTLZ','Rdyzt','Comprehensive\x20accessibility\x20scan\x20failed\x20(','setScriptTimeout','jtLdH','bstackA11yShouldScan','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','59XiJzMJ','setTimeouts','ounmw','timeoutMs','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','VzaWe','setSeleniumScriptTimeout','Ejcfe','getSession','BccEl',').\x20Error:\x20','fQjQc','page','Accessibility\x20results\x20retrieval\x20attempt\x20','PRItC','omzrG','undefined','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','UwOSM','rYPvD','Unknown\x20driver/page\x20type:\x20','NUSPC','DBtUH','oAfSW','2160675veTpzS','accessibilityConfig','isAccessibilityPlatform','Playwright','script','currentTest','getAccessibilityResultsSummary','JDmRq','type','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','race','url','../performance/performance-tester','timeouts','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','mVdWN','resolveMobileThTestRunUuid','isMobilePlatform','../logger','DzFIq','dQGTs','measureWrapper','getCurrentUrl','max','vixJu','maxRetries',',\x20cannot\x20perform\x20scan\x20with\x20retry.','uBBfX','scanSucceeded','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','Accessibility\x20scan\x20attempt\x20','qaRUf','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','75880xkGTfl','3fCYhds','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','uDRio','ZIgSD','debug','2384flEyVo','\x20for\x20method:\x20','144YsSYtr','LNHli','name','GafFm','Scan\x20attempt\x20','getCapabilities','assign',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'];a121_0x3d08=function(){return _0x3b26d1;};return a121_0x3d08();}(function(_0x463323,_0x17b2d3){const _0x1955fa=a121_0x4778,_0x155d29=_0x463323();while(!![]){try{const _0x3549e5=parseInt(_0x1955fa(0x241))/0x1*(parseInt(_0x1955fa(0x2a2))/0x2)+-parseInt(_0x1955fa(0x27c))/0x3*(parseInt(_0x1955fa(0x291))/0x4)+-parseInt(_0x1955fa(0x259))/0x5+parseInt(_0x1955fa(0x283))/0x6*(-parseInt(_0x1955fa(0x27b))/0x7)+-parseInt(_0x1955fa(0x281))/0x8*(-parseInt(_0x1955fa(0x20a))/0x9)+parseInt(_0x1955fa(0x22a))/0xa+-parseInt(_0x1955fa(0x22b))/0xb*(parseInt(_0x1955fa(0x290))/0xc);if(_0x3549e5===_0x17b2d3)break;else _0x155d29['push'](_0x155d29['shift']());}catch(_0x32e4dc){_0x155d29['push'](_0x155d29['shift']());}}}(a121_0x3d08,0x9f7e9));const util=require(a121_0x14dc40(0x2ac)),logger=require(a121_0x14dc40(0x26b))[a121_0x14dc40(0x2a3)],accessibilityHelper=require(a121_0x14dc40(0x204)),globals=require(a121_0x14dc40(0x219)),scripts=require('./scripts'),PerformanceTester=require(a121_0x14dc40(0x265)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a121_0x14dc40(0x2a9)),BrowserstackCLI=require(a121_0x14dc40(0x233));function a121_0x4778(_0x57f7c9,_0x3acbd5){const _0x3d08c8=a121_0x3d08();return a121_0x4778=function(_0x477845,_0x3201cd){_0x477845=_0x477845-0x1e6;let _0x4cad10=_0x3d08c8[_0x477845];return _0x4cad10;},a121_0x4778(_0x57f7c9,_0x3acbd5);}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a121_0x14dc40(0x29a));}catch(a121_0x497ac0){logger[a121_0x14dc40(0x280)](a121_0x14dc40(0x21c));}const a121_0x4a89c8={};a121_0x4a89c8['maxRetries']=0x1,a121_0x4a89c8['timeoutMs']=0x7530,a121_0x4a89c8[a121_0x14dc40(0x205)]=0x7530;const RETRY_CONFIG=a121_0x4a89c8,setConfigTimeout=(_0x43e871,_0x281471=null)=>{const _0x456941=a121_0x14dc40,_0x14f909={'fKiLw':function(_0x141449,_0x3e674c){return _0x141449===_0x3e674c;},'PoUei':_0x456941(0x22f),'cIfcS':function(_0x2b1f7c,_0x8a0a7a){return _0x2b1f7c===_0x8a0a7a;},'wrzvT':function(_0x3eaf20,_0x3b7bd7){return _0x3eaf20*_0x3b7bd7;},'oAfSW':function(_0x211b0f,_0x3c3ad3){return _0x211b0f(_0x3c3ad3);},'eYDMZ':function(_0x9d8ff9,_0xa627c4){return _0x9d8ff9(_0xa627c4);}};if(BrowserstackCLI[_0x456941(0x294)]()[_0x456941(0x214)]()&&BrowserstackCLI[_0x456941(0x294)]()['getAccessibilityModule']()){const _0x404be7=BrowserstackCLI['getInstance']()['getAccessibilityModule']()[_0x456941(0x25a)],_0x30fd96=_0x404be7[_0x456941(0x207)][_0x456941(0x2a4)]||[];for(const _0x1dc0d5 of _0x30fd96){_0x14f909['fKiLw'](_0x1dc0d5[_0x456941(0x285)],_0x14f909['PoUei'])&&_0x14f909[_0x456941(0x29e)](_0x281471,null)&&(_0x43e871[_0x456941(0x244)]=_0x14f909[_0x456941(0x20b)](_0x14f909[_0x456941(0x258)](parseInt,_0x1dc0d5[_0x456941(0x1f5)]),0x3e8));}}else process['env'][_0x456941(0x21d)]&&(_0x43e871[_0x456941(0x244)]=_0x14f909[_0x456941(0x20b)](_0x14f909[_0x456941(0x231)](parseInt,process[_0x456941(0x292)][_0x456941(0x21d)]),0x3e8));},detectDriverType=_0x12cf9b=>{const _0x5d3f27=a121_0x14dc40,_0x3defb6={};_0x3defb6[_0x5d3f27(0x28f)]=_0x5d3f27(0x216),_0x3defb6[_0x5d3f27(0x274)]=function(_0x143eac,_0x43b126){return _0x143eac===_0x43b126;},_0x3defb6['NUSPC']=_0x5d3f27(0x213),_0x3defb6[_0x5d3f27(0x29c)]='playwright-page',_0x3defb6[_0x5d3f27(0x222)]='selenium-webdriver',_0x3defb6[_0x5d3f27(0x20d)]=_0x5d3f27(0x1ef),_0x3defb6[_0x5d3f27(0x2b3)]=function(_0x315812,_0x285c57){return _0x315812===_0x285c57;},_0x3defb6[_0x5d3f27(0x1f0)]=_0x5d3f27(0x211),_0x3defb6['MXKCp']=function(_0x418968,_0x33654c){return _0x418968===_0x33654c;},_0x3defb6[_0x5d3f27(0x2b4)]=_0x5d3f27(0x25c),_0x3defb6[_0x5d3f27(0x1e9)]=_0x5d3f27(0x223),_0x3defb6['UcIqF']=function(_0x222a12,_0xe12f79){return _0x222a12||_0xe12f79;},_0x3defb6[_0x5d3f27(0x295)]=_0x5d3f27(0x251);const _0x3828b5=_0x3defb6;if(!_0x12cf9b){const _0x179bdd={};return _0x179bdd['isPlaywright']=![],_0x179bdd['type']=_0x3828b5[_0x5d3f27(0x28f)],_0x179bdd;}if(_0x3828b5[_0x5d3f27(0x274)](typeof _0x12cf9b[_0x5d3f27(0x208)],_0x3828b5[_0x5d3f27(0x256)])&&_0x3828b5[_0x5d3f27(0x274)](typeof _0x12cf9b['url'],_0x3828b5[_0x5d3f27(0x256)])&&_0x3828b5[_0x5d3f27(0x274)](typeof _0x12cf9b['goto'],_0x3828b5[_0x5d3f27(0x256)])){const _0x256160={};return _0x256160[_0x5d3f27(0x293)]=!![],_0x256160[_0x5d3f27(0x261)]=_0x3828b5['RYaYn'],_0x256160;}if(_0x3828b5[_0x5d3f27(0x274)](typeof _0x12cf9b[_0x5d3f27(0x2ab)],_0x3828b5[_0x5d3f27(0x256)])&&_0x3828b5[_0x5d3f27(0x274)](typeof _0x12cf9b[_0x5d3f27(0x288)],_0x3828b5[_0x5d3f27(0x256)])){const _0x49374c={};return _0x49374c[_0x5d3f27(0x293)]=![],_0x49374c['type']=_0x3828b5['FznJq'],_0x49374c;}const _0x2cd293=_0x12cf9b['constructor']?.[_0x5d3f27(0x285)];if(_0x3828b5[_0x5d3f27(0x274)](_0x2cd293,_0x3828b5['HEwmf'])){const _0x47bbfb={};return _0x47bbfb[_0x5d3f27(0x293)]=!![],_0x47bbfb['type']=_0x3828b5['RYaYn'],_0x47bbfb;}if(_0x3828b5[_0x5d3f27(0x2b3)](_0x2cd293,_0x3828b5[_0x5d3f27(0x1f0)])){const _0x1cb7bb={};return _0x1cb7bb[_0x5d3f27(0x293)]=![],_0x1cb7bb[_0x5d3f27(0x261)]=_0x3828b5[_0x5d3f27(0x222)],_0x1cb7bb;}if(_0x3828b5[_0x5d3f27(0x22e)](_0x2cd293,_0x3828b5[_0x5d3f27(0x2b4)])){const _0x14cb1b={};return _0x14cb1b['isPlaywright']=!![],_0x14cb1b['type']=_0x3828b5['JaxLa'],_0x14cb1b;}logger[_0x5d3f27(0x212)](_0x5d3f27(0x255)+_0x3828b5[_0x5d3f27(0x237)](_0x2cd293,_0x3828b5[_0x5d3f27(0x295)]));const _0x54066b={};return _0x54066b['isPlaywright']=![],_0x54066b['type']=_0x3828b5[_0x5d3f27(0x28f)],_0x54066b;},withTimeout=(_0x342f6a,_0x1a5fbc)=>{const _0x3d45e3=a121_0x14dc40;return Promise[_0x3d45e3(0x263)]([_0x342f6a,new Promise((_0x3e62a2,_0x3d7aa9)=>setTimeout(()=>_0x3d7aa9(new Error(_0x3d45e3(0x1f7)+_0x1a5fbc+'ms')),_0x1a5fbc))]);};exports['performScanWithRetry']=async(_0x50fcd4,_0x7ef95=null,_0x1af7d4=null,_0x5725ab=![],_0x413908=null)=>{const _0x28a5a2=a121_0x14dc40,_0x309cd8={'NKBVQ':function(_0x3b3100,_0x2e6995){return _0x3b3100&&_0x2e6995;},'smPlj':function(_0x18fcd9,_0x18249d,_0x931679){return _0x18fcd9(_0x18249d,_0x931679);},'uDRio':function(_0x2b53de,_0x30030a){return _0x2b53de===_0x30030a;},'oFunC':'playwright-codecept-driver','dQGTs':function(_0x3bf76c,_0x33efa5,_0x1d6c9c){return _0x3bf76c(_0x33efa5,_0x1d6c9c);},'gKgwm':function(_0x257be1,_0x1bf7b3){return _0x257be1(_0x1bf7b3);},'DBtUH':function(_0x52b012,_0x3eda3f){return _0x52b012||_0x3eda3f;},'umTIH':function(_0x4dabf5,_0x277186){return _0x4dabf5!==_0x277186;},'XwGtX':_0x28a5a2(0x25b),'lcoBI':_0x28a5a2(0x23f),'yCufI':function(_0x5474de,_0x206602){return _0x5474de===_0x206602;},'wqPxD':function(_0x56e472,_0xdf5cd4){return _0x56e472===_0xdf5cd4;},'IlIGp':_0x28a5a2(0x2a0),'Ftuyi':'unknown_method','fQjQc':_0x28a5a2(0x213),'mVdWN':function(_0x31e9a1,_0x33e23d){return _0x31e9a1===_0x33e23d;},'OFIIt':function(_0x3bc706,_0x1ee11d){return _0x3bc706<=_0x1ee11d;},'CFFnG':function(_0x5bb2d3,_0x2ca5fd){return _0x5bb2d3+_0x2ca5fd;},'VzaWe':function(_0x1d8085,_0x2f0ff5){return _0x1d8085+_0x2f0ff5;},'gINzy':_0x28a5a2(0x225)},{isPlaywright:_0x4427db,type:_0x1ee3d1}=_0x309cd8[_0x28a5a2(0x236)](detectDriverType,_0x50fcd4),_0x2aedbc=_0x5725ab?_0x309cd8[_0x28a5a2(0x257)](_0x413908,{}):global['bstackA11yScanOptions']||{},_0x17c052=_0x4427db?global[_0x28a5a2(0x298)]&&(_0x5725ab||_0x309cd8[_0x28a5a2(0x220)](global['bstackA11yShouldScan'],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x309cd8[_0x28a5a2(0x226)])&&(_0x5725ab||_0x309cd8['umTIH'](globals['getGlobal'](_0x309cd8[_0x28a5a2(0x1f4)]),![]));if(!_0x17c052)return _0x4427db&&global[_0x28a5a2(0x298)]&&_0x309cd8[_0x28a5a2(0x228)](global[_0x28a5a2(0x23f)],![])||!_0x4427db&&globals[_0x28a5a2(0x221)](_0x309cd8[_0x28a5a2(0x226)])&&_0x309cd8[_0x28a5a2(0x1fc)](globals[_0x28a5a2(0x221)](_0x309cd8[_0x28a5a2(0x1f4)]),![])?logger['debug'](_0x309cd8['IlIGp']):logger[_0x28a5a2(0x212)](_0x28a5a2(0x1fa)+_0x1ee3d1+_0x28a5a2(0x273)),![];const _0xc14a6f=_0x7ef95||global[_0x28a5a2(0x1eb)]||_0x309cd8[_0x28a5a2(0x29b)];let _0x4cf35c=null;const _0x4decdd={'testhub_btcer_uuid':global['__workerDetails']?.[_0x28a5a2(0x25e)]?.['id'],'url':_0x309cd8[_0x28a5a2(0x228)](typeof _0x50fcd4[_0x28a5a2(0x264)],_0x309cd8[_0x28a5a2(0x24c)])?await _0x50fcd4[_0x28a5a2(0x264)]():_0x309cd8[_0x28a5a2(0x228)](typeof _0x50fcd4[_0x28a5a2(0x26f)],_0x309cd8[_0x28a5a2(0x24c)])?await _0x50fcd4[_0x28a5a2(0x26f)]():'','automate_session_id':_0x309cd8[_0x28a5a2(0x268)](typeof _0x50fcd4['getSession'],_0x309cd8[_0x28a5a2(0x24c)])?(await _0x50fcd4[_0x28a5a2(0x249)]())[_0x28a5a2(0x234)]():''};for(let _0x49da6b=0x1;_0x309cd8[_0x28a5a2(0x227)](_0x49da6b,_0x309cd8[_0x28a5a2(0x1ff)](RETRY_CONFIG[_0x28a5a2(0x272)],0x1));_0x49da6b++){try{return logger[_0x28a5a2(0x280)](_0x28a5a2(0x277)+_0x49da6b+'/'+_0x309cd8[_0x28a5a2(0x246)](RETRY_CONFIG['maxRetries'],0x1)+_0x28a5a2(0x282)+_0xc14a6f+'\x20('+_0x1ee3d1+')'),await PerformanceTester[_0x28a5a2(0x26e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x292526=_0x28a5a2;let _0x1c7c3f;if(_0x309cd8['NKBVQ'](_0x4427db,playwrightA11yHelper)){_0x309cd8['smPlj'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x50fcd4,RETRY_CONFIG[_0x292526(0x244)]);let _0x119b4a=_0x50fcd4;_0x309cd8[_0x292526(0x27e)](_0x1ee3d1,_0x309cd8[_0x292526(0x299)])&&(_0x119b4a=_0x50fcd4[_0x292526(0x24d)]);const _0xf07ad4=global[_0x292526(0x26a)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x292526(0x269)]()}:{};_0x1c7c3f=await _0x309cd8[_0x292526(0x1ea)](withTimeout,playwrightA11yHelper['performScan'](_0x119b4a,_0xc14a6f,_0x2aedbc,_0xf07ad4),RETRY_CONFIG['timeoutMs']),await exports[_0x292526(0x29d)](_0x50fcd4,RETRY_CONFIG[_0x292526(0x205)]);}else await exports[_0x292526(0x247)](_0x50fcd4,RETRY_CONFIG[_0x292526(0x244)]),_0x1c7c3f=await _0x309cd8[_0x292526(0x26d)](withTimeout,accessibilityHelper['performScan'](_0x50fcd4,_0xc14a6f,_0x5725ab,_0x2aedbc),RETRY_CONFIG['timeoutMs']),await exports[_0x292526(0x247)](_0x50fcd4,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x292526(0x280)](_0x292526(0x287)+_0x49da6b+_0x292526(0x210));},{'command':_0xc14a6f,..._0x4decdd})(),logger[_0x28a5a2(0x28d)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x49da6b+'.'),!![];}catch(_0x23e0de){_0x4cf35c=_0x23e0de,logger[_0x28a5a2(0x280)](_0x28a5a2(0x277)+_0x49da6b+_0x28a5a2(0x2a1)+_0xc14a6f+'\x20('+_0x1ee3d1+_0x28a5a2(0x24b)+_0x23e0de['message']);}}return logger['error']('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0xc14a6f+'\x20('+_0x1ee3d1+_0x28a5a2(0x1f6)+(_0x4cf35c?.[_0x28a5a2(0x2af)]||_0x309cd8[_0x28a5a2(0x2b0)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x120b7e,_0x281ee6)=>{const _0xf7245b=a121_0x14dc40,_0x3dbc31={'lJBYJ':function(_0x366d80,_0x3a275b){return _0x366d80(_0x3a275b);},'Ejcfe':_0xf7245b(0x25b),'JDmRq':function(_0x2908be,_0x5c4901){return _0x2908be<=_0x5c4901;},'BzQgt':function(_0x5de988,_0xdbf2b){return _0x5de988+_0xdbf2b;},'omzrG':function(_0x4c5152,_0x33f5aa){return _0x4c5152&&_0x33f5aa;},'mCykZ':function(_0x38c44a,_0xb02fb6,_0x4d8052){return _0x38c44a(_0xb02fb6,_0x4d8052);},'AGJCi':function(_0x28b82b,_0x1c4170,_0x586365){return _0x28b82b(_0x1c4170,_0x586365);},'MvUGY':_0xf7245b(0x225)},{isPlaywright:_0x525462,type:_0x5714e5}=_0x3dbc31['lJBYJ'](detectDriverType,_0x120b7e),_0x344264=_0x525462?_0x281ee6[_0xf7245b(0x298)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0xf7245b(0x221)](_0x3dbc31[_0xf7245b(0x248)]);if(!_0x344264)return logger[_0xf7245b(0x212)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x5714e5+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x5b47a8=null;for(let _0x1aa3ca=0x1;_0x3dbc31[_0xf7245b(0x260)](_0x1aa3ca,_0x3dbc31[_0xf7245b(0x218)](RETRY_CONFIG['maxRetries'],0x1));_0x1aa3ca++){try{logger[_0xf7245b(0x280)](_0xf7245b(0x24e)+_0x1aa3ca+'/'+_0x3dbc31['BzQgt'](RETRY_CONFIG[_0xf7245b(0x272)],0x1)+'\x20('+_0x5714e5+')');let _0x12b706;return _0x3dbc31[_0xf7245b(0x250)](_0x525462,playwrightA11yHelper)?(_0x3dbc31['mCykZ'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xf7245b(0x29d)](_0x120b7e,RETRY_CONFIG[_0xf7245b(0x244)]),_0x12b706=await _0x3dbc31['AGJCi'](withTimeout,playwrightA11yHelper[_0xf7245b(0x21e)](_0x120b7e),RETRY_CONFIG[_0xf7245b(0x244)]),await exports['setPlaywrightScriptTimeout'](_0x120b7e,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x120b7e,RETRY_CONFIG[_0xf7245b(0x244)]),_0x12b706=await _0x3dbc31[_0xf7245b(0x230)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x120b7e,_0x281ee6),RETRY_CONFIG[_0xf7245b(0x244)]),await exports[_0xf7245b(0x247)](_0x120b7e,RETRY_CONFIG[_0xf7245b(0x205)])),logger[_0xf7245b(0x28d)](_0xf7245b(0x235)+_0x1aa3ca+'\x20('+_0x5714e5+')'),_0x12b706;}catch(_0x1ee55b){_0x5b47a8=_0x1ee55b,logger[_0xf7245b(0x212)](_0xf7245b(0x24e)+_0x1aa3ca+'\x20failed\x20('+_0x5714e5+_0xf7245b(0x24b)+_0x1ee55b[_0xf7245b(0x2af)]);}}return logger['error'](_0xf7245b(0x229)+_0x5714e5+_0xf7245b(0x217)+(_0x5b47a8?.[_0xf7245b(0x2af)]||_0x3dbc31['MvUGY'])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x50552a,_0x2cc864)=>{const _0x5ba414=a121_0x14dc40,_0x5ef1ff={'exLeu':function(_0x275d36,_0x30fcff){return _0x275d36(_0x30fcff);},'Mggbi':'isAccessibilityPlatform','hYFCm':function(_0x51f3ad,_0x8657d2){return _0x51f3ad<=_0x8657d2;},'zXHpB':function(_0x226406,_0x13f5e4){return _0x226406+_0x13f5e4;},'ApabV':function(_0x5d0734,_0x3d417e){return _0x5d0734+_0x3d417e;},'mhuUo':function(_0x479056,_0x3800bc){return _0x479056&&_0x3800bc;},'xflTb':function(_0x3e4981,_0x5796aa,_0xf8dbc7){return _0x3e4981(_0x5796aa,_0xf8dbc7);},'nSgkZ':function(_0x11deb0,_0x42a340,_0xa614e8){return _0x11deb0(_0x42a340,_0xa614e8);},'sDUdy':function(_0x429630,_0x1be163,_0x1947b6){return _0x429630(_0x1be163,_0x1947b6);},'PxuUX':_0x5ba414(0x225)},{isPlaywright:_0x2b3560,type:_0x54f714}=_0x5ef1ff[_0x5ba414(0x1f3)](detectDriverType,_0x50552a),_0x45d09c=_0x2b3560?_0x2cc864[_0x5ba414(0x298)]:accessibilityHelper[_0x5ba414(0x1e7)]()&&globals[_0x5ba414(0x221)](_0x5ef1ff['Mggbi']);if(!_0x45d09c)return logger[_0x5ba414(0x212)](_0x5ba414(0x1fa)+_0x54f714+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x3a1681=null;for(let _0x3233ad=0x1;_0x5ef1ff[_0x5ba414(0x28c)](_0x3233ad,_0x5ef1ff['zXHpB'](RETRY_CONFIG['maxRetries'],0x1));_0x3233ad++){try{logger['debug'](_0x5ba414(0x22d)+_0x3233ad+'/'+_0x5ef1ff[_0x5ba414(0x209)](RETRY_CONFIG[_0x5ba414(0x272)],0x1)+'\x20('+_0x54f714+')');let _0x384178;return _0x5ef1ff['mhuUo'](_0x2b3560,playwrightA11yHelper)?(_0x5ef1ff['xflTb'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x50552a,RETRY_CONFIG[_0x5ba414(0x244)]),_0x384178=await _0x5ef1ff['nSgkZ'](withTimeout,playwrightA11yHelper[_0x5ba414(0x25f)](_0x50552a),RETRY_CONFIG[_0x5ba414(0x244)]),await exports['setPlaywrightScriptTimeout'](_0x50552a,RETRY_CONFIG[_0x5ba414(0x205)])):(await exports[_0x5ba414(0x247)](_0x50552a,RETRY_CONFIG['timeoutMs']),_0x384178=await _0x5ef1ff[_0x5ba414(0x200)](withTimeout,accessibilityHelper[_0x5ba414(0x25f)](_0x50552a,_0x2cc864),RETRY_CONFIG[_0x5ba414(0x244)]),await exports['setSeleniumScriptTimeout'](_0x50552a,RETRY_CONFIG[_0x5ba414(0x205)])),logger[_0x5ba414(0x28d)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x3233ad+'\x20('+_0x54f714+')'),_0x384178;}catch(_0x2aaaaf){_0x3a1681=_0x2aaaaf,logger['warn'](_0x5ba414(0x22d)+_0x3233ad+_0x5ba414(0x1fe)+_0x54f714+').\x20Error:\x20'+_0x2aaaaf[_0x5ba414(0x2af)]);}}return logger['error'](_0x5ba414(0x27a)+_0x54f714+').\x20Last\x20error:\x20'+(_0x3a1681?.['message']||_0x5ef1ff[_0x5ba414(0x1f1)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x31bf93,_0x5b8cda,_0x498206=null)=>{const _0x6615b7=a121_0x14dc40,_0x4ea458={'eOeDo':function(_0x350ebc,_0x699745){return _0x350ebc(_0x699745);},'LNHli':function(_0x39b06c,_0x592c13){return _0x39b06c===_0x592c13;},'PRItC':_0x6615b7(0x2b2),'BPLjd':_0x6615b7(0x201),'GafFm':function(_0x53e713,_0x37ea01){return _0x53e713===_0x37ea01;},'yMTKb':'Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan'},{isPlaywright:_0x30290e,type:_0x1262a5}=_0x4ea458['eOeDo'](detectDriverType,_0x31bf93),_0x49c15e={};_0x49c15e['scanSucceeded']=![],_0x49c15e[_0x6615b7(0x1fd)]=[],_0x49c15e[_0x6615b7(0x232)]={},_0x49c15e[_0x6615b7(0x202)]=null,_0x49c15e['driverType']=_0x1262a5;const _0x5be11c=_0x49c15e;try{_0x5be11c[_0x6615b7(0x275)]=await exports['performScanWithRetry'](_0x31bf93,_0x498206);if(_0x5be11c['scanSucceeded']){const [_0x172cf2,_0x43b152]=await Promise[_0x6615b7(0x1fb)]([exports[_0x6615b7(0x1f2)](_0x31bf93,_0x5b8cda),exports[_0x6615b7(0x238)](_0x31bf93,_0x5b8cda)]);_0x5be11c[_0x6615b7(0x1fd)]=_0x4ea458['LNHli'](_0x172cf2[_0x6615b7(0x1ed)],_0x4ea458[_0x6615b7(0x24f)])?_0x172cf2[_0x6615b7(0x1f5)]:[],_0x5be11c['summary']=_0x4ea458[_0x6615b7(0x284)](_0x43b152[_0x6615b7(0x1ed)],_0x4ea458[_0x6615b7(0x24f)])?_0x43b152['value']:{},_0x4ea458[_0x6615b7(0x284)](_0x172cf2[_0x6615b7(0x1ed)],_0x4ea458[_0x6615b7(0x2a8)])&&logger[_0x6615b7(0x212)](_0x6615b7(0x252)+_0x1262a5+'):\x20'+_0x172cf2[_0x6615b7(0x22c)]?.[_0x6615b7(0x2af)]),_0x4ea458[_0x6615b7(0x286)](_0x43b152[_0x6615b7(0x1ed)],_0x4ea458[_0x6615b7(0x2a8)])&&logger[_0x6615b7(0x212)](_0x6615b7(0x276)+_0x1262a5+_0x6615b7(0x28e)+_0x43b152['reason']?.[_0x6615b7(0x2af)]);}}catch(_0x4c0bc4){_0x5be11c[_0x6615b7(0x202)]=_0x4c0bc4[_0x6615b7(0x2af)]||_0x4ea458['yMTKb'],logger['error'](_0x6615b7(0x23c)+_0x1262a5+_0x6615b7(0x28e)+_0x5be11c[_0x6615b7(0x202)]);}return _0x5be11c;},exports['updateRetryConfig']=_0xce8eb9=>{const _0x32621a=a121_0x14dc40,_0x4f77d4={};_0x4f77d4[_0x32621a(0x253)]=function(_0x5000b2,_0x52768b){return _0x5000b2!==_0x52768b;};const _0x1541cc=_0x4f77d4;_0x1541cc[_0x32621a(0x253)](_0xce8eb9[_0x32621a(0x272)],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0x32621a(0x270)](0x0,_0xce8eb9[_0x32621a(0x272)])),_0x1541cc['UwOSM'](_0xce8eb9['timeoutMs'],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x32621a(0x270)](0x3e8,_0xce8eb9[_0x32621a(0x244)])),logger[_0x32621a(0x280)](_0x32621a(0x1ec)+JSON['stringify'](RETRY_CONFIG));},exports[a121_0x14dc40(0x29f)]=()=>{const _0x4af605={...RETRY_CONFIG};return _0x4af605;},exports[a121_0x14dc40(0x297)]=_0x23aac1=>{const _0x4c39a8=a121_0x14dc40,_0x24ee58={'ounmw':function(_0x2f6065,_0x1d2050){return _0x2f6065(_0x1d2050);}};return _0x24ee58[_0x4c39a8(0x243)](detectDriverType,_0x23aac1)[_0x4c39a8(0x293)];},exports[a121_0x14dc40(0x1e6)]=_0x28f73d=>{const _0x932509=a121_0x14dc40,_0x363d31={'mBAHB':function(_0x1e9d1e,_0xb8ccf0){return _0x1e9d1e(_0xb8ccf0);},'fkWMD':function(_0x2279b4,_0x7e016e){return _0x2279b4===_0x7e016e;},'eHBwG':_0x932509(0x2a7)},{isPlaywright:_0x3153c1,type:_0x3a3264}=_0x363d31[_0x932509(0x1ee)](detectDriverType,_0x28f73d);return!_0x3153c1&&_0x363d31[_0x932509(0x1e8)](_0x3a3264,_0x363d31['eHBwG']);},exports['setPlaywrightScriptTimeout']=async(_0x563c78,_0x5a2b5b=null)=>{const _0x372cd4=a121_0x14dc40,_0x508216={'DzFIq':function(_0xcfae23,_0x544ace){return _0xcfae23(_0x544ace);},'hlNjS':function(_0x27e346,_0x542b18){return _0x27e346===_0x542b18;},'jehVW':_0x372cd4(0x213)},{isPlaywright:_0x3bbb54,type:_0x204fbb}=_0x508216[_0x372cd4(0x26c)](detectDriverType,_0x563c78);if(!_0x3bbb54)return logger[_0x372cd4(0x280)](_0x372cd4(0x21b)+_0x204fbb+_0x372cd4(0x2b1)),!![];const _0x22cfdf=_0x5a2b5b||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x563c78&&_0x508216['hlNjS'](typeof _0x563c78[_0x372cd4(0x20c)],_0x508216['jehVW'])&&(await _0x563c78[_0x372cd4(0x20c)](_0x22cfdf),logger[_0x372cd4(0x280)](_0x372cd4(0x240)+_0x22cfdf+'ms')),!![];}catch(_0xc97d2e){return logger[_0x372cd4(0x212)](_0x372cd4(0x245)+_0xc97d2e[_0x372cd4(0x2af)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x4acde9,_0x59b3c8=null)=>{const _0x15d6e9=a121_0x14dc40,_0x5c259b={};_0x5c259b[_0x15d6e9(0x254)]='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0x5c259b[_0x15d6e9(0x21a)]=function(_0x344f24,_0x53f3ec){return _0x344f24===_0x53f3ec;},_0x5c259b['jtLdH']=_0x15d6e9(0x213),_0x5c259b['zExqt']=function(_0x5b4f6e,_0x4d9873){return _0x5b4f6e===_0x4d9873;},_0x5c259b[_0x15d6e9(0x20e)]=function(_0x2266e7,_0x791462){return _0x2266e7===_0x791462;},_0x5c259b[_0x15d6e9(0x20f)]=function(_0x5586c1,_0x564c17){return _0x5586c1===_0x564c17;},_0x5c259b[_0x15d6e9(0x224)]=_0x15d6e9(0x267),_0x5c259b[_0x15d6e9(0x27f)]=_0x15d6e9(0x2a5);const _0x5031c4=_0x5c259b;if(!exports[_0x15d6e9(0x1e6)](_0x4acde9))return logger['warn'](_0x5031c4[_0x15d6e9(0x254)]),![];const _0x5a3763=_0x59b3c8||RETRY_CONFIG[_0x15d6e9(0x205)];try{if(_0x4acde9&&_0x5031c4[_0x15d6e9(0x21a)](typeof _0x4acde9['manage'],_0x5031c4['jtLdH'])){const _0x1fa67d=_0x4acde9[_0x15d6e9(0x239)]();if(_0x1fa67d&&_0x5031c4[_0x15d6e9(0x28b)](typeof _0x1fa67d['timeouts'],_0x5031c4[_0x15d6e9(0x23e)]))await _0x1fa67d[_0x15d6e9(0x266)]()[_0x15d6e9(0x23d)](_0x5a3763),logger[_0x15d6e9(0x280)](_0x15d6e9(0x279)+_0x5a3763+'ms\x20using\x20timeouts()\x20API');else{if(_0x1fa67d&&_0x5031c4[_0x15d6e9(0x20e)](typeof _0x1fa67d[_0x15d6e9(0x242)],_0x5031c4[_0x15d6e9(0x23e)])){const _0x279eaf={};_0x279eaf[_0x15d6e9(0x25d)]=_0x5a3763,await _0x1fa67d[_0x15d6e9(0x242)](_0x279eaf),logger[_0x15d6e9(0x280)](_0x15d6e9(0x279)+_0x5a3763+_0x15d6e9(0x206));}else{if(_0x1fa67d&&_0x5031c4[_0x15d6e9(0x20f)](typeof _0x1fa67d[_0x15d6e9(0x23d)],_0x5031c4[_0x15d6e9(0x23e)]))await _0x1fa67d['setScriptTimeout'](_0x5a3763),logger[_0x15d6e9(0x280)](_0x15d6e9(0x279)+_0x5a3763+_0x15d6e9(0x21f));else return logger[_0x15d6e9(0x280)](_0x5031c4['FjHvV']),!![];}}}else return logger[_0x15d6e9(0x280)](_0x5031c4[_0x15d6e9(0x27f)]),!![];return!![];}catch(_0x598d5f){return logger['warn'](_0x15d6e9(0x296)+_0x598d5f[_0x15d6e9(0x2af)]),![];}},exports[a121_0x14dc40(0x2a6)]=async(_0x106ed3,_0x1c5693)=>{const _0x3070f3=a121_0x14dc40,_0x55f7e7={'Rdyzt':function(_0x59350e,_0x2400f6){return _0x59350e(_0x2400f6);},'qaRUf':'isAccessibilityPlatform','sWjEp':function(_0x34a388,_0xd6770a){return _0x34a388<=_0xd6770a;},'SQsvS':function(_0x4c6399,_0x9865d4){return _0x4c6399+_0x9865d4;},'crTLZ':function(_0x28e689,_0x1e9883){return _0x28e689&&_0x1e9883;},'ssxXq':function(_0x3958d7,_0x355a45,_0x2e7c9e){return _0x3958d7(_0x355a45,_0x2e7c9e);},'vixJu':_0x3070f3(0x26a),'BccEl':function(_0x4aef3a,_0x7d1069,_0x3f2ec1){return _0x4aef3a(_0x7d1069,_0x3f2ec1);},'myxNY':_0x3070f3(0x225)},{isPlaywright:_0x5b09ba,type:_0x382b1a}=_0x55f7e7[_0x3070f3(0x23b)](detectDriverType,_0x106ed3),_0x4751ad=_0x5b09ba?global['accessibilityPlatform']:accessibilityHelper[_0x3070f3(0x1e7)]()&&globals[_0x3070f3(0x221)](_0x55f7e7[_0x3070f3(0x278)]);if(!_0x4751ad)return logger[_0x3070f3(0x212)](_0x3070f3(0x1fa)+_0x382b1a+_0x3070f3(0x28a)),![];let _0x56903d=null;for(let _0x567058=0x1;_0x55f7e7[_0x3070f3(0x2ad)](_0x567058,_0x55f7e7[_0x3070f3(0x203)](RETRY_CONFIG[_0x3070f3(0x272)],0x1));_0x567058++){try{logger[_0x3070f3(0x280)](_0x3070f3(0x1f8)+_0x567058+'/'+_0x55f7e7[_0x3070f3(0x203)](RETRY_CONFIG[_0x3070f3(0x272)],0x1)+'\x20('+_0x382b1a+')');if(_0x55f7e7[_0x3070f3(0x23a)](_0x5b09ba,playwrightA11yHelper)){_0x55f7e7[_0x3070f3(0x215)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3070f3(0x29d)](_0x106ed3,RETRY_CONFIG[_0x3070f3(0x244)]);const _0x1da878={};_0x1da878[_0x3070f3(0x1f9)]=!![];const _0x22eb5e=global[_0x3070f3(0x26a)]?Object[_0x3070f3(0x289)]({},_0x1c5693,_0x1da878):_0x1c5693;await _0x55f7e7['ssxXq'](withTimeout,playwrightA11yHelper[_0x3070f3(0x2ae)](_0x106ed3,scripts[_0x3070f3(0x2aa)],_0x22eb5e),RETRY_CONFIG[_0x3070f3(0x244)]),await exports[_0x3070f3(0x29d)](_0x106ed3,RETRY_CONFIG['defaultTimeoutMs']);}else{await exports['setSeleniumScriptTimeout'](_0x106ed3,RETRY_CONFIG['timeoutMs']);const _0x4ba068={};_0x4ba068['is_mobile_session']=!![];const _0x2771c7=globals['getGlobal'](_0x55f7e7[_0x3070f3(0x271)])?Object[_0x3070f3(0x289)]({},_0x1c5693,_0x4ba068):_0x1c5693;await _0x55f7e7[_0x3070f3(0x24a)](withTimeout,_0x106ed3[_0x3070f3(0x2ab)](scripts[_0x3070f3(0x2aa)],_0x2771c7),RETRY_CONFIG[_0x3070f3(0x244)]),await exports[_0x3070f3(0x247)](_0x106ed3,RETRY_CONFIG[_0x3070f3(0x205)]);}return logger['info'](_0x3070f3(0x27d)+_0x567058+'\x20('+_0x382b1a+')'),!![];}catch(_0x6a9ba4){_0x56903d=_0x6a9ba4,logger[_0x3070f3(0x212)](_0x3070f3(0x1f8)+_0x567058+_0x3070f3(0x1fe)+_0x382b1a+_0x3070f3(0x24b)+_0x6a9ba4[_0x3070f3(0x2af)]);}}return logger['error'](_0x3070f3(0x262)+_0x382b1a+_0x3070f3(0x217)+(_0x56903d?.['message']||_0x55f7e7['myxNY'])),![];};
@@ -1 +1 @@
1
- var a107_0x23cf56=a107_0x429d;(function(_0x266c7d,_0x357bbf){var _0x2a9bc8=a107_0x429d,_0x169af0=_0x266c7d();while(!![]){try{var _0x4b7825=-parseInt(_0x2a9bc8(0xcc))/0x1*(-parseInt(_0x2a9bc8(0xc2))/0x2)+parseInt(_0x2a9bc8(0xce))/0x3+-parseInt(_0x2a9bc8(0xc0))/0x4*(-parseInt(_0x2a9bc8(0xd5))/0x5)+-parseInt(_0x2a9bc8(0xd0))/0x6*(parseInt(_0x2a9bc8(0xd3))/0x7)+-parseInt(_0x2a9bc8(0xd4))/0x8+-parseInt(_0x2a9bc8(0xca))/0x9+-parseInt(_0x2a9bc8(0xd1))/0xa*(-parseInt(_0x2a9bc8(0xcd))/0xb);if(_0x4b7825===_0x357bbf)break;else _0x169af0['push'](_0x169af0['shift']());}catch(_0x518b3a){_0x169af0['push'](_0x169af0['shift']());}}}(a107_0x411c,0xc1e31),exports[a107_0x23cf56(0xc7)]='https://accessibility.browserstack.com/api',exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a107_0x23cf56(0xc6),exports[a107_0x23cf56(0xc3)]=a107_0x23cf56(0xc4),exports['MINIMUM_SAFARI_VERSION']='18.4');var a107_0x18257d={};a107_0x18257d[a107_0x23cf56(0xc1)]=a107_0x23cf56(0xd7),a107_0x18257d[a107_0x23cf56(0xc5)]=0x5e,a107_0x18257d[a107_0x23cf56(0xc9)]=0x64,a107_0x18257d[a107_0x23cf56(0xbf)]=!![];var a107_0x24f51f={};a107_0x24f51f[a107_0x23cf56(0xc1)]=a107_0x23cf56(0xd7),a107_0x24f51f[a107_0x23cf56(0xc5)]=0x5e,a107_0x24f51f['min_version_non_browserstack']=0x64,a107_0x24f51f[a107_0x23cf56(0xbf)]=!![];var a107_0x978283={};a107_0x978283['display_name']=a107_0x23cf56(0xd7),a107_0x978283[a107_0x23cf56(0xc5)]=0x5e,a107_0x978283['min_version_non_browserstack']=0x64,a107_0x978283[a107_0x23cf56(0xbf)]=!![];var a107_0x2b432c={};a107_0x2b432c[a107_0x23cf56(0xc1)]=a107_0x23cf56(0xcf),a107_0x2b432c['min_version_browserstack']=0x8d,a107_0x2b432c[a107_0x23cf56(0xc9)]=0x8d,a107_0x2b432c[a107_0x23cf56(0xbf)]=!![];var a107_0x41f127={};a107_0x41f127[a107_0x23cf56(0xc1)]='Safari',a107_0x41f127['min_version_browserstack']=18.4,a107_0x41f127[a107_0x23cf56(0xc9)]=18.4,a107_0x41f127[a107_0x23cf56(0xbf)]=![];function a107_0x411c(){var _0x4186bd=['986151qnNfHZ','ChromeForTesting','66yCxeds','79870vKwWSS','chrome','747362MOcmdX','6453664jlgfIj','4740865nTkcFc','chromefortesting','Chrome','requires_chrome_options_check','4LeuCqb','display_name','8cAfUvF','MINIMUM_CHROMEFORTESTING_VERSION','141','min_version_browserstack','100','API_URL','ACCESSIBILITY_SUPPORTED_BROWSERS','min_version_non_browserstack','5687766JcleOr','safari','251053qZAspL','1551oTNPQO'];a107_0x411c=function(){return _0x4186bd;};return a107_0x411c();}var a107_0xcecf01={};function a107_0x429d(_0x1d45c4,_0x496f5e){var _0x411ce0=a107_0x411c();return a107_0x429d=function(_0x429d48,_0x555ff8){_0x429d48=_0x429d48-0xbf;var _0x697564=_0x411ce0[_0x429d48];return _0x697564;},a107_0x429d(_0x1d45c4,_0x496f5e);}a107_0xcecf01[a107_0x23cf56(0xd2)]=a107_0x18257d,a107_0xcecf01['chromium']=a107_0x24f51f,a107_0xcecf01['playwright-chromium']=a107_0x978283,a107_0xcecf01[a107_0x23cf56(0xd6)]=a107_0x2b432c,a107_0xcecf01[a107_0x23cf56(0xcb)]=a107_0x41f127,exports[a107_0x23cf56(0xc8)]=a107_0xcecf01;
1
+ var a122_0x37c3a5=a122_0x1ce5;(function(_0x55a7f5,_0x2785bd){var _0x2974f5=a122_0x1ce5,_0x136b28=_0x55a7f5();while(!![]){try{var _0x4c79c8=-parseInt(_0x2974f5(0x149))/0x1+parseInt(_0x2974f5(0x136))/0x2+parseInt(_0x2974f5(0x140))/0x3*(parseInt(_0x2974f5(0x144))/0x4)+-parseInt(_0x2974f5(0x14b))/0x5+parseInt(_0x2974f5(0x143))/0x6*(-parseInt(_0x2974f5(0x13e))/0x7)+parseInt(_0x2974f5(0x148))/0x8+-parseInt(_0x2974f5(0x13d))/0x9*(-parseInt(_0x2974f5(0x142))/0xa);if(_0x4c79c8===_0x2785bd)break;else _0x136b28['push'](_0x136b28['shift']());}catch(_0xe68545){_0x136b28['push'](_0x136b28['shift']());}}}(a122_0x3dab,0x20947),exports[a122_0x37c3a5(0x141)]=a122_0x37c3a5(0x13a),exports[a122_0x37c3a5(0x13f)]='94',exports[a122_0x37c3a5(0x139)]='100',exports[a122_0x37c3a5(0x14c)]='141',exports[a122_0x37c3a5(0x137)]=a122_0x37c3a5(0x145));var a122_0x484337={};a122_0x484337[a122_0x37c3a5(0x134)]=a122_0x37c3a5(0x14a),a122_0x484337[a122_0x37c3a5(0x138)]=0x5e,a122_0x484337[a122_0x37c3a5(0x135)]=0x64,a122_0x484337[a122_0x37c3a5(0x13c)]=!![];function a122_0x1ce5(_0x13f075,_0x242446){var _0x3dab25=a122_0x3dab();return a122_0x1ce5=function(_0x1ce51e,_0x20c32f){_0x1ce51e=_0x1ce51e-0x132;var _0x1fbe85=_0x3dab25[_0x1ce51e];return _0x1fbe85;},a122_0x1ce5(_0x13f075,_0x242446);}var a122_0x1b55ce={};a122_0x1b55ce[a122_0x37c3a5(0x134)]=a122_0x37c3a5(0x14a),a122_0x1b55ce['min_version_browserstack']=0x5e,a122_0x1b55ce['min_version_non_browserstack']=0x64,a122_0x1b55ce[a122_0x37c3a5(0x13c)]=!![];var a122_0x16e2aa={};a122_0x16e2aa['display_name']=a122_0x37c3a5(0x14a),a122_0x16e2aa[a122_0x37c3a5(0x138)]=0x5e,a122_0x16e2aa[a122_0x37c3a5(0x135)]=0x64,a122_0x16e2aa[a122_0x37c3a5(0x13c)]=!![];var a122_0x281c79={};a122_0x281c79['display_name']=a122_0x37c3a5(0x133),a122_0x281c79[a122_0x37c3a5(0x138)]=0x8d,a122_0x281c79['min_version_non_browserstack']=0x8d,a122_0x281c79[a122_0x37c3a5(0x13c)]=!![];var a122_0x4f18e5={};a122_0x4f18e5['display_name']=a122_0x37c3a5(0x146),a122_0x4f18e5[a122_0x37c3a5(0x138)]=18.4,a122_0x4f18e5['min_version_non_browserstack']=18.4,a122_0x4f18e5['requires_chrome_options_check']=![];function a122_0x3dab(){var _0x35ed25=['410847ldVctz','API_URL','636280JakguI','354mDDBEn','4iortmR','18.4','Safari','chrome','1935000IDxorI','142652dNEkwd','Chrome','389100zVUpJb','MINIMUM_CHROMEFORTESTING_VERSION','playwright-chromium','ChromeForTesting','display_name','min_version_non_browserstack','121592NcRwjo','MINIMUM_SAFARI_VERSION','min_version_browserstack','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','https://accessibility.browserstack.com/api','ACCESSIBILITY_SUPPORTED_BROWSERS','requires_chrome_options_check','9jIvidF','17717naYiKN','MINIMUM_BROWSER_VERSION_ACCESSIBILITY'];a122_0x3dab=function(){return _0x35ed25;};return a122_0x3dab();}var a122_0x219a00={};a122_0x219a00[a122_0x37c3a5(0x147)]=a122_0x484337,a122_0x219a00['chromium']=a122_0x1b55ce,a122_0x219a00[a122_0x37c3a5(0x132)]=a122_0x16e2aa,a122_0x219a00['chromefortesting']=a122_0x281c79,a122_0x219a00['safari']=a122_0x4f18e5,exports[a122_0x37c3a5(0x13b)]=a122_0x219a00;
@@ -1 +1 @@
1
- const a108_0x3bb529=a108_0x438a;function a108_0x438a(_0x1343de,_0x224a4d){const _0x9748e3=a108_0x9748();return a108_0x438a=function(_0x438abe,_0x4b4389){_0x438abe=_0x438abe-0xdd;let _0x2d52a6=_0x9748e3[_0x438abe];return _0x2d52a6;},a108_0x438a(_0x1343de,_0x224a4d);}(function(_0x3016cb,_0xb1875a){const _0x1c9199=a108_0x438a,_0x41b916=_0x3016cb();while(!![]){try{const _0x8c1e1c=-parseInt(_0x1c9199(0x1a1))/0x1*(-parseInt(_0x1c9199(0xe2))/0x2)+-parseInt(_0x1c9199(0x1e9))/0x3+parseInt(_0x1c9199(0x1db))/0x4*(-parseInt(_0x1c9199(0x167))/0x5)+parseInt(_0x1c9199(0x122))/0x6+-parseInt(_0x1c9199(0x1a6))/0x7+-parseInt(_0x1c9199(0x116))/0x8*(-parseInt(_0x1c9199(0x1d2))/0x9)+parseInt(_0x1c9199(0x10d))/0xa*(-parseInt(_0x1c9199(0x11a))/0xb);if(_0x8c1e1c===_0xb1875a)break;else _0x41b916['push'](_0x41b916['shift']());}catch(_0x210f3b){_0x41b916['push'](_0x41b916['shift']());}}}(a108_0x9748,0x19f0a));const path=require(a108_0x3bb529(0x1e2)),util=require(a108_0x3bb529(0x1cc)),bsSetupHelper=require(a108_0x3bb529(0xfb)),logger=require(a108_0x3bb529(0xe9))[a108_0x3bb529(0x147)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x3bb529(0x10c)),PerformanceTester=require(a108_0x3bb529(0x12b)),scripts=require(a108_0x3bb529(0x17e)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a108_0x3bb529(0x15d)]=async _0x3d78f0=>{const _0x203e1c=a108_0x3bb529,_0x5309b5={};_0x5309b5[_0x203e1c(0x1dd)]=function(_0x2bcf20,_0x131fda){return _0x2bcf20===_0x131fda;},_0x5309b5['BdRYS']='browserstack';const _0x57badf=_0x5309b5;let _0x45f9a8={};try{const _0x51c0aa=await _0x3d78f0['getCapabilities']();_0x45f9a8={'os_name':_0x51c0aa[_0x203e1c(0x1da)](),'os_version':bsSetupHelper[_0x203e1c(0x1bb)](_0x57badf[_0x203e1c(0x1dd)](global[_0x203e1c(0x141)],_0x57badf['BdRYS'])),'browser_name':_0x51c0aa['getBrowserName'](),'browser_version':_0x51c0aa[_0x203e1c(0xf0)]()};}catch(_0x1d00b5){logger['debug'](_0x203e1c(0x11e)+_0x1d00b5);}return _0x45f9a8;},exports[a108_0x3bb529(0x1a5)]=()=>{const _0x46eeda=a108_0x3bb529,_0x544146={};_0x544146['uWBIG']=function(_0x45c296,_0x2ecf2b){return _0x45c296===_0x2ecf2b;},_0x544146[_0x46eeda(0x184)]='string',_0x544146[_0x46eeda(0x1eb)]=function(_0x10f869,_0xe476d0){return _0x10f869>_0xe476d0;},_0x544146[_0x46eeda(0x14d)]=function(_0x4d61d9,_0xa41fe6){return _0x4d61d9!==_0xa41fe6;},_0x544146['IWIBL']=_0x46eeda(0x18d),_0x544146[_0x46eeda(0x1d6)]=function(_0x43d79d,_0x55e8f3){return _0x43d79d&&_0x55e8f3;};const _0x29e5c7=_0x544146;try{const _0x426f1e=bsSetupHelper[_0x46eeda(0x1b6)](process['env'][_0x46eeda(0x15c)])||bsSetupHelper[_0x46eeda(0x1b6)](process['env'][_0x46eeda(0xec)]),_0x10f284=_0x29e5c7[_0x46eeda(0x192)](typeof process[_0x46eeda(0x1d8)][_0x46eeda(0x173)],_0x29e5c7[_0x46eeda(0x184)])&&_0x29e5c7[_0x46eeda(0x1eb)](process[_0x46eeda(0x1d8)][_0x46eeda(0x173)][_0x46eeda(0x1e0)],0x0)&&_0x29e5c7[_0x46eeda(0x14d)](process[_0x46eeda(0x1d8)]['BS_A11Y_JWT'],_0x29e5c7[_0x46eeda(0x1aa)]);return _0x29e5c7[_0x46eeda(0x1d6)](_0x426f1e,_0x10f284);}catch(_0x5308e0){logger[_0x46eeda(0x114)](_0x46eeda(0x107)+_0x5308e0);}return![];},exports[a108_0x3bb529(0x1c6)]=(_0x422c5c,_0x3592fd)=>{const _0x38a233=a108_0x3bb529,_0x519b2b={'iJjdn':'browserName','XGXYm':function(_0x37492b,_0xc32241){return _0x37492b(_0xc32241);},'UOcld':_0x38a233(0x1ec),'ffkHD':function(_0x42988c,_0x435371){return _0x42988c(_0x435371);},'SqATp':_0x38a233(0xe5),'vAszz':'bstack:options','LGobX':function(_0x3a197a,_0x2ebb94){return _0x3a197a(_0x2ebb94);},'Ibhax':_0x38a233(0x16d),'uqsHe':_0x38a233(0x19a),'whoPK':_0x38a233(0x1e1),'sqptQ':_0x38a233(0xf3),'fEjad':_0x38a233(0x18f),'SWilj':_0x38a233(0x1bd),'WCJxE':_0x38a233(0x117),'LGNEN':_0x38a233(0x12d),'BSOTU':_0x38a233(0x1c1),'sMddr':_0x38a233(0x1e8),'AEXIU':function(_0x257d72,_0x139b56){return _0x257d72===_0x139b56;},'hxzOZ':_0x38a233(0x149),'kKqtm':function(_0x289e45,_0x4f8fda){return _0x289e45>=_0x4f8fda;}},_0x3a3c8e=_0x422c5c['get'](_0x519b2b[_0x38a233(0x1ad)]),_0x5622fc=_0x519b2b[_0x38a233(0x109)](parseFloat,_0x422c5c[_0x38a233(0x1cb)](_0x519b2b['UOcld']))||_0x519b2b[_0x38a233(0x1ca)](parseFloat,_0x422c5c[_0x38a233(0x1cb)](_0x519b2b[_0x38a233(0x100)])),_0x255242=_0x422c5c[_0x38a233(0x1cb)](_0x519b2b[_0x38a233(0x145)])||{},_0x172518=_0x519b2b[_0x38a233(0x1f4)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x4a4d68=_0x255242[_0x519b2b['Ibhax']]||_0x422c5c[_0x38a233(0x1cb)](_0x519b2b[_0x38a233(0x10e)])||![];if(_0x4a4d68)return logger[_0x38a233(0x17d)](_0x519b2b[_0x38a233(0xf4)]),![];let _0x361f15;try{_0x361f15=bsSetupHelper[_0x38a233(0x17f)](_0x519b2b['sqptQ'],_0x519b2b[_0x38a233(0x164)]);}catch(_0x20da1d){return![];}const _0x40a6ec=new _0x361f15[(_0x38a233(0x1c3))](_0x3592fd[_0x38a233(0x118)]),_0x288c7d=bsSetupHelper[_0x38a233(0x136)](_0x40a6ec,[_0x519b2b[_0x38a233(0xe7)],_0x519b2b[_0x38a233(0x13b)]])||bsSetupHelper[_0x38a233(0x136)](_0x3592fd['capabilities_'],[_0x519b2b[_0x38a233(0x145)],_0x519b2b[_0x38a233(0x1e4)],_0x519b2b[_0x38a233(0x13b)]])||bsSetupHelper[_0x38a233(0x136)](_0x3592fd[_0x38a233(0x1ef)],[_0x519b2b[_0x38a233(0x1e4)],_0x519b2b[_0x38a233(0x13b)]])||[],_0x302b40=Array[_0x38a233(0x16f)](_0x288c7d)?_0x288c7d:[];if(_0x302b40[_0x38a233(0x189)](_0x45a9fb=>typeof _0x45a9fb===_0x38a233(0x180)&&(_0x45a9fb===_0x38a233(0x101)||_0x45a9fb[_0x38a233(0x1c5)]('--headless=')&&_0x45a9fb!==_0x38a233(0x124))))return logger['warn'](_0x519b2b[_0x38a233(0x176)]),![];const _0x515704=_0x3592fd[_0x38a233(0x1ef)]||{},_0x2e985e=bsSetupHelper['nestedKeyValue'](_0x515704,[_0x519b2b[_0x38a233(0x1be)]])||{},_0x3cac5a=bsSetupHelper[_0x38a233(0x136)](_0x2e985e,[_0x519b2b['WCJxE']])||[],_0x47f17b=Array[_0x38a233(0x16f)](_0x3cac5a)?_0x3cac5a:[];if(_0x47f17b[_0x38a233(0x189)](_0x1f1acd=>typeof _0x1f1acd===_0x38a233(0x180)&&(_0x1f1acd===_0x38a233(0x101)||_0x1f1acd[_0x38a233(0x1c5)](_0x38a233(0x16e))&&_0x1f1acd!=='--headless=new')))return logger[_0x38a233(0x17d)](_0x519b2b[_0x38a233(0x176)]),![];if(_0x519b2b[_0x38a233(0x159)](_0x3a3c8e[_0x38a233(0x19c)](),_0x519b2b[_0x38a233(0x1c2)])&&_0x519b2b['kKqtm'](_0x5622fc,_0x172518))return!![];return logger['warn'](_0x38a233(0x13d)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x3bb529(0x134)]=_0x126472=>{const _0x5d3699=a108_0x3bb529,_0x2750a4={};_0x2750a4[_0x5d3699(0x187)]=_0x5d3699(0x1e8),_0x2750a4['yyhMe']=function(_0x40f2ba,_0x3d6b56){return _0x40f2ba||_0x3d6b56;},_0x2750a4[_0x5d3699(0x1b9)]=_0x5d3699(0x14b);const _0x588d46=_0x2750a4,_0x5cfd48=scripts[_0x5d3699(0x177)];try{const _0x47771d=bsSetupHelper['isTrue'](process['env'][_0x5d3699(0x15c)])||bsSetupHelper[_0x5d3699(0x1b6)](process['env'][_0x5d3699(0xec)]);if((!bsSetupHelper[_0x5d3699(0x15b)]()||process[_0x5d3699(0x1d8)][_0x5d3699(0x158)])&&_0x47771d){const _0x58e684=_0x126472[_0x5d3699(0x13f)](),_0x574612=_0x58e684['get'](_0x588d46[_0x5d3699(0x187)]),_0x4af3fd=_0x588d46[_0x5d3699(0x1c0)](_0x574612,{});bsSetupHelper[_0x5d3699(0x14a)](_0x4af3fd,_0x5cfd48),_0x126472[_0x5d3699(0x13f)]()['set'](_0x588d46[_0x5d3699(0x187)],_0x4af3fd);}else logger[_0x5d3699(0x17d)](_0x588d46[_0x5d3699(0x1b9)]);}catch(_0x5f02f3){logger[_0x5d3699(0x1f2)](_0x5d3699(0x1ce)+_0x5f02f3);}},exports[a108_0x3bb529(0x125)]=(_0x15dc02=null,_0x236f7a=!![],_0x4247bc=[])=>{const _0x185c30=a108_0x3bb529,_0x4c8f6e={};_0x4c8f6e[_0x185c30(0x138)]=function(_0x510046,_0x23e2ee){return _0x510046==_0x23e2ee;},_0x4c8f6e[_0x185c30(0x1bf)]=function(_0x5a9160,_0x39d9fa){return _0x5a9160>_0x39d9fa;},_0x4c8f6e['SSuTH']=function(_0x36aef5,_0x2c7078){return _0x36aef5===_0x2c7078;},_0x4c8f6e[_0x185c30(0x133)]=function(_0x305422,_0x445e99){return _0x305422&&_0x445e99;},_0x4c8f6e['XfIVc']=function(_0x32cb10,_0x45ffc9){return _0x32cb10===_0x45ffc9;};const _0x30380c=_0x4c8f6e;if(_0x30380c[_0x185c30(0x138)](process[_0x185c30(0x1d8)][_0x185c30(0x1b5)],null))return!![];try{const _0x1cddc5=JSON[_0x185c30(0x1bc)](process[_0x185c30(0x1d8)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0xceebb3=Array[_0x185c30(0x16f)](_0x1cddc5[_0x185c30(0x12e)])?_0x1cddc5[_0x185c30(0x12e)]:[],_0x164a12=Array['isArray'](_0x1cddc5[_0x185c30(0x171)])?_0x1cddc5[_0x185c30(0x171)]:[],_0x4b3ac9=_0x14e594=>typeof _0x14e594===_0x185c30(0x180)?_0x14e594[_0x185c30(0x1f0)](/^@/,'')[_0x185c30(0x19c)]()[_0x185c30(0x12f)]():_0x14e594;if(bsSetupHelper['isUndefined'](_0x15dc02)){if(_0x30380c[_0x185c30(0x1bf)](_0x4247bc[_0x185c30(0x1e0)],0x0)){const _0x204927=_0x4247bc[_0x185c30(0x146)](_0x4b3ac9),_0x2c03c6=_0x164a12[_0x185c30(0x189)](_0x5237af=>_0x204927[_0x185c30(0x111)](_0x4b3ac9(_0x5237af))),_0x3c9b59=_0x30380c[_0x185c30(0x150)](_0xceebb3[_0x185c30(0x1e0)],0x0)||_0xceebb3[_0x185c30(0x189)](_0x1f2082=>_0x204927[_0x185c30(0x111)](_0x4b3ac9(_0x1f2082)));return _0x30380c[_0x185c30(0x133)](!_0x2c03c6,_0x3c9b59);}return!![];}let _0x42e56c;_0x236f7a?_0x42e56c=_0x15dc02[_0x185c30(0xfe)]('/'):_0x42e56c=_0x15dc02;const _0x16f48d=_0x164a12[_0x185c30(0x189)](_0x36124e=>_0x42e56c[_0x185c30(0x19c)]()[_0x185c30(0x111)](_0x4b3ac9(_0x36124e)[_0x185c30(0x19c)]())),_0x6f0040=_0x30380c['XfIVc'](_0xceebb3['length'],0x0)||_0xceebb3['some'](_0x563009=>_0x42e56c[_0x185c30(0x19c)]()['includes'](_0x4b3ac9(_0x563009)['toLowerCase']()));return _0x30380c[_0x185c30(0x133)](!_0x16f48d,_0x6f0040);}catch(_0x38537d){logger['debug']('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util['format'](_0x38537d));}return![];},exports['checkAccessibilityPlatformConfig']=_0x9052e5=>{const _0x3d64f7=a108_0x3bb529;let _0x288f11=![];try{_0x9052e5[_0x3d64f7(0x17b)]['forEach'](_0x9719a2=>{const _0x4a1bb5=_0x3d64f7;if(bsSetupHelper[_0x4a1bb5(0x1b6)](_0x9719a2[_0x4a1bb5(0x143)]))return _0x288f11=!![],!![];});}catch(_0x450ec){logger[_0x3d64f7(0x114)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x450ec);}return _0x288f11||bsSetupHelper['isTrue'](_0x9052e5['accessibility']);},exports['createAccessibilityTestRun']=PerformanceTester['measureWrapper'](a108_0x3bb529(0x196),async function(_0x969d2f,_0x58e3fb){const _0x17ec10=a108_0x3bb529,_0x580060={};_0x580060['lHDZr']='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x580060[_0x17ec10(0x18b)]=_0x17ec10(0x1ee),_0x580060['iADfc']='javascript',_0x580060[_0x17ec10(0xdf)]=_0x17ec10(0x1cd),_0x580060['JhJmv']='POST',_0x580060[_0x17ec10(0x154)]='v2/test_runs',_0x580060[_0x17ec10(0x110)]=function(_0x2c9dac,_0x87171c){return _0x2c9dac===_0x87171c;},_0x580060['ogeUh']=_0x17ec10(0xe1),_0x580060[_0x17ec10(0x103)]=_0x17ec10(0x17c);const _0x47ea93=_0x580060,_0x96b09f=bsSetupHelper[_0x17ec10(0x13e)](_0x969d2f),_0x745272=bsSetupHelper['getAccessKey'](_0x969d2f);if(bsSetupHelper[_0x17ec10(0x14e)](_0x96b09f)||bsSetupHelper[_0x17ec10(0x14e)](_0x745272))return logger['error'](_0x47ea93[_0x17ec10(0xf1)]),[null,null];try{let _0x237746;bsSetupHelper['isUndefined'](process[_0x17ec10(0x1d8)][_0x17ec10(0x1b5)])?_0x237746={}:_0x237746=JSON['parse'](process['env'][_0x17ec10(0x1b5)]);const {name:_0x3bea72,version:_0x3bc913}=bsSetupHelper[_0x17ec10(0x183)](_0x969d2f,_0x58e3fb),_0xf23889={'projectName':_0x969d2f[_0x17ec10(0x153)],'buildName':_0x969d2f[_0x17ec10(0x1d7)]||path['basename'](path[_0x17ec10(0x1b0)](process['cwd']())),'startTime':new Date()[_0x17ec10(0x14c)](),'description':_0x969d2f[_0x17ec10(0x1b8)]||'','source':{'frameworkName':_0x58e3fb[_0x17ec10(0x111)](_0x47ea93['JPwpY'])?_0x47ea93['JPwpY']:_0x58e3fb,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x58e3fb),'sdkVersion':bsSetupHelper[_0x17ec10(0x1d0)](),'language':_0x47ea93[_0x17ec10(0x155)],'testFramework':_0x3bea72,'testFrameworkVersion':_0x3bc913},'settings':_0x237746,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x17ec10(0x19e)](),'hostInfo':bsSetupHelper[_0x17ec10(0x120)](),'browserstackAutomation':bsSetupHelper[_0x17ec10(0x15b)]()},_0x10f346={};_0x10f346[_0x17ec10(0x1b1)]=_0x96b09f,_0x10f346[_0x17ec10(0x161)]=_0x745272;const _0x1ec102={};_0x1ec102[_0x17ec10(0x14f)]=_0x47ea93[_0x17ec10(0xdf)];const _0x343fcb={};_0x343fcb[_0x17ec10(0x198)]=_0x10f346,_0x343fcb['headers']=_0x1ec102;const _0xc8924=_0x343fcb,_0x24cc38={};_0x24cc38['body']=_0xf23889,_0x24cc38[_0x17ec10(0x1de)]=!![];const _0x5db874=Object[_0x17ec10(0x1f3)](_0xc8924,_0x24cc38),_0x5df61a=await bsSetupHelper[_0x17ec10(0x16a)](_0x47ea93[_0x17ec10(0xf5)],_0x47ea93[_0x17ec10(0x154)],_0x5db874,_0x969d2f,API_URL);let _0x1c3ea3=process[_0x17ec10(0x1d8)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x1c3ea3?_0x1c3ea3=JSON[_0x17ec10(0x1bc)](process[_0x17ec10(0x1d8)][_0x17ec10(0x1b5)]):_0x1c3ea3={},scripts['parseFromJson'](_0x5df61a[_0x17ec10(0xff)][_0x17ec10(0xff)]),scripts[_0x17ec10(0x1ea)](),_0x1c3ea3[_0x17ec10(0x160)]=_0x5df61a[_0x17ec10(0xff)][_0x17ec10(0xff)][_0x17ec10(0x160)],process['env'][_0x17ec10(0x1b5)]=JSON['stringify'](_0x1c3ea3),[_0x5df61a['data']['data'][_0x17ec10(0x1ed)],_0x5df61a[_0x17ec10(0xff)][_0x17ec10(0xff)]['id']];}catch(_0x3e33e6){if(_0x3e33e6[_0x17ec10(0x1df)])logger[_0x17ec10(0x1f2)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x3e33e6[_0x17ec10(0x1df)][_0x17ec10(0x168)]+'\x20'+_0x3e33e6[_0x17ec10(0x1df)]['statusText']+'\x20'+JSON['stringify'](_0x3e33e6[_0x17ec10(0x1df)]['data']));else{if(_0x47ea93[_0x17ec10(0x110)](_0x3e33e6[_0x17ec10(0x108)],_0x47ea93[_0x17ec10(0x1a4)])){logger['error'](_0x17ec10(0x142)+(_0x3e33e6['message']||_0x3e33e6[_0x17ec10(0x140)]));for(const _0x1b83bf of _0x3e33e6[_0x17ec10(0x13a)]){logger[_0x17ec10(0x1f2)](_0x1b83bf[_0x17ec10(0x108)]);}process[_0x17ec10(0x1d8)][_0x17ec10(0x15c)]=_0x47ea93[_0x17ec10(0x103)],process[_0x17ec10(0x1d8)][_0x17ec10(0xec)]=_0x47ea93[_0x17ec10(0x103)];}else logger[_0x17ec10(0x1f2)](_0x17ec10(0x142)+(_0x3e33e6[_0x17ec10(0x108)]||_0x3e33e6['stack']));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a108_0x3bb529(0x1e6)](a108_0x3bb529(0xf8),async function(_0x231ef2){const _0x101bb1=a108_0x3bb529,_0x5be755={};_0x5be755[_0x101bb1(0x127)]=function(_0x288d28,_0x335089){return _0x288d28!==_0x335089;},_0x5be755['Piypt']=_0x101bb1(0x180),_0x5be755[_0x101bb1(0x151)]='error',_0x5be755[_0x101bb1(0xfa)]=_0x101bb1(0x144),_0x5be755[_0x101bb1(0x105)]=_0x101bb1(0x1cd),_0x5be755['whnLl']='PUT',_0x5be755[_0x101bb1(0x112)]=_0x101bb1(0x18c),_0x5be755[_0x101bb1(0x11c)]=function(_0x1bc32d,_0x4b6fab){return _0x1bc32d+_0x4b6fab;},_0x5be755[_0x101bb1(0x15e)]='Invalid\x20request:\x20',_0x5be755[_0x101bb1(0x1dc)]=_0x101bb1(0xfc);const _0x3801a3=_0x5be755;if(bsSetupHelper['isUndefined'](process[_0x101bb1(0x1d8)][_0x101bb1(0x173)])||_0x3801a3[_0x101bb1(0x127)](typeof process[_0x101bb1(0x1d8)][_0x101bb1(0x173)],_0x3801a3[_0x101bb1(0x193)])){const _0x47a0c0={};return _0x47a0c0[_0x101bb1(0x168)]=_0x3801a3[_0x101bb1(0x151)],_0x47a0c0[_0x101bb1(0x108)]=_0x3801a3[_0x101bb1(0xfa)],_0x47a0c0;}const _0x4a1d9e={'endTime':new Date()[_0x101bb1(0x14c)]()},_0x2ee9f8={};_0x2ee9f8[_0x101bb1(0x181)]='Bearer\x20'+process['env'][_0x101bb1(0x173)],_0x2ee9f8['Content-Type']=_0x3801a3[_0x101bb1(0x105)];const _0x28f953={};_0x28f953['headers']=_0x2ee9f8;const _0x55afaa=_0x28f953,_0x160c78={};_0x160c78[_0x101bb1(0x157)]=_0x4a1d9e,_0x160c78[_0x101bb1(0x198)]=null,_0x160c78[_0x101bb1(0x1de)]=!![];const _0x518c6d=Object['assign'](_0x55afaa,_0x160c78);try{const _0x166445=await bsSetupHelper[_0x101bb1(0x16a)](_0x3801a3[_0x101bb1(0x135)],_0x3801a3[_0x101bb1(0x112)],_0x518c6d,_0x231ef2,API_URL);if(_0x166445[_0x101bb1(0xff)][_0x101bb1(0x1f2)])throw new Error(_0x3801a3['Fwxoi'](_0x3801a3[_0x101bb1(0x15e)],_0x166445['data']['error']));else{logger[_0x101bb1(0x10b)](_0x101bb1(0x126)+new Date()[_0x101bb1(0x14c)]());const _0x3fe142={};return _0x3fe142[_0x101bb1(0x168)]=_0x3801a3[_0x101bb1(0x1dc)],_0x3fe142[_0x101bb1(0x108)]='',_0x3fe142;}}catch(_0x1dfe7f){_0x1dfe7f['response']?logger[_0x101bb1(0x1f2)](_0x101bb1(0x17a)+_0x1dfe7f[_0x101bb1(0x1df)][_0x101bb1(0x168)]+'\x20'+_0x1dfe7f[_0x101bb1(0x1df)][_0x101bb1(0x18e)]+'\x20'+JSON[_0x101bb1(0x174)](_0x1dfe7f['response']['data'])):logger[_0x101bb1(0x1f2)](_0x101bb1(0x17a)+(_0x1dfe7f[_0x101bb1(0x108)]||util[_0x101bb1(0xea)](_0x1dfe7f)));const _0x310271={};return _0x310271[_0x101bb1(0x168)]=_0x3801a3[_0x101bb1(0x151)],_0x310271['message']=_0x1dfe7f[_0x101bb1(0x108)]||(_0x1dfe7f[_0x101bb1(0x1df)]?_0x1dfe7f[_0x101bb1(0x1df)][_0x101bb1(0x168)]+':'+_0x1dfe7f[_0x101bb1(0x1df)][_0x101bb1(0x18e)]:_0x1dfe7f),_0x310271;}}),exports[a108_0x3bb529(0x11d)]=async(_0x41f27e,_0x1ebd15=null,_0x350134=![],_0x5d604a=null)=>{const _0x2f55d3=a108_0x3bb529,_0x16d87d={};_0x16d87d[_0x2f55d3(0x10f)]=_0x2f55d3(0x19b),_0x16d87d[_0x2f55d3(0x162)]=_0x2f55d3(0x1ba),_0x16d87d[_0x2f55d3(0x170)]=_0x2f55d3(0x169),_0x16d87d[_0x2f55d3(0x1a9)]=function(_0x2b3edd,_0xbd4112){return _0x2b3edd||_0xbd4112;},_0x16d87d['wmcpG']=_0x2f55d3(0x1ac),_0x16d87d[_0x2f55d3(0x1b7)]=_0x2f55d3(0x182);const _0x43e3da=_0x16d87d;if(!this[_0x2f55d3(0x1a5)]()||!globals[_0x2f55d3(0x166)](_0x43e3da[_0x2f55d3(0x10f)])||!_0x350134&&!globals[_0x2f55d3(0x166)](_0x43e3da['xbETa'])){logger['warn'](_0x43e3da['IBCEM']);return;}const _0x53f3d0=_0x350134?_0x43e3da[_0x2f55d3(0x1a9)](_0x5d604a,{}):globals[_0x2f55d3(0x166)](_0x43e3da['wmcpG'])||{},_0x2b3d03={};_0x2b3d03['method']=_0x1ebd15||global['browserstackSessionName'];const _0x424242=Object['assign']({},_0x53f3d0,_0x2b3d03);await this['isMobileAccessibilitySession'](_0x41f27e)&&(Object[_0x2f55d3(0x1f3)](_0x424242,this[_0x2f55d3(0xf6)](),{'thTestRunUuid':this[_0x2f55d3(0x137)]()}),logger[_0x2f55d3(0x114)](_0x43e3da[_0x2f55d3(0x1b7)]));logger[_0x2f55d3(0x114)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util[_0x2f55d3(0xea)]('%j',_0x424242));const _0x4c287f={};return _0x4c287f['command']=_0x1ebd15,await PerformanceTester[_0x2f55d3(0x1e6)](PerformanceA11yEvents[_0x2f55d3(0x104)],async()=>{const _0x396e0c=_0x2f55d3;try{await _0x41f27e['wait'](()=>_0x41f27e[_0x396e0c(0x106)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x3e0355){}const _0x41d842=util[_0x396e0c(0xea)](await _0x41f27e[_0x396e0c(0x139)](scripts[_0x396e0c(0x11d)],_0x424242));return logger[_0x396e0c(0x114)](_0x396e0c(0x18a)+_0x41d842),_0x41d842;},_0x4c287f)();},exports[a108_0x3bb529(0x15a)]=async(_0x125b57,_0xbc0ab6)=>{const _0x25ffcf=a108_0x3bb529,_0x519f15={};_0x519f15['vOqGS']=_0x25ffcf(0xed),_0x519f15[_0x25ffcf(0x11b)]=_0x25ffcf(0x19b),_0x519f15[_0x25ffcf(0x148)]=_0x25ffcf(0x1ba),_0x519f15[_0x25ffcf(0x1b3)]=_0x25ffcf(0xf2),_0x519f15['brpxh']=_0x25ffcf(0x15a),_0x519f15[_0x25ffcf(0x156)]=_0x25ffcf(0x115);const _0x730e9=_0x519f15;if(!this[_0x25ffcf(0x1a5)]()||!globals[_0x25ffcf(0x166)](_0x730e9[_0x25ffcf(0x11b)])||!globals['getGlobal'](_0x730e9[_0x25ffcf(0x148)]))return logger[_0x25ffcf(0x17d)](_0x730e9[_0x25ffcf(0x1b3)]),[];try{const _0x2af05e=await this[_0x25ffcf(0x1a2)](_0x125b57),_0x367040=_0x2af05e?Object[_0x25ffcf(0x1f3)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x25ffcf(0x137)]()}):{};return _0x2af05e&&logger[_0x25ffcf(0x114)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util['format']('%j',_0x367040)),await PerformanceTester[_0x25ffcf(0x1e6)](PerformanceA11yEvents[_0x25ffcf(0x104)],async()=>{const _0xccc7be=_0x25ffcf;logger[_0xccc7be(0x114)](_0x730e9[_0xccc7be(0x16b)]);const _0xbef36a={};_0xbef36a[_0xccc7be(0xe6)]=_0xbc0ab6['browserstackSessionName'];const _0x50ff83=Object[_0xccc7be(0x1f3)](_0xbef36a,_0x367040);logger['debug'](util[_0xccc7be(0xea)](await _0x125b57[_0xccc7be(0x139)](scripts['performScan'],_0x50ff83)));},{'command':_0x730e9[_0x25ffcf(0x165)]})(),await PerformanceTester[_0x25ffcf(0x1e6)](PerformanceA11yEvents[_0x25ffcf(0xde)],async()=>{const _0x5141ac=_0x25ffcf,_0x742660=_0x2af05e?await _0x125b57[_0x5141ac(0x139)](scripts[_0x5141ac(0x121)],_0x367040):await _0x125b57[_0x5141ac(0x139)](scripts[_0x5141ac(0x121)]);return _0x742660;})();}catch{return logger[_0x25ffcf(0x1f2)](_0x730e9['QHQHN']),[];}},exports[a108_0x3bb529(0x1d1)]=async(_0x12182c,_0x3190f9)=>{const _0xc350=a108_0x3bb529,_0x288132={};_0x288132['BIdnX']='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x288132[_0xc350(0x1e7)]=_0xc350(0x19b),_0x288132[_0xc350(0x10a)]='bstackA11yShouldScan',_0x288132['LbqrO']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x288132[_0xc350(0x172)]=_0xc350(0x1d1),_0x288132['JlIbT']=_0xc350(0x1c4);const _0x39cd0d=_0x288132;if(!this[_0xc350(0x1a5)]()||!globals['getGlobal'](_0x39cd0d[_0xc350(0x1e7)])||!globals[_0xc350(0x166)](_0x39cd0d['KoWjR']))return logger[_0xc350(0x17d)](_0x39cd0d[_0xc350(0x1d9)]),{};try{const _0x3bad9a=await this[_0xc350(0x1a2)](_0x12182c),_0x40ffe9=_0x3bad9a?Object[_0xc350(0x1f3)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0xc350(0x137)]()}):{};return _0x3bad9a&&logger[_0xc350(0x114)](_0xc350(0x1e5)+util[_0xc350(0xea)]('%j',_0x40ffe9)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xc350(0x104)],async()=>{const _0x2e52d9=_0xc350;logger['debug'](_0x39cd0d[_0x2e52d9(0xef)]);const _0xcb7aed={};_0xcb7aed[_0x2e52d9(0xe6)]=_0x3190f9[_0x2e52d9(0x15f)];const _0x2b66fd=Object[_0x2e52d9(0x1f3)](_0xcb7aed,_0x40ffe9);logger[_0x2e52d9(0x114)](util['format'](await _0x12182c['executeAsyncScript'](scripts[_0x2e52d9(0x11d)],_0x2b66fd)));},{'command':_0x39cd0d[_0xc350(0x172)]})(),await PerformanceTester[_0xc350(0x1e6)](PerformanceA11yEvents[_0xc350(0xfd)],async()=>{const _0x2c7ef6=_0xc350,_0xb606eb=_0x3bad9a?await _0x12182c[_0x2c7ef6(0x139)](scripts[_0x2c7ef6(0x1b4)],_0x40ffe9):await _0x12182c[_0x2c7ef6(0x139)](scripts[_0x2c7ef6(0x1b4)]);return _0xb606eb;})();}catch{return logger[_0xc350(0x1f2)](_0x39cd0d[_0xc350(0x13c)]),{};}},exports[a108_0x3bb529(0x102)]=(_0x753845,_0x2a9f1c=![])=>{const _0x45d902=a108_0x3bb529,_0x50c4a9={'FlVIc':function(_0x9aac46,_0x337be0){return _0x9aac46(_0x337be0);},'LnlLD':function(_0x3d61d1,_0x45034c){return _0x3d61d1(_0x45034c);},'bMmRi':_0x45d902(0x19d),'Uzxrc':function(_0x3daeef,_0x57e36e){return _0x3daeef!==_0x57e36e;},'FLPih':_0x45d902(0x16c),'PjjlS':function(_0x537c17,_0x44b11f){return _0x537c17(_0x44b11f);},'fGrPg':_0x45d902(0x12c),'KOoUX':_0x45d902(0x149),'GRhFY':_0x45d902(0x195),'siWQi':_0x45d902(0x11f)};try{if(!_0x753845)return![];const _0x3d4586=_0x8bf4c4=>typeof _0x753845[_0x45d902(0x1cb)]===_0x45d902(0x190)?_0x753845[_0x45d902(0x1cb)](_0x8bf4c4):_0x753845[_0x8bf4c4],_0x3d3a69=_0x50c4a9[_0x45d902(0x163)](String,_0x50c4a9[_0x45d902(0x119)](_0x3d4586,_0x50c4a9[_0x45d902(0x1c7)])||'')['toLowerCase']();if(_0x50c4a9['Uzxrc'](_0x3d3a69,_0x50c4a9[_0x45d902(0x1d4)]))return![];const _0x1084ac=_0x50c4a9[_0x45d902(0x119)](String,_0x50c4a9['PjjlS'](_0x3d4586,_0x50c4a9[_0x45d902(0x191)])||'')['toLowerCase']();if(!_0x1084ac['includes'](_0x50c4a9[_0x45d902(0x131)]))return _0x2a9f1c&&logger[_0x45d902(0x17d)](_0x50c4a9[_0x45d902(0x1c9)]),![];return logger[_0x45d902(0x114)](_0x50c4a9[_0x45d902(0x1d5)]),!![];}catch(_0x3b5c6a){return logger[_0x45d902(0x114)](_0x45d902(0x1cf)+_0x3b5c6a),![];}},exports['isMobileAccessibilitySession']=async _0x3376ba=>{const _0x3eec24=a108_0x3bb529;try{const _0x30101c=await _0x3376ba[_0x3eec24(0x13f)]();return exports[_0x3eec24(0x102)](_0x30101c);}catch(_0x1a7b9b){return logger[_0x3eec24(0x114)]('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x1a7b9b),![];}},exports['getMobileA11yCapabilities']=()=>{const _0x102031=a108_0x3bb529,_0x1b406a={};return _0x1b406a[_0x102031(0x197)]=!![],_0x1b406a;},exports[a108_0x3bb529(0x137)]=()=>{const _0x458871=a108_0x3bb529,_0x57e554={};_0x57e554[_0x458871(0x186)]=function(_0x27c09f,_0x33031e){return _0x27c09f===_0x33031e;},_0x57e554[_0x458871(0xdd)]=_0x458871(0x180),_0x57e554[_0x458871(0xf7)]=function(_0x2422fe,_0x5cda94){return _0x2422fe>_0x5cda94;},_0x57e554[_0x458871(0x1d3)]=_0x458871(0x1ab),_0x57e554['PFqYh']=_0x458871(0x123),_0x57e554['RiSTW']='undefined';const _0xf0514f=_0x57e554,_0x142eea=global['__workerDetails'],_0x2b0935=_0x142eea&&_0x142eea[_0x458871(0x128)],_0x4320f6=_0x2b0935&&_0x2b0935[_0x458871(0x19f)];if(_0xf0514f[_0x458871(0x186)](typeof _0x4320f6,_0xf0514f['TgMvI'])&&_0xf0514f[_0x458871(0xf7)](_0x4320f6[_0x458871(0x1e0)],0x0))return _0x4320f6;let _0x113fee;if(!_0x142eea)_0x113fee=_0xf0514f[_0x458871(0x1d3)];else!_0x2b0935?_0x113fee=_0xf0514f[_0x458871(0x1c8)]:_0x113fee=_0x458871(0xe8)+Object[_0x458871(0x113)](_0x2b0935)[_0x458871(0xfe)](',\x20')+_0x458871(0x1a3)+(_0xf0514f[_0x458871(0x186)](_0x4320f6,undefined)?_0xf0514f[_0x458871(0x175)]:'\x22'+_0x4320f6+'\x22')+_0x458871(0x178);return logger[_0x458871(0x17d)](_0x458871(0x1ae)+_0x113fee+_0x458871(0x130)),'';},exports['isBrowserStackCommandExecutor']=_0x2bac7d=>{const _0x59198f=a108_0x3bb529,_0x484b04={};_0x484b04[_0x59198f(0x1f1)]=function(_0x193039,_0x4fe7ee){return _0x193039===_0x4fe7ee;},_0x484b04['gJSRv']='string',_0x484b04[_0x59198f(0xe0)]='browserstack_executor';const _0x1efeb9=_0x484b04;if(_0x2bac7d&&_0x2bac7d['script']&&_0x1efeb9[_0x59198f(0x1f1)](typeof _0x2bac7d['script'],_0x1efeb9[_0x59198f(0xee)]))return _0x2bac7d[_0x59198f(0x179)][_0x59198f(0x111)](_0x1efeb9[_0x59198f(0xe0)]);return![];},exports['MOBILE_SCANNING_DISABLED_WARNING']=a108_0x3bb529(0x1af),exports['isMobileScanningEnabledForGroup']=()=>process[a108_0x3bb529(0x1d8)][a108_0x3bb529(0x194)]===a108_0x3bb529(0x152),exports[a108_0x3bb529(0xe4)]=_0x1fb12b=>{const _0x118665=a108_0x3bb529,_0x42cbd6={};_0x42cbd6[_0x118665(0x12a)]=function(_0x1a7ddf,_0x3f916b){return _0x1a7ddf in _0x3f916b;};const _0x5632cd=_0x42cbd6;if(bsSetupHelper['isUndefined'](_0x1fb12b))return![];const _0x5075d8=_0x1fb12b[_0x118665(0x19c)]();return _0x5632cd['hlKLg'](_0x5075d8,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x3bb529(0xf9)]=_0x48c133=>{const _0x305320=a108_0x3bb529;if(bsSetupHelper[_0x305320(0x14e)](_0x48c133))return null;const _0x31a0ce=_0x48c133[_0x305320(0x19c)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x31a0ce]||null;},exports['getMinVersionForBrowser']=(_0x59f8aa,_0x238f80)=>{const _0xbfc322=a108_0x3bb529,_0x3a400d=this[_0xbfc322(0xf9)](_0x59f8aa);if(!_0x3a400d)return null;if(_0x238f80)return _0x3a400d[_0xbfc322(0x1a8)];return _0x3a400d['min_version_non_browserstack'];},exports[a108_0x3bb529(0x1a7)]=_0x39bf32=>{const _0x37b664=a108_0x3bb529,_0x32f40d=this[_0x37b664(0xf9)](_0x39bf32);return _0x32f40d?_0x32f40d[_0x37b664(0x199)]:_0x39bf32;},exports[a108_0x3bb529(0x1b2)]=_0x4225d9=>{const _0x385e1c=a108_0x3bb529,_0xdc6f5b=this[_0x385e1c(0xf9)](_0x4225d9);return _0xdc6f5b?_0xdc6f5b['requires_chrome_options_check']:![];},exports[a108_0x3bb529(0xeb)]=(_0x1c90ee,_0x96e4c3)=>{const _0x3716d2=a108_0x3bb529,_0x193ba5={'EsqQm':function(_0x29597b,_0x11d8ee){return _0x29597b(_0x11d8ee);},'hJCtb':function(_0x26cdfa,_0x35db13){return _0x26cdfa>=_0x35db13;}};if(bsSetupHelper[_0x3716d2(0x14e)](_0x1c90ee)||bsSetupHelper[_0x3716d2(0x14e)](_0x96e4c3))return![];const _0x225860=bsSetupHelper['compareVersions'](_0x193ba5[_0x3716d2(0x188)](String,_0x1c90ee),_0x193ba5['EsqQm'](String,_0x96e4c3));return _0x193ba5[_0x3716d2(0x185)](_0x225860,0x0);},exports[a108_0x3bb529(0xe3)]=_0xfaac69=>{const _0x37d4fb=a108_0x3bb529,_0x2ccfa8={};_0x2ccfa8[_0x37d4fb(0x1a0)]=function(_0x8dc139,_0x16cd40){return _0x8dc139!==_0x16cd40;},_0x2ccfa8[_0x37d4fb(0x1e3)]=_0x37d4fb(0x180),_0x2ccfa8[_0x37d4fb(0x132)]='base64';const _0x4330f3=_0x2ccfa8;if(!_0xfaac69||_0x4330f3[_0x37d4fb(0x1a0)](typeof _0xfaac69,_0x4330f3[_0x37d4fb(0x1e3)]))return null;try{return JSON[_0x37d4fb(0x1bc)](Buffer[_0x37d4fb(0x129)](_0xfaac69['split']('.')[0x1],_0x4330f3[_0x37d4fb(0x132)])['toString']());}catch{return null;}};function a108_0x9748(){const _0x23bbd6=['projectName','Lsbub','iADfc','QHQHN','body','BROWSERSTACK_TURBOSCALE','AEXIU','getAccessibilityResults','isBrowserstackInfra','BROWSERSTACK_TEST_ACCESSIBILITY_YML','fetchPlatformDetails','TKiVj','browserstackSessionName','scannerVersion','pass','xbETa','FlVIc','fEjad','brpxh','getGlobal','55JQfaVs','status','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','nodeRequest','vOqGS','android','deviceName','--headless=','isArray','IBCEM','excludeTagsInTestingScope','EpHmm','BS_A11Y_JWT','stringify','RiSTW','BSOTU','ChromeExtension','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','script','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','platforms','false','warn','./scripts','requireModule','string','Authorization','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','getTestFrameworkDetails','Kxgcr','hJCtb','bupXX','GShmp','EsqQm','some','Performed\x20scan\x20with\x20result:\x20','JPwpY','test_runs/stop','null','statusText','selenium-webdriver','function','fGrPg','uWBIG','Piypt','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','a11y:start','is_mobile_session','auth','display_name','device','isAccessibilityPlatform','toLowerCase','platformName','getCiInfo','thTestRunUuid','UdEms','80267IQCJNs','isMobileAccessibilitySession',']\x20but\x20thTestRunUuid\x20is\x20','ogeUh','isAccessibilityAutomationSession','482524fQtjaw','getBrowserDisplayName','min_version_browserstack','tyBGN','IWIBL','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','bstackA11yScanOptions','iJjdn','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','resolve','user','requiresChromeOptionsValidation','gHpgH','getResultsSummary','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTrue','ZBeCO','buildDescription','kCexC','bstackA11yShouldScan','getPlatformVersion','parse','options_','sMddr','PNmCb','yyhMe','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','hxzOZ','Options','No\x20accessibility\x20summary\x20was\x20found.','startsWith','nonBstackPlatformValidation','bMmRi','PFqYh','GRhFY','ffkHD','get','util','application/json','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','getAgentVersion','getAccessibilityResultsSummary','747027FfpZtN','lQtvh','FLPih','siWQi','uZTbb','buildName','env','LbqrO','getPlatform','6420lbKiWS','BlZpx','AOkFm','json','response','length','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','path','DkAEM','LGNEN','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','measureWrapper','SIPVp','goog:chromeOptions','35652vnCgIy','toJson','umFTZ','browserVersion','accessibilityToken','playwright','capabilities_','replace','YXrYl','error','assign','LGobX','TgMvI','GET_RESULTS','ccIoP','SlnIm','Invalid\x20configuration\x20passed.','2DsiAjR','parseA11yJwtPayload','isBrowserSupportedForAccessibility','version','method','SWilj','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','../logger','format','isVersionSupported','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Performing\x20scan\x20before\x20getting\x20results','gJSRv','BIdnX','getBrowserVersion','lHDZr','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','selenium-webdriver/chrome.js','whoPK','JhJmv','getMobileA11yCapabilities','iTYuC','a11y:stop','getBrowserA11yConfig','zuaev','../helper','success','GET_RESULTS_SUMMARY','join','data','SqATp','--headless','isMobileAccessibilityPlatform','bkzfw','PERFORM_SCAN','BBLFr','executeScript','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','message','XGXYm','KoWjR','info','./constants','10fYYQvh','uqsHe','GqTLH','rfxWc','includes','oExRu','keys','debug','No\x20accessibility\x20results\x20were\x20found.','16IItMBa','args','chromeOptions_','LnlLD','466114vNxzLQ','CikML','Fwxoi','performScan','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','getHostInfo','getResults','4932hRLCVS','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','--headless=new','shouldScanTestForAccessibility','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','agyrO','currentTest','from','hlKLg','../performance/performance-tester','browserName','chromeOptions','includeTagsInTestingScope','trim','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','KOoUX','ubsjC','RSMvk','setNonBstackInfraCapabilities','whnLl','nestedKeyValue','resolveMobileThTestRunUuid','Nizlv','executeAsyncScript','errors','WCJxE','JlIbT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','getUserName','getCapabilities','stack','__cloud_provider___','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','accessibility','Build\x20creation\x20had\x20failed.','vAszz','map','winstonLogger','HGnpV','chrome','mergeDeep','Not\x20a\x20Accessibility\x20Session','toISOString','LdZpR','isUndefined','Content-Type','SSuTH','PByVb','true'];a108_0x9748=function(){return _0x23bbd6;};return a108_0x9748();}
1
+ function a123_0xd500(){const _0x3d0fc8=['pugxg','bDsQl','string','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','requiresChromeOptionsValidation','getTestFrameworkDetails','getCapabilities','QlONp','message','jBfZb','TQzgb','browserstackSessionName','getGlobal','measureWrapper','GET_RESULTS_SUMMARY','KEdCw','24NszGAY','isMobileAccessibilityPlatform','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','getPackageVersion','null','isBrowserstackInfra','getBrowserName','map','Content-Type','BS_A11Y_JWT','138wnTCPv','mergeDeep','resolve','gdEni','eVaxO','isBrowserStackCommandExecutor','Uzlqk','../performance/constants','yyeMW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','return\x20document.readyState\x20===\x20\x22complete\x22','getPlatform','__workerDetails','format','goog:chromeOptions','jGVEb','getAccessibilityResultsSummary','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','KfQRV','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','getAccessKey','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','getGitMetaData','uXiXf','5368429UXopVQ','vRfBQ','Authorization','isAccessibilityPlatform','roVOI','--headless','AfNvq','errors','false','bstackA11yShouldScan','aeIlY','chromeOptions_','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','executeAsyncScript','njliQ','getBrowserDisplayName','rfwhN','getBrowserA11yConfig','XzZIK','POST','setNonBstackInfraCapabilities','../logger','Invalid\x20configuration\x20passed.','JctLa','browserVersion','ChromeExtension','excludeTagsInTestingScope','Blavo','checkAccessibilityPlatformConfig','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','PERFORM_SCAN','javascript','NlbXA','knsSX','get','GcoBD','VdDJZ','requires_chrome_options_check','GyacJ','xuXop','warn','some','WJenp','./scripts','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','BROWSERSTACK_TEST_ACCESSIBILITY_YML','UbfdJ','mmlUU','WgXEv','pass','getResultsSummary','projectName','Not\x20a\x20Accessibility\x20Session','WeDGE','from','status','scannerVersion','thTestRunUuid',']\x20but\x20thTestRunUuid\x20is\x20','GaGnO','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','wtfID','Invalid\x20request:\x20','user','set','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','parseA11yJwtPayload','error','statusText','isArray','accessibility','82gQIAdX','chromeOptions','getMobileA11yCapabilities','accessibilityToken','No\x20accessibility\x20summary\x20was\x20found.','Hdqva','platformName','Performed\x20scan\x20with\x20result:\x20','Performing\x20scan\x20before\x20getting\x20results','trim','kAvmG','browserName','getResults','14ZFKeRy','cwd','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','OTjNB','includeTagsInTestingScope','command','../globals','toJson','fetchPlatformDetails','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','display_name','__cloud_provider___','lLjzY','bkloq','includes','oKslI','JFCje','tWKuM','parse','mRWXK','isMobileScanningEnabledForGroup','keys','getCiInfo','rzaER','ZuQtK','browserstack_executor','getAccessibilityResults','options_','length','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','util','PCkzK','json','xCLgN','getUserName','selenium-webdriver','EldfL','8VlEqoW','No\x20accessibility\x20results\x20were\x20found.','9QwQZjN','igvmb','a11y:stop','method','Build\x20creation\x20had\x20failed.','Blvig','Rtawn','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','nestedKeyValue','info','toISOString','compareVersions','performScan','isMobileAccessibilitySession','toLowerCase','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','GeKxl','deviceName','browserstack','stringify','DEkZG','args','chrome','uteGb','zBTQI','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','data','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','fhPhP','4402170LGRaIU','WzjRr','yhlQP','Oogvg','YTDRf','resolveMobileThTestRunUuid','PUT','HFWBD','join','3874996wXoWID','3pVfbVq','--headless=new','Options','winstonLogger','true','UuGjW','path','body','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','zMPEl','248165BLWnAH','--headless=','currentTest','3386971JKeotF','replace','playwright','env','cIOWK','getMinVersionForBrowser','raFyj','zcjkP','basename','OwRnB','dMYxM','nonBstackPlatformValidation','v2/test_runs','pZYJP','Bearer\x20','min_version_browserstack','isTrue','MAyak','JbGxk','16869DKVOtk','assign','isAccessibilityAutomationSession','split','wggKl','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','isUndefined','CgVHW','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','executeScript','startsWith','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','script','debug','capabilities_','tnrTK','response','MGvIo','Kbvgy','getPlatformVersion','base64','NCXhN','isBrowserSupportedForAccessibility','application/json','9058699kYBVFM','fMusF','buildDescription','wait','waJAW','nodeRequest','success','parseFromJson','stack','bstackA11yScanOptions','fCSjj','XwpNN','headers','createAccessibilityTestRun','toString','device','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','Performing\x20scan\x20before\x20getting\x20results\x20summary'];a123_0xd500=function(){return _0x3d0fc8;};return a123_0xd500();}function a123_0x4d09(_0x39f0a8,_0x5bf6f8){const _0xd500dc=a123_0xd500();return a123_0x4d09=function(_0x4d0983,_0x29bc70){_0x4d0983=_0x4d0983-0x126;let _0x3f05ff=_0xd500dc[_0x4d0983];return _0x3f05ff;},a123_0x4d09(_0x39f0a8,_0x5bf6f8);}const a123_0x4aab10=a123_0x4d09;(function(_0x9ac8ce,_0x3acbd8){const _0xeda334=a123_0x4d09,_0x568fee=_0x9ac8ce();while(!![]){try{const _0x432e97=parseInt(_0xeda334(0x1cd))/0x1*(-parseInt(_0xeda334(0x152))/0x2)+parseInt(_0xeda334(0x1ad))/0x3*(-parseInt(_0xeda334(0x1ac))/0x4)+-parseInt(_0xeda334(0x1b7))/0x5*(-parseInt(_0xeda334(0x211))/0x6)+-parseInt(_0xeda334(0x1ba))/0x7*(-parseInt(_0xeda334(0x184))/0x8)+parseInt(_0xeda334(0x186))/0x9*(parseInt(_0xeda334(0x1a3))/0xa)+-parseInt(_0xeda334(0x229))/0xb*(-parseInt(_0xeda334(0x207))/0xc)+-parseInt(_0xeda334(0x1e5))/0xd*(parseInt(_0xeda334(0x15f))/0xe);if(_0x432e97===_0x3acbd8)break;else _0x568fee['push'](_0x568fee['shift']());}catch(_0x3002a7){_0x568fee['push'](_0x568fee['shift']());}}}(a123_0xd500,0xa71da));const path=require(a123_0x4aab10(0x1b3)),util=require(a123_0x4aab10(0x17d)),bsSetupHelper=require('../helper'),logger=require(a123_0x4aab10(0x23e))[a123_0x4aab10(0x1b0)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require('./constants'),PerformanceTester=require('../performance/performance-tester'),scripts=require(a123_0x4aab10(0x136)),globals=require(a123_0x4aab10(0x165)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a123_0x4aab10(0x218));exports[a123_0x4aab10(0x167)]=async _0x2868be=>{const _0x3256a5=a123_0x4aab10,_0x2029ca={};_0x2029ca[_0x3256a5(0x1c7)]=function(_0x3de83f,_0x169fac){return _0x3de83f===_0x169fac;},_0x2029ca[_0x3256a5(0x1de)]=_0x3256a5(0x198);const _0x4aaeda=_0x2029ca;let _0x1aa5af={};try{const _0x68d082=await _0x2868be[_0x3256a5(0x1fd)]();_0x1aa5af={'os_name':_0x68d082[_0x3256a5(0x21c)](),'os_version':bsSetupHelper[_0x3256a5(0x1e0)](_0x4aaeda['pZYJP'](global[_0x3256a5(0x16a)],_0x4aaeda['MGvIo'])),'browser_name':_0x68d082[_0x3256a5(0x20d)](),'browser_version':_0x68d082['getBrowserVersion']()};}catch(_0x23ebe8){logger[_0x3256a5(0x1da)](_0x3256a5(0x17c)+_0x23ebe8);}return _0x1aa5af;},exports['isAccessibilityAutomationSession']=()=>{const _0x1aac59=a123_0x4aab10,_0x3d8320={};_0x3d8320[_0x1aac59(0x12b)]=function(_0x1d1845,_0x1e00c1){return _0x1d1845===_0x1e00c1;},_0x3d8320['SrBWY']=_0x1aac59(0x1f9),_0x3d8320['DhjAy']=function(_0x1e232d,_0x389a7e){return _0x1e232d>_0x389a7e;},_0x3d8320['GcoBD']=function(_0x416791,_0x243a91){return _0x416791!==_0x243a91;},_0x3d8320[_0x1aac59(0x187)]=_0x1aac59(0x20b),_0x3d8320[_0x1aac59(0x1b2)]=function(_0x1a2a6b,_0x1865df){return _0x1a2a6b&&_0x1865df;};const _0xb73b16=_0x3d8320;try{const _0x1af4b4=bsSetupHelper[_0x1aac59(0x1ca)](process[_0x1aac59(0x1bd)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x1aac59(0x1ca)](process[_0x1aac59(0x1bd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x171028=_0xb73b16['NlbXA'](typeof process[_0x1aac59(0x1bd)]['BS_A11Y_JWT'],_0xb73b16['SrBWY'])&&_0xb73b16['DhjAy'](process[_0x1aac59(0x1bd)][_0x1aac59(0x210)][_0x1aac59(0x17b)],0x0)&&_0xb73b16[_0x1aac59(0x12e)](process[_0x1aac59(0x1bd)][_0x1aac59(0x210)],_0xb73b16[_0x1aac59(0x187)]);return _0xb73b16['UuGjW'](_0x1af4b4,_0x171028);}catch(_0x1c650c){logger[_0x1aac59(0x1da)](_0x1aac59(0x128)+_0x1c650c);}return![];},exports[a123_0x4aab10(0x1c5)]=(_0x5e09c0,_0x1817f8)=>{const _0x5dfcee=a123_0x4aab10,_0xc7c506={'WeDGE':'browserName','rQBXF':function(_0x291a64,_0x3cc107){return _0x291a64(_0x3cc107);},'Oogvg':_0x5dfcee(0x241),'jrmZA':function(_0x2cc556,_0x3aa332){return _0x2cc556(_0x3aa332);},'HGZUQ':'version','Klejv':'bstack:options','wggKl':_0x5dfcee(0x197),'Blvig':_0x5dfcee(0x1f4),'zcjkP':_0x5dfcee(0x21a),'jBfZb':'selenium-webdriver/chrome.js','XwpNN':_0x5dfcee(0x182),'GaGnO':_0x5dfcee(0x17a),'Kbvgy':_0x5dfcee(0x19b),'fhPhP':_0x5dfcee(0x153),'HFWBD':_0x5dfcee(0x1d5),'Rtawn':_0x5dfcee(0x21f),'kAvmG':function(_0x2720ac,_0x323a05){return _0x2720ac===_0x323a05;},'OTjNB':_0x5dfcee(0x19c),'fCSjj':function(_0x58203c,_0x53b7b5){return _0x58203c>=_0x53b7b5;}},_0x39d9c1=_0x5e09c0['get'](_0xc7c506[_0x5dfcee(0x140)]),_0x3bb4e6=_0xc7c506['rQBXF'](parseFloat,_0x5e09c0[_0x5dfcee(0x12d)](_0xc7c506[_0x5dfcee(0x1a6)]))||_0xc7c506['jrmZA'](parseFloat,_0x5e09c0['get'](_0xc7c506['HGZUQ'])),_0x1a264b=_0x5e09c0[_0x5dfcee(0x12d)](_0xc7c506['Klejv'])||{},_0x4253d4=_0xc7c506['jrmZA'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x5c4f19=_0x1a264b[_0xc7c506[_0x5dfcee(0x1d1)]]||_0x5e09c0[_0x5dfcee(0x12d)](_0xc7c506[_0x5dfcee(0x18b)])||![];if(_0x5c4f19)return logger[_0x5dfcee(0x133)](_0xc7c506[_0x5dfcee(0x1c1)]),![];let _0x4e11fc;try{_0x4e11fc=bsSetupHelper['requireModule'](_0xc7c506[_0x5dfcee(0x200)],_0xc7c506[_0x5dfcee(0x1f0)]);}catch(_0x280dce){return![];}const _0x35bbe2=new _0x4e11fc[(_0x5dfcee(0x1af))](_0x1817f8[_0x5dfcee(0x234)]),_0x276c95=bsSetupHelper[_0x5dfcee(0x18e)](_0x35bbe2,[_0xc7c506[_0x5dfcee(0x146)],_0xc7c506[_0x5dfcee(0x1df)]])||bsSetupHelper[_0x5dfcee(0x18e)](_0x1817f8[_0x5dfcee(0x1db)],[_0xc7c506['Klejv'],_0xc7c506[_0x5dfcee(0x1a2)],_0xc7c506[_0x5dfcee(0x1df)]])||bsSetupHelper[_0x5dfcee(0x18e)](_0x1817f8[_0x5dfcee(0x1db)],[_0xc7c506[_0x5dfcee(0x1a2)],_0xc7c506[_0x5dfcee(0x1df)]])||[],_0x3e59b2=Array[_0x5dfcee(0x150)](_0x276c95)?_0x276c95:[];if(_0x3e59b2[_0x5dfcee(0x134)](_0x596814=>typeof _0x596814===_0x5dfcee(0x1f9)&&(_0x596814===_0x5dfcee(0x22e)||_0x596814['startsWith'](_0x5dfcee(0x1b8))&&_0x596814!==_0x5dfcee(0x1ae))))return logger['warn'](_0xc7c506[_0x5dfcee(0x1aa)]),![];const _0x519a8b=_0x1817f8[_0x5dfcee(0x1db)]||{},_0x5b2fc4=bsSetupHelper[_0x5dfcee(0x18e)](_0x519a8b,[_0xc7c506[_0x5dfcee(0x18c)]])||{},_0x2a28a4=bsSetupHelper[_0x5dfcee(0x18e)](_0x5b2fc4,[_0xc7c506[_0x5dfcee(0x1df)]])||[],_0x4b203d=Array[_0x5dfcee(0x150)](_0x2a28a4)?_0x2a28a4:[];if(_0x4b203d[_0x5dfcee(0x134)](_0x5c4241=>typeof _0x5c4241===_0x5dfcee(0x1f9)&&(_0x5c4241===_0x5dfcee(0x22e)||_0x5c4241[_0x5dfcee(0x1d7)](_0x5dfcee(0x1b8))&&_0x5c4241!==_0x5dfcee(0x1ae))))return logger[_0x5dfcee(0x133)](_0xc7c506[_0x5dfcee(0x1aa)]),![];if(_0xc7c506[_0x5dfcee(0x15c)](_0x39d9c1[_0x5dfcee(0x194)](),_0xc7c506[_0x5dfcee(0x162)])&&_0xc7c506[_0x5dfcee(0x1ef)](_0x3bb4e6,_0x4253d4))return!![];return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a123_0x4aab10(0x23d)]=_0x5bdaa1=>{const _0x592d=a123_0x4aab10,_0x8e2e5c={};_0x8e2e5c['uXiXf']=_0x592d(0x21f),_0x8e2e5c[_0x592d(0x215)]=function(_0x29c19a,_0x52e501){return _0x29c19a||_0x52e501;},_0x8e2e5c[_0x592d(0x132)]=_0x592d(0x13f);const _0x82da42=_0x8e2e5c,_0x3df15d=scripts[_0x592d(0x242)];try{const _0x1103ee=bsSetupHelper['isTrue'](process[_0x592d(0x1bd)][_0x592d(0x138)])||bsSetupHelper[_0x592d(0x1ca)](process['env'][_0x592d(0x137)]);if((!bsSetupHelper['isBrowserstackInfra']()||process['env']['BROWSERSTACK_TURBOSCALE'])&&_0x1103ee){const _0x54ac7b=_0x5bdaa1[_0x592d(0x1fd)](),_0x4c679b=_0x54ac7b['get'](_0x82da42[_0x592d(0x228)]),_0x43adb5=_0x82da42[_0x592d(0x215)](_0x4c679b,{});bsSetupHelper[_0x592d(0x212)](_0x43adb5,_0x3df15d),_0x5bdaa1[_0x592d(0x1fd)]()[_0x592d(0x14b)](_0x82da42[_0x592d(0x228)],_0x43adb5);}else logger[_0x592d(0x133)](_0x82da42[_0x592d(0x132)]);}catch(_0x3699b7){logger['error']('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x3699b7);}},exports['shouldScanTestForAccessibility']=(_0x55f512=null,_0x23397b=!![],_0x1178f0=[])=>{const _0x36c78f=a123_0x4aab10,_0x55ebf3={};_0x55ebf3[_0x36c78f(0x22d)]=function(_0x18d268,_0x291f99){return _0x18d268==_0x291f99;},_0x55ebf3[_0x36c78f(0x23b)]=function(_0x25a958,_0x491d2a){return _0x25a958>_0x491d2a;},_0x55ebf3[_0x36c78f(0x1a4)]=function(_0x305680,_0x171d7a){return _0x305680===_0x171d7a;},_0x55ebf3[_0x36c78f(0x183)]=function(_0x365470,_0x327117){return _0x365470&&_0x327117;},_0x55ebf3[_0x36c78f(0x237)]=function(_0x5daa60,_0x50fd8b){return _0x5daa60&&_0x50fd8b;};const _0x259394=_0x55ebf3;if(_0x259394[_0x36c78f(0x22d)](process['env'][_0x36c78f(0x1fa)],null))return!![];try{const _0xe3eefb=JSON[_0x36c78f(0x171)](process['env'][_0x36c78f(0x1fa)]),_0x343a68=Array[_0x36c78f(0x150)](_0xe3eefb[_0x36c78f(0x163)])?_0xe3eefb[_0x36c78f(0x163)]:[],_0x372bae=Array[_0x36c78f(0x150)](_0xe3eefb[_0x36c78f(0x243)])?_0xe3eefb[_0x36c78f(0x243)]:[],_0x4b42ee=_0x58a1c6=>typeof _0x58a1c6===_0x36c78f(0x1f9)?_0x58a1c6[_0x36c78f(0x1bb)](/^@/,'')[_0x36c78f(0x194)]()[_0x36c78f(0x15b)]():_0x58a1c6;if(bsSetupHelper['isUndefined'](_0x55f512)){if(_0x259394[_0x36c78f(0x23b)](_0x1178f0['length'],0x0)){const _0x21728a=_0x1178f0[_0x36c78f(0x20e)](_0x4b42ee),_0x18954c=_0x372bae[_0x36c78f(0x134)](_0x40b83d=>_0x21728a['includes'](_0x4b42ee(_0x40b83d))),_0x3c70bd=_0x259394[_0x36c78f(0x1a4)](_0x343a68[_0x36c78f(0x17b)],0x0)||_0x343a68['some'](_0x550b3e=>_0x21728a[_0x36c78f(0x16d)](_0x4b42ee(_0x550b3e)));return _0x259394['EldfL'](!_0x18954c,_0x3c70bd);}return!![];}let _0x310d05;_0x23397b?_0x310d05=_0x55f512[_0x36c78f(0x1ab)]('/'):_0x310d05=_0x55f512;const _0x1243cb=_0x372bae['some'](_0x1bce14=>_0x310d05[_0x36c78f(0x194)]()[_0x36c78f(0x16d)](_0x4b42ee(_0x1bce14)['toLowerCase']())),_0x57077c=_0x259394['WzjRr'](_0x343a68[_0x36c78f(0x17b)],0x0)||_0x343a68[_0x36c78f(0x134)](_0x5b9e76=>_0x310d05[_0x36c78f(0x194)]()[_0x36c78f(0x16d)](_0x4b42ee(_0x5b9e76)[_0x36c78f(0x194)]()));return _0x259394['njliQ'](!_0x1243cb,_0x57077c);}catch(_0xdcfc07){logger[_0x36c78f(0x1da)]('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util[_0x36c78f(0x21e)](_0xdcfc07));}return![];},exports[a123_0x4aab10(0x127)]=_0x2d0623=>{const _0x26e86a=a123_0x4aab10;let _0x28bc9c=![];try{_0x2d0623['platforms']['forEach'](_0x172f26=>{const _0x30d406=a123_0x4d09;if(bsSetupHelper[_0x30d406(0x1ca)](_0x172f26[_0x30d406(0x151)]))return _0x28bc9c=!![],!![];});}catch(_0x46b788){logger[_0x26e86a(0x1da)](_0x26e86a(0x1d2)+_0x46b788);}return _0x28bc9c||bsSetupHelper[_0x26e86a(0x1ca)](_0x2d0623[_0x26e86a(0x151)]);},exports[a123_0x4aab10(0x1f2)]=PerformanceTester[a123_0x4aab10(0x204)]('a11y:start',async function(_0x5393b9,_0x3e4917){const _0x1b1286=a123_0x4aab10,_0x384aa6={};_0x384aa6[_0x1b1286(0x13b)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x384aa6[_0x1b1286(0x233)]=_0x1b1286(0x1bc),_0x384aa6[_0x1b1286(0x1e6)]=_0x1b1286(0x12a),_0x384aa6[_0x1b1286(0x201)]=_0x1b1286(0x1e4),_0x384aa6[_0x1b1286(0x1cc)]=_0x1b1286(0x23c),_0x384aa6[_0x1b1286(0x1cb)]=_0x1b1286(0x1c6),_0x384aa6[_0x1b1286(0x206)]=function(_0x58040a,_0x34d3c5){return _0x58040a===_0x34d3c5;},_0x384aa6[_0x1b1286(0x16c)]=_0x1b1286(0x23f),_0x384aa6[_0x1b1286(0x1f7)]=_0x1b1286(0x231);const _0x1caf16=_0x384aa6,_0xb3959a=bsSetupHelper[_0x1b1286(0x181)](_0x5393b9),_0x1c26f8=bsSetupHelper[_0x1b1286(0x225)](_0x5393b9);if(bsSetupHelper[_0x1b1286(0x1d3)](_0xb3959a)||bsSetupHelper['isUndefined'](_0x1c26f8))return logger['error'](_0x1caf16[_0x1b1286(0x13b)]),[null,null];try{let _0x2a24e8;bsSetupHelper[_0x1b1286(0x1d3)](process['env'][_0x1b1286(0x1fa)])?_0x2a24e8={}:_0x2a24e8=JSON[_0x1b1286(0x171)](process['env'][_0x1b1286(0x1fa)]);const {name:_0x14a96d,version:_0x71a794}=bsSetupHelper[_0x1b1286(0x1fc)](_0x5393b9,_0x3e4917),_0x2262a1={'projectName':_0x5393b9[_0x1b1286(0x13e)],'buildName':_0x5393b9['buildName']||path[_0x1b1286(0x1c2)](path[_0x1b1286(0x213)](process[_0x1b1286(0x160)]())),'startTime':new Date()[_0x1b1286(0x190)](),'description':_0x5393b9[_0x1b1286(0x1e7)]||'','source':{'frameworkName':_0x3e4917[_0x1b1286(0x16d)](_0x1caf16[_0x1b1286(0x233)])?_0x1caf16[_0x1b1286(0x233)]:_0x3e4917,'frameworkVersion':bsSetupHelper[_0x1b1286(0x20a)](_0x3e4917),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x1caf16[_0x1b1286(0x1e6)],'testFramework':_0x14a96d,'testFrameworkVersion':_0x71a794},'settings':_0x2a24e8,'versionControl':await bsSetupHelper[_0x1b1286(0x227)](),'ciInfo':bsSetupHelper[_0x1b1286(0x175)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x1b1286(0x20c)]()},_0x4b0ba5={};_0x4b0ba5[_0x1b1286(0x14a)]=_0xb3959a,_0x4b0ba5[_0x1b1286(0x13c)]=_0x1c26f8;const _0xfc4737={};_0xfc4737['Content-Type']=_0x1caf16['TQzgb'];const _0x5e27e7={};_0x5e27e7['auth']=_0x4b0ba5,_0x5e27e7['headers']=_0xfc4737;const _0x27bb32=_0x5e27e7,_0x1ede25={};_0x1ede25[_0x1b1286(0x1b4)]=_0x2262a1,_0x1ede25[_0x1b1286(0x17f)]=!![];const _0x4cd060=Object['assign'](_0x27bb32,_0x1ede25),_0x3bea9e=await bsSetupHelper[_0x1b1286(0x1ea)](_0x1caf16[_0x1b1286(0x1cc)],_0x1caf16[_0x1b1286(0x1cb)],_0x4cd060,_0x5393b9,API_URL);let _0x181c01=process[_0x1b1286(0x1bd)][_0x1b1286(0x1fa)];return _0x181c01?_0x181c01=JSON['parse'](process[_0x1b1286(0x1bd)][_0x1b1286(0x1fa)]):_0x181c01={},scripts[_0x1b1286(0x1ec)](_0x3bea9e[_0x1b1286(0x1a0)][_0x1b1286(0x1a0)]),scripts[_0x1b1286(0x166)](),_0x181c01[_0x1b1286(0x143)]=_0x3bea9e[_0x1b1286(0x1a0)]['data']['scannerVersion'],process[_0x1b1286(0x1bd)][_0x1b1286(0x1fa)]=JSON[_0x1b1286(0x199)](_0x181c01),[_0x3bea9e[_0x1b1286(0x1a0)][_0x1b1286(0x1a0)][_0x1b1286(0x155)],_0x3bea9e[_0x1b1286(0x1a0)]['data']['id']];}catch(_0x5b00dd){if(_0x5b00dd[_0x1b1286(0x1dd)])logger[_0x1b1286(0x14e)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x5b00dd['response'][_0x1b1286(0x142)]+'\x20'+_0x5b00dd['response']['statusText']+'\x20'+JSON['stringify'](_0x5b00dd[_0x1b1286(0x1dd)][_0x1b1286(0x1a0)]));else{if(_0x1caf16[_0x1b1286(0x206)](_0x5b00dd[_0x1b1286(0x1ff)],_0x1caf16[_0x1b1286(0x16c)])){logger[_0x1b1286(0x14e)](_0x1b1286(0x14c)+(_0x5b00dd[_0x1b1286(0x1ff)]||_0x5b00dd['stack']));for(const _0x4f30ee of _0x5b00dd[_0x1b1286(0x230)]){logger[_0x1b1286(0x14e)](_0x4f30ee[_0x1b1286(0x1ff)]);}process[_0x1b1286(0x1bd)][_0x1b1286(0x138)]=_0x1caf16[_0x1b1286(0x1f7)],process[_0x1b1286(0x1bd)][_0x1b1286(0x137)]=_0x1caf16['pugxg'];}else logger[_0x1b1286(0x14e)](_0x1b1286(0x14c)+(_0x5b00dd['message']||_0x5b00dd[_0x1b1286(0x1ed)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a123_0x4aab10(0x204)](a123_0x4aab10(0x188),async function(_0xba7782){const _0x2be3cd=a123_0x4aab10,_0x4ec6fd={};_0x4ec6fd[_0x2be3cd(0x196)]=function(_0x506502,_0x2664e1){return _0x506502!==_0x2664e1;},_0x4ec6fd['MCNgg']=_0x2be3cd(0x1f9),_0x4ec6fd[_0x2be3cd(0x180)]=_0x2be3cd(0x14e),_0x4ec6fd[_0x2be3cd(0x126)]=_0x2be3cd(0x18a),_0x4ec6fd[_0x2be3cd(0x1c4)]=_0x2be3cd(0x1e4),_0x4ec6fd[_0x2be3cd(0x172)]=_0x2be3cd(0x1a9),_0x4ec6fd[_0x2be3cd(0x139)]='test_runs/stop',_0x4ec6fd['JFCje']=function(_0x5cb557,_0x590cab){return _0x5cb557+_0x590cab;},_0x4ec6fd[_0x2be3cd(0x1e2)]=_0x2be3cd(0x149),_0x4ec6fd['Hdqva']=_0x2be3cd(0x1eb);const _0x3659c3=_0x4ec6fd;if(bsSetupHelper['isUndefined'](process[_0x2be3cd(0x1bd)][_0x2be3cd(0x210)])||_0x3659c3[_0x2be3cd(0x196)](typeof process[_0x2be3cd(0x1bd)][_0x2be3cd(0x210)],_0x3659c3['MCNgg'])){const _0x2cf575={};return _0x2cf575['status']=_0x3659c3[_0x2be3cd(0x180)],_0x2cf575['message']=_0x3659c3[_0x2be3cd(0x126)],_0x2cf575;}const _0x1de0e4={'endTime':new Date()[_0x2be3cd(0x190)]()},_0x491954={};_0x491954[_0x2be3cd(0x22b)]=_0x2be3cd(0x1c8)+process[_0x2be3cd(0x1bd)][_0x2be3cd(0x210)],_0x491954[_0x2be3cd(0x20f)]=_0x3659c3[_0x2be3cd(0x1c4)];const _0x1ac2e1={};_0x1ac2e1[_0x2be3cd(0x1f1)]=_0x491954;const _0x4c6506=_0x1ac2e1,_0x58d6b9={};_0x58d6b9[_0x2be3cd(0x1b4)]=_0x1de0e4,_0x58d6b9['auth']=null,_0x58d6b9[_0x2be3cd(0x17f)]=!![];const _0xd6ab14=Object[_0x2be3cd(0x1ce)](_0x4c6506,_0x58d6b9);try{const _0x2bb8d2=await bsSetupHelper[_0x2be3cd(0x1ea)](_0x3659c3['mRWXK'],_0x3659c3[_0x2be3cd(0x139)],_0xd6ab14,_0xba7782,API_URL);if(_0x2bb8d2[_0x2be3cd(0x1a0)][_0x2be3cd(0x14e)])throw new Error(_0x3659c3[_0x2be3cd(0x16f)](_0x3659c3[_0x2be3cd(0x1e2)],_0x2bb8d2[_0x2be3cd(0x1a0)][_0x2be3cd(0x14e)]));else{logger[_0x2be3cd(0x18f)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()['toISOString']());const _0x5b9b3a={};return _0x5b9b3a[_0x2be3cd(0x142)]=_0x3659c3[_0x2be3cd(0x157)],_0x5b9b3a[_0x2be3cd(0x1ff)]='',_0x5b9b3a;}}catch(_0x56a515){_0x56a515[_0x2be3cd(0x1dd)]?logger[_0x2be3cd(0x14e)](_0x2be3cd(0x224)+_0x56a515[_0x2be3cd(0x1dd)][_0x2be3cd(0x142)]+'\x20'+_0x56a515[_0x2be3cd(0x1dd)][_0x2be3cd(0x14f)]+'\x20'+JSON[_0x2be3cd(0x199)](_0x56a515['response'][_0x2be3cd(0x1a0)])):logger[_0x2be3cd(0x14e)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x56a515[_0x2be3cd(0x1ff)]||util[_0x2be3cd(0x21e)](_0x56a515)));const _0x3ec96f={};return _0x3ec96f[_0x2be3cd(0x142)]=_0x3659c3[_0x2be3cd(0x180)],_0x3ec96f[_0x2be3cd(0x1ff)]=_0x56a515[_0x2be3cd(0x1ff)]||(_0x56a515[_0x2be3cd(0x1dd)]?_0x56a515[_0x2be3cd(0x1dd)][_0x2be3cd(0x142)]+':'+_0x56a515[_0x2be3cd(0x1dd)]['statusText']:_0x56a515),_0x3ec96f;}}),exports[a123_0x4aab10(0x192)]=async(_0x1090ea,_0x141788=null,_0x5b8b41=![],_0x23e660=null)=>{const _0x5a997d=a123_0x4aab10,_0x59cf8b={};_0x59cf8b[_0x5a997d(0x223)]=_0x5a997d(0x22c),_0x59cf8b[_0x5a997d(0x1dc)]=_0x5a997d(0x232),_0x59cf8b[_0x5a997d(0x16e)]=_0x5a997d(0x168),_0x59cf8b[_0x5a997d(0x16b)]=function(_0xf461d0,_0x2a187f){return _0xf461d0||_0x2a187f;},_0x59cf8b[_0x5a997d(0x17e)]=_0x5a997d(0x1ee),_0x59cf8b[_0x5a997d(0x219)]=_0x5a997d(0x161);const _0x385414=_0x59cf8b;if(!this[_0x5a997d(0x1cf)]()||!globals[_0x5a997d(0x203)](_0x385414[_0x5a997d(0x223)])||!_0x5b8b41&&!globals[_0x5a997d(0x203)](_0x385414[_0x5a997d(0x1dc)])){logger[_0x5a997d(0x133)](_0x385414[_0x5a997d(0x16e)]);return;}const _0x16c87d=_0x5b8b41?_0x385414[_0x5a997d(0x16b)](_0x23e660,{}):globals[_0x5a997d(0x203)](_0x385414[_0x5a997d(0x17e)])||{},_0x4461f2={};_0x4461f2['method']=_0x141788||global[_0x5a997d(0x202)];const _0x4f1e07=Object['assign']({},_0x16c87d,_0x4461f2);await this['isMobileAccessibilitySession'](_0x1090ea)&&(Object['assign'](_0x4f1e07,this[_0x5a997d(0x154)](),{'thTestRunUuid':this[_0x5a997d(0x1a8)]()}),logger[_0x5a997d(0x1da)](_0x385414[_0x5a997d(0x219)]));logger[_0x5a997d(0x1da)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util[_0x5a997d(0x21e)]('%j',_0x4f1e07));const _0x1ef8ee={};return _0x1ef8ee[_0x5a997d(0x164)]=_0x141788,await PerformanceTester[_0x5a997d(0x204)](PerformanceA11yEvents[_0x5a997d(0x129)],async()=>{const _0x21e7d7=_0x5a997d;try{await _0x1090ea[_0x21e7d7(0x1e8)](()=>_0x1090ea[_0x21e7d7(0x1d6)](_0x21e7d7(0x21b)),0x1388);}catch(_0x30c479){}const _0x3c31aa=util[_0x21e7d7(0x21e)](await _0x1090ea[_0x21e7d7(0x236)](scripts['performScan'],_0x4f1e07));return logger[_0x21e7d7(0x1da)](_0x21e7d7(0x159)+_0x3c31aa),_0x3c31aa;},_0x1ef8ee)();},exports[a123_0x4aab10(0x179)]=async(_0x16ab08,_0x419145)=>{const _0x39974c=a123_0x4aab10,_0x7d9f32={};_0x7d9f32[_0x39974c(0x13a)]=_0x39974c(0x15a),_0x7d9f32[_0x39974c(0x177)]='isAccessibilityPlatform',_0x7d9f32['byxMJ']=_0x39974c(0x232),_0x7d9f32[_0x39974c(0x240)]=_0x39974c(0x235),_0x7d9f32[_0x39974c(0x148)]=_0x39974c(0x179),_0x7d9f32[_0x39974c(0x22f)]=_0x39974c(0x185);const _0x595812=_0x7d9f32;if(!this['isAccessibilityAutomationSession']()||!globals[_0x39974c(0x203)](_0x595812[_0x39974c(0x177)])||!globals[_0x39974c(0x203)](_0x595812['byxMJ']))return logger[_0x39974c(0x133)](_0x595812[_0x39974c(0x240)]),[];try{const _0x3129c8=await this[_0x39974c(0x193)](_0x16ab08),_0x3c6079=_0x3129c8?Object[_0x39974c(0x1ce)]({},this[_0x39974c(0x154)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x3129c8&&logger[_0x39974c(0x1da)](_0x39974c(0x147)+util['format']('%j',_0x3c6079)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x39974c(0x129)],async()=>{const _0x316a19=_0x39974c;logger[_0x316a19(0x1da)](_0x595812[_0x316a19(0x13a)]);const _0x3d5e46={};_0x3d5e46[_0x316a19(0x189)]=_0x419145[_0x316a19(0x202)];const _0x37d57a=Object[_0x316a19(0x1ce)](_0x3d5e46,_0x3c6079);logger[_0x316a19(0x1da)](util[_0x316a19(0x21e)](await _0x16ab08['executeAsyncScript'](scripts['performScan'],_0x37d57a)));},{'command':_0x595812['wtfID']})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x57108e=_0x39974c,_0x12c07b=_0x3129c8?await _0x16ab08[_0x57108e(0x236)](scripts[_0x57108e(0x15e)],_0x3c6079):await _0x16ab08[_0x57108e(0x236)](scripts[_0x57108e(0x15e)]);return _0x12c07b;})();}catch{return logger[_0x39974c(0x14e)](_0x595812['AfNvq']),[];}},exports[a123_0x4aab10(0x221)]=async(_0x1ec2a9,_0x228765)=>{const _0xd0ec8b=a123_0x4aab10,_0x500c76={};_0x500c76[_0xd0ec8b(0x131)]=_0xd0ec8b(0x1f6),_0x500c76['MjkOc']=_0xd0ec8b(0x22c),_0x500c76[_0xd0ec8b(0x170)]=_0xd0ec8b(0x232),_0x500c76[_0xd0ec8b(0x1be)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x500c76[_0xd0ec8b(0x1fe)]=_0xd0ec8b(0x221),_0x500c76['XitHB']=_0xd0ec8b(0x156);const _0x161c21=_0x500c76;if(!this[_0xd0ec8b(0x1cf)]()||!globals[_0xd0ec8b(0x203)](_0x161c21['MjkOc'])||!globals[_0xd0ec8b(0x203)](_0x161c21[_0xd0ec8b(0x170)]))return logger[_0xd0ec8b(0x133)](_0x161c21[_0xd0ec8b(0x1be)]),{};try{const _0x35d1fc=await this[_0xd0ec8b(0x193)](_0x1ec2a9),_0x410e88=_0x35d1fc?Object[_0xd0ec8b(0x1ce)]({},this[_0xd0ec8b(0x154)](),{'thTestRunUuid':this[_0xd0ec8b(0x1a8)]()}):{};return _0x35d1fc&&logger[_0xd0ec8b(0x1da)]('getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0xd0ec8b(0x21e)]('%j',_0x410e88)),await PerformanceTester[_0xd0ec8b(0x204)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x34e0a8=_0xd0ec8b;logger[_0x34e0a8(0x1da)](_0x161c21[_0x34e0a8(0x131)]);const _0x13484a={};_0x13484a[_0x34e0a8(0x189)]=_0x228765[_0x34e0a8(0x202)];const _0x3ce305=Object['assign'](_0x13484a,_0x410e88);logger[_0x34e0a8(0x1da)](util['format'](await _0x1ec2a9['executeAsyncScript'](scripts[_0x34e0a8(0x192)],_0x3ce305)));},{'command':_0x161c21[_0xd0ec8b(0x1fe)]})(),await PerformanceTester[_0xd0ec8b(0x204)](PerformanceA11yEvents[_0xd0ec8b(0x205)],async()=>{const _0x46efc=_0xd0ec8b,_0x3c8e82=_0x35d1fc?await _0x1ec2a9[_0x46efc(0x236)](scripts[_0x46efc(0x13d)],_0x410e88):await _0x1ec2a9[_0x46efc(0x236)](scripts[_0x46efc(0x13d)]);return _0x3c8e82;})();}catch{return logger[_0xd0ec8b(0x14e)](_0x161c21['XitHB']),{};}},exports[a123_0x4aab10(0x208)]=(_0x442d99,_0x4a005e=![])=>{const _0x75e902=a123_0x4aab10,_0x4714c5={'waJAW':function(_0x4310fc,_0x5de147){return _0x4310fc(_0x5de147);},'uteGb':_0x75e902(0x158),'ZLQMV':function(_0x5e445d,_0x5921de){return _0x5e445d!==_0x5921de;},'cCcCp':'android','raFyj':_0x75e902(0x15d),'OwRnB':_0x75e902(0x19c),'rzaER':_0x75e902(0x222),'WJenp':_0x75e902(0x1f5)};try{if(!_0x442d99)return![];const _0x1eaef8=_0x5b4f1a=>typeof _0x442d99[_0x75e902(0x12d)]==='function'?_0x442d99['get'](_0x5b4f1a):_0x442d99[_0x5b4f1a],_0x43b96c=_0x4714c5['waJAW'](String,_0x4714c5['waJAW'](_0x1eaef8,_0x4714c5[_0x75e902(0x19d)])||'')[_0x75e902(0x194)]();if(_0x4714c5['ZLQMV'](_0x43b96c,_0x4714c5['cCcCp']))return![];const _0x2445d6=_0x4714c5[_0x75e902(0x1e9)](String,_0x4714c5[_0x75e902(0x1e9)](_0x1eaef8,_0x4714c5[_0x75e902(0x1c0)])||'')[_0x75e902(0x194)]();if(!_0x2445d6['includes'](_0x4714c5[_0x75e902(0x1c3)]))return _0x4a005e&&logger[_0x75e902(0x133)](_0x4714c5[_0x75e902(0x176)]),![];return logger[_0x75e902(0x1da)](_0x4714c5[_0x75e902(0x135)]),!![];}catch(_0xecb877){return logger[_0x75e902(0x1da)](_0x75e902(0x1a1)+_0xecb877),![];}},exports[a123_0x4aab10(0x193)]=async _0x4a8a43=>{const _0x4e3ff1=a123_0x4aab10;try{const _0x5df04e=await _0x4a8a43[_0x4e3ff1(0x1fd)]();return exports['isMobileAccessibilityPlatform'](_0x5df04e);}catch(_0x4dbcbd){return logger[_0x4e3ff1(0x1da)](_0x4e3ff1(0x18d)+_0x4dbcbd),![];}},exports[a123_0x4aab10(0x154)]=()=>{const _0x5a3216={};return _0x5a3216['is_mobile_session']=!![],_0x5a3216;},exports[a123_0x4aab10(0x1a8)]=()=>{const _0x30db79=a123_0x4aab10,_0xa54a5={};_0xa54a5[_0x30db79(0x220)]=function(_0xb0599b,_0x289f10){return _0xb0599b===_0x289f10;},_0xa54a5[_0x30db79(0x19a)]='string',_0xa54a5[_0x30db79(0x1a5)]=function(_0x3717c5,_0x30d0c6){return _0x3717c5>_0x30d0c6;},_0xa54a5['WDCxA']=_0x30db79(0x195),_0xa54a5[_0x30db79(0x1d4)]=_0x30db79(0x209),_0xa54a5[_0x30db79(0x12f)]=function(_0x46cb25,_0x1529a2){return _0x46cb25===_0x1529a2;},_0xa54a5['Uzlqk']='undefined';const _0x3f2b15=_0xa54a5,_0x2c784e=global[_0x30db79(0x21d)],_0x375ef9=_0x2c784e&&_0x2c784e[_0x30db79(0x1b9)],_0x2aa46a=_0x375ef9&&_0x375ef9[_0x30db79(0x144)];if(_0x3f2b15['jGVEb'](typeof _0x2aa46a,_0x3f2b15['DEkZG'])&&_0x3f2b15[_0x30db79(0x1a5)](_0x2aa46a[_0x30db79(0x17b)],0x0))return _0x2aa46a;let _0x331b56;if(!_0x2c784e)_0x331b56=_0x3f2b15['WDCxA'];else!_0x375ef9?_0x331b56=_0x3f2b15[_0x30db79(0x1d4)]:_0x331b56='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object[_0x30db79(0x174)](_0x375ef9)[_0x30db79(0x1ab)](',\x20')+_0x30db79(0x145)+(_0x3f2b15[_0x30db79(0x12f)](_0x2aa46a,undefined)?_0x3f2b15[_0x30db79(0x217)]:'\x22'+_0x2aa46a+'\x22')+_0x30db79(0x19f);return logger[_0x30db79(0x133)]('[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20'+_0x331b56+_0x30db79(0x226)),'';},exports[a123_0x4aab10(0x216)]=_0x27be23=>{const _0xf3d39c=a123_0x4aab10,_0x59dc99={};_0x59dc99[_0xf3d39c(0x239)]=function(_0x3e68e3,_0x14d4ee){return _0x3e68e3===_0x14d4ee;},_0x59dc99[_0xf3d39c(0x214)]=_0xf3d39c(0x1f9),_0x59dc99[_0xf3d39c(0x19e)]=_0xf3d39c(0x178);const _0x158dfb=_0x59dc99;if(_0x27be23&&_0x27be23['script']&&_0x158dfb['rfwhN'](typeof _0x27be23[_0xf3d39c(0x1d9)],_0x158dfb[_0xf3d39c(0x214)]))return _0x27be23[_0xf3d39c(0x1d9)][_0xf3d39c(0x16d)](_0x158dfb[_0xf3d39c(0x19e)]);return![];},exports['MOBILE_SCANNING_DISABLED_WARNING']=a123_0x4aab10(0x1d8),exports[a123_0x4aab10(0x173)]=()=>process['env'][a123_0x4aab10(0x1b5)]===a123_0x4aab10(0x1b1),exports[a123_0x4aab10(0x1e3)]=_0x469971=>{const _0x2615df=a123_0x4aab10,_0x1fd53f={};_0x1fd53f[_0x2615df(0x22a)]=function(_0xf03b6f,_0x189f59){return _0xf03b6f in _0x189f59;};const _0x55cc20=_0x1fd53f;if(bsSetupHelper['isUndefined'](_0x469971))return![];const _0x5e2d84=_0x469971[_0x2615df(0x194)]();return _0x55cc20[_0x2615df(0x22a)](_0x5e2d84,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a123_0x4aab10(0x23a)]=_0x3a275b=>{const _0x39beb2=a123_0x4aab10;if(bsSetupHelper['isUndefined'](_0x3a275b))return null;const _0x58eb4e=_0x3a275b[_0x39beb2(0x194)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x58eb4e]||null;},exports[a123_0x4aab10(0x1bf)]=(_0x58d8e8,_0x2d7df1)=>{const _0x2580e6=a123_0x4aab10,_0x875ce5=this[_0x2580e6(0x23a)](_0x58d8e8);if(!_0x875ce5)return null;if(_0x2d7df1)return _0x875ce5[_0x2580e6(0x1c9)];return _0x875ce5['min_version_non_browserstack'];},exports[a123_0x4aab10(0x238)]=_0x1c462e=>{const _0x33b1bf=a123_0x4aab10,_0xa055d7=this[_0x33b1bf(0x23a)](_0x1c462e);return _0xa055d7?_0xa055d7[_0x33b1bf(0x169)]:_0x1c462e;},exports[a123_0x4aab10(0x1fb)]=_0x16150a=>{const _0x38c58c=a123_0x4aab10,_0xbb6312=this[_0x38c58c(0x23a)](_0x16150a);return _0xbb6312?_0xbb6312[_0x38c58c(0x130)]:![];},exports['isVersionSupported']=(_0x481158,_0x26affb)=>{const _0x1256b9=a123_0x4aab10,_0x8c1edc={'YTDRf':function(_0x2ce61f,_0xec3131){return _0x2ce61f(_0xec3131);},'zMPEl':function(_0x2a0f3f,_0xcc108f){return _0x2a0f3f>=_0xcc108f;}};if(bsSetupHelper[_0x1256b9(0x1d3)](_0x481158)||bsSetupHelper[_0x1256b9(0x1d3)](_0x26affb))return![];const _0x2c8a57=bsSetupHelper[_0x1256b9(0x191)](_0x8c1edc[_0x1256b9(0x1a7)](String,_0x481158),_0x8c1edc[_0x1256b9(0x1a7)](String,_0x26affb));return _0x8c1edc[_0x1256b9(0x1b6)](_0x2c8a57,0x0);},exports[a123_0x4aab10(0x14d)]=_0x1b4e33=>{const _0x5bab7d=a123_0x4aab10,_0x51196f={};_0x51196f['Wozcm']=function(_0x54c46c,_0x1b4b96){return _0x54c46c!==_0x1b4b96;},_0x51196f['bDsQl']='string',_0x51196f[_0x5bab7d(0x12c)]=_0x5bab7d(0x1e1);const _0x3e9dc5=_0x51196f;if(!_0x1b4e33||_0x3e9dc5['Wozcm'](typeof _0x1b4e33,_0x3e9dc5[_0x5bab7d(0x1f8)]))return null;try{return JSON[_0x5bab7d(0x171)](Buffer[_0x5bab7d(0x141)](_0x1b4e33[_0x5bab7d(0x1d0)]('.')[0x1],_0x3e9dc5[_0x5bab7d(0x12c)])[_0x5bab7d(0x1f3)]());}catch{return null;}};
@@ -1 +1 @@
1
- function a109_0x3fd2(){const _0x1dd0fb=['commands','path','ChromeExtension','OtDwy','toLowerCase','commandsToWrap','vYpMI','findIndex','getLibrary','.browserstack','40441820UmeDPu','CqcVa','parseFromJson','296CbxIIE','exports','shouldWrapCommand','1633509Xgdnol','getResults','debug','performScan','nonBStackInfraA11yChromeOptions','getMethod','wxTeQ','map','kRrQN','2353188IHRgcz','homedir','length','FlkDl','791739jUNXzy','commandsPath','getResultsSummary','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','getModule','scan','fromJson','existsSync','winstonLogger','stringify','join','saveResults','20725nanOjv','6796810yuFxds','4bcESnm','name','mkOzO','3|4|2|5|1|0|6','writeFileSync','220318hAnkex','scripts','20GzhaaY','split','toJson','../../helpers/logger','browserstackFolderPath','getName','qtgTX','RbBuW','commands.json','saveTestResults','gkxxG','../helper','mkdirSync','getCommand','mSdVh'];a109_0x3fd2=function(){return _0x1dd0fb;};return a109_0x3fd2();}const a109_0x2dd418=a109_0x8e03;function a109_0x8e03(_0x72ed3f,_0x554786){const _0x3fd2e3=a109_0x3fd2();return a109_0x8e03=function(_0x8e03cf,_0x43327f){_0x8e03cf=_0x8e03cf-0x14d;let _0x54604a=_0x3fd2e3[_0x8e03cf];return _0x54604a;},a109_0x8e03(_0x72ed3f,_0x554786);}(function(_0x47c32d,_0x1826df){const _0x11e603=a109_0x8e03,_0x366c0f=_0x47c32d();while(!![]){try{const _0x51e2b2=-parseInt(_0x11e603(0x17f))/0x1*(-parseInt(_0x11e603(0x188))/0x2)+parseInt(_0x11e603(0x166))/0x3*(-parseInt(_0x11e603(0x181))/0x4)+-parseInt(_0x11e603(0x180))/0x5+-parseInt(_0x11e603(0x16f))/0x6+parseInt(_0x11e603(0x186))/0x7*(-parseInt(_0x11e603(0x163))/0x8)+-parseInt(_0x11e603(0x173))/0x9+parseInt(_0x11e603(0x160))/0xa;if(_0x51e2b2===_0x1826df)break;else _0x366c0f['push'](_0x366c0f['shift']());}catch(_0x22cb81){_0x366c0f['push'](_0x366c0f['shift']());}}}(a109_0x3fd2,0xab98c));const path=require(a109_0x2dd418(0x157)),fs=require('fs'),logger=require(a109_0x2dd418(0x18b))[a109_0x2dd418(0x17b)],helper=require(a109_0x2dd418(0x152));class Scripts{constructor(){const _0xd0a46d=a109_0x2dd418,_0x3614cd={};_0x3614cd[_0xd0a46d(0x155)]=_0xd0a46d(0x184),_0x3614cd[_0xd0a46d(0x151)]=_0xd0a46d(0x14f),_0x3614cd[_0xd0a46d(0x159)]=_0xd0a46d(0x15f);const _0x19dc4d=_0x3614cd,_0x26249d=_0x19dc4d[_0xd0a46d(0x155)][_0xd0a46d(0x189)]('|');let _0x4f1880=0x0;while(!![]){switch(_0x26249d[_0x4f1880++]){case'0':this[_0xd0a46d(0x174)]=path[_0xd0a46d(0x17d)](this[_0xd0a46d(0x18c)],_0x19dc4d[_0xd0a46d(0x151)]);continue;case'1':this[_0xd0a46d(0x18c)]=path['join'](helper[_0xd0a46d(0x170)](),_0x19dc4d['OtDwy']);continue;case'2':this[_0xd0a46d(0x175)]=null;continue;case'3':this[_0xd0a46d(0x169)]=null;continue;case'4':this['getResults']=null;continue;case'5':this[_0xd0a46d(0x150)]=null;continue;case'6':this[_0xd0a46d(0x179)]();continue;}break;}}[a109_0x2dd418(0x162)](_0x22535c){const _0x4baaae=a109_0x2dd418;_0x22535c['scripts']&&(this[_0x4baaae(0x169)]=_0x22535c[_0x4baaae(0x187)][_0x4baaae(0x178)],this['getResults']=_0x22535c['scripts'][_0x4baaae(0x167)],this[_0x4baaae(0x175)]=_0x22535c['scripts']['getResultsSummary'],this[_0x4baaae(0x150)]=_0x22535c[_0x4baaae(0x187)][_0x4baaae(0x17e)]),this[_0x4baaae(0x15b)]=_0x22535c[_0x4baaae(0x156)],this[_0x4baaae(0x158)]=_0x22535c[_0x4baaae(0x16a)];}['parseFromProto'](_0x133778,_0x1e7552){const _0x1dd52a=a109_0x2dd418,_0x504389={};_0x504389[_0x1dd52a(0x14e)]=function(_0xf338c4,_0x46b913){return _0xf338c4>_0x46b913;},_0x504389[_0x1dd52a(0x15c)]=function(_0xd9b27b,_0x5354db){return _0xd9b27b===_0x5354db;},_0x504389[_0x1dd52a(0x161)]=_0x1dd52a(0x178),_0x504389['Wfirt']=_0x1dd52a(0x167),_0x504389['kRrQN']=_0x1dd52a(0x175),_0x504389[_0x1dd52a(0x172)]=function(_0x38c125,_0xd38fdf){return _0x38c125===_0xd38fdf;},_0x504389[_0x1dd52a(0x16c)]=_0x1dd52a(0x17e);const _0x3a0064=_0x504389;if(_0x133778&&_0x3a0064['RbBuW'](_0x133778[_0x1dd52a(0x171)],0x0))for(const _0x4b47d9 of _0x133778){if(_0x3a0064[_0x1dd52a(0x15c)](_0x4b47d9[_0x1dd52a(0x18d)](),_0x3a0064['CqcVa']))this[_0x1dd52a(0x169)]=_0x4b47d9['getCommand']();else{if(_0x3a0064['vYpMI'](_0x4b47d9[_0x1dd52a(0x18d)](),_0x3a0064['Wfirt']))this[_0x1dd52a(0x167)]=_0x4b47d9[_0x1dd52a(0x154)]();else{if(_0x3a0064[_0x1dd52a(0x15c)](_0x4b47d9[_0x1dd52a(0x18d)](),_0x3a0064[_0x1dd52a(0x16e)]))this[_0x1dd52a(0x175)]=_0x4b47d9[_0x1dd52a(0x154)]();else _0x3a0064[_0x1dd52a(0x172)](_0x4b47d9[_0x1dd52a(0x18d)](),_0x3a0064[_0x1dd52a(0x16c)])&&(this[_0x1dd52a(0x150)]=_0x4b47d9[_0x1dd52a(0x154)]());}}}_0x1e7552&&_0x3a0064['RbBuW'](_0x1e7552[_0x1dd52a(0x171)],0x0)&&(this[_0x1dd52a(0x15b)]=_0x1e7552[_0x1dd52a(0x16d)](_0x20eb46=>{const _0x191ac9=_0x1dd52a;return{'name':_0x20eb46[_0x191ac9(0x18d)](),'method':_0x20eb46[_0x191ac9(0x16b)](),'library':_0x20eb46[_0x191ac9(0x15e)](),'module':_0x20eb46[_0x191ac9(0x177)](),'class':_0x20eb46['getClass']()};}));}[a109_0x2dd418(0x165)](_0x363536){const _0x5985a8=a109_0x2dd418,_0x3f4577={};_0x3f4577['mkOzO']=function(_0x39a9f7,_0x1f774d){return _0x39a9f7!==_0x1f774d;};const _0x2e9dda=_0x3f4577;try{return _0x2e9dda[_0x5985a8(0x183)](this[_0x5985a8(0x15b)][_0x5985a8(0x15d)](_0x195609=>_0x195609[_0x5985a8(0x182)]['toLowerCase']()===_0x363536[_0x5985a8(0x15a)]()),-0x1);}catch(_0x4edd67){logger[_0x5985a8(0x168)](_0x5985a8(0x176)+_0x4edd67);}return![];}[a109_0x2dd418(0x18a)](){const _0x39ce33=a109_0x2dd418;!fs[_0x39ce33(0x17a)](this[_0x39ce33(0x18c)])&&fs[_0x39ce33(0x153)](this[_0x39ce33(0x18c)]),fs[_0x39ce33(0x185)](this[_0x39ce33(0x174)],JSON[_0x39ce33(0x17c)]({'scripts':{'scan':this[_0x39ce33(0x169)],'getResults':this[_0x39ce33(0x167)],'getResultsSummary':this[_0x39ce33(0x175)],'saveResults':this['saveTestResults']},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this[_0x39ce33(0x158)]}));}[a109_0x2dd418(0x179)](){const _0x5209a5=a109_0x2dd418,_0x240295={'qtgTX':function(_0x42cf3b,_0x3ccf8d){return _0x42cf3b(_0x3ccf8d);}};fs[_0x5209a5(0x17a)](this[_0x5209a5(0x174)])&&this[_0x5209a5(0x162)](_0x240295[_0x5209a5(0x14d)](require,this['commandsPath']));}}module[a109_0x2dd418(0x164)]=new Scripts();
1
+ function a124_0x52c3(){const _0x42e7e9=['homedir','commandsPath','commands.json','debug','commands','.browserstack','getCommand','888NeXdYJ','28725pafkTa','getName','2662723SQndlI','vdYBJ','scripts','browserstackFolderPath','nJZjm','scan','23242FMjzVE','existsSync','../../helpers/logger','74961CpgiuI','winstonLogger','stringify','saveTestResults','PuskZ','2615196xlrISe','TlAnM','getResultsSummary','rNBJv','mkdirSync','findIndex','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','qrbOn','20860OrnvHY','performScan','length','QUwRF','fromJson','sKSeK','qOBmN','toLowerCase','getResults','writeFileSync','ChromeExtension','LyWnH','BUtpR','pBcAe','map','nonBStackInfraA11yChromeOptions','path','69JpvPMt','parseFromJson','kukEB','split','join','name','getMethod','753448uzXwgh','commandsToWrap'];a124_0x52c3=function(){return _0x42e7e9;};return a124_0x52c3();}const a124_0x1cb728=a124_0x2fe9;(function(_0x1ba640,_0x48a6c3){const _0x14b3d6=a124_0x2fe9,_0x16fb5d=_0x1ba640();while(!![]){try{const _0x29725f=-parseInt(_0x14b3d6(0x210))/0x1+-parseInt(_0x14b3d6(0x218))/0x2*(parseInt(_0x14b3d6(0x1ff))/0x3)+-parseInt(_0x14b3d6(0x206))/0x4+parseInt(_0x14b3d6(0x1ee))/0x5+-parseInt(_0x14b3d6(0x220))/0x6+parseInt(_0x14b3d6(0x212))/0x7+-parseInt(_0x14b3d6(0x20f))/0x8*(-parseInt(_0x14b3d6(0x21b))/0x9);if(_0x29725f===_0x48a6c3)break;else _0x16fb5d['push'](_0x16fb5d['shift']());}catch(_0xc19148){_0x16fb5d['push'](_0x16fb5d['shift']());}}}(a124_0x52c3,0x5eeec));const path=require(a124_0x1cb728(0x1fe)),fs=require('fs'),logger=require(a124_0x1cb728(0x21a))[a124_0x1cb728(0x21c)],helper=require('../helper');function a124_0x2fe9(_0xd71816,_0x194ea0){const _0x52c359=a124_0x52c3();return a124_0x2fe9=function(_0x2fe97d,_0x4a6c33){_0x2fe97d=_0x2fe97d-0x1ea;let _0x2e6ca0=_0x52c359[_0x2fe97d];return _0x2e6ca0;},a124_0x2fe9(_0xd71816,_0x194ea0);}class Scripts{constructor(){const _0x2d21f8=a124_0x1cb728,_0x5abd95={};_0x5abd95[_0x2d21f8(0x21f)]='5|4|0|2|3|1|6',_0x5abd95[_0x2d21f8(0x1ed)]=_0x2d21f8(0x20a),_0x5abd95[_0x2d21f8(0x221)]=_0x2d21f8(0x20d);const _0x220630=_0x5abd95,_0x23c59e=_0x220630[_0x2d21f8(0x21f)][_0x2d21f8(0x202)]('|');let _0x323db7=0x0;while(!![]){switch(_0x23c59e[_0x323db7++]){case'0':this[_0x2d21f8(0x222)]=null;continue;case'1':this[_0x2d21f8(0x209)]=path[_0x2d21f8(0x203)](this[_0x2d21f8(0x215)],_0x220630[_0x2d21f8(0x1ed)]);continue;case'2':this[_0x2d21f8(0x21e)]=null;continue;case'3':this[_0x2d21f8(0x215)]=path[_0x2d21f8(0x203)](helper[_0x2d21f8(0x208)](),_0x220630[_0x2d21f8(0x221)]);continue;case'4':this[_0x2d21f8(0x1f6)]=null;continue;case'5':this[_0x2d21f8(0x1ef)]=null;continue;case'6':this[_0x2d21f8(0x1f2)]();continue;}break;}}[a124_0x1cb728(0x200)](_0x178b68){const _0x597965=a124_0x1cb728;_0x178b68['scripts']&&(this['performScan']=_0x178b68['scripts'][_0x597965(0x217)],this[_0x597965(0x1f6)]=_0x178b68[_0x597965(0x214)][_0x597965(0x1f6)],this[_0x597965(0x222)]=_0x178b68[_0x597965(0x214)][_0x597965(0x222)],this['saveTestResults']=_0x178b68[_0x597965(0x214)]['saveResults']),this[_0x597965(0x207)]=_0x178b68[_0x597965(0x20c)],this[_0x597965(0x1f8)]=_0x178b68[_0x597965(0x1fd)];}['parseFromProto'](_0x2ab09e,_0x1c57b3){const _0x436f2f=a124_0x1cb728,_0x305435={};_0x305435['BUtpR']=function(_0x48952f,_0xad520e){return _0x48952f>_0xad520e;},_0x305435['kukEB']=function(_0x5410da,_0x5b415b){return _0x5410da===_0x5b415b;},_0x305435[_0x436f2f(0x223)]='scan',_0x305435[_0x436f2f(0x1f3)]=function(_0x2bba6b,_0x366d4e){return _0x2bba6b===_0x366d4e;},_0x305435[_0x436f2f(0x1f9)]=_0x436f2f(0x1f6),_0x305435['QUwRF']=function(_0x3d656b,_0x25a1bd){return _0x3d656b===_0x25a1bd;},_0x305435[_0x436f2f(0x213)]='getResultsSummary',_0x305435[_0x436f2f(0x216)]='saveResults';const _0x3687e8=_0x305435;if(_0x2ab09e&&_0x3687e8[_0x436f2f(0x1fa)](_0x2ab09e[_0x436f2f(0x1f0)],0x0))for(const _0x5e0344 of _0x2ab09e){if(_0x3687e8[_0x436f2f(0x201)](_0x5e0344['getName'](),_0x3687e8['rNBJv']))this[_0x436f2f(0x1ef)]=_0x5e0344[_0x436f2f(0x20e)]();else{if(_0x3687e8['sKSeK'](_0x5e0344[_0x436f2f(0x211)](),_0x3687e8[_0x436f2f(0x1f9)]))this[_0x436f2f(0x1f6)]=_0x5e0344[_0x436f2f(0x20e)]();else{if(_0x3687e8[_0x436f2f(0x1f1)](_0x5e0344[_0x436f2f(0x211)](),_0x3687e8[_0x436f2f(0x213)]))this[_0x436f2f(0x222)]=_0x5e0344[_0x436f2f(0x20e)]();else _0x3687e8['QUwRF'](_0x5e0344[_0x436f2f(0x211)](),_0x3687e8[_0x436f2f(0x216)])&&(this[_0x436f2f(0x21e)]=_0x5e0344[_0x436f2f(0x20e)]());}}}_0x1c57b3&&_0x3687e8[_0x436f2f(0x1fa)](_0x1c57b3[_0x436f2f(0x1f0)],0x0)&&(this['commandsToWrap']=_0x1c57b3[_0x436f2f(0x1fc)](_0x21814a=>{const _0x2d7240=_0x436f2f;return{'name':_0x21814a[_0x2d7240(0x211)](),'method':_0x21814a[_0x2d7240(0x205)](),'library':_0x21814a['getLibrary'](),'module':_0x21814a['getModule'](),'class':_0x21814a['getClass']()};}));}['shouldWrapCommand'](_0x5cad27){const _0x4040c7=a124_0x1cb728,_0x527e29={};_0x527e29[_0x4040c7(0x1f4)]=function(_0x169704,_0x1f4c22){return _0x169704!==_0x1f4c22;};const _0xd200b5=_0x527e29;try{return _0xd200b5[_0x4040c7(0x1f4)](this['commandsToWrap'][_0x4040c7(0x1eb)](_0x5407d2=>_0x5407d2[_0x4040c7(0x204)]['toLowerCase']()===_0x5cad27[_0x4040c7(0x1f5)]()),-0x1);}catch(_0x2550d7){logger[_0x4040c7(0x20b)](_0x4040c7(0x1ec)+_0x2550d7);}return![];}['toJson'](){const _0x3ed7af=a124_0x1cb728;!fs['existsSync'](this['browserstackFolderPath'])&&fs[_0x3ed7af(0x1ea)](this[_0x3ed7af(0x215)]),fs[_0x3ed7af(0x1f7)](this['commandsPath'],JSON[_0x3ed7af(0x21d)]({'scripts':{'scan':this[_0x3ed7af(0x1ef)],'getResults':this['getResults'],'getResultsSummary':this[_0x3ed7af(0x222)],'saveResults':this[_0x3ed7af(0x21e)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}[a124_0x1cb728(0x1f2)](){const _0xcdc829=a124_0x1cb728,_0x24ee48={'pBcAe':function(_0x1247a9,_0x42b91d){return _0x1247a9(_0x42b91d);}};fs[_0xcdc829(0x219)](this[_0xcdc829(0x209)])&&this[_0xcdc829(0x200)](_0x24ee48[_0xcdc829(0x1fb)](require,this['commandsPath']));}}module['exports']=new Scripts();
@@ -1 +1 @@
1
- const a110_0x2c6681=a110_0x48a6;(function(_0x3cec65,_0x5c2c4c){const _0x4d3846=a110_0x48a6,_0x37fe74=_0x3cec65();while(!![]){try{const _0x59e488=-parseInt(_0x4d3846(0x18b))/0x1*(parseInt(_0x4d3846(0x19e))/0x2)+parseInt(_0x4d3846(0x133))/0x3+-parseInt(_0x4d3846(0x137))/0x4+-parseInt(_0x4d3846(0x12c))/0x5*(parseInt(_0x4d3846(0x172))/0x6)+-parseInt(_0x4d3846(0x189))/0x7*(-parseInt(_0x4d3846(0x12b))/0x8)+parseInt(_0x4d3846(0x149))/0x9*(-parseInt(_0x4d3846(0x175))/0xa)+parseInt(_0x4d3846(0x153))/0xb;if(_0x59e488===_0x5c2c4c)break;else _0x37fe74['push'](_0x37fe74['shift']());}catch(_0x2fdfac){_0x37fe74['push'](_0x37fe74['shift']());}}}(a110_0x48a0,0x547b6));const path=require(a110_0x2c6681(0x164)),{commandRepository}=require(a110_0x2c6681(0x183)),constants=require('../../bin/utils/constants'),logger=require(a110_0x2c6681(0x184))['winstonLogger'],globals=require(a110_0x2c6681(0x151)),timeoutPromise=require('../../helpers/timeoutPromise'),isUndefinedOrNull=_0xaeb8=>_0xaeb8===undefined||_0xaeb8===null||_0xaeb8==='',isNotUndefinedOrNull=_0x55df18=>!isUndefinedOrNull(_0x55df18),isString=_0x4ca6f9=>isNotUndefinedOrNull(_0x4ca6f9)&&typeof _0x4ca6f9==='string';class AiSdkWrapper{constructor(){const _0x5ec0a7=a110_0x2c6681,_0x3e2ddf={'TnYqA':function(_0x36e4b7,_0x3c585f){return _0x36e4b7(_0x3c585f);},'NDuFL':_0x5ec0a7(0x15a)};this[_0x5ec0a7(0x16f)]=undefined;try{this[_0x5ec0a7(0x16f)]=_0x3e2ddf[_0x5ec0a7(0x16c)](require,path[_0x5ec0a7(0x173)](__dirname,_0x3e2ddf[_0x5ec0a7(0x12e)]));}catch(_0x47300d){logger[_0x5ec0a7(0x142)](_0x5ec0a7(0x12f)+(_0x47300d&&_0x47300d['message']?_0x47300d[_0x5ec0a7(0x13d)]:''));}}[a110_0x2c6681(0x17a)](_0x2ced64){const _0x12f1c0=a110_0x2c6681,_0x1247ca={};_0x1247ca['dVWvN']=_0x12f1c0(0x14c),_0x1247ca[_0x12f1c0(0x18f)]=function(_0x5d3b1e,_0x46534d){return _0x5d3b1e===_0x46534d;},_0x1247ca['ehoCp']=_0x12f1c0(0x17f),_0x1247ca[_0x12f1c0(0x198)]=_0x12f1c0(0x13c),_0x1247ca[_0x12f1c0(0x159)]=_0x12f1c0(0x160),_0x1247ca['vKpnl']=_0x12f1c0(0x190),_0x1247ca['HRVLa']=function(_0x10638d,_0x13de59){return _0x10638d===_0x13de59;},_0x1247ca['MmDfe']=_0x12f1c0(0x170);const _0x44efa3=_0x1247ca;try{const _0xfd6bcd=this[_0x12f1c0(0x16f)][_0x12f1c0(0x188)](Object['fromEntries'](_0x2ced64[_0x12f1c0(0x143)]()[_0x12f1c0(0x162)]));console['log'](_0x44efa3['dVWvN'],_0xfd6bcd);if(_0x44efa3[_0x12f1c0(0x18f)](_0xfd6bcd?.['browserName']?.[_0x12f1c0(0x1a5)](),_0x44efa3[_0x12f1c0(0x1a2)]))_0x2ced64['chromeOptions_']=_0xfd6bcd;else{if(_0x44efa3['YrDAD'](_0xfd6bcd?.[_0x12f1c0(0x194)]?.[_0x12f1c0(0x1a5)](),_0x44efa3[_0x12f1c0(0x198)]))_0x2ced64[_0x12f1c0(0x16b)]=_0xfd6bcd;else{if(_0x44efa3[_0x12f1c0(0x18f)](_0xfd6bcd?.[_0x12f1c0(0x194)]?.[_0x12f1c0(0x1a5)](),_0x44efa3['gBpMR']))_0x2ced64[_0x12f1c0(0x13e)]=_0xfd6bcd;else{if(_0x44efa3[_0x12f1c0(0x18f)](_0xfd6bcd?.[_0x12f1c0(0x194)]?.[_0x12f1c0(0x1a5)](),_0x44efa3[_0x12f1c0(0x169)])||_0x44efa3[_0x12f1c0(0x168)](_0xfd6bcd?.['browserName']?.[_0x12f1c0(0x1a5)](),_0x44efa3[_0x12f1c0(0x176)]))_0x2ced64['edgeOptions_']=_0xfd6bcd;else _0x44efa3[_0x12f1c0(0x168)](_0xfd6bcd?.[_0x12f1c0(0x194)]?.[_0x12f1c0(0x1a5)](),'ie')&&(_0x2ced64[_0x12f1c0(0x15d)]=_0xfd6bcd);}}}Object[_0x12f1c0(0x14e)](_0xfd6bcd)[_0x12f1c0(0x1a1)](_0x2b6b28=>{const _0x34de91=_0x12f1c0,_0x12d3cb=_0x2ced64[_0x34de91(0x157)]['get'](_0x2b6b28);_0x2ced64[_0x34de91(0x157)][_0x34de91(0x1a0)](_0x2b6b28,_0xfd6bcd[_0x2b6b28]);});}catch(_0x3f9dd5){logger[_0x12f1c0(0x142)](_0x12f1c0(0x15c)+(_0x3f9dd5&&_0x3f9dd5[_0x12f1c0(0x13d)]?_0x3f9dd5[_0x12f1c0(0x13d)]:''));}}async[a110_0x2c6681(0x14a)](_0x5b9c58){const _0x4a45a2=a110_0x2c6681,_0x3fc409={'huuIs':function(_0x16d0d7,_0x26e7d3,_0x34bab2,_0x452723,_0x908b96,_0x55806f,_0x42879c){return _0x16d0d7(_0x26e7d3,_0x34bab2,_0x452723,_0x908b96,_0x55806f,_0x42879c);},'naICb':_0x4a45a2(0x14d),'oqGEY':'BrowserstackHealingSetTcgTokenFailed','TGafg':_0x4a45a2(0x15b)},_0x170166=new Date(),_0xdd21de=_0x3fc409[_0x4a45a2(0x1a7)](timeoutPromise,constants[_0x4a45a2(0x174)],_0x3fc409[_0x4a45a2(0x14f)],_0x3fc409[_0x4a45a2(0x19b)],_0x170166,this[_0x4a45a2(0x145)],this[_0x4a45a2(0x16d)]);await Promise['race']([this[_0x4a45a2(0x16f)][_0x4a45a2(0x19c)](_0x5b9c58,globals[_0x4a45a2(0x182)](_0x3fc409[_0x4a45a2(0x185)]),constants['TCG_URL'])[_0x4a45a2(0x196)](()=>{const _0x25abeb=_0x4a45a2;_0xdd21de[_0x25abeb(0x180)]();}),_0xdd21de]);}async[a110_0x2c6681(0x18c)](_0x50b6fa,_0x443d91,_0x4c0ff8,_0x2b4830){const _0x1743c5=a110_0x2c6681,_0x98ca70={'NrjgF':function(_0x59cf86,_0x4edc25){return _0x59cf86===_0x4edc25;},'UdTsA':function(_0x26b758,_0x4b9a11){return _0x26b758===_0x4b9a11;},'ITfKx':function(_0x31d3f9,_0x4e3dd5){return _0x31d3f9(_0x4e3dd5);},'LgXYH':function(_0x97543e,_0x571b4d){return _0x97543e(_0x571b4d);},'rPaMe':function(_0x36fd5d,_0x27acb5){return _0x36fd5d(_0x27acb5);},'zWObk':function(_0x4686f7,_0x3f280b){return _0x4686f7(_0x3f280b);},'AmXqh':function(_0x4a68c4,_0x36c1c1){return _0x4a68c4(_0x36c1c1);},'RfaoY':_0x1743c5(0x1a6),'gdBtr':function(_0x447c39,_0x42f858){return _0x447c39(_0x42f858);},'sQmUu':_0x1743c5(0x158),'ILwpq':_0x1743c5(0x19d),'blXGu':'aiHeal_isGroupAIEnabled','frYcv':function(_0x486282,_0x20c459,_0xf9c922,_0x1ed45b,_0x18f7a5,_0x4befb8,_0x39d368){return _0x486282(_0x20c459,_0xf9c922,_0x1ed45b,_0x18f7a5,_0x4befb8,_0x39d368);},'pywDq':'BrowserstackHealing.logData\x20method\x20timed\x20out','oqiIt':'BrowserstackHealingLogDataFailed','hVblj':_0x1743c5(0x15e),'CUvqa':_0x1743c5(0x16e)},_0x446dbb=(await _0x443d91[_0x1743c5(0x19f)]())[_0x1743c5(0x129)]();let _0x521482='';if(commandRepository[_0x1743c5(0x16a)]()&&_0x98ca70[_0x1743c5(0x1a8)](_0x2b4830,![])||_0x98ca70[_0x1743c5(0x166)](_0x2b4830,!![])){const _0x86ca61=_0x98ca70[_0x1743c5(0x197)](isNotUndefinedOrNull,_0x4c0ff8[_0x1743c5(0x155)][_0x1743c5(0x152)])&&_0x98ca70[_0x1743c5(0x179)](isString,_0x4c0ff8[_0x1743c5(0x155)][_0x1743c5(0x152)])?_0x4c0ff8[_0x1743c5(0x155)]['using']['replace'](/'/g,'\x5c\x27')[_0x1743c5(0x146)](/"/g,'\x5c\x22'):'',_0x4128aa=_0x98ca70[_0x1743c5(0x179)](isNotUndefinedOrNull,_0x4c0ff8['parameters_'][_0x1743c5(0x152)])&&_0x98ca70['ITfKx'](isString,_0x4c0ff8['parameters_']['value'])?_0x4c0ff8[_0x1743c5(0x155)][_0x1743c5(0x13f)][_0x1743c5(0x146)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x25dd71=_0x98ca70[_0x1743c5(0x18d)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x98ca70[_0x1743c5(0x179)](isString,commandRepository[_0x1743c5(0x195)]())?commandRepository[_0x1743c5(0x195)]()[_0x1743c5(0x146)](/'/g,'\x5c\x27')[_0x1743c5(0x146)](/"/g,'\x5c\x22'):'';let _0x1c7bce=_0x98ca70[_0x1743c5(0x1a3)](isNotUndefinedOrNull,global[_0x1743c5(0x136)])&&_0x98ca70[_0x1743c5(0x18d)](isString,global[_0x1743c5(0x136)])?global[_0x1743c5(0x136)][_0x1743c5(0x146)](/'/g,'\x5c\x27')[_0x1743c5(0x146)](/"/g,'\x5c\x22'):'';!_0x1c7bce&&(_0x1c7bce=_0x98ca70[_0x1743c5(0x197)](isNotUndefinedOrNull,commandRepository[_0x1743c5(0x12a)]())&&_0x98ca70['AmXqh'](isString,commandRepository[_0x1743c5(0x12a)]())?commandRepository[_0x1743c5(0x12a)]()['replace'](/'/g,'\x5c\x27')[_0x1743c5(0x146)](/"/g,'\x5c\x22'):'');let _0x37997a=_0x1743c5(0x181)+constants[_0x1743c5(0x15f)]+_0x1743c5(0x193)+constants['TCG_REGION']+_0x1743c5(0x139)+constants[_0x1743c5(0x132)][_0x1743c5(0x177)](_0x98ca70[_0x1743c5(0x199)])[0x1]+_0x1743c5(0x138);_0x37997a=_0x98ca70[_0x1743c5(0x17b)](isNotUndefinedOrNull,_0x37997a)&&_0x98ca70['gdBtr'](isString,_0x37997a)?_0x37997a['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x468f36=commandRepository[_0x1743c5(0x19a)](_0x446dbb),_0x12b5d9=globals['getGlobal'](_0x98ca70['sQmUu']),_0x1eb2ef=globals[_0x1743c5(0x182)](_0x98ca70[_0x1743c5(0x192)]),_0x4c7014=globals[_0x1743c5(0x182)](_0x98ca70[_0x1743c5(0x171)]),_0x19895f=![],_0x32204a=new Date();if(_0x2b4830){const _0x590a1d=_0x98ca70[_0x1743c5(0x165)](timeoutPromise,constants[_0x1743c5(0x147)],_0x98ca70['pywDq'],_0x98ca70[_0x1743c5(0x148)],_0x32204a,this[_0x1743c5(0x145)],this[_0x1743c5(0x16d)]);_0x521482=await Promise[_0x1743c5(0x150)]([this[_0x1743c5(0x16f)][_0x1743c5(0x187)](_0x86ca61,_0x4128aa,_0x25dd71,_0x1c7bce,_0x1eb2ef,_0x446dbb,_0x468f36,_0x37997a)['then'](_0x3b7ca0=>{return _0x590a1d['cancel'](),_0x3b7ca0;}),_0x590a1d]);}else{if(commandRepository[_0x1743c5(0x16a)]()){const _0x5676a5=_0x98ca70[_0x1743c5(0x165)](timeoutPromise,constants[_0x1743c5(0x1a4)],_0x98ca70['hVblj'],_0x98ca70[_0x1743c5(0x17c)],_0x32204a,this['config'],this[_0x1743c5(0x16d)]);_0x521482=await Promise[_0x1743c5(0x150)]([this[_0x1743c5(0x16f)][_0x1743c5(0x144)](_0x86ca61,_0x4128aa,_0x25dd71,_0x1c7bce,_0x12b5d9,_0x1eb2ef,_0x446dbb,_0x468f36,_0x19895f,_0x4c7014,_0x37997a)[_0x1743c5(0x196)](_0x1212ff=>{const _0x1e3304=_0x1743c5;return _0x5676a5[_0x1e3304(0x180)](),_0x1212ff;}),_0x5676a5]);}}_0x521482&&await _0x443d91[_0x1743c5(0x18a)](_0x521482);}}async[a110_0x2c6681(0x130)](_0xd01421,_0x556a4e,_0x13304e){const _0x3ac5e7=a110_0x2c6681;try{await this['_handleEvent'](_0xd01421,_0x556a4e,_0x13304e,!![]);}catch(_0x435139){return logger[_0x3ac5e7(0x142)](_0x3ac5e7(0x191)+(_0x435139&&_0x435139['message']?_0x435139[_0x3ac5e7(0x13d)]:'')),![];}return!![];}async['handleFailure'](_0x10a716,_0x35c537,_0x419143){const _0x373539=a110_0x2c6681,_0x4fa4b3={'yxdOD':function(_0x5ac07b,_0x4cd449,_0x49ba56,_0x2f0b83,_0x2e1a8e,_0x149e86,_0xe2724a){return _0x5ac07b(_0x4cd449,_0x49ba56,_0x2f0b83,_0x2e1a8e,_0x149e86,_0xe2724a);},'izjYo':_0x373539(0x12d),'RGYGj':_0x373539(0x14b),'DEZdO':_0x373539(0x15b)};try{await this['_handleEvent'](_0x10a716,_0x35c537,_0x419143,![]);const _0x12c07b=(await _0x35c537[_0x373539(0x19f)]())[_0x373539(0x129)](),_0x1c59ea=new Date(),_0x1e966a=_0x4fa4b3[_0x373539(0x154)](timeoutPromise,constants[_0x373539(0x141)],_0x4fa4b3['izjYo'],_0x4fa4b3[_0x373539(0x17d)],_0x1c59ea,this[_0x373539(0x145)],this[_0x373539(0x16d)]),_0x2c0e7e=await Promise['race']([this[_0x373539(0x16f)][_0x373539(0x134)](constants['TCG_URL'],_0x12c07b,globals[_0x373539(0x182)](_0x4fa4b3[_0x373539(0x18e)]))[_0x373539(0x196)](_0x2a729f=>{const _0x565e3b=_0x373539;return _0x1e966a[_0x565e3b(0x180)](),_0x2a729f;}),_0x1e966a]);if(_0x2c0e7e&&_0x2c0e7e[_0x373539(0x17e)]&&_0x2c0e7e[_0x373539(0x13f)]){const _0x2f5928={};return _0x2f5928['locatorType']=_0x2c0e7e[_0x373539(0x17e)],_0x2f5928[_0x373539(0x161)]=_0x2c0e7e['value'],_0x2f5928[_0x373539(0x131)]=!![],_0x2f5928;}const _0x13973f={};return _0x13973f[_0x373539(0x167)]=_0x419143[_0x373539(0x155)][_0x373539(0x152)],_0x13973f[_0x373539(0x161)]=_0x2c0e7e['value'],_0x13973f[_0x373539(0x131)]=!![],_0x13973f;}catch(_0x47eae4){return logger[_0x373539(0x140)](_0x373539(0x178)+(_0x47eae4&&_0x47eae4['message']?_0x47eae4[_0x373539(0x13d)]:'')),logger[_0x373539(0x135)](_0x373539(0x186)+_0x419143[_0x373539(0x13b)]+_0x373539(0x163)),_0x419143;}}}function a110_0x48a0(){const _0x1ce682=['setToken','aiHeal_groupId','762082ytTKBu','getSession','set','forEach','ehoCp','zWObk','HEALING_FAILURE_TIMEOUT','toLowerCase','s://','huuIs','NrjgF','getId','getTestName','80iDswjj','124195ncEHEc','BrowserstackHealing.pollResult\x20method\x20timed\x20out','NDuFL','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','handleSuccess','aiHealing','TCG_URL','1455948IkUldV','pollResult','info','browserstackSessionName','2217896ePSxlF','\x22}}}','\x22:\x20{\x22endpoint\x22:\x20\x22','freeze','name_','firefox','message','safariOptions_','value','debug','POLL_HEALING_RESULT_TIMEOUT','error','getCapabilities','healFailure','config','replace','HEALING_LOG_DATA_TIMEOUT','oqiIt','18PFaRVw','setTcgToken','BrowserstackHealingPollResultFailed','newCapabilities','BrowserstackHealing.setToken\x20method\x20timed\x20out','keys','naICb','race','../globals','using','14914746lPkJMy','yxdOD','parameters_','aiSdkWrapper','capabilities_','aiHeal_userId','gBpMR','../../ai-sdk-node/bundle','aiHeal_sessionToken','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','ieOptions_','BrowserstackHealing.healFailure\x20method\x20timed\x20out','TCG_REGION','safari','locatorValue','map_','\x20command','path','frYcv','UdTsA','locatorType','HRVLa','vKpnl','isSelfHealEnabled','firefoxOptions_','TnYqA','framework','BrowserstackHealingHealFailureFailed','BrowserstackHealing','microsoftedge','blXGu','54LiyLIk','join','SET_TCG_TOKEN_TIMEOUT','2238340YVbfmX','MmDfe','split','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','LgXYH','initializeHealingCapabilities','gdBtr','CUvqa','RGYGj','selector','chrome','cancel','{\x22region\x22:\x20\x22','getGlobal','./autoHealHelper','../logger','TGafg','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','logData','initializeCapabilities','78099pKBdNg','executeScript','1esZaDN','_handleEvent','rPaMe','DEZdO','YrDAD','edge','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','ILwpq','\x22,\x20\x22tcgUrls\x22:\x20{\x22','browserName','getProjectName','then','ITfKx','VLBbQ','RfaoY','getCommands','oqGEY'];a110_0x48a0=function(){return _0x1ce682;};return a110_0x48a0();}function a110_0x48a6(_0x107811,_0x38ef3f){const _0x48a09f=a110_0x48a0();return a110_0x48a6=function(_0x48a6ec,_0xef56e){_0x48a6ec=_0x48a6ec-0x129;let _0x4567ae=_0x48a09f[_0x48a6ec];return _0x4567ae;},a110_0x48a6(_0x107811,_0x38ef3f);}exports[a110_0x2c6681(0x156)]=Object[a110_0x2c6681(0x13a)](new AiSdkWrapper());
1
+ const a125_0x428044=a125_0x20ee;(function(_0x5c61d6,_0x226898){const _0x189f46=a125_0x20ee,_0x31cf14=_0x5c61d6();while(!![]){try{const _0x2f8834=parseInt(_0x189f46(0x11d))/0x1*(-parseInt(_0x189f46(0x14f))/0x2)+-parseInt(_0x189f46(0x145))/0x3+-parseInt(_0x189f46(0x118))/0x4*(-parseInt(_0x189f46(0x124))/0x5)+-parseInt(_0x189f46(0xf5))/0x6*(parseInt(_0x189f46(0x146))/0x7)+-parseInt(_0x189f46(0x147))/0x8*(parseInt(_0x189f46(0x156))/0x9)+-parseInt(_0x189f46(0xf7))/0xa*(parseInt(_0x189f46(0x15c))/0xb)+parseInt(_0x189f46(0xff))/0xc;if(_0x2f8834===_0x226898)break;else _0x31cf14['push'](_0x31cf14['shift']());}catch(_0x289694){_0x31cf14['push'](_0x31cf14['shift']());}}}(a125_0x1c3b,0xd7246));const path=require(a125_0x428044(0x152)),{commandRepository}=require('./autoHealHelper'),constants=require(a125_0x428044(0x138)),logger=require('../logger')[a125_0x428044(0xfc)],globals=require(a125_0x428044(0x123)),timeoutPromise=require(a125_0x428044(0x108)),isUndefinedOrNull=_0x249f41=>_0x249f41===undefined||_0x249f41===null||_0x249f41==='',isNotUndefinedOrNull=_0x538da9=>!isUndefinedOrNull(_0x538da9),isString=_0x4c826e=>isNotUndefinedOrNull(_0x4c826e)&&typeof _0x4c826e===a125_0x428044(0x132);function a125_0x1c3b(){const _0x3010c4=['healFailure','forEach','YofSr','setToken','log','getCommands','RKTEu','HoWVj','OiMye','12toFrDc','edge','14540jrjWVW','firefox','BrowserstackHealing.healFailure\x20method\x20timed\x20out','QQiGb','chromeOptions_','winstonLogger','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','locatorType','53011896ecDYvq','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','logData','{\x22region\x22:\x20\x22','ChZIF','getProjectName','bPWQF','BrowserstackHealingHealFailureFailed','aiHeal_isGroupAIEnabled','../../helpers/timeoutPromise','race','rXbMR','BrowserstackHealing','gcnJb','debug','replace','message','browserstackSessionName','pollResult','chrome','config','then','isSelfHealEnabled','TDiZc','iUyUu','4ekxTgo','value','error','cancel','\x22:\x20{\x22endpoint\x22:\x20\x22','362jRaXsy','initializeCapabilities','aiHeal_groupId','info','HEALING_FAILURE_TIMEOUT','split','../globals','3407995uGoJOe','ksgKG','UVlkX','toLowerCase','YwVrO','freeze','BrowserstackHealing.pollResult\x20method\x20timed\x20out','using','nSFzf','TCG_URL','../../ai-sdk-node/bundle','name_','fromEntries','bODTk','string','LVIOa','locatorValue','\x20command','Ilntc','aiHealing','../../bin/utils/constants','join','usmHD','GtbaD','setTcgToken','s://','BrowserstackHealing.logData\x20method\x20timed\x20out','parameters_','handleSuccess','aiHeal_sessionToken','BrowserstackHealingLogDataFailed','browserName','getGlobal','2486412DuZBiY','3412759MZnAlk','536NeOWUG','keys','IAZrE','initializeHealingCapabilities','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','set','safariOptions_','TCG_REGION','6466NBmJgw','framework','getTestName','path','selector','HEALING_LOG_DATA_TIMEOUT','get','148329HCDgET','\x22}}}','Wamaw','capabilities_','BrowserstackHealing.setToken\x20method\x20timed\x20out','executeScript','1056eRbews','tnMmq','ZZRmJ','_handleEvent','getCapabilities','edgeOptions_','wQNRH','kLgwE'];a125_0x1c3b=function(){return _0x3010c4;};return a125_0x1c3b();}class AiSdkWrapper{constructor(){const _0x104f19=a125_0x428044,_0x7fd5eb={'ksgKG':function(_0xbfb2a9,_0x13b8d2){return _0xbfb2a9(_0x13b8d2);},'Ilntc':_0x104f19(0x12e)};this[_0x104f19(0x10b)]=undefined;try{this[_0x104f19(0x10b)]=_0x7fd5eb[_0x104f19(0x125)](require,path[_0x104f19(0x139)](__dirname,_0x7fd5eb[_0x104f19(0x136)]));}catch(_0xefd93b){logger[_0x104f19(0x11a)](_0x104f19(0x100)+(_0xefd93b&&_0xefd93b[_0x104f19(0x10f)]?_0xefd93b['message']:''));}}[a125_0x428044(0x14a)](_0x533596){const _0x2a956b=a125_0x428044,_0xa917e5={};_0xa917e5[_0x2a956b(0x15e)]='newCapabilities',_0xa917e5[_0x2a956b(0x131)]=function(_0x58320f,_0x5c431f){return _0x58320f===_0x5c431f;},_0xa917e5[_0x2a956b(0x133)]=_0x2a956b(0x112),_0xa917e5['RKTEu']=_0x2a956b(0xf8),_0xa917e5[_0x2a956b(0x15d)]=function(_0x3a88af,_0x3e5ea2){return _0x3a88af===_0x3e5ea2;},_0xa917e5['wQNRH']='safari',_0xa917e5[_0x2a956b(0xf3)]=_0x2a956b(0xf6),_0xa917e5['rXbMR']=function(_0x305cb5,_0x28692e){return _0x305cb5===_0x28692e;},_0xa917e5[_0x2a956b(0x158)]='microsoftedge';const _0x75e143=_0xa917e5;try{const _0x172f01=this[_0x2a956b(0x10b)][_0x2a956b(0x11e)](Object[_0x2a956b(0x130)](_0x533596[_0x2a956b(0xe8)]()['map_']));console[_0x2a956b(0xf0)](_0x75e143[_0x2a956b(0x15e)],_0x172f01);if(_0x75e143[_0x2a956b(0x131)](_0x172f01?.[_0x2a956b(0x143)]?.[_0x2a956b(0x127)](),_0x75e143[_0x2a956b(0x133)]))_0x533596[_0x2a956b(0xfb)]=_0x172f01;else{if(_0x75e143['bODTk'](_0x172f01?.[_0x2a956b(0x143)]?.['toLowerCase'](),_0x75e143[_0x2a956b(0xf2)]))_0x533596['firefoxOptions_']=_0x172f01;else{if(_0x75e143[_0x2a956b(0x15d)](_0x172f01?.[_0x2a956b(0x143)]?.[_0x2a956b(0x127)](),_0x75e143[_0x2a956b(0xea)]))_0x533596[_0x2a956b(0x14d)]=_0x172f01;else{if(_0x75e143[_0x2a956b(0x15d)](_0x172f01?.['browserName']?.['toLowerCase'](),_0x75e143[_0x2a956b(0xf3)])||_0x75e143[_0x2a956b(0x10a)](_0x172f01?.[_0x2a956b(0x143)]?.[_0x2a956b(0x127)](),_0x75e143[_0x2a956b(0x158)]))_0x533596[_0x2a956b(0xe9)]=_0x172f01;else _0x75e143[_0x2a956b(0x131)](_0x172f01?.[_0x2a956b(0x143)]?.[_0x2a956b(0x127)](),'ie')&&(_0x533596['ieOptions_']=_0x172f01);}}}Object[_0x2a956b(0x148)](_0x172f01)[_0x2a956b(0xed)](_0x41af8d=>{const _0x80ae05=_0x2a956b,_0x17846f=_0x533596[_0x80ae05(0x159)][_0x80ae05(0x155)](_0x41af8d);_0x533596[_0x80ae05(0x159)][_0x80ae05(0x14c)](_0x41af8d,_0x172f01[_0x41af8d]);});}catch(_0x4ec690){logger['error']('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x4ec690&&_0x4ec690['message']?_0x4ec690[_0x2a956b(0x10f)]:''));}}async[a125_0x428044(0x13c)](_0x4e552d){const _0x49d431=a125_0x428044,_0x1ba813={'SpPXA':function(_0x67044d,_0x4f6b7e,_0x44ef57,_0x32d4cd,_0x40086b,_0x2193fe,_0x27d19d){return _0x67044d(_0x4f6b7e,_0x44ef57,_0x32d4cd,_0x40086b,_0x2193fe,_0x27d19d);},'usmHD':_0x49d431(0x15a),'EbpQE':'BrowserstackHealingSetTcgTokenFailed','nSFzf':_0x49d431(0x141)},_0x5aaab3=new Date(),_0x362c94=_0x1ba813['SpPXA'](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x1ba813[_0x49d431(0x13a)],_0x1ba813['EbpQE'],_0x5aaab3,this[_0x49d431(0x113)],this[_0x49d431(0x150)]);await Promise[_0x49d431(0x109)]([this[_0x49d431(0x10b)][_0x49d431(0xef)](_0x4e552d,globals['getGlobal'](_0x1ba813[_0x49d431(0x12c)]),constants[_0x49d431(0x12d)])[_0x49d431(0x114)](()=>{const _0x4c0b28=_0x49d431;_0x362c94[_0x4c0b28(0x11b)]();}),_0x362c94]);}async[a125_0x428044(0x15f)](_0x58acb4,_0xd419de,_0x576eff,_0x73cd92){const _0x1af500=a125_0x428044,_0x13fd21={'UVlkX':function(_0x1dfe9e,_0x40510b){return _0x1dfe9e===_0x40510b;},'QQiGb':function(_0x1b8b96,_0x30cdc9){return _0x1b8b96(_0x30cdc9);},'IAZrE':function(_0x5f0d6f,_0x56a61b){return _0x5f0d6f(_0x56a61b);},'OiMye':function(_0x39f164,_0x162188){return _0x39f164(_0x162188);},'GtbaD':function(_0x41f05f,_0x2ca657){return _0x41f05f(_0x2ca657);},'kLgwE':_0x1af500(0x13d),'kAtDs':function(_0x58c948,_0x1cee67){return _0x58c948(_0x1cee67);},'YwVrO':'aiHeal_userId','HiLUr':_0x1af500(0x11f),'bPWQF':_0x1af500(0x107),'iUyUu':function(_0x32d29f,_0x12d096,_0x15123d,_0xc08258,_0x37d970,_0x15e58a,_0x2628f3){return _0x32d29f(_0x12d096,_0x15123d,_0xc08258,_0x37d970,_0x15e58a,_0x2628f3);},'lnKyp':_0x1af500(0x13e),'BxKBN':_0x1af500(0x142),'TDiZc':function(_0x26e9f9,_0x210b64,_0x1b50d5,_0xfadaed,_0x2eb228,_0x3a59ca,_0x347b70){return _0x26e9f9(_0x210b64,_0x1b50d5,_0xfadaed,_0x2eb228,_0x3a59ca,_0x347b70);},'OleYp':_0x1af500(0xf9),'TlNFf':_0x1af500(0x106)},_0x3eba4e=(await _0xd419de['getSession']())['getId']();let _0x44d850='';if(commandRepository[_0x1af500(0x115)]()&&_0x13fd21['UVlkX'](_0x73cd92,![])||_0x13fd21[_0x1af500(0x126)](_0x73cd92,!![])){const _0x3f7352=_0x13fd21[_0x1af500(0xfa)](isNotUndefinedOrNull,_0x576eff[_0x1af500(0x13f)][_0x1af500(0x12b)])&&_0x13fd21['QQiGb'](isString,_0x576eff[_0x1af500(0x13f)][_0x1af500(0x12b)])?_0x576eff[_0x1af500(0x13f)][_0x1af500(0x12b)][_0x1af500(0x10e)](/'/g,'\x5c\x27')[_0x1af500(0x10e)](/"/g,'\x5c\x22'):'',_0x13912b=_0x13fd21[_0x1af500(0x149)](isNotUndefinedOrNull,_0x576eff['parameters_']['using'])&&_0x13fd21[_0x1af500(0x149)](isString,_0x576eff[_0x1af500(0x13f)][_0x1af500(0x119)])?_0x576eff['parameters_'][_0x1af500(0x119)][_0x1af500(0x10e)](/'/g,'\x5c\x27')[_0x1af500(0x10e)](/"/g,'\x5c\x22'):'',_0x33c794=_0x13fd21['QQiGb'](isNotUndefinedOrNull,commandRepository[_0x1af500(0x104)]())&&_0x13fd21['IAZrE'](isString,commandRepository['getProjectName']())?commandRepository[_0x1af500(0x104)]()[_0x1af500(0x10e)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x18c7e5=_0x13fd21[_0x1af500(0xf4)](isNotUndefinedOrNull,global[_0x1af500(0x110)])&&_0x13fd21[_0x1af500(0x149)](isString,global[_0x1af500(0x110)])?global['browserstackSessionName']['replace'](/'/g,'\x5c\x27')[_0x1af500(0x10e)](/"/g,'\x5c\x22'):'';!_0x18c7e5&&(_0x18c7e5=_0x13fd21['OiMye'](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x13fd21[_0x1af500(0x13b)](isString,commandRepository[_0x1af500(0x151)]())?commandRepository[_0x1af500(0x151)]()[_0x1af500(0x10e)](/'/g,'\x5c\x27')[_0x1af500(0x10e)](/"/g,'\x5c\x22'):'');let _0x5dc4dc=_0x1af500(0x102)+constants[_0x1af500(0x14e)]+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x1af500(0x14e)]+_0x1af500(0x11c)+constants[_0x1af500(0x12d)][_0x1af500(0x122)](_0x13fd21[_0x1af500(0xeb)])[0x1]+_0x1af500(0x157);_0x5dc4dc=_0x13fd21['kAtDs'](isNotUndefinedOrNull,_0x5dc4dc)&&_0x13fd21['OiMye'](isString,_0x5dc4dc)?_0x5dc4dc[_0x1af500(0x10e)](/'/g,'\x5c\x27')[_0x1af500(0x10e)](/"/g,'\x5c\x22'):'';const _0x514b63=commandRepository[_0x1af500(0xf1)](_0x3eba4e),_0x4ef231=globals[_0x1af500(0x144)](_0x13fd21[_0x1af500(0x128)]),_0x2b03bd=globals['getGlobal'](_0x13fd21['HiLUr']),_0xc96223=globals['getGlobal'](_0x13fd21[_0x1af500(0x105)]),_0x326c71=![],_0x3b43df=new Date();if(_0x73cd92){const _0x3cece4=_0x13fd21[_0x1af500(0x117)](timeoutPromise,constants[_0x1af500(0x154)],_0x13fd21['lnKyp'],_0x13fd21['BxKBN'],_0x3b43df,this[_0x1af500(0x113)],this[_0x1af500(0x150)]);_0x44d850=await Promise[_0x1af500(0x109)]([this[_0x1af500(0x10b)][_0x1af500(0x101)](_0x3f7352,_0x13912b,_0x33c794,_0x18c7e5,_0x2b03bd,_0x3eba4e,_0x514b63,_0x5dc4dc)[_0x1af500(0x114)](_0x574eb6=>{return _0x3cece4['cancel'](),_0x574eb6;}),_0x3cece4]);}else{if(commandRepository[_0x1af500(0x115)]()){const _0x3b9af0=_0x13fd21[_0x1af500(0x116)](timeoutPromise,constants[_0x1af500(0x121)],_0x13fd21['OleYp'],_0x13fd21['TlNFf'],_0x3b43df,this[_0x1af500(0x113)],this[_0x1af500(0x150)]);_0x44d850=await Promise[_0x1af500(0x109)]([this['BrowserstackHealing'][_0x1af500(0xec)](_0x3f7352,_0x13912b,_0x33c794,_0x18c7e5,_0x4ef231,_0x2b03bd,_0x3eba4e,_0x514b63,_0x326c71,_0xc96223,_0x5dc4dc)[_0x1af500(0x114)](_0x1d6212=>{const _0x40a9b7=_0x1af500;return _0x3b9af0[_0x40a9b7(0x11b)](),_0x1d6212;}),_0x3b9af0]);}}_0x44d850&&await _0xd419de[_0x1af500(0x15b)](_0x44d850);}}async[a125_0x428044(0x140)](_0x546475,_0x536bec,_0x2d28d6){const _0x108990=a125_0x428044;try{await this[_0x108990(0x15f)](_0x546475,_0x536bec,_0x2d28d6,!![]);}catch(_0x4a36f7){return logger[_0x108990(0x11a)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x4a36f7&&_0x4a36f7['message']?_0x4a36f7[_0x108990(0x10f)]:'')),![];}return!![];}async['handleFailure'](_0x445343,_0x5dee73,_0x2c9119){const _0x206b19=a125_0x428044,_0x76369d={'YofSr':function(_0x852cf7,_0x572730,_0x4597d5,_0x31170c,_0x47bb31,_0x477003,_0x422c01){return _0x852cf7(_0x572730,_0x4597d5,_0x31170c,_0x47bb31,_0x477003,_0x422c01);},'ChZIF':_0x206b19(0x12a),'cqKyR':'BrowserstackHealingPollResultFailed','gcnJb':'aiHeal_sessionToken'};try{await this[_0x206b19(0x15f)](_0x445343,_0x5dee73,_0x2c9119,![]);const _0x4565ae=(await _0x5dee73['getSession']())['getId'](),_0x3e1a41=new Date(),_0x34b5fd=_0x76369d[_0x206b19(0xee)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x76369d[_0x206b19(0x103)],_0x76369d['cqKyR'],_0x3e1a41,this[_0x206b19(0x113)],this[_0x206b19(0x150)]),_0x2aaa61=await Promise[_0x206b19(0x109)]([this[_0x206b19(0x10b)][_0x206b19(0x111)](constants[_0x206b19(0x12d)],_0x4565ae,globals[_0x206b19(0x144)](_0x76369d[_0x206b19(0x10c)]))[_0x206b19(0x114)](_0x302ded=>{return _0x34b5fd['cancel'](),_0x302ded;}),_0x34b5fd]);if(_0x2aaa61&&_0x2aaa61[_0x206b19(0x153)]&&_0x2aaa61['value']){const _0x129fe9={};return _0x129fe9[_0x206b19(0xfe)]=_0x2aaa61[_0x206b19(0x153)],_0x129fe9['locatorValue']=_0x2aaa61[_0x206b19(0x119)],_0x129fe9[_0x206b19(0x137)]=!![],_0x129fe9;}const _0xdba33f={};return _0xdba33f[_0x206b19(0xfe)]=_0x2c9119[_0x206b19(0x13f)][_0x206b19(0x12b)],_0xdba33f[_0x206b19(0x134)]=_0x2aaa61[_0x206b19(0x119)],_0xdba33f[_0x206b19(0x137)]=!![],_0xdba33f;}catch(_0x245882){return logger[_0x206b19(0x10d)](_0x206b19(0x14b)+(_0x245882&&_0x245882[_0x206b19(0x10f)]?_0x245882['message']:'')),logger[_0x206b19(0x120)](_0x206b19(0xfd)+_0x2c9119[_0x206b19(0x12f)]+_0x206b19(0x135)),_0x2c9119;}}}function a125_0x20ee(_0x4bf215,_0x3c3477){const _0x1c3b13=a125_0x1c3b();return a125_0x20ee=function(_0x20ee01,_0x4103b2){_0x20ee01=_0x20ee01-0xe8;let _0x28fe1d=_0x1c3b13[_0x20ee01];return _0x28fe1d;},a125_0x20ee(_0x4bf215,_0x3c3477);}exports['aiSdkWrapper']=Object[a125_0x428044(0x129)](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a111_0x11ef48=a111_0x51ab;function a111_0x20d5(){const _0x1c7b2d=['2668825BOOCek','zKADU','710731wTDlie','setTcgTokenStatus','tRafB','2289196mbkptT','6ZbWDdv','getConfig','commands','isSelfHealEnabled','pushCommand','getTestName','240042igltby','setFramework','isTcgTokenSet','No\x20commands\x20found\x20for\x20session:\x20','join','KxkTV','debug','getTcgTokenStatus','stringify','map','getGlobal','xZHfH','getProjectName','4217264rUWtdK','winstonLogger','aiSessionTimeStamp','504735FuVuet','setAiSessionTimeStamp','now','aiHeal_isHealingEnabled','umquS','JNkKA','127017ofSmlL','projectName','ugkKO','userName','testName','_pushCommand','framework','true','rgcCC','authInfo','selfHeal','getFramework','setAuthInfo','18AKwedC','setProjectNameForHealingContext','split','250btChlm','KqVYu','config','../logger','method'];a111_0x20d5=function(){return _0x1c7b2d;};return a111_0x20d5();}(function(_0x3d764d,_0x27f0d5){const _0x476331=a111_0x51ab,_0x2d244f=_0x3d764d();while(!![]){try{const _0x496ea0=parseInt(_0x476331(0x1a1))/0x1+parseInt(_0x476331(0x191))/0x2*(parseInt(_0x476331(0x18b))/0x3)+parseInt(_0x476331(0x18a))/0x4+-parseInt(_0x476331(0x185))/0x5+-parseInt(_0x476331(0x17d))/0x6*(parseInt(_0x476331(0x187))/0x7)+-parseInt(_0x476331(0x19e))/0x8+parseInt(_0x476331(0x1a7))/0x9*(parseInt(_0x476331(0x180))/0xa);if(_0x496ea0===_0x27f0d5)break;else _0x2d244f['push'](_0x2d244f['shift']());}catch(_0x3be333){_0x2d244f['push'](_0x2d244f['shift']());}}}(a111_0x20d5,0x4a4fb));function a111_0x51ab(_0x3d5ecc,_0x44a371){const _0x20d59c=a111_0x20d5();return a111_0x51ab=function(_0x51ab90,_0x51a9b1){_0x51ab90=_0x51ab90-0x172;let _0x50c548=_0x20d59c[_0x51ab90];return _0x50c548;},a111_0x51ab(_0x3d5ecc,_0x44a371);}const calculateTimeDiff=_0x3fcf8b=>Date['now']()-_0x3fcf8b,logger=require(a111_0x11ef48(0x183))[a111_0x11ef48(0x19f)],globals=require('../globals');class HealingCommandRepo{constructor(){const _0x403856=a111_0x11ef48,_0x5d28cb={};_0x5d28cb[_0x403856(0x181)]='5|1|2|3|0|4';const _0x5a6aa7=_0x5d28cb,_0x7787ae=_0x5a6aa7[_0x403856(0x181)][_0x403856(0x17f)]('|');let _0x218cc0=0x0;while(!![]){switch(_0x7787ae[_0x218cc0++]){case'0':this[_0x403856(0x179)]={};continue;case'1':this[_0x403856(0x1a0)]={};continue;case'2':this[_0x403856(0x1a8)]='';continue;case'3':this[_0x403856(0x174)]='';continue;case'4':this[_0x403856(0x193)]=![];continue;case'5':this[_0x403856(0x18d)]={};continue;}break;}}['_pushCommand'](_0x20bcd2,_0x3758b3){const _0x544a54=a111_0x11ef48,_0x5f5547={};_0x5f5547[_0x544a54(0x178)]=function(_0x2d1f45,_0x41c9a6){return _0x2d1f45 in _0x41c9a6;};const _0x9b8028=_0x5f5547;!_0x9b8028[_0x544a54(0x178)](_0x20bcd2,this[_0x544a54(0x18d)])&&(this[_0x544a54(0x18d)][_0x20bcd2]=[]),this['commands'][_0x20bcd2]['push'](_0x3758b3);}[a111_0x11ef48(0x18f)](_0x45b7ec,_0x2db9ad){const _0x278429=a111_0x11ef48,_0x3a8080={'tRafB':function(_0x26c78f,_0x10f707){return _0x26c78f(_0x10f707);}},_0x5a8971=_0x2db9ad[_0x278429(0x184)],_0x117b7d=_0x2db9ad['path'][_0x278429(0x17f)](_0x45b7ec)[0x1],_0x22a996=this[_0x278429(0x1a0)][_0x45b7ec],_0x33d772={'k':_0x5a8971+':'+_0x117b7d,'t':_0x3a8080[_0x278429(0x189)](calculateTimeDiff,_0x22a996)};this[_0x278429(0x175)](_0x45b7ec,_0x33d772);}[a111_0x11ef48(0x1a2)](_0x2e2dca){const _0x2111bf=a111_0x11ef48;this['aiSessionTimeStamp'][_0x2e2dca]=Date[_0x2111bf(0x1a3)]();}['setAuthInfo'](_0x4e1e26,_0x2c89a3){const _0x20a7b5=a111_0x11ef48;this[_0x20a7b5(0x179)][_0x20a7b5(0x173)]=_0x4e1e26,this['authInfo']['accessKey']=_0x2c89a3;}['getAuthInfo'](){const _0x923611=a111_0x11ef48;return this[_0x923611(0x179)];}[a111_0x11ef48(0x17e)](_0x3236d4){const _0xd42d56=a111_0x11ef48;this[_0xd42d56(0x1a8)]=_0x3236d4;}['setTestNameForHealingContext'](_0x3cb4e4){const _0x49b40e=a111_0x11ef48;this[_0x49b40e(0x174)]=_0x3cb4e4;}['setConfig'](_0x59b292){const _0x2faa23=a111_0x11ef48;this[_0x2faa23(0x182)]=_0x59b292,this[_0x2faa23(0x17e)](_0x59b292['projectName']),this[_0x2faa23(0x17c)](_0x59b292[_0x2faa23(0x173)],_0x59b292['accessKey']);}[a111_0x11ef48(0x192)](_0x111a5e){const _0x1fe5f4=a111_0x11ef48;this[_0x1fe5f4(0x176)]=_0x111a5e;}[a111_0x11ef48(0x188)](_0x30994e){const _0x1c44dd=a111_0x11ef48;this[_0x1c44dd(0x193)]=_0x30994e;}[a111_0x11ef48(0x18c)](){const _0x4524a9=a111_0x11ef48;return this[_0x4524a9(0x182)];}[a111_0x11ef48(0x17b)](){const _0x4bcb00=a111_0x11ef48;return this[_0x4bcb00(0x176)];}[a111_0x11ef48(0x19d)](){return this['projectName'];}[a111_0x11ef48(0x190)](){return this['testName'];}['getCommands'](_0x36528c){const _0x173f13=a111_0x11ef48,_0x1ad6be={};_0x1ad6be[_0x173f13(0x1a6)]='aiHeal_isAuthenticated',_0x1ad6be[_0x173f13(0x172)]=_0x173f13(0x1a4),_0x1ad6be[_0x173f13(0x19c)]=function(_0x21ab92,_0x9a420b){return _0x21ab92===_0x9a420b;},_0x1ad6be[_0x173f13(0x1a5)]=function(_0x5bc9ae,_0x2eb9bf){return _0x5bc9ae+_0x2eb9bf;},_0x1ad6be['zKADU']=_0x173f13(0x194);const _0x13367a=_0x1ad6be,_0x146df3=this[_0x173f13(0x18d)][_0x36528c];this[_0x173f13(0x18d)][_0x36528c]=[];if(globals['getGlobal'](_0x13367a[_0x173f13(0x1a6)])&&globals[_0x173f13(0x19b)](_0x13367a[_0x173f13(0x172)])&&!_0x146df3||_0x13367a[_0x173f13(0x19c)](_0x146df3['length'],0x0))return logger[_0x173f13(0x197)](_0x13367a['umquS'](_0x13367a[_0x173f13(0x186)],_0x36528c)),'';return _0x146df3[_0x173f13(0x19a)](_0x41a3a0=>JSON[_0x173f13(0x199)](_0x41a3a0))[_0x173f13(0x195)](',');}[a111_0x11ef48(0x18e)](){const _0x2c5f03=a111_0x11ef48,_0x52a4fc={};_0x52a4fc[_0x2c5f03(0x196)]=function(_0x9069d9,_0x5d8feb){return _0x9069d9===_0x5d8feb;},_0x52a4fc['wtWaY']=_0x2c5f03(0x177);const _0x21f830=_0x52a4fc;let _0x35ff39=![];return this['getConfig']()&&(_0x21f830[_0x2c5f03(0x196)](this[_0x2c5f03(0x18c)]()[_0x2c5f03(0x17a)],!![])||_0x21f830['KxkTV'](this[_0x2c5f03(0x18c)]()['selfHeal'],_0x21f830['wtWaY']))&&(_0x35ff39=!![]),_0x35ff39;}[a111_0x11ef48(0x198)](){const _0x2e06c2=a111_0x11ef48;return this[_0x2e06c2(0x193)];}}exports['commandRepository']=new HealingCommandRepo();
1
+ const a126_0x3697bf=a126_0x306b;(function(_0x30a76c,_0x77c96f){const _0x1a79d4=a126_0x306b,_0x280702=_0x30a76c();while(!![]){try{const _0x521e99=parseInt(_0x1a79d4(0x17f))/0x1*(-parseInt(_0x1a79d4(0x164))/0x2)+-parseInt(_0x1a79d4(0x152))/0x3*(-parseInt(_0x1a79d4(0x18a))/0x4)+parseInt(_0x1a79d4(0x162))/0x5+parseInt(_0x1a79d4(0x16f))/0x6+parseInt(_0x1a79d4(0x15e))/0x7*(-parseInt(_0x1a79d4(0x165))/0x8)+-parseInt(_0x1a79d4(0x186))/0x9+-parseInt(_0x1a79d4(0x15c))/0xa;if(_0x521e99===_0x77c96f)break;else _0x280702['push'](_0x280702['shift']());}catch(_0x130cf1){_0x280702['push'](_0x280702['shift']());}}}(a126_0x22da,0xe7fd7));const calculateTimeDiff=_0xf1d7d=>Date['now']()-_0xf1d7d,logger=require('../logger')[a126_0x3697bf(0x188)],globals=require(a126_0x3697bf(0x179));class HealingCommandRepo{constructor(){const _0xb7706a=a126_0x3697bf,_0x23baf8={};_0x23baf8[_0xb7706a(0x172)]=_0xb7706a(0x158);const _0x376f3d=_0x23baf8,_0x138640=_0x376f3d['DgEpi']['split']('|');let _0x24bedc=0x0;while(!![]){switch(_0x138640[_0x24bedc++]){case'0':this['projectName']='';continue;case'1':this[_0xb7706a(0x15b)]={};continue;case'2':this['authInfo']={};continue;case'3':this[_0xb7706a(0x175)]={};continue;case'4':this[_0xb7706a(0x153)]=![];continue;case'5':this[_0xb7706a(0x166)]='';continue;}break;}}['_pushCommand'](_0x3192e6,_0x97176e){const _0x503638=a126_0x3697bf,_0x3cd368={};_0x3cd368[_0x503638(0x177)]=function(_0x4acb87,_0x4dabfd){return _0x4acb87 in _0x4dabfd;};const _0x1a0098=_0x3cd368;!_0x1a0098[_0x503638(0x177)](_0x3192e6,this[_0x503638(0x175)])&&(this[_0x503638(0x175)][_0x3192e6]=[]),this['commands'][_0x3192e6][_0x503638(0x17e)](_0x97176e);}['pushCommand'](_0x11ea8e,_0x6c39ef){const _0x4cb22e=a126_0x3697bf,_0x2cc494={'nHLra':function(_0x326e5a,_0x6c9d27){return _0x326e5a(_0x6c9d27);}},_0x3de0ba=_0x6c39ef[_0x4cb22e(0x17d)],_0x2e4aa5=_0x6c39ef[_0x4cb22e(0x17b)][_0x4cb22e(0x171)](_0x11ea8e)[0x1],_0x614cec=this[_0x4cb22e(0x15b)][_0x11ea8e],_0x212fb6={'k':_0x3de0ba+':'+_0x2e4aa5,'t':_0x2cc494[_0x4cb22e(0x16c)](calculateTimeDiff,_0x614cec)};this[_0x4cb22e(0x17c)](_0x11ea8e,_0x212fb6);}[a126_0x3697bf(0x167)](_0xfa1c44){const _0x122fbc=a126_0x3697bf;this[_0x122fbc(0x15b)][_0xfa1c44]=Date['now']();}['setAuthInfo'](_0x3dfa9c,_0x5a472c){const _0x5c615c=a126_0x3697bf;this[_0x5c615c(0x180)][_0x5c615c(0x16a)]=_0x3dfa9c,this['authInfo']['accessKey']=_0x5a472c;}[a126_0x3697bf(0x15d)](){const _0x5e207f=a126_0x3697bf;return this[_0x5e207f(0x180)];}[a126_0x3697bf(0x160)](_0x5a9ec1){this['projectName']=_0x5a9ec1;}['setTestNameForHealingContext'](_0x40d7c1){const _0x5f1bbf=a126_0x3697bf;this[_0x5f1bbf(0x166)]=_0x40d7c1;}[a126_0x3697bf(0x157)](_0x23832a){const _0x8f83a6=a126_0x3697bf;this['config']=_0x23832a,this[_0x8f83a6(0x160)](_0x23832a[_0x8f83a6(0x187)]),this[_0x8f83a6(0x185)](_0x23832a[_0x8f83a6(0x16a)],_0x23832a['accessKey']);}[a126_0x3697bf(0x154)](_0x5bcfb2){const _0x729ec7=a126_0x3697bf;this[_0x729ec7(0x17a)]=_0x5bcfb2;}[a126_0x3697bf(0x181)](_0x40cc19){const _0x44d4f9=a126_0x3697bf;this[_0x44d4f9(0x153)]=_0x40cc19;}[a126_0x3697bf(0x16d)](){return this['config'];}['getFramework'](){const _0x34184c=a126_0x3697bf;return this[_0x34184c(0x17a)];}['getProjectName'](){const _0x565c25=a126_0x3697bf;return this[_0x565c25(0x187)];}[a126_0x3697bf(0x161)](){return this['testName'];}['getCommands'](_0x56821b){const _0x331b8d=a126_0x3697bf,_0x4befe4={};_0x4befe4['zEvjU']=_0x331b8d(0x173),_0x4befe4['OKxCj']=_0x331b8d(0x178),_0x4befe4[_0x331b8d(0x15f)]=function(_0x2c7f84,_0x40881a){return _0x2c7f84===_0x40881a;},_0x4befe4[_0x331b8d(0x163)]=function(_0x4a99b2,_0x1bc703){return _0x4a99b2+_0x1bc703;},_0x4befe4[_0x331b8d(0x189)]=_0x331b8d(0x156);const _0x1fdd93=_0x4befe4,_0x4f4099=this['commands'][_0x56821b];this[_0x331b8d(0x175)][_0x56821b]=[];if(globals[_0x331b8d(0x16e)](_0x1fdd93[_0x331b8d(0x155)])&&globals[_0x331b8d(0x16e)](_0x1fdd93[_0x331b8d(0x159)])&&!_0x4f4099||_0x1fdd93[_0x331b8d(0x15f)](_0x4f4099[_0x331b8d(0x174)],0x0))return logger['debug'](_0x1fdd93[_0x331b8d(0x163)](_0x1fdd93['cvuRS'],_0x56821b)),'';return _0x4f4099[_0x331b8d(0x170)](_0x1affb=>JSON[_0x331b8d(0x15a)](_0x1affb))['join'](',');}[a126_0x3697bf(0x184)](){const _0x139ce0=a126_0x3697bf,_0x97c62b={};_0x97c62b[_0x139ce0(0x168)]=function(_0x3cd894,_0x4702c7){return _0x3cd894===_0x4702c7;},_0x97c62b['kKtnL']=_0x139ce0(0x176);const _0x14be93=_0x97c62b;let _0x3a6d52=![];return this['getConfig']()&&(_0x14be93[_0x139ce0(0x168)](this[_0x139ce0(0x16d)]()[_0x139ce0(0x183)],!![])||_0x14be93['HoGOX'](this['getConfig']()[_0x139ce0(0x183)],_0x14be93[_0x139ce0(0x182)]))&&(_0x3a6d52=!![]),_0x3a6d52;}[a126_0x3697bf(0x16b)](){const _0x111606=a126_0x3697bf;return this[_0x111606(0x153)];}}exports[a126_0x3697bf(0x169)]=new HealingCommandRepo();function a126_0x306b(_0x3132f9,_0x12dc6a){const _0x22da91=a126_0x22da();return a126_0x306b=function(_0x306b20,_0x170cd0){_0x306b20=_0x306b20-0x152;let _0x642999=_0x22da91[_0x306b20];return _0x642999;},a126_0x306b(_0x3132f9,_0x12dc6a);}function a126_0x22da(){const _0x463401=['16YFGkyf','1411509IhPUKB','isTcgTokenSet','setFramework','zEvjU','No\x20commands\x20found\x20for\x20session:\x20','setConfig','3|1|0|5|2|4','OKxCj','stringify','aiSessionTimeStamp','3859590ZjDPhc','getAuthInfo','7AiPsAK','iaNYq','setProjectNameForHealingContext','getTestName','8153270JgGHeC','KMykb','49106LtdYlt','9560240WYCASP','testName','setAiSessionTimeStamp','HoGOX','commandRepository','userName','getTcgTokenStatus','nHLra','getConfig','getGlobal','522522HqrRYj','map','split','DgEpi','aiHeal_isAuthenticated','length','commands','true','inRjf','aiHeal_isHealingEnabled','../globals','framework','path','_pushCommand','method','push','19mutXtR','authInfo','setTcgTokenStatus','kKtnL','selfHeal','isSelfHealEnabled','setAuthInfo','5418234EFKihX','projectName','winstonLogger','cvuRS'];a126_0x22da=function(){return _0x463401;};return a126_0x22da();}
@@ -1 +1 @@
1
- const a112_0x28de57=a112_0x1f54;function a112_0x1f54(_0x4b0967,_0x42a4f7){const _0x5f5806=a112_0x5f58();return a112_0x1f54=function(_0x1f542e,_0x5ae2a9){_0x1f542e=_0x1f542e-0x1cb;let _0x5051d8=_0x5f5806[_0x1f542e];return _0x5051d8;},a112_0x1f54(_0x4b0967,_0x42a4f7);}function a112_0x5f58(){const _0x598aa7=['https://grid-devhst.bsstag.com/dashboard/builds','5928KMbXsm','prod','632bhDrDw','28jJJeHc','20hdNSkY','3408185mTRcej','6645414VwcOxA','2647704AhIbJz','staging','5ucykJY','stag','preprod','https://grid-preprod.bsstag.com/dashboard/builds','5881869rUGYeq','BUILDS_DASHBOARD_URL','2373824QcuoVQ','27834dzucnf','https://grid.browserstack.com/dashboard/builds','54zKflsU','env','pre-prod','exports'];a112_0x5f58=function(){return _0x598aa7;};return a112_0x5f58();}(function(_0x24d151,_0x324a0b){const _0x3559de=a112_0x1f54,_0x4af940=_0x24d151();while(!![]){try{const _0x4d7486=-parseInt(_0x3559de(0x1cd))/0x1*(parseInt(_0x3559de(0x1cf))/0x2)+-parseInt(_0x3559de(0x1d4))/0x3*(-parseInt(_0x3559de(0x1d6))/0x4)+-parseInt(_0x3559de(0x1dd))/0x5*(-parseInt(_0x3559de(0x1da))/0x6)+-parseInt(_0x3559de(0x1d7))/0x7*(parseInt(_0x3559de(0x1cc))/0x8)+parseInt(_0x3559de(0x1e1))/0x9+-parseInt(_0x3559de(0x1d8))/0xa*(-parseInt(_0x3559de(0x1d9))/0xb)+parseInt(_0x3559de(0x1db))/0xc;if(_0x4d7486===_0x324a0b)break;else _0x4af940['push'](_0x4af940['shift']());}catch(_0x467200){_0x4af940['push'](_0x4af940['shift']());}}}(a112_0x5f58,0xee160));const a112_0x3a19ff={};a112_0x3a19ff[a112_0x28de57(0x1cb)]=a112_0x28de57(0x1ce),a112_0x3a19ff['API_ENDPOINT']='automate-turboscale/v1',module[a112_0x28de57(0x1d2)]=a112_0x3a19ff;const _env=(process[a112_0x28de57(0x1d0)]['BROWSERSTACK_ENV']||a112_0x28de57(0x1d5))['toLowerCase']();if(_env===a112_0x28de57(0x1dc)||_env===a112_0x28de57(0x1de))module[a112_0x28de57(0x1d2)]['BUILDS_DASHBOARD_URL']=a112_0x28de57(0x1d3);else(_env===a112_0x28de57(0x1df)||_env===a112_0x28de57(0x1d1))&&(module['exports'][a112_0x28de57(0x1cb)]=a112_0x28de57(0x1e0));
1
+ const a127_0x432664=a127_0x114e;(function(_0x487347,_0x5e4f14){const _0x4a4205=a127_0x114e,_0x55bc47=_0x487347();while(!![]){try{const _0x4d1d2a=-parseInt(_0x4a4205(0xaf))/0x1+-parseInt(_0x4a4205(0xb6))/0x2+parseInt(_0x4a4205(0xae))/0x3*(parseInt(_0x4a4205(0xa8))/0x4)+-parseInt(_0x4a4205(0xb4))/0x5+-parseInt(_0x4a4205(0xb7))/0x6*(parseInt(_0x4a4205(0xa4))/0x7)+-parseInt(_0x4a4205(0xac))/0x8*(parseInt(_0x4a4205(0xaa))/0x9)+parseInt(_0x4a4205(0xb1))/0xa;if(_0x4d1d2a===_0x5e4f14)break;else _0x55bc47['push'](_0x55bc47['shift']());}catch(_0x3daca2){_0x55bc47['push'](_0x55bc47['shift']());}}}(a127_0x2a36,0x3ced1));const a127_0x2478e1={};function a127_0x2a36(){const _0x192559=['4JGSNad','staging','9oTRNqx','automate-turboscale/v1','3017400yWjHMJ','toLowerCase','719343Fleoiq','462927Bfqobh','exports','16279080OhnozL','BUILDS_DASHBOARD_URL','https://grid-preprod.bsstag.com/dashboard/builds','2291555nNlemV','API_ENDPOINT','638104hoUhqn','66CAmaqr','env','https://grid-devhst.bsstag.com/dashboard/builds','427zRpUpL','BROWSERSTACK_ENV','stag','prod'];a127_0x2a36=function(){return _0x192559;};return a127_0x2a36();}a127_0x2478e1['BUILDS_DASHBOARD_URL']='https://grid.browserstack.com/dashboard/builds',a127_0x2478e1[a127_0x432664(0xb5)]=a127_0x432664(0xab),module[a127_0x432664(0xb0)]=a127_0x2478e1;const _env=(process[a127_0x432664(0xb8)][a127_0x432664(0xa5)]||a127_0x432664(0xa7))[a127_0x432664(0xad)]();function a127_0x114e(_0x540a53,_0x5f319f){const _0x2a36c4=a127_0x2a36();return a127_0x114e=function(_0x114e0a,_0x2cb1ee){_0x114e0a=_0x114e0a-0xa3;let _0x54ff8a=_0x2a36c4[_0x114e0a];return _0x54ff8a;},a127_0x114e(_0x540a53,_0x5f319f);}if(_env===a127_0x432664(0xa9)||_env===a127_0x432664(0xa6))module[a127_0x432664(0xb0)][a127_0x432664(0xb2)]=a127_0x432664(0xa3);else(_env==='preprod'||_env==='pre-prod')&&(module[a127_0x432664(0xb0)]['BUILDS_DASHBOARD_URL']=a127_0x432664(0xb3));